@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


body {
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  background-color: #fff !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.heading {
  color: #000;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
}

.heading span {
  font-weight: 300;
}

.banner_sec {
  padding-top: 60px;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding-top: 70px;
  object-fit: cover;
  position: relative;
}

.banner_sec::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 9, 37, 0.71) 0%, rgba(71, 43, 106, 0.45) 67.5%, #090909 100%);

}

.banner_sec p {
  color: #fff;
}

.banner_sec .container {
  position: relative;
  z-index: 1;
}

.banner_sec .banner_txt .brand_logo {
  width: 230px;
  margin-bottom: 45px;
}


.banner_sec .banner_txt h3 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 69px;
}

.banner_sec .banner_txt h3 a {
  color: rgba(250, 72, 72, 1);
  text-decoration: none;
}

.banner_sec .right_banner {
  text-align: end;
}

.counter_wrap h5 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}

.counter_wrap #countdown {
  max-width: 360px;
  background: rgba(35, 35, 35, 1);
  color: #fff;
  border-radius: 30px;
  padding: 17px;
}

.counter_wrap #countdown ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.counter_wrap #countdown ul li {
  width: 70px;
  height: 60px;
  border: 1px solid rgba(64, 64, 64, 1);
  border-radius: 5px;
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 7px;
  position: relative;
  background-color: rgba(64, 64, 64, 1);
}

.counter_wrap #countdown ul li::after {
  position: absolute;
  content: '';
  background: #232323b0;
  width: 100%;
  height: 3px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);

}

.counter_wrap #countdown ul p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: rgb(238, 180, 92);
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

.about_sec {
  background-color: #fff;
  padding: 75px 0px;


}

/* .about_sec
h3{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
} */
.about_sec span {
  color: rgb(43, 43, 43);
  font-size: 36px;
  font-weight: 300;
}

.about_sec p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.service_sec {
  padding: 50px 0px;
  background-image: url(../images/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  object-fit: cover;
  position: relative;
  border-bottom: 1px solid #eeeeee26;
}

/* .service_sec h3{
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  text-align: end;
}
.service_sec h3 span{
font-weight: 300;
} */
.service_sec .service_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.service_sec .service_Wrap .service_item {
  display: flex;
  gap: 23px;
  max-width: 330px;
  position: relative;
}

.service_sec .service_Wrap .service_item .shap {
  position: absolute;
  bottom: -30px;
  left: 10px;

}

.service_sec .service_Wrap .service_item .icon {
  width: 45px;
  object-fit: cover;
}

.service_sec .service_Wrap .service_item .servise_txt h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}

.service_sec .service_Wrap .service_item .servise_txt p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.service_sec .service_Wrap .service_item:nth-child(1) {
  align-self: baseline;
}

.service_sec .service_Wrap .service_item:nth-child(2) {
  align-self: center;
}

.service_sec .service_Wrap .service_item:nth-child(3) {
  margin-top: 190px;
}

