
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* @font-face {
  font-family: DMSans-Regular;
  src: url("../assest/dm-sans/DMSans-Regular.ttf");
} */

@font-face {
  font-family: Sangbleu-Regular;
  src: url("../assest/sangbleu\ font/");
}
/* 
@font-face {
  font-family: DMSans-Medium;
  src: url("../assest/dm-sans/DMSans-Medium.ttf");
} */

html,
body {
  overflow-x: hidden;
}

:root {
  --build-bg-color: #cfc6d3;
  --card-bg1-color: #eae4ea;
  --btn-color: #aa6aaa;
  --white-text-color: #ffffff;
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
   font-family: Sangbleu-Regular;
}
/* .container {
  max-width: 1165px !important;
} */

a {
  display: inline-block;
  text-decoration: none !important;
}

li {
  list-style-type: none;
}

ul {
  padding-left: 0 !important;
}

.navbar-brand {
  max-width: 224px;
  position: absolute;
  top: -18px;
}
.navbar-brand > img {
  /* width: 100%; */
  object-fit: contain;
}

.nav-link:hover {
  color:  #aa6aaa !important;
}
.nav-link {
  color: #001f51 !important;
  font-size: 18px !important;
  text-wrap: nowrap !important;
}
.gap-35 {
  gap: 45px;
  text-align: center;
}
.ms-30 {
  margin-left: 33px;
  text-align: center;
}

.btn-primary {
  background-color: #eae4ea;
  border-radius: 50px;
  color: #18212d;
  border: 1px solid #eae4ea;
}

.btn-primary:hover {
  background-color: rgb(38, 78, 109) !important;
  color: white !important;
}

/* hero section  */

.hero-section {
  padding: 0 50px;
}

.hero-wrpr {
  background: no-repeat center/cover url("../assest/Mask\ group\ \(20\).png");
  min-height: 100vh;
  border-radius: 40px;
}

.hero-section-para {
  max-width: 817px;
  color: #717175;
  font-family: "DM Sans", sans-serif;
  line-height: 24px;
}

.hero-section-header  {
  font-family: Sangbleu-Regular;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400 !important;
}
.hero-section-header > p {
  font-family: DMSans-Regular;
}

.btn-primary2 {
  background: #aa6aaa;
  border-radius: 50px;
  color: #ffffff;
  padding: 18px 36px;
}

.btn-primary2:hover{
   background-color: rgb(38, 78, 109) !important;
  color: white !important;
}

/* .btn-primary2 :hover{
  background-color: blue !important;
} */

.btn:hover {
  background-color: rgb(38, 78, 109);
  color: white;
}

.main-content {
  height: 550px;
  /* height: 488px; */
  border-radius: 24px;
  border: 2px solid white;
  backdrop-filter: blur(10px);
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  /* top: 62px; */
}

.main-content-img {
  height: 524px;
  /* height: 462px; */
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.main-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* unlock section */
.unlock-section {
  min-height: 978px;
  padding: 81px 0 63px;
}

.left-potential-section > h2 {
  max-width: 513px;
  font-family: Sangbleu-Regular;
  font-size: 50px;
  line-height: 58px;
  color: var(--primary-color);
  /* margin: 0 auto 82px; */
  margin-bottom: 82px;
}

.left-img-potential {
  max-width: 475px;
}

.left-img-potential > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.left-img-potential:hover img {
  transform: scale(1.1);
}

.right-potential-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-left: 80px;
}

.right-img-potential {
  max-width: 440px;
  margin-bottom: 72px;
}

.right-img-potential > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.right-img-potential:hover img {
  transform: scale(1.1);
}

.right-potential-section > p {
  /* font-family: DMSans-Regular; */
  font-family: "DM Sans", sans-serif;
  line-height: 24px;
  /* color: var(--secondary-color); */
  margin-bottom: 77px;
  max-width: 499px;
  color: #717175;
  font-size: 17px;
}

.right-potential-section > a {
  background-color: var(--btn-color);
  padding: 15px 42px;
  border-radius: 100px;
  color: var(--white-text-color);
  line-height: 24px;
}



/* build section  */

.build-section {
  padding: 100px 0 100px;
  min-height: 1074px;
  background-color: var(--build-bg-color);
}

.build-section-heading {
  margin-bottom: 47px;
}
.build-section-heading>h2{
  font-size: 50px;
  font-weight: 400;
  color: #18212D;
}

.build-card-img {
  max-width: 360px;
  height: 356px;
  width: 100%;
  margin-bottom: 20px;
}

.build-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.build-card-content {
  max-width: 360px;
  min-height: 356px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1.5px solid #18212D; */
  padding: 57px 28px 30px;
  transition: all 0.3s ease-in-out;
}

.card-120:hover {
  transform: translateY(-10px);
}

.bg1 {
  background-color: var(--card-bg1-color);
}
.bg1 > h3 {
  color: #18212d;
  font-size: 26px;
  text-wrap: nowrap;
  font-weight: 400;
}
.bg1 > p {
  color: #717175;
  font-size: 15px;
  margin-bottom: 70px;
   font-family: "DM Sans", sans-serif;
}
.bg1 > a > span {
  color: #18212d;
}

