@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
/* @import url('https://fonts.cdnfonts.com/css/optima'); */
    
    

*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    /* font-family: 'Lufga'; */
}

.no-scroll{
    overflow: hidden;
}

.no-style-link{
    text-decoration: none;
    color: inherit;
}

.scroll{
    overflow: auto !important;
}

.center-this{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-logo{
    /* width: 130px; */
    /* height: 151px; */
}

.navbar-nav{
    width: 100%;
}

.navbar-expand-md-before .navbar-nav{
    justify-content: space-evenly;
    flex-direction: row;
    gap: 30px;
}
.navbar-expand-md .navbar-nav{
    justify-content: end;
    gap: 30px;
}



/* NAVBAR DESKTOP CONTAINER*************** */

.navbar-desktop-container-before{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-container-before{
    /* backdrop-filter: blur(60px); */
    /* backdrop-filter: blur(7.900000095367432px); */
    /* box-shadow: 0px 7px 29px 0px #64646F33; */
    border-radius: 60px;

    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 0px;
}

.nav-item-before{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link-before{
    font-family: 'Lufga';
    /* font-family: 'Lufga'; */
    font-weight: 500;
    font-size: 20px;
    color: #004225;
    line-height: 17.64px;
    width: fit-content;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;

    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}

.nav-link-before:hover, .nav-link-before:focus{
    color: #F29F56;
    /* font-weight: 500; */
}

.bi-chevron-down{
  font-size: 14px;
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.projects-drop-down-Indexcontainer{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}
.projects-drop-down-container{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 55px;
  right: 396px;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}


.bi-chevron-down.active{
  transform: rotate(180deg);
  color: #F29F56;
}

.projects-drop-down-container.active{
  visibility: visible;
  opacity: 1;
}
.projects-drop-down-Indexcontainer.active{
  visibility: visible;
  opacity: 1;
}

.fa-caret-up{
  position: absolute;
  bottom: 67px;
  right: 80px;
  font-size: 40px;
  height: 60px;
  color: #B5B5B5;
  /* border: 1px solid #B5B5B5; */
  /* box-shadow: 0px 7px 29px 0px #64646F33; */

}

.projects-desktop-dropDown{
  position: relative;
    z-index: 9999999999;
}


.projects-dropDown-txt{
  font-family: 'Lufga';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  padding: 10px 12px;
  padding: 10px 12px;
  text-align: start;
  transition: all 0.3s ease-in-out;
}


.nav-link-before.active{
  color: #F29F56 !important;
  /* font-weight: 700; */
}

.header-dk{
    padding: 8px 30px;
}

.nav-gap{
    gap: 40px;
}

/* NAVBAR DESKTOP CONTAINER after scroll*************** */

.navbar-desktop-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.navigation-container{
    background: #ffffffcc;
    border: 1px solid #FFF;
    backdrop-filter: blur(80px);
    border-radius: 60px;

    position: fixed;
    z-index: 99999;
    width: 90%;
    top: -144px;
    transition: all 0.3s ease-in-out;
}

.navigation-container.active{
    top: 16px;
}

.nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 17px;    
    color: #004225 ;
    line-height: 17.64px;
    width: fit-content;
    padding: 5px;
    transition: all 0.3s ease-in-out;

    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.locationbutton{
    color: #004225 !important;
    font-weight: 400 !important; 
    font-size: 20px ;
    border: 1px solid #004225 !important;
    padding: 11px 20px ;
    border-radius: 30px !important;
    width: 150px !important;
}
.nav-link.forlocationbutton:hover{
    color: white !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #004225 !important; /* your green color */
    color: #fff !important;
    border: 1px solid #004225 !important;
}

.bi-chevron-down{
  font-size: 14px;
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.projects-drop-down-Indexcontainer{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}

.align-scrollNav{
    top: 65px;
    right: 18%;
}

.align-staticNav{
    top: 85px;
    left: 26%;
}

.projects-drop-down-container{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 55px;
  right: 396px;
  width: 216px;
  background-color: #D9D9D9;
  transition: all 0.3s ease-in-out;
  border: 0.56px solid #F0F0F0;
  border-radius: 3px;
}


.bi-chevron-down.active{
  transform: rotate(180deg);
  color: #F29F56;
}

.projects-drop-down-container.active{
  visibility: visible;
  opacity: 1;
}
.projects-drop-down-Indexcontainer.active{
  visibility: visible;
  opacity: 1;
}

.fa-caret-up{
  position: absolute;
  bottom: 67px;
  right: 80px;
  font-size: 40px;
  height: 60px;
  color: #B5B5B5;
}

.projects-desktop-dropDown{
  position: relative;
    z-index: 9999999999;
}


.projects-dropDown-txt{
  font-family: 'Lufga';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  padding: 10px 12px;
  padding: 10px 12px;
  text-align: start;
  transition: all 0.3s ease-in-out;
}

.projects-dropDown-txt.active{
    color: #D19535 !important;
}

.projects-dropDown-txt:hover{
    color: #D19535 !important;
}


.nav-link.active{
  color: #F29F56 !important;
}

.header-dk{
    padding: 8px 30px !important;
}

.nav-gap{
    gap: 40px;
}


.title-background{
    background-image: url('../images/banner/home-title-background.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 768px;
    position: relative;
}

i.fa-arrow-up-right {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important; /* Ensures solid icons show */
}


.legacy-harmony-bgimg{
    background-image: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 758px;
}

.where-nature-meets-bgimg{
    background-image: url('../images/banner/nature-meets-archi-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 798px;
    position: relative;
}

.testimony-section-bgimg{
    background:  linear-gradient(180.41deg, #F9F8F3 3.21%, rgba(255, 255, 255, 0.2) 69.49%),url('../images/banner/testimony-section-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 678px;
    position: relative;

}

.testimony-section-each-bgimg{
    background-image: url('../images/banner/testimony-section-each-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
}

.contact-form-bgimg{
    background-image: url('../images/banner/contact-form-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
}

.aboutUs-main-bgimg{
    background: linear-gradient(180deg, rgba(27, 41, 38, 0) 66.28%, #1A3C33 96.44%), url('../images/banner/aboutUs-main-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 616px;
    display: flex;
    
}

.why-choose-us-bgimg{
    background: linear-gradient(0deg, rgba(27, 41, 38, 0) 90%, #1A3C33 100%), url('../images/banner/why-choose-us-changed.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 708px;
    position: relative;
    /* bottom: 20px; */

    padding: 3rem;
    padding-top: 0px;
}

.about-us-first-approach-bgimg{
    background-image: url('../images/banner/about-us-first-approach-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 678px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-greener-future-bgimg{
    background-image: url('../images/banner/about-us-greener-future-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 838px;
    position: relative;
}

.about-us-greener-future-dummyimg{
    background: linear-gradient(180deg, rgba(250, 249, 244, 0) 75%, #FAF9F4 103.68%), url('../images/about-us-greener-dummyImg.png');
    height: 478px;
}


.contactUs-page-bgimg{
    background-image: url('../images/banner/contactUs-page-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 529px;

    display: flex;
}


.contactUs-page-form-bgimg{
    background-image: url('../images/banner/contactUs-page-form-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;

    position: relative;
}

.property-listing-bgimg{
    background: linear-gradient(180deg, rgba(226, 238, 234, 0) 79%, #F1ECE7 94.04%), url('../images/banner/property-listing-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 496px;

    display: flex;
}

.blog-details-bgimg{
    background-image: url('../images/banner/blogs-details-bgimg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 536px;

    display: flex;
}

.contact-form-hillsbgimg{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.title-home-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
}

.title-home-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 84px;
    line-height: 97px;
    letter-spacing: 0px;
    color: #3B4926;
    
    width: 60%;
    position: absolute;
    left: 76px;
    top: 20%;
}

.container-legacy-harmony{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.legacy-harmony-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 68px;
    letter-spacing: 0px;
    color: #FBFBFB;
    text-shadow: 0px 0px 8.9px #FFFFFF;
    text-align: center;
}

.leg-hormony-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #FFFFFF1F;
    border: 1px solid #FFFFFF30;
    backdrop-filter: blur(18px);
    border-radius: 20px;
    margin-top: 36px;
    /* max-width: 1390px; */
}


.leg-hormony-each-txt{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.52px;
    text-align: center;
    width: 100%;
    color: #C0FFB5;
    text-shadow: 0px -1px 2.6px #C0FFB5;
    margin: 10px 0px;
}

.shadow-this-img{
    /* border: 0px solid transparent; */
    border: 1px solid #C0FFB5;
    border-top: none;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;

    box-shadow: 0px -1px 40px 0px #C0FFB566;

}

.shadow-this-img-opp{
    /* border: 0px solid transparent; */
    border: 1px solid #C0FFB5;
    border-bottom: none;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;

    box-shadow: 0px -1px 40px 0px #C0FFB566;


}


.nature-meets-archi-leftleaf{
    position: absolute;
    top: 0px;
    left: 0px;
}

.nature-meets-archi-rightleaf{
    position: absolute;
    top: 0px;
    right: 0px;
}

.where-nature-meets-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 68px;
    line-height: 75px;
    letter-spacing: 0px;
    text-align: center;
    color: #004225;
}

.where-nature-smallBox-txt{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FBFBFB;
    text-align: justify;
}

.where-nature-smallBox-knowMore{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FBFBFB;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

    border: 1px solid #F9F9F9;
    border-radius: 37px;
    padding: 12px 92px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.where-nature-smallBox{
    width: 459px;
    height: fit-content;
    background-color: #054233;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;

    padding: 20px 28px;

    position: relative;
    left: 70px;
    z-index: 9;
}

.where-nature-container-each{
    display: flex;
    align-items: center;
    justify-content: center;
}

.where-nature-img{
    position: relative;
    right: 70px;
}











.swiper {
    width: 100%;
    height: fit-content;
}

.mySwiper1{
    position: relative;
}

.swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.nature-buttons-container{
    display: flex;
    width: 100%;
    max-width: 1478px;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */
    position: absolute;
    top: 45%;
}

.nature-prev-button, .nature-next-button {
    height: 68px;
    width: 68px;
    background: #FFE3BB;
    border: 1px solid #87460C;
    backdrop-filter: blur(60px);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.nature-botton-wide-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bi-chevron-double-left, .bi-chevron-double-right{
    font-size: 40px;
    color: #87460C;
}

.nature-prev-button:hover, .nature-next-button:hover {

}

.testimony-sec-leftLeaf{
    position: absolute;
    top: 20px;
    left: 0px;
}

.testimony-sec-rightLeaf{
    position: absolute;
    right: 0px;
    top: 67px;
}

.testimony-section-each-container{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.testimony-section-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 68px;
    line-height: 75px;
    letter-spacing: 0px;
    text-align: center;
    color: #004225;
}

.testimony-each{
    display: flex;
    gap: 30px;
    width: 90%;
}

.testimony-each-testitxt{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
}

.testimony-each-testiname{
    color: #FFCB79;
    border-bottom: 0.8px solid #FFCB79;
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.testimony-each-testicontents{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.testimony-buttons-container{
    display: flex;
    width: 100%;
    max-width: 1278px;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */
    position: absolute;
    top: 45%;
}

.testi-next-button, .testi-prev-button {
    height: 56px;
    width: 56px;
    background: #FFFFFF59;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(60px);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.testi-next-button .bi-chevron-double-right, .testi-prev-button .bi-chevron-double-left{
    font-size: 28px;
    color: #FBFBFB;
}

.contact-form-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 68px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #004225;
}

.contact-forms-alignment{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.contact-forms-container{
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    position: relative;
    z-index: 99;
    border-radius: 4px;
    padding: 20px 70px;
    max-width: 950px;
}

.contact-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #00422580;
    background: transparent;
    margin-bottom: 30px;
    letter-spacing: 0px;
    padding: 14px 0px;
    color: #AAAAAA;
    font-weight: 300;
    font-size: 26px;
}

.contact-form input::placeholder{
    font-family: 'Lufga';
    color: #AAAAAA;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0px;
}

.contact-form input:focus-visible{
    outline: none;
}

.contact-form input:focus{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    color: #004225E0;
}

.contact-form input:valid{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    color: #004225E0;
}

.contact-form-subtitle{
    font-family: 'Lufga';
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #004225;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-form-subButton{
    background-color: #004225;
    border: 1px solid #F9F9F9;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FBFBFB;
    padding: 17px 48px;
    border-radius: 37px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    transition: all 0.3s ease-in-out;
}


.footer-bg-img{
    background-color: #1B2926;
}

.footer-container{
    display: flex;
    align-items: start;
    justify-content: space-around;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-center-this{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer-chief-seg{
    width: 30%;
}

.project-seg{

}

.footer-header{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 24px;
    color: #D19535;
    letter-spacing: 0px;

    margin-bottom: 6px;
}

.footer-txt{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    letter-spacing: 0px;

    margin-bottom: 0px;
    text-transform: capitalize;
}

.footer-icons-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
}

.footer-chief-disc{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin: 14px 0px;
}


.contact-each{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px ;
}

.contact-txt{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;

    margin-bottom: 0px;
}

.contact-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 15px;
}


.copy-right-container{
    background: linear-gradient(180deg, #B98024 -111.76%, #F5B44F 100%);
    width: 100%;
    padding: 6px 0px;
}

.copyright-txt{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22.75px;
    margin-bottom: 0px;
    letter-spacing: 0px;

    text-align: center;
}

.VSNAP-anchor{
    text-decoration: underline;
    color: inherit;
}

.contact-each img {
    margin-top: 6px;
}
  

/* ABOUT US CSS */
.aboutUs-main-tite-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 112px;
    line-height: 106px;
    letter-spacing: 0px;
    text-align: center;
    background: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #004225C7;
}

.aboutus-main-title-txt-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-linear-gradient{
    /* background: linear-gradient(180deg, rgba(27, 41, 38, 0) 5.28%, #1A3C33 22.44%); */
}

.aboutUs-why-chooseUs-leftLeaf{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.aboutUs-why-chooseUs-rightLeaf{
    position: absolute;
    right: 0;
    top: -90px;
}

.why-choose-us-title{
    font-family: 'Playfair Display';
    text-align: center;
    font-weight: 600;
    font-size: 66px;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 10px;
}

.why-choose-us-disc{
    font-family: 'Lufga';
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 65%;
}

.why-choose-us-contentTitle{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFE3BB;
    line-height: 1;
    /* margin: 6px 0px; */
    margin-top: 6px;
    margin-bottom: 4px;
}

.why-choose-us-contentDisc{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.why-choose-us-contentsContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.why-choose-us-content-each{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us-first-approach-each{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
    linear-gradient(0deg, rgba(0, 42, 24, 0.06), rgba(0, 42, 24, 0.06));
    border: 1px solid #FFFFFFBA;
    backdrop-filter: blur(28px);
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    max-width: 1110px;
}



.about-us-first-approach-contentTxt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: 22px;
    /* height: 100%;  */
}

.about-us-first-approach-contentImg img{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.about-us-first-approach-eachTitle{
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0px;
    color: #F6AF68;
    text-shadow: 0px 4px 12px #00000040;
    text-align: center;
    margin-bottom: 0px;
}

.about-us-first-approach-eachdisc{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}

.aboutUs-buttons-container{
    display: flex;
    width: 100%;
    max-width: 1478px;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */
    position: absolute;
    top: 45%;
}

.aboutUs-prev-button, .aboutUs-next-button {
    height: 68px;
    width: 68px;
    background: #FFFFFF03;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(60px);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.aboutUs-botton-wide-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.aboutUs-prev-button .bi-chevron-double-left, .aboutUs-next-button .bi-chevron-double-right{
    font-size: 40px;
    color: #FFFFFF;
}

.about-us-greener-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 66px;
    text-align: center;
    color: #004225;
}

.about-us-greener-disc{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    color: #1B2926;
}

.about-us-greener-rightLeaf{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.contactUs-main-tite-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 78px;
    line-height: 82px;
    letter-spacing: 0px;
    /* color: #004225;
    opacity: 95%; */

    text-align: center;

    background: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #004225C7;
    padding-bottom: 10px;
}

.contactUs-page-title{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0px;
    color: #D19535;
    margin-bottom: 0px;
}

.contactUs-page-disc{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 0px;
}

.contactUs-page-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;

    z-index: 9;
    position: relative;
}

.contactUs-page-each{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 16px;
    margin-bottom: 40px;
}

.contactUs-page-each img{
    margin-top: 7px;
}

.contactUs-page-contactForm-container{
    background-color: #FFF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    padding: 0px 40px;
    border-radius: 4px;
}

.contactUs-page-formTxt{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #004225;
}

.contactUs-page-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.contactUs-page-form input{
    border: none;
    border-bottom: 1px solid #437469;
}

.contactUs-page-form input::placeholder{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0px;
    color: #AAAAAA;
}

/* .contactUs-page-form input:focus{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0px;
    color: #AAAAAA;
} */


iframe, .map-container {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}











.contactUs-page-form input:valid{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    color: #969696;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.contactUs-page-form input:focus-visible{
    outline: none;
}

.contactUs-page-subBtn-container{
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.contactUs-page-subBtn{
    background-color: #004225;
    border: 1px solid #F9F9F9;
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    padding: 14px 48px;
    border-radius: 37px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contactUs-page-subBtn:hover{
    background-color: #F9F9F9;
    border: 1px solid #004225;
    color: #004225;
}


/* CSS FOR THE PROPERTY LISTING PAGE*/
.property-listing-main-tite-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 80px;
    line-height: 101px;
    letter-spacing: 0px;
    text-align: center;
    /* color: #004225;
    opacity: 92%; */
    background: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #004225C7;

}



/* CARD 1  CSS DUMMY*/
.full-card1-container-each{
    display: flex;  
    justify-content: center;
    margin-bottom: 80px;
}

.card1-propName{
    font-family: 'Lufga';
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0px;
    color: #004225;
    margin-bottom: 0px;
    line-height: 1;
}

.card1-location-container{
    display: flex;
    align-items: center;
    margin: 2px 0px;
    gap: 4px;
    color: #959DA5;
}

.card1-location{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 16px;
    color: #959DA5;
    margin-bottom: 0px;
}

.card1-price{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 34px;
    color: #CC8A2B;
    margin: 2px 0px;
    line-height: 1;
}

.card1-onwards{
    font-weight: 400;
    font-size: 16px;
}

.card1-header-container{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.card1-disc{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: justify;
    color: #1B2926;
    margin-bottom: 0px;
}

.card1-specs-each{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.card1-specs-title{
    margin-bottom: 0px;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 12px;
    color: #535353;
    line-height: 1;
    margin-bottom: 2px;
}

.card1-specs-disc{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    color: #004225;

    line-height: 1;
}



.card1-specs-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card1-amenities-container{
    border: 1px solid #D19535;
    border-radius: 4px;
    position: relative;
}

.card1-amenities-each{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    padding: 30px 0px;
}

.card1-amenities-text-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.card1-amenities-text{
    margin-bottom: 0px;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 18px;
    color: #D19535;
    padding: 4px 10px;
    background-color: #FFF;

    position: absolute;
}

.card1-viewDetails-container{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

.card1-viewDetails{
    background: linear-gradient(0deg, #004225 0%, #335948 100%);
    border-radius: 80px;
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 20px;
    color: #FFF;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 6px 74px;
}

.card1-contents-container{
    width: 615px;
    height: fit-content;
    background-color: #FFF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    position: relative;
    right: 20px;
    top: 30px;

    padding: 16px;
    border-radius: 6px;
}

.card1-hr{
    margin: 10px 0px;
    background: #97979740;
    height: 1px;
    width: 90%; 
}

.card1-bgcolor{
    /* background-color: #F1EEE9; */
    background: linear-gradient(0deg, rgba(241, 236, 231, 0) -10%, #F1ECE7 16%);
}

.card1-img-container{
    position: relative;
    left: 20px;
}





/* CSS FOR THE PROPERTY LISTING PAGE DESIGN 2 */
.card2-propName{
    font-family: 'Lufga';
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0px;
    color: #004225;
    margin-bottom: 2px;
    line-height: 1;
}

.card2-location{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 14px;
    color: #959DA5;
    margin-bottom: 0px;
}

.card2-hr{

}

.card2-location-container{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
    color: #959DA5;
}

.card2-disc{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #1B2926;
    margin-bottom: 6px;
    text-align: justify;
}

.full-card2-container-each{
    display: flex;
    height: fit-content;
    /* width: fit-content; */
    width: 627px;
    margin-bottom: 70px;
    position: relative;
}

.card2-specs-container{
    border: 1px solid #97979740;
    border-left: 0;
    border-right: 0;
    padding: 6px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card2-viewDetails-container{
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.card2-viewDetails{
    background: linear-gradient(0deg, #004225 0%, #335948 100%);
    border-radius: 80px;
    border: none;
    color: #FFF;
    padding: 6px 80px;
    font-weight: 400;
    font-size: 20px;
}

.card2-specs-container-align{
    display: flex;
    justify-content: space-between;
    
}

.card2-specs-each{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 50%;
    gap: 10px;
}

.card2-contents-container{
    width: 357px;
    background-color: #FFF;
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 10px;
}

.property-listing-2-full-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* CSS FOR THE PROPERTY LISTING PAGE DESIGN 2 */



/* BLOGS_DETAILS PAGE CSS */
.blogs-details-main-tite-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 68px;
    line-height: 82px;
    letter-spacing: 0px;
    text-align: center;
    /* color: #004225;
    opacity: 92%; */
    margin-bottom: 16px;


    background: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #004225C7;
}

.blogs-details-header-txt{
    font-family: 'Lufga';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.blogsDetails-main-title-txt-container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogs-details-header-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.blogs-details-header-each{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    background-color: #1B2926;
    border-radius: 44px;
    padding: 2px 14px;
}

.blog-details-blog-txt{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #373737;
}

.blog-details-blog-header{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.blog-details-blog-hr{
    width: 600px;
    background-color: #0042254D;
    height: 1px;

}

.hr-center-this{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.blog-details-shareContainer{
    display: none;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    justify-content: space-evenly;
    align-items: center;
    width: 161px;
    height: fit-content;
    padding: 4px 0px;
    border-radius: 2px;
    position: absolute;
    top: 44px;
    right: -28px;
}

.blog-details-shareContainer.active{
    display: flex;
}

.blog-details-shareEach{
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative-this{
    position: relative;
}

.blogs-details-carrotTop{
    position: absolute;
    right: 73px;
    bottom: 23px;
    color: #FFF;
}

#blogShareButton{
    cursor: pointer;
}

.fa-link{
    transition: all 0.3s ease-in-out;
}

.fa-link.active{
    transform: rotate(360deg);
}


/* <******************************blog css****************************> */
.blog-main-bgimg{
    background: url('../images/banner/blogmainbg1.1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 536px;
    display: flex;
}
.bloglistingbg{
    background: url('../images/blogimg/blogbgimg1.1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-bigtitle{
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 32px;
    line-height: 31px;
    letter-spacing: 0%;
    color: #1B2926;
}

/* .nav-pills .nav-link{
    flex-direction: column;
}
 */
.blog-listing-main-tite-txt{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 78px;
    line-height: 82px;
    letter-spacing: 0px;
    text-align: center;

    background: url('../images/banner/legacy-harmony-backgroundimages.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #004225C7;
}



.blogintext{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Adjust based on estimated word count */
    -webkit-box-orient: vertical;
    overflow: hidden;

    color: #1B2926;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lufga';
    line-height: 24px;
    letter-spacing: 0px;
}
.mainblogbg{
    background-color: #fff;
}
.blogreadmore{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #004225;
    border: 1px solid #004225;
    border-radius: 2px;
    padding: 6px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
}

.blog-listing-each-dataContainer{
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-listing-each-dataContainer-each{
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-listing-each-dataTxt{
    font-weight: 300;
    font-size: 14px;
    color: #616161;
    letter-spacing: 0px;
    font-family: 'Lufga';
    margin-bottom: 0px;
}

.blogdatesec{
    display: flex;
    align-items: center;
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: 'Lufga';
}
.blogimg-bg-color{
    background-color: #fff;
    padding: 10px;
}
.smallblogtitle{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1B2926;
}
/* .smallblogimg{
    position: relative;
} */
.smallblogheading{
    position: absolute;
    bottom: 36%;
    width: 86%;
    font-weight: 300;
    font-size: 14px;
    color: #616161;
    letter-spacing: 0px;
    font-family: 'Lufga';
}
.smallblogcontent{
    position: static;
    padding-top: 0px;
}
.bloghight{
    height: fit-content;
    position: relative;
    /* background-color: #FFF; */
}
.smallblogreadmore{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #004225;
    border: 1px solid #004225;
    border-radius: 2px;
    padding: 8px;
}
.blogintitle{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
   /*  background-color: #d1953500 !important; */
}
.nav-link.active .blogtype{
    color: #D19535 !important;
}
.nav-link.active img{
    border: 4px solid #D19535;
    border-radius: 50%;
}

.nav-link img{
    border: 4px solid #F1EEE9;
    border-radius: 50%;
}

.blogtype{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #004225;
}
.blogcategories{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 44px;
    /* line-height: 24px; */
    letter-spacing: 0px;
    color: #000000;
}

.blog-header-container{
    width: 100%;
    display: flex;
    justify-content: start;

    position: relative;
}

.blog-header-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF; /* Adjust the color to match your design */
    /* z-index: -1; */
}

.blog-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;

    background: #F1EEE9;
    z-index: 9;
}


.blog-list-button-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 36%;
}

.blog-list-prev-button, .blog-list-next-button{
    z-index: 999;   
}
.mobileview{
    display: none;
}
@media (max-width:853px) {

   /* Default state: show green, hide white */
.icon-white {
    display: none;
}

.icon-green {
    display: inline;
}

/* Active state: show white, hide green */
.locationbutton.active .icon-white {
    display: inline;
}

.locationbutton.active .icon-green {
    display: none;
}

/* Hover state: show white, hide green */
/* .locationbutton:hover .icon-white {
    display: inline;
}

.locationbutton:hover .icon-green {
    display: none;
} */
/* Hover only if not active */
.locationbutton:not(.active):hover .icon-white {
    display: inline;
}

.locationbutton:not(.active):hover .icon-green {
    display: none;
}

.prime{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
}
    .blog-listing-each-dataTxt{
        font-size: 12px;
    }

    .blog-listing-main-tite-txt{
        font-size: 34px;
        line-height: 43px;

    }

    /* .nav-link img{
        height: 100px;
    } */

    .smallblogtitle{
        font-size: 14px;
        line-height: 19px;
    }

    .blogimg-bg-color{
        padding: 10px;
        padding-top: 7px;
    }


    .blog-main-bgimg {
        background: url('../images/banner/blogmainbg1.1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 256px;
        display: flex;
    }
    .aboutUs-main-tite-txt {
        font-family: 'Playfair Display';
        font-weight: 600;
        font-size: 44px;
        letter-spacing: 0px;
        text-align: center;
        color: #004225C7;
    }
  /*   .desktopview{
        display: block;
    } */
    .mobileview{
        display: block;
    }
    .blog-bigtitle{
        font-family: 'Lufga';
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #1B2926;
        margin-bottom: 0px;
    }
    .blogintext{
        font-family: 'Lufga';
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #1B2926;
    }
    .blogreadmore {
        font-family: 'Lufga';
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        color: #004225;
        border: 1px solid #004225;
        border-radius: 2px;
        padding: 0px 9px;
    }
    .mainblogpaddmobile{
        padding: 6px 6px 16px 6px;
    }
    .blogbottom{
        margin-bottom: 80px;
    }
    .blog-list-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 88%;
        gap: 30px;
    }
    .blog-header {
        display: flex;
        width: fit-content;
        align-items: center;

        z-index: 9;
        background: #F1EEE9;
    }

    .blog-header-container{
        display: flex;
        justify-content: center;

        position: relative;
    }

    .blog-header-container::before,
    .blog-header-container::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100%; /* Adjust the length of the lines */
        height: 2px;
        background-color: #FFFFFF; /* Adjust color to match your design */
    }

    .blog-header-container::before {
        left: 0;
    }

    .blog-header-container::after {
        right: 0;
    }

    .bloghight {
        height: 430px;
    }
    .smallblogheading {
        position: relative;
        bottom: 19%;
        width: 90%;
    }
    .smallblogcontent {
        position: relative;
        bottom: 19%;
    }
    .blogtype {
        font-size: 18px;
    }
    .blogcategories {
        font-size: 34px;
    }
    .smallblogreadmore {
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .blogcategories {
        font-size: 28px;
        margin-bottom: 0px;
    }


    .smallblogheading {
        position: absolute;
        bottom: 30%;
        width: 92%;
    }
    .smallblogcontent {
        position: static;
        padding-top: 28px;
    }
}

@media (min-width:320px) and (max-width:359px) {
    .bloghight {
        height: fit-content;
        background-color: #FFF;
        margin-bottom: 20px;
        position: relative;
    }
}
@media (min-width:360px) and (max-width:411px) {
    .bloghight {
        height: 380px;
    }
}   

@media (min-width:1440px) {
    .smallblogheading{
        bottom: 32%;
    }
}
/* <******************************blog css****************************> */


/* THANK YOU PAGE CSS */
.thank-you-bgimg{
    background-image: url('../images/banner/thankyou-bgImg.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.main-thankYou-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}

.main-title{
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 48px;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: center;
    color: #004225;
}

.main-disc{
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #7C5618;
}
@media (max-width:853px) {
    .contactUs-page-each {
        display: flex;
        justify-content: start;
        align-items: start;
        gap: 16px;
        margin-bottom: 14px;
    }
   
}