@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.overall-main-banner-section-home-new {
  background: linear-gradient(250.15deg, #AFC4F9 1.6%, #FFFFFF 51.18%, #AAC0F9 92.57%);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}



/* ---------------------------------------------------------SECTION 3------------------------------------------------------------------------------ */

.section-lead-inspire-home-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
}

.left-image-group-home-new {
  position: relative;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}

.main-person-image-div-home-new {
  z-index: 1;
  border-radius: 12px;
  position: relative;
  width: 95%;

}

.main-person-image-home-new {
  width: 100%;
  height: 100%;

}

.overlay-team-photo-div-home-new {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  overflow: hidden;
}

.overlay-team-photo-home-new {
  width: 95%;
  height: 95%;
  border: 8px solid #FFFBFB;
  border-radius: 24px;
}


.right-text-content-home-new {
  width: 55%;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mini-heading-home-new {
  font-size: 16px;
  color: #2D64ED;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-heading-home-new {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  margin: 15px 0;
  color: #000000;
}

.description-home-new {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: 400;
}

.btn-home-new.contact-us-home-new {
  text-decoration: none;
  padding: 12px 24px;
  background: #2D64ED;
  color: white;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

/*-------------------------------------------------SECTION 2----------------------------------------------------------------- */
.grey-section-home-new {
  width: 100%;
  padding: 30px;
}

.logo-carousel-home-new {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, #AAC0F9 0%, #D4E0FC 29.81%, #FFFFFF 53.85%, #D4E0FC 78.37%, #AAC0F9 100%);
  border-radius: 64px;
  padding: 30px 20px;
  box-shadow: 0px 0px 11.8px 3px #00000040 inset;
  gap: 10px;
}

.logo-track-home-new {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.logo-track-home-new img {
  height: 50px;
  margin: 0 30px;
  object-fit: contain;
}

/* Keyframes for animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



/*-----------------------------------------------SECTION 1----------------------------------------------------------------- */
.main-banner-section-one-home-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  padding-left: 50px;
}

/* LEFT SIDE */

.left-content-home-new {
  width: 50%;
}

.tagline-home-new {
  display: inline-block;
  background: #AAC0F9;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.left-content-home-new h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 800;
}

.highlight-home-new {
  color: #2D64ED;
}

.subtext-home-new {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #000000;
}

.button-group-home-new .btn-home-new {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}

.learn-more-home-new {
  color: #2D64ED;
  border: 1px solid #2D64ED;
}

.contact-us-home-new {
  background: #2D64ED;
  color: white;
}

.contact-us-home-new:hover {
  background: #0148fc;
}

/* RIGHT SIDE */

.right-image-area-home-new {
  position: relative;
  width: 45%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.main-image-home-new {
  width: 100%;
  height: 100%;
}

.floating-card-home-new {
  position: absolute;
  padding: 20px 30px 20px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 208px;
  height: 93px;
}

.below-home-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating-card-home-new p {
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 5px;
}

.floating-card-home-new span {
  font-weight: 500;
  font-size: 13px;
}

.top-right-home-new {
  top: 200px;
  right: -10px;
  background-color: #E6E2E2;
}

.bottom-left-home-new {
  bottom: 80px;
  left: -100px;
  background-color: white;
}


@media (min-width: 1600px) {

  .tagline-home-new {
    font-size: 20px;
    line-height: 35px;
  }

  .subtext-home-new,
  .button-group-home-new .btn-home-new,
  .mini-heading-home-new,
  .description-home-new,
  .btn-home-new.contact-us-home-new,
  .services-subheading-home-new,
  .service-card-home-new p,
  .leaders-text-home-new p,
  .leaders-btn-home-new,
  .clients-text-home-new p,
  .form-subtext-home-new,
  .form-row-home-new input,
  .form-footer-home-new,
  .submit-button-home-new {
    font-size: 18px;
    line-height: 32px;
  }

}

@media (min-width: 2000px) {

  /* section all */

  .left-content-home-new h1,
  .main-heading-home-new,
  .services-title-home-new,
  .leaders-text-home-new h2 {
    font-size: 64px;
    line-height: 70px;
  }

  .service-card-home-new a {
    font-size: 40px;
  }

  .tagline-home-new {
    font-size: 24px;
    line-height: 45px;
  }


  .subtext-home-new,
  .button-group-home-new .btn-home-new,
  .mini-heading-home-new,
  .description-home-new,
  .btn-home-new.contact-us-home-new,
  .services-subheading-home-new,
  .service-card-home-new p,
  .leaders-text-home-new p,
  .leaders-btn-home-new,
  .clients-text-home-new p,
  .form-subtext-home-new,
  .form-row-home-new input,
  .form-footer-home-new,
  .submit-button-home-new,
  .view-clients-btn-home-new {
    font-size: 25px;
    line-height: 41px;
  }

  .main-banner-section-one-home-new,
  .grey-section-home-new,
  .section-lead-inspire-home-new,
  .leaders-content-home-new {
    max-width: 1900px;
  }

  /* .right-image-area-home-new {
    width: 35%;
  }

  .main-person-image-div-home-new {
    width: 65%;
  }

  a img {
    height: 70%;
  } */

  .leaders-content-home-new {
    align-self: center;
  }

  .contact-image-container-home-new {
    width: 40%;
  }

  .contact-heading-home-new {
    left: 275px;
  }

  .clients-text-home-new {
    padding-left: 5%;
  }

  .outer-container-profile-card {
    height: 75px;
  }

  .service-card-home-new h3 {
    font-size: 30px;
    line-height: 50px;
  }

  .logo-track-home-new img {
    height: 90px;
}
}

@media (min-width: 2500px) {

  /* section all */

  .left-content-home-new h1,
  .main-heading-home-new,
  .services-title-home-new,
  .leaders-text-home-new h2 {
    font-size: 70px;
    line-height: 80px;
  }


  .main-banner-section-one-home-new,
  .grey-section-home-new,
  .section-lead-inspire-home-new,
  .leaders-content-home-new {
    max-width: 2200px;
  }

  .tagline-home-new {
    font-size: 26px;
    line-height: 60px;
  }

  .subtext-home-new,
  .button-group-home-new .btn-home-new,
  .mini-heading-home-new,
  .description-home-new,
  .btn-home-new.contact-us-home-new,
  .services-subheading-home-new,
  .service-card-home-new p,
  .leaders-text-home-new p,
  .leaders-btn-home-new,
  .clients-text-home-new p,
  .form-subtext-home-new,
  .form-row-home-new input,
  .form-footer-home-new,
  .submit-button-home-new,
  .view-clients-btn-home-new {
    font-size: 28px;
    line-height: 45px;
  }

}


@media (max-width: 1024px) {
  /* section all */

  .left-content-home-new h1,
  .main-heading-home-new,
  .services-title-home-new,
  .leaders-text-home-new h2 {
    font-size: 37px;
    line-height: 48px;
  }

  /* =============================================sectioon 3============================================ */
  .overlay-team-photo-home-new {
    width: 70%;
  }

  /* =============================================sectioon 1============================================ */

  .floating-card-home-new {
    padding: 5px;
    width: 160px;
    height: 75px;
  }

  .floating-card-home-new p {
    font-weight: 500;
    font-size: 15px;
  }

  .floating-card-home-new span {
    font-weight: 500;
    font-size: 12px;
  }

  .top-right-home-new {
    top: 150px;
    right: -25px;
  }

  .bottom-left-home-new {
    bottom: 80px;
    left: -20px;
  }

}

@media (max-width: 900px) {

  /* ---------------------------------------------------------SECTION 3------------------------------------------------------------------------------ */

  .section-lead-inspire-home-new {
    padding: 0px 30px 30px 30px;
  }

  .main-heading-home-new {
    font-size: 40px;
  }

  .description-home-new {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .right-text-content-home-new {
    width: 55%;
    padding-left: 40px;
    /* text-align: center; */
  }

  .overlay-team-photo-home-new {
    width: 60%;
  }

  .overlay-team-photo-div-home-new {
    top: -35px;
    left: 3px;
  }

  .service-card-home-new h3 {
    margin-bottom: 0px;
  }


  /* ---------------------------------------------------------SECTION 2------------------------------------------------------------------------------ */
  .logo-track-home-new img {
    height: 35px;
  }

  .grey-section-home-new {
    padding: 10px;
  }

  /*-----------------------------------------------SECTION 1----------------------------------------------------------------- */

  .left-content-home-new h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .subtext-home-new {
    font-size: 15px;
    line-height: 28px;
  }

  .floating-card-home-new {
    padding: 5px;
    width: 140px;
    height: 70px;
  }

  .floating-card-home-new p {
    font-weight: 500;
    font-size: 15px;
  }

  .floating-card-home-new span {
    font-weight: 500;
    font-size: 10px;
  }

  .top-right-home-new {
    top: 120px;
    right: -25px;
  }

  .bottom-left-home-new {
    bottom: 60px;
    left: -30px;
  }

  /* section all */

  .left-content-home-new h1,
  .main-heading-home-new,
  .services-title-home-new,
  .leaders-text-home-new h2 {
    font-size: 29px;
    line-height: 48px;
  }
}

@media (max-width: 650px) {

  /* ---------------------------------------------------------SECTION 3------------------------------------------------------------------------------ */
  .section-lead-inspire-home-new {
    flex-direction: column;
    padding: 0px 10px 10px 10px;
  }

  .left-image-group-home-new {
    width: 80%;
  }

  .main-person-image-home-new {
    width: 90%;
    height: 100%;
    display: none;
  }

  .overlay-team-photo-home-new {
    width: 45%;
    height: 95%;
    border: 5px solid #FFFBFB;
    border-radius: 24px;
    display: none;
  }

  .overlay-team-photo-div-home-new {
    top: 10px;
    left: -10px;

  }

  .right-text-content-home-new {
    width: 100%;
    padding: 0px;
  }

  .mini-heading-home-new {
    font-size: 14px;
    text-align: center;
    align-self: center;
  }

  .btn-home-new.contact-us-home-new {
    align-self: center;
  }

  .main-heading-home-new {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-top: 0px;

  }

  .description-home-new {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;

  }



  /* ---------------------------------------------------------SECTION 2------------------------------------------------------------------------------ */

  .logo-carousel-home-new {
    padding: 20px 20px;
    gap: 5px;
  }

  .logo-track-home-new img {
    height: 25px;
  }

}

@media (max-width: 600px) {

  .main-banner-section-one-home-new {
    flex-direction: column;
    padding: 0px 10px;
  }

  .tagline-home-new {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .left-content-home-new {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    margin-top: 30px;
  }

  .left-content-home-new h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 15px;
  }

  .subtext-home-new {
    font-size: 11px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;

  }


  .right-image-area-home-new {
    width: 65%;
    padding-top: 15px;

  }

  .floating-card-home-new {
    padding: 3px;
    width: 110px;
    height: 55px;
  }

  .floating-card-home-new p {
    font-weight: 500;
    font-size: 10px;
  }

  .floating-card-home-new span {
    font-weight: 500;
    font-size: 8px;
  }

  .top-right-home-new {
    top: 120px;
    right: -25px;
  }

  .bottom-left-home-new {
    bottom: 60px;
    left: -30px;
  }

  .button-group-home-new .btn-home-new {
    font-size: 12px;

  }

  /* section all */

  .left-content-home-new h1,
  .main-heading-home-new,
  .services-title-home-new,
  .leaders-text-home-new h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 375px) {
  .bottom-left-home-new {
    bottom: 34px;
    left: -23px;
  }
}

@media (max-width: 320px) {
  .bottom-left-home-new {
    bottom: 12px;
    left: -35px;
  }

  .top-right-home-new {
    top: 100px;
    right: -44px;
  }
}