.bg2 {
  background-color: #aa6aaa;
}
.bg2 > h3 {
  color: #ffffff;
  font-size: 26px;
  text-wrap: nowrap;
  font-weight: 400;
}

.bg2 > p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 70px;
  /* font-family: DMSans-Medium; */
   font-family: "DM Sans", sans-serif;
}
.bg2 > a > span {
  color: #ffffff;
}
.bg2 > a > img {
  color: #ffffff !important;
}

/* TESTIMONIAL SECTION  */
.testimonial-section {
  margin-top: 100px;
}
.testimonial-header-p {
  width: 117px;
  height: 30px;
  border: 1px solid #efeeed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.testimonial-header-section > h3 {
  font-size: 50px;
  margin-top: 20px;
}

.testimonial-card-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 290px;
}

.testimonial-card-content > h5 {
  color: #aa6aaa;
}

.swiper {
  padding: 20px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.card {
  width: 100%;
  max-width: 300px;
}

/* footer section  */
.footer-section {
  min-height: 412px;
  background: #18212d;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: 87px;
}
.footer-upper-portion {
  position: relative;
}
.touch-part {
  /* position: absolute;
  max-width: 945px;
    min-height: 111px;
    border-radius: 6px;
    background-color: #8A737D;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%; */
  max-width: 945px;
  min-height: 111px;
  border-radius: 6px;
  background-color: #8a737d;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.touch-part > h3 {
  color: #ffffff;
  font-size: 50px;
}

.touch-part > a {
  padding: 16px 34px;
  color: #1f201c;
  border-radius: 29px;
  background-color: #ffffff;
  position: relative;
}

.touch-part > a::before {
  content: " ";
  position: absolute;
  width: 103px;
  height: 72px;
  background: url(../assest/Vector\ 3.png) 100% / 100% no-repeat;
  left: -120px;
  top: 0;
}

.footer-main-content {
  padding: 180px 0px 20px;
}

.footer-logo {
  max-width: 201px;
  margin-bottom: 10px;
}
.footer-logo > img {
  width: 100%;
  object-fit: contain;
}

.footer-quick-links > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-quick-links>p:hover{
  color:  #aa6aaa;
}

.footer-q-link>ul>li>a:hover{
  color:  #aa6aaa !important;
}

.line {
  width: 52px;
  border: 1px solid #ffffff;
  margin-bottom: 32px;
}

.footer-quick-links > ul > li > a {
  color: #ffffff !important;
  /* margin-bottom: 24px; */
 
}

.footer-q-link{
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer-ad-links{
   display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer-quick-links > ul > li > a:hover{
  color: #aa6aaa !important;
}

.footer-additional-links > ul > li > a:hover{
  color: #aa6aaa !important;
}


.footer-additional-links > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer-additional-links>p:hover{
  color:  #aa6aaa;
}

.footer-additional-links > ul > li > a {
  color: #ffffff !important;
  /* margin-bottom: 24px; */
  text-wrap: nowrap;
}
.footer-additional-links > p::after,
.footer-quick-links > p::after,
.footer-subs-links > p::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 8px;
}

.footer-subs-links > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-subs-links>p:hover{
  color: #aa6aaa;
}

.input-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 6px;
}
.email {
  width: 100%;
  background: transparent;
  border: 2px solid #eef0f8;
  border-radius: 50px;
  padding: 17px 14px;
  color:#ffffff ;
}
.input-box ::placeholder {
  color: #ffffff;
}
.circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #aa6aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links > ul {
  display: flex;
}
.instragram1 {
  margin-top: 5px;
}
.footer-line {
  /* background-color:#EEEEEE;
  width: 100%; */
  border: 1px solid #eeeeee;
}




.bottom-part {
  color: #ffffff;
}

.social-links>ul>li>a>img:hover{
  transform: translateY(-10px);
}
.circle1{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #AA6AAA;
}
.circle1>i{
  color: white;
  width: 28px !important;
  height: 23px !important;
}

/* @media screen and (max-width: 992px) {
  header {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    backdrop-filter: blur(100px);
    padding: 15px 0;
    z-index: 99;
  }
   .ms-30 {
    margin-left: 0;
    margin-top: 30px;
  }
  .property-bottom-part{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggler{
  margin-left: auto;

}
.navbar-brand>img{
width: 65%;
}

.property-bottom-part{
  margin-left: 0px;
}
.primary-btn3 {
    
    margin-left: 0px;
}
.touch-part>h3 {
    font-size: 35px;
}

.touch-part>h3 {
        font-size: 30px;
    }

.left-potential-section{
  margin-bottom: 20px;
}
.right-potential-section{
  align-items: center;
  margin-left: 0px;
}



} */

