/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Barlow-Regular;
  src: url('../fonts/Barlow/Alexandria-Regular.ttf');
}

@font-face {
  font-family: Barlow-Medium;
  src: url('../fonts/Barlow/Alexandria-Medium.ttf');
}

@font-face {
  font-family: Barlow-Bold;
  src: url('../fonts/Barlow/Alexandria-Bold.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {
  max-width: 1200px;
}

.bg-img1 {}

* {
  font-family: Barlow-Regular;

}

body {
  background: #d9d9d9 !important;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 100%;
  width: 880px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  /* min-height: 230px; */
}


.main-tit {
  color: #D49903;
  font-size: 45px
}

/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {
  background-color: #d9d9d9;
}

.bg1 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-radius: 18px;
}

.bor2 {
  border-bottom: 1px solid #353394;
}


h1 {
  font-family: "Tajawal", system-ui !important;
}

p {
  font-family: "Tajawal", system-ui;
}


.contact-icon {
  width: 60px;
}

.contact-card {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px #0000001A;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  height: 150px;
}

.side-card-title {
  margin-left: 10px;
}

.page {
  position: relative;
  width: 400px;
  height: 300px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.curl {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ddd 25%, #bbb 25%, #bbb 50%, #fff 50%);
  transform: rotate(-45deg) translate(70%, -70%);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 1;
}

.curl:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 60% 60%, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.3) 80%);
  border-radius: 50%;
}

.content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 0;
}

.content p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.respon1 {
  padding-right: 0px;
  padding-left: 50px;
  max-width: 950px;

}

a {
  color: #000;
  text-decoration: underline;

}

.web {
  color: #ffc000;
  font-weight: bolder;
  font-size: 18px;
  margin-top: 10px;
  margin-top: 10px;
}

.address {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  text-decoration: none;

}

.address:hover {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  text-decoration: none;

}

.DOTS {
  margin-top: -41px;
}

@media(min-width:767px) {
  .d-lg-flex {
    display: flex;
    /* flex-direction: column; */
  }

  .ll {
    max-width: 70%;
    text-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 12px;

    /* overflow: ; */
  }
}

.dots-img {
  width: 200px;
  position: relative;
  margin-bottom: -30px;
}

.logo {
  width: 78%;
  margin-top: 50px;
}

@media(max-width:767px) {
  .curssl {
    width: 250px;
  }
  .dots-img {
    width: 120px;
    position: relative;
    margin-bottom: -30px;
  }
  .d-lg-flex {
    display: flex;
    flex-direction: column;
  }

  .respon1 {
    padding-left: 25px;
  }

  .dd {
    display: flex;
    justify-content: end
  }

  .logo {
    width: 90%;
    margin-top: 50px;
  }

  .ll {
    /* max-width: %; */
    text-wrap: wrap;
    margin-top: 30px;
    /* overflow: ; */
  }

  .DOTS {
    margin-top: 5px;
  }

}