/* --------------------------------? */

.banner-content-wrapper .iti__country-list {
  max-height: 355px;
  max-width: 419px;
  border-radius: 20px;
  white-space: break-spaces;
   overflow-y: auto !important;
   z-index: 9999;
    pointer-events: auto !important;
        padding:20px 10px ;
            backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.5) !important;
    top: 65px;
}
.banner-content-wrapper .iti__country-list .iti__country-name{
  font-size: 14px;
}
.con-code{
  position: relative;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.line{
  display: none;
}
.iti__flag-container .iti__selected-flag {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease;
}

.arrow-div {
  visibility: visible;
  display: block;
  position: absolute;
  left: 84%;
  right: 0;
  bottom: 42px;
}

.arrow-div::after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  background-color: #212529a3;
  top: 10px;
  rotate: -47deg;
  transition: 0.5s;
}

.arrow-div::before {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  background-color: #212529a3;
  top: 10px;
  rotate: 45deg;
  left: -6px;
  transition: 0.5s;

}

.arrow-div.open::after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  background-color: var(--bs-body-color);
  top: 10px;
  rotate: -135deg;
  transition: 0.5s;
}

.arrow-div.open::before {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  background-color: var(--bs-body-color);
  top: 10px;
  rotate: 135deg;
  left: -6px;
  transition: 0.5s;

}

/* .arrow-div .span1 {
  height: 2px;
  width: 10px;
  border: 1px solid;
  display: block;
  rotate: -100deg;
}

.arrow-div .span2 {
  height: 2px;
  width: 10px;
  border: 1px solid;
  display: block;
  rotate: 100deg;
} */

.custom-services-dropdown {
  position: relative;
}

.selected-service {
  width: 100%;
  font-weight: 600;
  border-radius: 26px;
  padding: 19px 19px 19px 46px;
  border: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
  font-weight: 400;
}


.services-list li {
  padding: 5px;
  cursor: pointer;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 15px 15px;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  width: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  border-radius: 25px;
  margin-top: 3px;
}

.iti__flag-container:hover .iti__selected-flag {
  background-color: #f0f0f0 !important;
  border-radius: 4px;
}

.iti__selected-flag {
  padding: 0 7px 0 45px !important;
  height: 62px !important;
}

.iti {
  width: 100%;
}

.top-header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 30px 100px;
  z-index: 99;
}

.app-logo {
  width: 80px;
}

.app-logo img {
  width: 100%;
}

.banner-section {
  width: 100%;
}

.banner-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-content-wrapper {
  position: absolute;
  top: 120px;
  width: 100%;
  height: calc(100% - 166px);
  padding: 0 160px;
  z-index: 1;
  
}

.banner-content-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.banner-content-right {
  position: absolute;
  right: 0;
  top: 0;
}


.banner-content-left {
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 90px;
}

.banner-content-left .text-para {
  font-weight: 400;
  text-transform: none;
}

.banner-content-left h1 span {
  color: #ff0000;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.banner-content-left p {
  max-width: 543px;
}

.banner-content-left h1 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../image/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.banner-content-form {
  width: 461px;
  padding: 36px;
  border-radius: 40px;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  /* backdrop-filter: blur(5px); */
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0px 1.2px 29.92px 0px #1111111A;

  /* backdrop-filter: blur(0px); */
  background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.1) 11.14%, rgba(255, 255, 255, 0.07) 113.29%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));



}

.form-titlegroup {
  display: flex;
}

.form-titlegroup p {
  font-size: 20px;
  font-weight: 400;
  color: #111;
}

.form-titlegroup span {
  font-size: 25px;
  font-weight: 800;
  font-style: italic;
}

.icon-placement {
  position: absolute;
  top: 8px;
  left: 30px;
}

#fname::placeholder,
#phone::placeholder,
#email::placeholder,
#query::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

#myform {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.form-check>label {
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.form-check>label>a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
  color: #111;
}

.banner-content-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* margin-top: 78px; */
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 36px;
  padding: 0 160px;
}

.number-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 3px solid #000;
  border-radius: 28px 28px 0 0;
  padding: 40px;
}

.number-card p {
  text-transform: uppercase;
  text-align: center;
}

.offer-banner {
  padding: 60px 160px;
  position: relative;
}