/* @media screen and ( max-width: 768px ) {
  .touch-part{
    flex-wrap: wrap;
    flex-direction : column ;
  }
   .right-potential-section {
    margin-left: 0;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 35px;
  }

  .right-img-potential {
    margin-bottom: 72px;
    height: 343px;
  }

  .right-potential-section>a {
    margin-bottom: 40px;
  }

  .left-img-potential {
    height: 343px;
  }

  .left-potential-section>h2 {
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 51px;
    text-align: center;
  }

} */

/* testimonial section  */

.swiper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card-content {
  /* background: rgba(255, 255, 255, 0.95); */
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 800px;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
}

.testimonial-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 15px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  filter: grayscale(100%);
  opacity: 0.6;
}

.avatar1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  filter: grayscale(100%);
  opacity: 0.6;
}

.avatar2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  filter: grayscale(100%);
  opacity: 0.6;
}

.avatar.active {
  transform: scale(1.1);
  /* border: 4px solid #667eea; */
  z-index: 10;
  /* box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3); */
  filter: grayscale(0%);
  opacity: 1;
}

.avatar1.active {
  transform: scale(1.1);
  border: 4px solid #667eea;
  z-index: 10;
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
  filter: grayscale(0%);
  opacity: 1;
}

.avatar2.active {
  transform: scale(1.1);
  border: 4px solid #667eea;
  z-index: 10;
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
  filter: grayscale(0%);
  opacity: 1;
}

.avatar:hover {
  transform: scale(1.1);
  z-index: 10;
  cursor: pointer;
  filter: grayscale(0%);
  opacity: 1;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  /* font-style: italic; */
}

.testimonial-name {
  font-size: 24px;
  /* font-weight: bold; */
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.testimonial-role {
  font-size: 16px;
  color: #777;
  text-align: center;
}

.swiper-button-prev {
  color: #c4c4c4;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next {
  color: #ffffff;
  background: #aa6aaa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: #667eea;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and ( max-width : 1200px ) {
  .hero-section {
  padding: 0 15px;
 }
}

@media screen and (max-width: 992px) {
  header {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    backdrop-filter: blur(100px);
    padding: 15px 0;
    z-index: 99;
  }
  .ms-30 {
    margin-left: 0;
    margin-top: 30px;
  }
  .property-bottom-part {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggler {
    margin-left: auto;
  }
  .navbar-brand > img {
    width: 65%;
  }

  .property-bottom-part {
    margin-left: 0px;
  }
  .primary-btn3 {
    margin-left: 0px;
  }
  .touch-part > h3 {
    font-size: 35px;
  }

  .touch-part > h3 {
    font-size: 30px;
  }

  .left-potential-section {
    margin-bottom: 20px;
  }
  .right-potential-section {
    align-items: center;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .testimonial-card-content {
    padding: 30px 20px;
  }

  .avatar {
    width: 80px;
    height: 80px;
  }

  .avatar1 {
    width: 50px;
    height: 50px;
  }

  .avatar2 {
    width: 65px;
    height: 65px;
  }

  .testimonial-avatars {
    gap: 10px;
    margin-bottom: 30px;
  }
  .touch-part {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .right-potential-section {
    margin-left: 0;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 35px;
  }

  .right-img-potential {
    margin-bottom: 72px;
    height: 343px;
  }

  .right-potential-section > a {
    margin-bottom: 40px;
  }

  .left-img-potential {
    height: 343px;
  }

  .left-potential-section > h2 {
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 51px;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .nav-link {
    font-size: 14px !important;
  }
  .property-section {
    padding-top: 10px !important;
  }
  .property-section-right-header {
    font-size: 33px;

    margin-top: 15px;
  }
  .build-section {
    margin-top: 15px;
    padding: 35px 0 35px;
  }
  .build-main-section > h2 {
    font-size: 38px;
    line-height: 36px;
  }

  .touch-part > a::before {
    content: " ";

    background: url(../assest/Vector\ 3.png) 100% / 65% no-repeat;
    left: -115px;
  }
  .footer-main-content {
    padding: 70px 0px 50px;
  }
  .footer-logo {
    max-width: 150px;
  }
  .testimonial-card-content > p {
    font-size: 12px;
  }
  .testimonial-header-section > h3 {
    font-size: 35px;
  }

  .left-potential-section > h2 {
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 45px;
  }

  .right-potential-section > p {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .right-potential-section > a {
    padding: 9px 18px;
    font-size: 11px;
    margin-bottom: 20px;
  }

  .right-potential-section {
    margin-top: 20px;
  }

  .unlock-section {
    padding: 50px 0 50px;
  }

  .right-img-potential {
    margin-bottom: 50px;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }
  .avatar2 {
    width: 60px;
    height: 60px;
  }
  br{
    display: none;
  }
  .build-section-heading>h2 {
    font-size: 30px;
    font-weight: 400;
    color: #18212D;
 }
 .footer-additional-links > ul > li > a {
  
    font-size: 14px;
 }
 .footer-quick-links > ul > li > a {
    
    font-size: 14px;
 }
 .testimonial-section {
  margin-top: 20px;
 }
 .hero-section-header{
  font-size: 30px;
  line-height: 35px;
 }
}