.contact-sec .inner {
  padding: 50px 0px;
  background-image: url(../images/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  object-fit: cover;
  position: relative;
}

.contact-sec form {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
}

.contact-sec .heading {
  margin-bottom: 18px;
}

.contact-sec p span {
  color: #654391;
  font-size: 31px;
  font-weight: 400;
}

.contact-sec p {
  color: rgba(255, 255, 255, 0.8)
}

.contact-sec .form-group {
  margin-bottom: 6px;
  position: relative;
}

.contact-sec .form-group .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.contact-sec input {
  background: #1F1F1F;
  border-radius: 8px;
  padding-left: 45px;
  height: 50px;
  border: 1px solid #1F1F1F;
  color: #fff;
}

.contact-sec .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

::placeholder {

  font-size: 14px;
  font-weight: 400;
  color: #575868 !important;
}

.contact-sec {
  padding: 70px 0px;
}

.contact-sec .cust_group {
  display: flex;
  background: #1F1F1F;
  border-radius: 8px;
}

.contact-sec .cust_group select {
  display: flex;
  background: transparent;
  width: 82px;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 15px;
  position: relative;
}

.contact-sec .cust_group .divider {
  position: absolute;
  width: 1px;
  background-color: #575868;
  height: 60%;
  left: 83px;
  top: 50%;
  transform: translateY(-50%);

}

.contact-sec .cust_group select:focus {
  box-shadow: none !important;
  outline: none !important;
}

.contact-sec .cust_group .down-arrow {
  width: 16px;
  /* background: red; */
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50px;
}

.contact-sec .cust_group input {
  padding-left: 15px;
}

textarea {
  height: 97px;
  resize: none !important;
  border: 1px solid #1F1F1F !important;
  background: #1F1F1F !important;
}

.theme_btn.btn {
  background: #654391;
  color: #fff;
  font-weight: 400;
  min-width: 95px;
  padding: 5px 15px;
  min-height: 40px;
  font-size: 14px;
}

.coming-soon {

  background-image: url(../images/coming-soon.png);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

.coming-soon .coming_soon_img {
  margin-top: -30px;
}

footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

footer ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(64, 64, 64, 0.7);
}

.footer_link {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 18px;
  justify-content: center;


}

.footer_link li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.social_link {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 18px;
  justify-content: flex-end;

}

.social_link li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.social_link li a img {
  width: 45px;
}

.footer-list {
  margin: 0px;
  padding: 0px;
}

.footer-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

.footer-list li a {
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;

}

.banner_sec{
display: flex;
    align-items: center;
}



@media only screen and (max-width: 1400px) {
  .banner_sec {
    padding: 40px 0px;
  }

  .banner_sec .banner_txt h3 {
    font-size: 36px;
    line-height: 48px;
  }

}

@media only screen and (max-width: 1200px) {
  .service_sec .service_Wrap {
    flex-wrap: wrap;
  }

  .service_sec .service_Wrap .service_item:nth-child(2) {
    align-self: auto;
  }

  .service_sec .service_Wrap .service_item:nth-child(1) {
    align-self: auto;
  }

  .service_sec .service_Wrap .service_item:nth-child(3) {
    margin-top: 0;
  }

  .banner_sec .right_banner {
    width: 400px;
    margin-left: auto;

  }

  .coming-soon .coming_soon_img {
    margin-top: 0;
    max-width: 440px;
    margin-left: auto;

  }


}

@media only screen and (max-width: 991px) {
  .coming-soon {
    margin-top: 10px;
  }

  .coming-soon .download-btn {
    width: 130px;
  }

  .service_sec h3 {
    text-align: center;
  }

  .banner_sec .right_banner {
    display: none;

  }

  .contact-sec form {
    margin-left: 0;
    max-width: 100%;
    margin-top: 15px;
  }

  .contact-sec .inner {
    padding: 0;
  }

  .contact-sec {
    padding: 25px 0px;
  }

  .about_sec {
    padding: 25px 0px 0 25px;

  }

  .social_link {
    justify-content: center;
  }

  .footer_link {
    margin: 12px 0px;
  }

  .ftr_text {
    text-align: center;
  }

  footer {
    margin-top: 25px;

  }

}

@media only screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 30px;
  }

  .service_sec {
    height: auto;
  }

  .service_sec .service_Wrap .service_item {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .service_sec .service_Wrap {
    align-items: flex-start;
  }

  .service_sec .service_Wrap .service_item .shap {
    display: none;
  }

  .coming_soon_img {
    display: none;
  }

  .coming-soon {
    height: auto;
    text-align: center;
    padding: 80px 0px;
  }

  .service_sec .service_Wrap {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {

  .banner_sec {
    text-align: center;

  }

  .brand_logo {
    margin: auto;
  }

  #countdown {
    margin: auto;
  }

  .banner_sec .banner_txt h3 {
    font-size: 28px;
    line-height: 44px;
  }

  .about_sec {
    padding: 25px 0;
    text-align: center;
  }

  .service_sec {
    padding: 25px 0px;
  }

  .contact-sec {
    padding: 25px 0px;
    text-align: center;
  }



}

@media only screen and (max-width: 575px) {

  /* .contact-sec form{
  margin-top: -35px;
} */
  .coming-soon .heading {
    text-align: center;
    font-size: 25px;
  }

  .coming-soon {
    padding: 40px 0px;
  }
}