.offer-banner-content {
  position: absolute;
  top: 183px;
  right: 107px;
  width: 507px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.offer-banner-content h1 {
  color: #fff;
}

.banner-content-numbers .text-semimedium {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.buildscale-section .text-big {
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.8px;
}

.offer .text-big {
  font-size: 48px;
  line-height: 75px;
}

.offer-banner-content h1 span {
  color: #ff0000;
  position: relative;
  font-weight: 700;
}

.offer-banner-content h1 span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../image/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.offer-banner-content>a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
}

.title-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-group h1 span,
.scale-group h2 span,
.scale-group h3 span {
  color: #ff0000;
  position: relative;
  font-weight: 700;
}

.title-group h1 span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../image/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.scale-group h2 span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../image/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.scale-group h3 span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url(../image/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.service-section {
  padding-block: 100px;
  background-image: url(../image/servicebg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 16%;
  padding-right: 16%;
  margin-top: -7px;
}

.service-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 117px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e1e3e8;
  padding: 71px 25px 57px 25px;
}

.service-card>p {
  width: 298px;
  color: #3d4c5e;
}

.service-card-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.service-card-icon img {
  width: 164px;
}

.service-card:nth-child(2) .service-card-icon img,
.service-card:nth-child(3) .service-card-icon img,
.service-card:nth-child(5) .service-card-icon img,
.service-card:nth-child(6) .service-card-icon img {
  width: auto;
  height: auto;
}

.service-section .btn-primary {
  max-width: 300px;
  width: 100%;
  margin-top: 50px;
}

.blackstar {
  position: absolute;
  top: 60px;
  left: 260px;
  animation: starrotate 10s linear infinite;
}

@keyframes starrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.redstar {
  left: auto;
  right: 320px;
  top: 20%;
}

.redoval {
  position: absolute;
  top: -50px;
  left: auto;
  right: 0;
}

.lightoval {
  top: auto;
  right: auto;
  left: 100px;
}

.buildstar {
  top: 100px;
  left: 350px;
}

.blackstar.buildbottom {
  top: auto;
  bottom: 100px;
  left: auto;
  right: 300px;
}

.brand-slider {
  width: 100%;
  height: 180px;
  /* background-color: rgb(237, 234, 251); */
  background-color: transparent;
  position: relative;
}

.brand-slider::before,
.brand-slider::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 190px;
  z-index: 1;
  pointer-events: none;
}

.brand-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(237, 234, 251, 0) 100%);
}

.brand-slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(237, 234, 251, 0) 100%);
}

.brand-logo {
  width: 221px;
}

.brand-logo img {
  width: 100%;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buildscale-section {
  padding-block: 142px;
  background-image: url(../image/buildbg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.success-award-group {
  margin-top: 80px;
  width: 100%;
}

.success-section {
  padding-block: 124px;
}

.award-line {
  height: 130px;
  padding-top: 19px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  position: relative;
}

.award-line:last-child {
  border-bottom: unset;
}

.primary-line {
  flex: 0 0 40%;
}

.secondary-line {
  flex: 0 0 200px;
}

.third-line {
  flex: 0 0 14%;
}

.award-avatar {
  position: absolute;
  bottom: -100%;
  left: 40%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
}

.award-avatar img {
  width: 175px;
}

.award-line:nth-child(2) .award-avatar img {
  width: 164px;
}


.award-line:hover .award-avatar {
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible;
}

.footer {
  width: 100%;
  background-color: #000;
}
.emailmargin{
  margin-right: 50px;
}
.emailmargin a{
      color: rgba(255, 255, 255, .5) !important;
}
.footer-content {
  padding-block: 58px;
}

.footer-content p {
  color: #fff;
}

.message-box {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 9
}

.thankyou-section {
  width: 100%;
  height: 100vh;
  display: flex;
  /* align-items: center; */
  align-items: flex-end;
  justify-content: center;
  padding: 165px 360px;
  background-image: url(/image/thankyou-sectionbg.png);
  background-position: center;
}

.thanks-group p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  text-align: center;
  padding-bottom: 0px;
  width: 732px;
}

.thanks-group h1 {
  text-align: center;
  font-size: 72px;
  line-height: 92px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #191D21;
}

.thanks-group h1 span {
  text-align: center;
  font-size: 90px;
  line-height: 92px;
  font-style: italic;
  letter-spacing: -4px;
  font-weight: 400;
  color: #191D21;
}

.thanks-group {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  border-radius: 20px;
  position: relative;
}

.thanks-group>img {
  max-width: 640px;
  width: 100%;
}

.thankyou-icon-right {
  position: absolute;
  top: 0;
  right: 0;
}

.thankyou-icon-left {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
}

.thank-icon2 {
  position: absolute;
  top: 0;
  left: 0;
}

.thankyou-icon-left-bottom {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
}

#offer {
  padding: 0 221px;
  padding-bottom: 80px;
}

.offer-d {
  display: block;
}

.offer-m {
  display: none;
}

.award-line .text-small {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 500;
}