@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  
}

.bg-white {
  background-image: url(../assets/images/white-bg.png);
  background-size: cover;
}

.bg-black {
  background-image: url(../assets/images/black-bg.png);
  background-size: cover;
}

.pos {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos img {
  position: relative;
  left: -6px;
  top: 55px;
  /*  width: fit-content !important;*/
  width: 75% !important;
}

img.logo {
  width: 30px;
  height: 80px;
  margin-left: 50px;
  margin-top: 8px;
}

.title-head {
  font-family: 'Inter', sans-serif;
  letter-spacing: 10px;
  font-weight: 600;
  font-size: 33px;
  margin: 0;
  padding: 0;
  line-height: 38px;
}

span.t-line {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.pos-2 {
  display: grid;
  justify-content: center;
  /*    padding: 35% 0%;*/
  position: absolute;
  top: 50%;
  left: 35%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.pos-2-r {
  display: grid;
  justify-content: center;
  /*    padding: 35% 0%;*/
  position: absolute;
  top: 50%;
  left: 63%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.pos-2 h2,
.pos-2-r h2 {
  letter-spacing: 6px;
}

.pos-2 p,
.pos-2-r p {
  font-size: 13.5px;
  letter-spacing: 0.8px;
}

a.btn.border {
  font-size: 12.8px;
}

.pos-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pos-3-r {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pos-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pos-4-r {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media(max-width:992px) {
  .title-head {
    font-family: 'Inter', sans-serif;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
  }
  .pos img {
     width: 65% !important;
  }

  span.t-line {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
  }

  img.logo {
    width: 20px;
    height: 50px;
  }
  .pos-2,
  .pos-2-r {
    left: 50%;
  }
  .pos-2 h2 {
    letter-spacing: 3px;
    font-size: 12px;
  }

}

@media(max-width:480px) {
  .title-head {
    font-family: 'Inter', sans-serif;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
  }

  .pos img {
    width: 100% !important
  }

  span.t-line {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
  }

  img.logo {
    width: 20px;
    height: 50px;
  }

  .pos-2,
  .pos-2-r {
    margin-top: 30%;
  }

  .pos-2 h2,
  .pos-2-r h2 {
    letter-spacing: 3px;
    font-size: 13px !important;
  }

  .pos-2 p,
  .pos-2-r p {
    font-size: 12.5px;
    letter-spacing: 0.8px;
  }

  .pos-2,
  .pos-2-r {
    left: 50%;
  }

  .pos-3 h3,
  .pos-3-r h3 {
   font-size: 10px !important;
    padding: 6px 0px;
  }

  a.btn.border {
    font-size: 10px;
  }

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2ed6c0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header h1 {
/*  margin: 0 0 10px 0;*/
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #272727;
}

#header h2 {
  color: #272727;
  font-size: 18px;
  text-align: justify;
  font-weight: 300;
}

#header .countdown {
  margin-bottom: 10px;
}

#header .countdown div {
  text-align: center;
  border: 2px solid #000;
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}

#header .countdown div h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 65px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 13px;
    font-weight: 400;
  }
}

#header .social-links a {
  font-size: 16px;
  color: black;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .social-links a i {
  line-height: 0;
}



/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
/*
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
*/
  padding: 30px;
/*  background: rgba(255, 255, 255, 0.06);*/
  width: 100%;
/*  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
}


.contact .info i {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #eee;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
/*
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
*/
  padding: 15px;
/*  background: rgba(255, 255, 255, 0.06);*/
/*  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #000000;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #272727;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}


