@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Hanson';
    src: url('../font/Hanson.otf') format('opentype');
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Urbanist', sans-serif;
}

body{
    
    font-family: 'Urbanist', sans-serif;
    background: #FEEBD4 !important;
    backdrop-filter: blur(50px);

}

/* ----navbar----- */
/* --------------- */
/* .mob-envpagepicc {
    display: none;
} */
.home {
    width: 100%;
    height: auto;
    text-align: center;
}

.home-head-nav {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
    position: relative;
    z-index: 9999;
}

.nav-links-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11rem;
}

.nav-links-wrap ul {
    display: flex;
    gap: 30px;
}

.nav-links-wrap ul li,
.nav-links-wrap ul li a {
    list-style: none;
    text-decoration: none;
    color: #606060;
    text-align: justify;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s; /* Add transition for smooth color change */
}

.nav-links-wrap ul li a:hover {
    color: orangered; /* Green color on hover */
}

.nv-menuicon img {
    margin-top: -1rem;
    cursor: pointer;
}


.nv-logo img {
    width: 55%;
    /* height: 66px; */
    max-width: 150px;
}
.mobnav{
    display: none;
}
.responsive-menu {
    padding-top: 50px;
    
    position: fixed;
    top: 0;
    right: 0;
    height: 50vh;
    background-color: #FEEBD4;
    z-index: 99999;
    flex-direction: column;
    width: 31%;
}
.responsive-menu a {
    justify-content: center;
    padding: 15px;
    display: block;
    color: #606060;
    font-family: Urbanist;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 0.3s; /* Add transition for smooth color change */
}

.responsive-menu a:hover {
    color: orangered; /* Green color on hover */
}
.close-button {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    background-color: #FEEBD4;
    position: absolute;
    top: 0;
    right: 0;
}



.close-icon {
    position: relative;
    right: 1rem;
    display: block;
    width: 28px;
    height: 44px;
    background: url(/src/images/close-button.png) no-repeat center center;
    background-size: contain;
}




/* ----navbar ends----- */
/* ------------------- */



/* ----home-page 1--- */
/* ----------------- */


  /* mobile */

.mob-nav-headings {
    display: none !important;
}

  .swiper-mobile {
    display: none;
    justify-content: center;
    align-items: center;
  }

  .mob-sec3-on-going {
    top: 19rem;
    overflow: hidden;
    position: relative;
    max-width: 332px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mob-swiper-container {
    display: flex;
    width: 100%;
    margin: auto;
}

/* Customize navigation button styles */
.mob-swiper-button-next, .mob-swiper-button-prev {
    width: 60px;
    padding-top: 12%;
    color: white;
    top: 63%;
    transform: translateY(-50%);
}


 /* mobile */

.home-cloud {
    overflow: hidden;
    position: relative;
    width: 100%; /* Ensure the container takes up the full width */
    height: 33rem; /* Set the height of the container to match the image height */
}

.home-cloud img {
    margin-top: -2rem;
    height: 100%; /* Make the image take up the full height of the container */
    position: relative;
    animation: slideRightToLeft 20s linear infinite;
}

@keyframes slideRightToLeft {
    0% {
        left: 100%; /* Change right to left and update the values accordingly */
    }
    100% {
        left: -100%; /* Change right to left and update the values accordingly */
    }
}

.scdsbtdv {
    position: relative;
    top: -32rem;
}
.home-house {
    position: relative;
    width: 100%;
    height: 100vh; /* Set the height to 100% of the viewport height */
    overflow: hidden; /* Hide any content that overflows the section */
}

.home-cover img {
    position: relative;
    top: -34rem;
    margin-left: -3rem;
    width: 106%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

/* ----home-page 1 ends--- */
/* ----------------------- */




/* ----home-about----- */
/* ------------------ */
.homeabout {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.homeabout-pagecover{
    position: absolute;
    bottom: 0;
    left: 0;
}
.homeabout-pagecover img{
    width: 850px;
    height: 600px;
}

.homeabout-heading {
    position: absolute;
    width: 501px;
    right: 5rem;
    bottom: 5rem;
}

.homeabout-heading h3{
    display: flex;
    color: #676767;
    text-align: right;
    font-family: 'Hanson' , sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%; /* 69.85px */
    text-transform: capitalize;
}
.homeabout-heading p{
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 39.05px */
    text-transform: capitalize;
}
.homeabt-button{
    position: absolute;
    right: 2rem;
}
.homeabt-button button {
    border-radius: 30.5px;
    background: transparent;
    border: 1px solid #676767;
    width: 7rem;
    height: 2rem;
    
}
.homeabt-button button a{
    text-decoration: none;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}




/* ----home-about ends----- */
/* ------------------------ */


/* homeourworks start */
/* ------------------ */
.homeourworks {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.ourwork-homecover {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ourwork-homecover img{
    width: 833px;
    height: 595px;
}
.homeourworks-content {
    position: absolute;
    width: 494px;
    bottom: 45px;
    left: 3rem;
}
.homeourworks-content h3{
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%; /* 69.85px */
    text-transform: capitalize;
}
.homeourworks-content p{
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 39.05px */
    text-transform: capitalize;
}
.homeourwrk-button button {
    border-radius: 30.5px;
    border: 1px solid #676767;
    width: 7rem;
    height: 2rem;
    background: transparent;
}
.homeourwrk-button button a{
    text-decoration: none;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 26.625px */
    text-transform: capitalize;
}

/* home env frdly strats */

.env-frdly {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.homeenvfrd-image {
    position: absolute;
    bottom: 0;
}
.homeenvfrd-image img {
    width: 891px;
    height: 647px;
}

.envhome-content {
    position: absolute;
    width: 516px;
    right: 3rem;
    bottom: 10rem;
}
.envhome-content h3 {
    color: #676767;
    font-family: Hanson;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    text-transform: capitalize;
}
.envhome-content p{
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%; /* 32.01px */
}
.envhomebutton button {
    border-radius: 30.5px;
    border: 1px solid #676767;
    width: 7rem;
    height: 2rem;
    background: transparent;
}
.envhomebutton button a{
    text-decoration: none;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 26.625px */
    text-transform: capitalize;

}
.homeNewHousehold{
    position: relative;
    width: 100%;
    height: 100vh;
}
.homehhold {
    position: absolute;
    width: 917px;
    bottom: 1rem;
}
.homehhold h3{
    color: #676767;
    text-align: center;
    font-family: Hanson;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%; /* 69.85px */
    text-transform: capitalize;
}
.homehhold p{
    color: #7F7F7F;
    text-align: center;
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 50.55px; /* 202.2% */
}
.newhousehome {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* new house hold image  */
.nhhimage{
    position: relative;
    width: 100%;
    height: 100vh;
}


.nhhsub-image img {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

/* new house hold image ends  */


/* home contact us */
.homecontact {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150vh;
    z-index: 9999;
}

.homecontact-content {
    position: relative;
    z-index: 1;
}

.homecontact-content img {
    width: 100%;
    display: block;
}

.homecontact-square {
    position: relative;
    bottom: 28rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 637px;
    border-radius: 30px;
    background: rgba(17, 17, 17, 0.73);
    box-shadow: 0px 15px 30px 0px rgba(250, 207, 144, 0.25);
    backdrop-filter: blur(10px);
    z-index: 2;
}




.homecontact-head {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.homecontact-head h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%; /* 69.85px */
    text-transform: capitalize;
}

.insidehead {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5rem;
}
.insidehead h4{
    color: #FFF;
    text-align: justify;
    font-family: Helvetica Now Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%; /* 63.5px */
}


.homecontact-input {
    position: relative;
    top: 7rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px; /* Adjust as needed */
}

.homecontact-input .half-width {
    width: 48%; /* Adjust as needed */
    margin-bottom: 0; /* Add a gap of 7rem */
}


.homecontact-input input {
    
    background: transparent;
    width: 100%;
    height: 54px;
    margin-bottom: 41px;
    border-radius: 25px;
    border: 1px solid #FFF;
}
.homecontact-input input::placeholder {
    padding-left: 10px;
    color: #FFF;
    text-align: justify;
    font-family: Helvetica Now Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%; /* 25.4px */
}



.homecontact-input input.full-width {
    width: 100%;
    height: 148px !important;
}
.homecontact-button{
    display: flex;
    padding: 0 20px 35px 35px; /* Adjust as needed */
}
.homecontact-button button{
    width: 576px;
    height: 54px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: #FFF;
    
}
.homecontact-button button a{
    text-decoration: none;
    color: #313030;
    text-align: justify;
    font-family: Helvetica Now Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%; /* 25.4px */
}


/* home contact us ends */


/* home footer starts */

.home-footer {
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 70vh;
}
.home-footer-lastsec {
    gap: 6rem;
    display: flex;
    left: 5rem;
    right: 5rem;
    position: relative;
    top: 0;
}
.home-footer-lastsec img {
      width: 7%;
    object-fit: contain;
}

@media(max-width:992px){
  .home-footer-lastsec img {
      width: 30%;
}  
}

.home-footer-headings {
    padding-top: 20px;
}
.home-footer-headings a{
    text-decoration: none;
    color: #414141;
    text-align: justify;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 173%;
}
.footer-email {
    gap: 10px;
    display: flex;
}
.footer-email h4{
    color: #414141;
    text-align: justify;
    font-family: Helvetica Now Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%; /* 25.4px */    
}
.footer-email h3{
    color: #414141;
    text-align: justify;
    font-family: Helvetica Now Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%; /* 25.4px */
}
.footer-email {
    flex-direction: column;
    gap: 10px;
    display: flex;
}
.email-email {
    gap: 15px;
    display: flex;
}
.email-email img {
    width: 33px;
    height: 29px;
}
.add-details {
    gap: 20px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
}
.flow-footer {
    top: 0;
    overflow: hidden;
    display: flex;
    position: relative;
    white-space: nowrap;
}

.flow-footer h2 {
    color: #F0AD69;
    text-align: justify;
    font-family: Urbanist;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 127px; /* 127px */
    animation: moveRightToLeft 30s linear infinite;
}

@keyframes moveRightToLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.contact-footer {
    top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
}
.project-footer {
    top: 18rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
}
/* about us page */
/* ------------ */

.abtcover{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.abtimage {
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51);


}
.abtimage img {
    width: 52rem;
    height: 44rem;
}
.houseabt {
    position: absolute;
    right: 1rem;
    bottom: 43px;
}
.abtimage-heading {
    position: absolute;
    display: flex;
    bottom: 38%;
    left: 8rem;
}
.abtimage-heading h3 {
    width: 352px;
    /* height: 124px; */
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
 

/* about second section */

.secondabt{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}

.person-arcade {
    position: relative;
    top: 5rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.person-arcade h2 {
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: capitalize;
}

.abtmainsq {
    position: relative;
    top: 6rem;
    gap: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twosubsdv {
    padding-top: 40px;
    /* position: absolute; */
    justify-content: center;
    display: flex;
    border: 3px solid #F0AD69;
    border-radius: 50px;
    width: 26%;
    height: 71vh;
    background: transparent;
}
.twosubsdv img {
    width: 80%;
    height: 76%;
}
.abt-personname {
    padding-top: 8px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 37px;
    width: 18rem;
    height: 57px;
    background: #F0AD69;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.abt-personname h4 {
    font-size: 35px;
    color: #fff;
}

/* about section 3 */

.abt-third{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 130vh;
}
.abttrdimg {
    position: relative;
    left: -16rem;
}

.abttrdimg img {
    width: 74%;
    height: 70%;
}
.abtfstp {
    bottom: 36rem;
    position: absolute;
    width: 802px;
    height: 223px;
    flex-shrink: 0;
    right: 3rem;
}

.abtfstp p{
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.5%; /* 38.61px */
    text-transform: capitalize;
}
.abtsdp {
    top: 21rem;
    right: 3rem;
    position: absolute;
    width: 607px;
    height: 417px;
}
.abtsdp p{
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 39.05px */
    text-transform: capitalize;
}
.abtfr{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 130vh;
}
.abtmnfr {
    position: relative;
    top: -20rem;
    gap: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbtsbtwo {
    flex-direction: column;
    bottom: 3rem;
    position: relative;
    display: flex;
    border: 3px solid #F0AD69;
    border-radius: 50px;
    width: 36%;
    height: 82vh;
    background: #F0AD69;
}
.hdabc {
    position: relative;
    top: 4rem;
    width: 480px;
    height: 84px;
}
.hdabc h4 {
    color: #FFF;
    text-align: center;
    font-family: Hanson;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-transform: capitalize;
}
.hdabc p {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    text-transform: capitalize;
}
.contact {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-content{
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51); 
}
.contact-cover-head {
    left: 2rem;
    top: -18rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.contact-cover-head h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
}
.cntimg {
    top: 48px;
    position: absolute;
    right: 88px;
}
.cntimg img {
    width: 843px;
    height: 560px;
}
.contact-maps{
    position: relative;
    width: 100%;
    height: 100vh;
}
.cvt-cnt {
    position: absolute;
    top: 4rem;
}
.cnt-add {
    position: relative;
    left: 7rem;
}

.loccnt {
    width: 65%;
    bottom: 4rem;
    position: relative;
    left: 6rem;
}
.locimg img{
        width: 4%;
        height: auto;
        margin-bottom: 10px;
        cursor: pointer;
    
}
.loccnt h3 {
    color: #4E4E4E;
    text-align: justify;
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
}
.loccnt p {
    color: #4E4E4E;
    text-align: justify;
    font-family: Urbanist;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
}
.gmaps {
    right: 7rem;
    position: absolute;
    top: 4rem;
}
.gmaps p iframe {
    border-radius: 30px;
}

.cultural{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cultural-page{
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51);
}
.hrads-cul {
    position: relative;
    top: -22rem;
    left: 3rem;
}
.hrads-cul h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}
.cul-img {
    position: absolute;
    top: 16px;
    right: 5rem;
}
.cul-img img {
    width: 913px;
    height: 680px;
}
.seccul{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.smsq {
    left: 3rem;
    position: absolute;
    top: 2rem;
    border-radius: 50px;
    width: 55%;
    /* height: 95vh; */
    background: rgba(240, 173, 105, 0.51);
}
.smsq h3 {
    padding-top: 30px;
    justify-content: center;
    display: flex;
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: capitalize;
}



.smsq p {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    display: flex;
    width: 100%;
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%;
    text-transform: capitalize;
}

.culimg {
    position: absolute;
    right: 0;
    top: 9rem;
}

.culimg img {
    width: 589px;
    height: 479px;
}

/* cultural third starts */

.cultrd{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.cultrdsb {
    right: 3rem;
    position: absolute;
    top: 2rem;
    border-radius: 50px;
    width: 55%;
    height: 90vh;
    background: rgba(240, 173, 105, 0.51);
    z-index: 1;
}
.cultrdsb h3{
    padding-top: 30px;
    justify-content: center;
    display: flex;
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: capitalize;
}
.cultrdsb p{
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    display: flex;
    width: 100%;
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.5%;
    text-transform: capitalize;
}



.waveimg img {
    position: relative;
    z-index: 3;
    width: 595px;
    height: 591px;
}
.rapidpc {
    bottom: 5rem;
    position: absolute;
    right: 0;
}  

.rapidpc img {
    width: 650px;
    height: 550px;
}


/* env friendly page starts */

.envfrdfst{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.env-page-fst{
   
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: url(/src/images/env-frdly/cover.png) ;
    background-size:cover;
}
.env-sub-page-fst {
    left: 6rem;
    position: relative;
    top: -21rem;
}

.env-sub-page-fst h3 {
    color: #FFF;
    font-family: Hanson;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 93.5%;
    text-transform: capitalize;
}
.envsec2 {
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.envsec2 h3 {
    position: relative;
    top: -14rem;
    padding-bottom: 4rem;
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: capitalize;
}
.env-page-2 {
    top: -13rem;
    position: relative;
    z-index: 5;
    border-radius: 50px;
    width: 79%;
    height: 72vh;
    background: rgba(240, 173, 105, 0.51);
}
.env-sub-page-2 {
    padding-right: 5rem;
    padding-left: 5rem;
    padding-top: 2rem;
}


.env-sub-page-2 p{
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%; /* 44.375px */
}

.rapidtrd {
    position: relative;
    width: 100%;
    height: auto;
}
.trdrpd {
    margin-bottom: -13rem;
}
.trdrpd img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    background-size: cover;
    margin-top: -26rem;
}
.in-img {
    top: -12rem;
    position: relative;
    left: 0;
    z-index: 999;
}
.in-img img{
    width: 860px;
    height: 549px;
}
.heritage{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.her-fst{
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51);
}

.her-img img{
        width: 800px;
        height: 655px;
    
}
.her-img {
    position: absolute;
    right: 5rem;
    bottom: 3rem;
}
.heritage-head {
    position: absolute;
    bottom: 14rem;
    left: 10rem;
}
.heritage-head h3{
    color: #FFFEFE;
    text-align: justify;
    font-family: Hanson;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px; /* 98.571% */
    text-transform: capitalize;
}
.heritage-sec2 {
    overflow: hidden;
    gap: 2rem;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    padding-left: 80px;
    padding-right: 80px;
}
.her-fst-sec2 {
    border-radius: 50px;
    width: 67%;
    height: 82vh;
    background: rgba(240, 173, 105, 0.51);
}
.heritage-head-sec2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;

}
.heritage-head-sec2 p{
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 61.6px; /* 246.4% */
}

.her-sec2-img img {
    
    width: 373px;
    height: 82vh;
}

/* section 4 starts */
.her-sec4 {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.her-sec4-head h3{
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 66.5px */
    text-transform: capitalize;
}
.her-sec4-image img {
    width: 44rem;
    height: 37rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
/* section 4 ends */
/* section 5 starts */
.her-sec5 {
    overflow: hidden;
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-left: 17rem;
    padding-right: 17rem;
}
.her-sec5-content {
    padding-top: 11rem;
    padding-bottom: 5rem;
}
.her-sec5-content p {
    color: #767676;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.6px;
}
/* section 5 ends */


/* new house hold starts */
.house-hold-sec1{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.house-hold-sec1-sub {
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51); 
}
.house-hold-sec1-head {
    left: 9rem;
    position: absolute;
    bottom: 17rem;
}
.house-hold-sec1-head h3{
color: #FFF;
text-align: justify;
font-family: Hanson;
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 81.05px; /* 115.786% */
text-transform: capitalize;
}
.house-hold-sec1-image {
    position: absolute;
    right: 4rem;
    bottom: 38px;
}
.house-hold-sec1-image img {
    width: 672px;
    height: 491px;
}
/* new house hold ends */


/* middle class dream starts */
.middleclassdream {
    padding-top: 50px;
    display: flex;
    position: relative;
    width: 100%;
    height: 130vh;
    justify-content: center;
    /* align-items: center; */
}
.middleclsdrmsec1{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.middleclsdrmsec1 h3 {
    position: relative;
    color: #676767;
    text-align: center;
    font-family: Hanson;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-transform: capitalize;
    top: -17rem;
}
.middleclsdrmsec1 p {
    position: relative;
    width: 80%;
    padding-bottom: 20px;
    padding-top: -9rem;
    color: #626262;
    text-align: center;
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.55px;
    top: -10rem;
}
.sec3-hhm{
    position: relative;
    width: 100%;
    height: 100vh;
}

.sec3-hhm-image img {
    position: relative;
    width: 100%;
    height: 100vh;
    top: -32rem;
}

.nrimoney{
    position: relative;
    width: 100%;
    height: auto;
}

.seclast-nrimoney p {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 810px;
    color: #626262;
    text-align: justify;
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 50.55px;
    z-index: 6;
}
.seclast-nrimoney {
padding-top: 2rem;
padding-left: 3rem;

}
.seclast-nrimoney h3 {
  
    color: #676767;
    font-family: Hanson;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.55px;
}
.seclast-nriimage {
    margin-top: -16rem;
    
}
.seclast-nriimage img {
    margin-bottom: -7rem;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
/* middle class dream ends */
/* our projects starts */
.project-sec1{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-sec1-sub{
    border-radius: 50px;
    width: 88%;
    height: 84vh;
    background: rgba(240, 173, 105, 0.51);  
}


.sec1-proj {
    position: absolute;
    right: 5px;
    bottom: 41px;
}

.sec1-proj img {
    width: 827px;
    height: 504px;
}

.head-project-sec1 {
    position: absolute;
    bottom: 17rem;
    padding-left: 3rem;
}
.head-project-sec1 h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}



/* projects section 2 started */
.sec2-completed {
    position: relative;
    width: 100%;
    height: 100vh;
}
.sec2-completed h3 {
    margin-top: -33rem;
    justify-content: center;
    display: flex;
    padding-top: 8rem;
    padding-bottom: 3rem;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: uppercase;
}



  #container {
    position: relative;
    display: flex;
    display: flex;
    height: 616px;
    width: 1152px;
    margin: 0 auto;
  }

  #sidebar {
    margin-left: 20px;
    position: absolute;
    width: 218px;
    background-color: rgba(33, 33, 33, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-top: 21px;
}
  

  #content {
    flex: 1;
    padding: 20px;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
  }


  /* section 4 starts  */
  .upcoming-projects-sec4 {
    top: 14rem;
    overflow: hidden;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
    width: 100%;
    height: 150vh;
    z-index: 10;
}
.upcoming-projects-sec4 h3 {
    margin-top: -32rem;
    justify-content: center;
    display: flex;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: uppercase;
}
  
  .accordion-container {
    position: relative;
    width: 100%;
    height: 616px;
    margin: 0 auto;
    overflow: hidden;
}
  
.tab-bar-container {
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}
  
  .tab-bar {
    display: flex;
    background-color: transparent;
    color: white;
  }
  
  .tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .tab img {
    max-width: 100%;
    height: auto;
  }
  
  .tab:hover {
    background-color: #fff;
  }
  
  .bottom-contents {
    display: flex;
    transition: transform 0.3s;
  }
  
  .image {
    width: 1152px;
    height: 616px;
    object-fit: cover;
  }
  

/* our projects ends */


.waveimg {
    position: relative;
    top: -26rem;
}

/* on-going starts */
.sec3-on-going {
    top: 12rem;
    overflow: hidden;
    position: relative;
    width: 100;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec3-on-going h3 {
    margin-top: -18rem;
    padding-bottom: 5rem;
    /* padding-top: 5rem; */
    justify-content: center;
    display: flex;
    color: #676767;
    text-align: justify;
    font-family: Urbanist;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: uppercase;
}

.swiper-container {
    width: 96%;
    margin: auto;
}

/* Customize navigation button styles */
.swiper-button-next, .swiper-button-prev {
    width: 60px;
    padding-top: 12%;
    color: white;
    top: 63%;
    transform: translateY(-50%);
}
@media (max-width:1572px){
   
    .abtfstp {
        bottom: 43rem;
        position: absolute;
        width: 802px;
        height: 223px;
        flex-shrink: 0;
        right: 3rem;
    }
    .sbtsbtwo {
        flex-direction: column;
        bottom: 3rem;
        position: relative;
        display: flex;
        border: 3px solid #F0AD69;
        border-radius: 50px;
        width: 31%;
        height: 75vh;
        background: #F0AD69;
    }
    .cul-img {
        position: absolute;
        top: 134px;
        right: 5rem;
    }
    .smsq p {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        display: flex;
        width: 100%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 199.5%;
        text-transform: capitalize;
    }
    .middleclsdrmsec1 h3 {
        position: relative;
        color: #676767;
        text-align: center;
        font-family: Hanson;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 109%;
        text-transform: capitalize;
        top: -19rem;
    }
    .middleclsdrmsec1 p {
        position: relative;
        width: 80%;
        padding-bottom: 20px;
        padding-top: -9rem;
        color: #626262;
        text-align: center;
        font-family: Urbanist;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 67.55px;
        top: -13rem;
    }
    .seclast-nrimoney h3 {
        padding-top: 3rem;
        color: #676767;
        font-family: Hanson;
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 24.55px;
    }
    .cntimg {
        top: 144px;
        position: absolute;
        right: 88px;
    }
    .envsec2 h3 {
        position: relative;
        top: -22rem;
        padding-bottom: 4rem;
        color: #676767;
        text-align: justify;
        font-family: Hanson;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 95%;
        text-transform: capitalize;
    }
    .env-page-2 {
        top: -21rem;
        position: relative;
        z-index: 5;
        border-radius: 50px;
        width: 79%;
        height: 72vh;
        background: rgba(240, 173, 105, 0.51);
    }
    .cultrdsb p {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        display: flex;
        width: 100%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 232.5%;
        text-transform: capitalize;
    }
    .smsq p {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        display: flex;
        width: 100%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 225.5%;
        text-transform: capitalize;
    }
}
@media(max-width:1400px){
    .sbtsbtwo{
        width: 35%;
        height: 90vh;
    }
.hdabc{
width: 100%;
height: 100%;
}
.abtfstp{
bottom: 30rem;
}
.abtmainsq{
    top: 5rem;
}
}

@media (max-width:1024px){
    
    .env-page-2 {
        top: -13rem;
        position: relative;
        z-index: 99999;
        border-radius: 50px;
        width: 79%;
        height: 72vh;
        background: rgba(240, 173, 105, 0.51);
    }
    .in-img img {
        width: 707px;
        height: 529px;
    }
    .smsq p {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        display: flex;
        width: 100%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 145.5%;
        text-transform: capitalize;
    }
    .culimg img {
        width: 80%;
        height: 479px;
    }
    .culimg {
        position: absolute;
        right: -12rem;
        top: 8rem;
    }
    .cultrdsb h3 {
        padding-top: 30px;
        justify-content: center;
        display: flex;
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
    }
    .cultrdsb p {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        display: flex;
        width: 100%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 145.5%;
        text-transform: capitalize;
    }
    .rapidpc img {
        width: 80%;
        height: 550px;
    }
    .rapidpc {
        bottom: 5rem;
        position: absolute;
        right: -7rem;
    }
    .house-hold-sec1-image img {
        width: 80%;
        height: 446px;
    }
    .house-hold-sec1-image {
        position: absolute;
        right: -7rem;
        bottom: 38px;
    }
    .house-hold-sec1-head h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 81.05px;
        text-transform: capitalize;
    }
    .house-hold-sec1-head {
        left: 6rem;
        position: absolute;
        bottom: 17rem;
    }
    .middleclsdrmsec1 h3 {
        position: relative;
        color: #676767;
        text-align: center;
        font-family: Hanson;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 109%;
        text-transform: capitalize;
        top: -11rem;
    }
    .her-img img {
        width: 70%;
        height: 655px;
    }
    .her-img {
        position: absolute;
        right: -15rem;
        bottom: 2rem;
    }
    .heritage-head h3 {
        color: #FFFEFE;
        text-align: justify;
        font-family: Hanson;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 69px;
        text-transform: capitalize;
    }
    .heritage-head {
        position: absolute;
        bottom: 14rem;
        left: 6rem;
    }
    .heritage-head-sec2 p {
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28.6px;
    }
    .her-sec4-head h3 {
        padding-top: 7rem;
        color: #676767;
        text-align: justify;
        font-family: Hanson;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 95%;
        text-transform: capitalize;
    }
    .smsq h3 {
        padding-top: 30px;
        justify-content: center;
        display: flex;
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
    }
    .hrads-cul h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }
    .cul-img {
        position: absolute;
        top: -26px;
        right: -14rem;
    }
    .cul-img img {
        width: 70%;
        height: 680px;
    }
    .env-sub-page-2 p {
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
    }
    .contact-cover-head h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 80%;
        text-transform: uppercase;
    }
    .home-footer-headings a {
        text-decoration: none;
        color: #414141;
        text-align: justify;
        font-family: Urbanist;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 173%;
    }
    .home-footer-lastsec {
        gap: 2rem;
        display: flex;
        left: 3rem;
        right: 3rem;
        position: relative;
        top: 1rem;
    }
    .flow-footer {
        top: 1rem;
        overflow: hidden;
        display: flex;
        position: relative;
        white-space: nowrap;
    }
    .home-cover img {
        position: relative;
        top: -35rem;
        margin-left: -3rem;
        width: 108%;
        height: 100%;
        object-fit: cover;
        z-index: 999;
    }
    .env-sub-page-fst h3 {
        color: #FFF;
        font-family: Hanson;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: 93.5%;
        text-transform: capitalize;
    }
    .loccnt {
        width: 65%;
        bottom: 2rem;
        position: relative;
        left: 2rem;
    }
    .loccnt p {
        color: #4E4E4E;
        text-align: justify;
        font-family: Urbanist;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 139%;
    }
    .gmaps {
        right: 6rem;
        position: absolute;
        top: 4rem;
    }
    .locimg img{
        width: 3%;
    }
    .loccnt h3 {
        color: #4E4E4E;
        text-align: justify;
        font-family: Urbanist;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 139%;
    }
    .contact-cover-head {
        left: 2rem;
        top: -21rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .cntimg {
        top: -38rem;
        position: relative;
        right: -17rem;
    }
    .cntimg img {
        width: 629px;
        height: 456px;
    }
    .hdabc p {
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 82%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        text-transform: capitalize;
    }
    .abtmnfr {
        position: relative;
        top: -22rem;
        gap: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sbtsbtwo {
        flex-direction: column;
        bottom: 3rem;
        position: relative;
        display: flex;
        border: 3px solid #F0AD69;
        border-radius: 50px;
        width: 39%;
        height: 82vh;
        background: #F0AD69;
    }
    .sec1-proj img {
        width: 606px;
        height: 437px;
    }
    .sec1-proj {
        position: absolute;
        right: 5px;
        bottom: 32px;
    }
    #container {
        position: relative;
        display: flex;
        display: flex;
        height: 620px;
        width: 1016px;
        margin: 0 auto;
    }
    #sidebar {
        margin-left: 20px;
        position: absolute;
        width: 190px;
        background-color: rgba(33, 33, 33, 0.82);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        margin-top: 21px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 60px;
        padding-top: 12%;
        color: white;
        top: 68%;
        transform: translateY(-50%);
    }
    .accordion-container {
        position: relative;
        width: 100%;
        height: 500px;
        margin: 0 auto;
        overflow: hidden;
    }
    .head-project-sec1 h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 53px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    .head-project-sec1 {
        position: absolute;
        bottom: 17rem;
        padding-left: 1rem;
    }
    
    .hdabc h4 {
        width: 83%;
        color: #FFF;
        text-align: center;
        font-family: Hanson;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 145%;
        text-transform: capitalize;
    }
    .hdabc p {
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 82%;
        color: #FFF;
        text-align: justify;
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        text-transform: capitalize;
    }
    
    .abtsdp p {
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: capitalize;
    }
    .abtsdp {
        top: 17rem;
        right: 3rem;
        position: absolute;
        width: 483px;
        height: 417px;
    }
    .abtfstp p {
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.5%;
    text-transform: capitalize;
    }
    .homeabout-pagecover img {
        width: 82%;
        height: 600px;
    }
    .homeabout-heading {
        position: absolute;
        width: 408px;
        right: 3rem;
        bottom: 0rem;
    }
    .homeabout-heading p {
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: capitalize;
    }
    .homecontact-head h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
    }
    .ourwork-homecover img {
        width: 670px;
        height: 560px;
    }
    .homeourworks-content p {
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: capitalize;
    }
    .homeourworks-content {
        position: absolute;
        width: 304px;
        bottom: 45px;
        left: 3rem;
    } 
    .homeenvfrd-image img {
        width: 600px;
        height: 500px;
    }
    .envhome-content {
        position: absolute;
        width: 467px;
        right: 3rem;
        bottom: 10rem;
    }
    .envhome-content h3 {
        color: #676767;
        font-family: Hanson;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        text-transform: capitalize;
    }
    .homecontact-square {
        position: relative;
        bottom: 24rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 680px;
        height: 637px;
        border-radius: 30px;
        background: rgba(17, 17, 17, 0.73);
        box-shadow: 0px 15px 30px 0px rgba(250, 207, 144, 0.25);
        backdrop-filter: blur(10px);
        z-index: 2;
    }
    .homecontact-head {
        position: absolute;
        /* bottom: 38rem; */
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        top: 3rem;
    }
    .abtimage img {
        width: 33rem;
        height: 32rem;
    }
    .abtimage {
        border-radius: 50px;
        width: 88%;
        height: 70vh;
        background: rgba(240, 173, 105, 0.51);
    }
    .houseabt {
        position: absolute;
        right: 0rem;
        bottom: 76px;
    }
    .person-arcade h2 {
        padding-bottom: 10px;
        color: #676767;
        text-align: justify;
        font-family: Hanson;
        font-size: 51px;
        font-style: normal;
        font-weight: 700;
        line-height: 95%;
        text-transform: capitalize;
    }
    .abt-personname h4 {
        font-size: 28px;
        color: #fff;
    }
    .abtimage-heading {
        position: absolute;
        display: flex;
        bottom: 38%;
        left: 8rem;
    }
    .abtimage-heading h3 {
        width: 332px;
        height: 122px;
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }
    .nav-links-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6rem;
    }
    .twosubsdv {
        padding-top: 40px;
        justify-content: center;
        display: flex;
        border: 3px solid rgb(240, 173, 105);
        border-radius: 50px;
        width: 35%;
        height: 60vh;
        background: transparent;
    }
    .abt-personname {
        padding-top: 10px;
        text-align: center;
        justify-content: center;
        border-radius: 20px;
        position: absolute;
        bottom: 7px;
        width: 17rem;
        height: 52px;
        background: #F0AD69;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
    }
    .abtfstp {
        bottom: 30rem;
        position: absolute;
        width: 632px;
        height: 216px;
        flex-shrink: 0;
        right: 3rem;
    }
}

/* @media only screen and (max-width: 768px) {
   
    .homecontact-head h3 {
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 41px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
        position: relative;
        top: -88rem;
    }
    .homecontact-content img {
        background-size: cover;
        width: 100%;
        display: block;
        height: 619px;
        position: relative;
        top: -85rem;
    }
    .homecontact-square {
        position: relative;
        bottom: 24rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 463px;
        border-radius: 30px;
        background: rgba(17, 17, 17, 0.73);
        box-shadow: 0px 15px 30px 0px rgba(250, 207, 144, 0.25);
        backdrop-filter: blur(10px);
        z-index: 2;
        position: relative;
        top: -102rem;
    }
    .nhhsub-image img {
        width: 100%;
        height: 234px;
        background-size: cover;
        position: relative;
        top: -50rem;
    }
    .homehhold p {
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 32.55px;
        position: relative;
        padding-left: 18rem;
        padding-right: 18rem;
        top: -50rem;
    }
    .homehhold h3 {
        position: relative;
        color: #676767;
        text-align: center;
        font-family: Hanson;
        font-size: 43px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
        top: -51rem;
    }
    .envhome-content p {
        position: relative;
        top: -17rem;
        padding-left: 11rem;
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 145.5%;
    }
    .homeenvfrd-image img {
        position: relative;
        width: 100%;
        height: 249px;
        top: -38rem;
    }
    .envhome-content h3 {
        left: 11rem;
        top: -34rem;
        position: relative;
        color: #676767;
        font-family: Hanson;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        text-transform: capitalize;
    }
    .homeabt-button {
        top: 26rem;
        position: absolute;
        right: 2rem;
    }
    
    .homeourwrk-button button {
        top: -13rem;
        position: relative;
        border-radius: 30.5px;
        border: 1px solid #676767;
        width: 7rem;
        height: 2rem;
        background: transparent;
    }
    .homeourworks-content p {
        top: -14rem;
        position: relative;
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: capitalize;
    }
    .ourwork-homecover img {
        top: -30rem;
        position: relative;
        width: 100%;
        height: 200px;
    }
    .homeourworks-content h3 {
        left: 1rem;
        top: -28rem;
        position: relative;
        color: #676767;
        text-align: justify;
        font-family: Hanson;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
    }
    .homeourworks {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .home-cover img {
        position: relative;
        top: -4rem;
        margin-left: -24rem;
        width: 219%;
        height: 100%;
        object-fit: cover;
        z-index: 999;
    }
    .home-house {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .homeabout {
        overflow: hidden;
        top: -10rem;
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .homeabout-heading h3 {
        position: relative;
        top: -16rem;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #676767;
        text-align: right;
        font-family: Hanson;
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
        left: 3rem;
    }
    .homeabout-pagecover img {
        position: relative;
        width: 105%;
        height: 247px;
        top: -23rem;
    }
    .homeabout-heading p {
        position: relative;
        display: flex;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        padding-left: 7rem;
        top: 2rem;
    }
    .nav-links-wrap ul {
        display: none;
        gap: 30px;
    }
    .home-head-nav {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        padding: 30px;
        align-items: center;
    }
   
   .nv-logo img {
    margin-left: -1rem;
    width: 98%;
    height: 66px;
    max-width: 150px;
}
} */

@media (max-width:480px){
    .project-footer {
        top: 18rem;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .mob-sec3-on-going h3 {
        padding-top: 2rem;
        padding-bottom: 3rem;
        justify-content: center;
        display: flex;
        color: #676767;
        text-align: justify;
        font-family: Urbanist;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 95%;
        text-transform: uppercase;
    }
    .nav-links-wrap ul {
        display: none;
        gap: 30px;
    }
    .mob-nav-headings {
        display: flex !important;
    }
    .swiper-mobile {
        position: relative;
        top: -13rem;
        display: flex;
    }
    .home-cloud {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 20rem;
    }
    .home-cover img {
        
        position: relative;
        top: -19rem;
        margin-left: -24rem;
        width: 219%;
        height: 100%;
        object-fit: cover;
        z-index: 999;
    }
    .home-house {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
    .homeabout-heading h3 {
        position: relative;
        top: -23rem;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #676767;
        text-align: right;
        font-family: Hanson;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
        left: 3rem;
    }
    .homeabout-pagecover img {
        position: relative;
        width: 105%;
        height: 247px;
        top: -26rem;
    }
    .homeabout-heading p {
        position: relative;
        line-height: 27px;
        display: flex;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        padding-left: 7rem;
        top: -5rem;
    }
    .homeabt-button {
        top: 20rem;
        position: absolute;
        right: 2rem;
    }
    .homeourworks-content h3 {
        left: 0rem;
        top: -25rem;
        position: relative;
        color: #676767;
        text-align: justify;
        font-family: Hanson;
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
    }
    .ourwork-homecover img {
        top: -24rem;
        position: relative;
        width: 100%;
        height: 200px;
    }
    .homeourworks-content p {
        top: -7rem;
        position: relative;
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: capitalize;
    }
    .homeourwrk-button button {
        top: -6rem;
        position: relative;
        border-radius: 30.5px;
        border: 1px solid #676767;
        width: 7rem;
        height: 2rem;
        background: transparent;
    }
    .envhome-content h3 {
        left: 10rem;
        top: -20rem;
        position: relative;
        color: #676767;
        font-family: Hanson;
        font-size: 33px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        text-transform: capitalize;
    }
    .homeenvfrd-image img {
        position: relative;
        width: 100%;
        height: 249px;
        top: -26rem;
    }
    .homeNewHousehold {
        overflow: hidden;
        top: -12rem;
        position: relative;
        width: 100%;
        height: 70vh;
    }
    .homehhold p {
        padding-left: 17rem;
        padding-right: 3rem;
        width: 75%;
        color: #7F7F7F;
        text-align: center;
        font-family: Urbanist;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 36.55px;
    }
    .nhhsub-image img {
        width: 100%;
        height: 234px;
        background-size: cover;
        position: relative;
        top: -14rem;
    }
    .homehhold h3 {
        position: relative;
        color: #676767;
        text-align: center;
        font-family: Hanson;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 127%;
        text-transform: capitalize;
        top: 0;
    }
    .nhhimage {
        position: relative;
        width: 100%;
        height: 0;
    }
    .homecontact-content img {
        background-size: cover;
        width: 100%;
        display: block;
        height: 619px;
        position: relative;
        top: 0;
    }
    .envhome-content p {
        position: relative;
        top: -3rem;
        padding-left: 11rem;
        color: #7F7F7F;
        text-align: justify;
        font-family: Urbanist;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 150.5%;
    }
    .envhomebutton button {
        position: relative;
        border-radius: 30.5px;
        border: 1px solid #676767;
        width: 7rem;
        height: 2rem;
        background: transparent;
        top: -2rem;
        left: 11rem;
    }
    .homecontact-head h3 {
        
        color: #FFF;
        text-align: justify;
        font-family: Hanson;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        text-transform: capitalize;
        position: relative;
        top: 0;
    }
    .homecontact-square {
        position: relative;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 463px;
        border-radius: 30px;
        background: rgba(17, 17, 17, 0.73);
        box-shadow: 0px 15px 30px 0px rgba(250, 207, 144, 0.25);
        backdrop-filter: blur(10px);
        z-index: 2;
        position: relative;
        top: -19rem;
    }
    .insidehead h4 {
        position: relative;
        top: -4rem;
        color: #FFF;
        text-align: justify;
        font-family: Helvetica Now Display;
        font-size: 29px;
        font-style: normal;
        font-weight: 500;
        line-height: 122%;
    }
    .homecontact-input {
        position: relative;
        top: 2rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
    }
    .homecontact-input input {
        background: transparent;
        width: 100%;
        height: 38px;
        margin-bottom: 20px;
        border-radius: 25px;
        border: 1px solid #FFF;
    }
    .homecontact-button button {
        width: 300px;
        height: 54px;
        border-radius: 25px;
        border: 1px solid #FFF;
        background: #FFF;
    }
    .homecontact-input input::placeholder{
        font-size: 13px;
    }
    .homecontact {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 80vh;
        z-index: 9999;
    }
    .home-footer-lastsec {
        flex-direction: column;
        gap: 0;
        display: flex;
        /* left: 3rem; */
        /* right: 3rem; */
        position: relative;
        top: 1rem;
    }
    .home-footer {
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.responsive-menu {
    padding-top: 50px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #FEEBD4;
    z-index: 99999;
    flex-direction: column;
    width: 100%;
}
.abtimage img {
    width: 21rem;
    height: 20rem;
}
.abtimage {
    position: relative;
    
    border-radius: 50px;
    width: 88%;
    height: 52vh;
    background: rgba(240, 173, 105, 0.51);
}
.houseabt {
    position: absolute;
    right: 0rem;
    bottom: -7px;
}
.abtcover {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abtimage-heading h3 {
    width: 332px;
    height: 122px;
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.abtimage-heading {
    position: absolute;
    display: flex;
    bottom: 52%;
    left: 2rem;
}
.abtmainsq {
    position: relative;
    top: 15rem;
    gap: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.person-arcade {
    position: relative;
    top: 14rem;
    display: flex;
    justify-content: center;
    text-align: center;
   
}
.person-arcade h2 {
    padding-bottom: 7px;
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
    text-transform: capitalize;
    /* padding-left: 5rem; */
}
.twosubsdv {
    padding-top: 40px;
    justify-content: center;
    display: flex;
    border: 3px solid rgb(240, 173, 105);
    border-radius: 50px;
    width: 72%;
    height: 46vh;
    background: transparent;
}
.secondabt {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 109vh;
}
.abt-personname {
    top: 44rem;
    padding-top: 10px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 7px;
    width: 15rem;
    height: 52px;
    background: #F0AD69;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.abt-mobpersonname {
    top: 18rem;
    padding-top: 10px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 7px;
    width: 14rem;
    height: 51px;
    background: #F0AD69;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.abttrdimg {
    display: none;
}
.abtfstp {
    top: 2rem;
    position: absolute;
    width: 100%;
    height: 216px;
    flex-shrink: 0;
    right: 0rem;
}
.abtsdp {
    top: 25rem;
    right: 0;
    position: absolute;
    width: 100%;
    height: 417px;
}
.abtfstp p {
    padding-left: 2rem;
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.5%;
    text-transform: capitalize;
    padding-right: 2rem;
}
.abtsdp p {
    color: #7F7F7F;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.5%;
    text-transform: capitalize;
    padding-left: 2rem;
    padding-right: 2rem;
}
.abt-third {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120vh;
}
.abtmnfr {
    position: relative;
    top: 0;
    gap: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.abtfr {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 160vh;
}
.sbtsbtwo {
    flex-direction: column;
    top: -14rem;
    position: relative;
    display: flex;
    border: 3px solid #F0AD69;
    border-radius: 50px;
    width: 90%;
    height: 65vh;
    background: #F0AD69;
}
.hdabc h4 {
    width: 86%;
    color: #FFF;
    text-align: center;
    font-family: Hanson;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-transform: capitalize;
}
.hdabc p {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 87%;
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    text-transform: capitalize;
}
.cntimg {
    top: -8rem;
    position: relative;
    right: 2rem;
}
.contact-cover-head {
    gap: 1rem;
    left: 2rem;
    top: -17rem;
    position: relative;
    display: flex;
    flex-direction: row;
}
.contact-cover-head h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
}
.cntimg img {
    width: 380px;
    height: 250px;
}
.contact-content {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: rgba(240, 173, 105, 0.51);
}
.contact {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cvt-cnt {
    position: absolute;
    top: 25rem;
}
.gmaps {
    right: 0;
    position: absolute;
    top: 3rem;
}
.gmaps p iframe {
    padding-left: 1rem;
    border-radius: 50px;
    padding-right: 1rem;
}
.cnt-add {
    position: relative;
    left: 0;
    padding-left: 2rem;
}
.loccnt p {
    color: #4E4E4E;
    text-align: justify;
    font-family: Urbanist;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.contact-footer {
    top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}
.env-page-fst {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: url(/src/images/env-frdly/cover.png);
    background-size: cover;
}
.envfrdfst {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.env-sub-page-fst {
    padding-left: 1rem;
    left: 0;
    position: relative;
    top: 0rem;
    padding-right: 1rem;
}
.env-sub-page-fst h3 {
    color: #FFF;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 93.5%;
    text-transform: capitalize;
}
.envsec2 h3 {
    position: relative;
    top: -17rem;
    padding-bottom: 4rem;
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: capitalize;
    display: flex;
}
.env-page-2 {
    top: -19rem;
    position: relative;
    z-index: 99999;
    border-radius: 50px;
    width: 90%;
    height: 80vh;
    background: rgba(240, 173, 105, 0.51);
}
.env-sub-page-2 {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
}
.env-sub-page-2 p {
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.5%;
}
.in-img {
    display: none;
    top: -12rem;
    position: relative;
    left: 0;
    z-index: 999;
}
.trdrpd {
    margin-bottom: -3rem;
}
.envsec2 {
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cul-img img {
    width: 60%;
    height: 320px;
}
.cul-img {
    position: absolute;
    top: 12rem;
    right: -151px;
}
.hrads-cul h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}
.hrads-cul {
    position: relative;
    top: -18rem;
    left: 3rem;
}
.cultural-page {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: rgba(240, 173, 105, 0.51);
}
.cultural {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culimg {
    display: none;
    position: absolute;
    right: -12rem;
    top: 8rem;
}
.waveimg {
    display: none;
    position: relative;
    top: -26rem;
}
.rapidpc {
    display: none;
    bottom: 5rem;
    position: absolute;
    right: -7rem;
}
.smsq {
    /* padding-left: 1rem; */
    /* display: none; */
    left: 0;
    position: absolute;
    top: 2rem;
    border-radius: 50px;
    width: 100%;
    height: 90vh;
    background: rgba(240, 173, 105, 0.51);
    /* padding-right: 1rem; */
}
.smsq h3 {
    padding-top: 30px;
    justify-content: center;
    display: flex;
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: capitalize;
}
.smsq {
    /* padding-left: 1rem; */
    /* display: none; */
    left: 0;
    position: absolute;
    top: 2rem;
    border-radius: 50px;
    width: 100%;
    height: 80vh;
    background: rgba(240, 173, 105, 0.51);
    /* padding-right: 1rem; */
}
.cultrdsb {
    right: 0;
    position: absolute;
    top: 2rem;
    border-radius: 50px;
    width: 100%;
    height: 76vh;
    background: rgba(240, 173, 105, 0.51);
    z-index: 1;
}
.cultrdsb h3 {
    padding-top: 30px;
    justify-content: center;
    display: flex;
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: capitalize;
}
.house-hold-sec1-image img {
    width: 78%;
    height: 260px;
}
.house-hold-sec1-head {
    left: 6rem;
    position: absolute;
    /* bottom: 23rem; */
    top: 5rem;
}
.house-hold-sec1-head h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.05px;
    text-transform: capitalize;
}
.house-hold-sec1-sub {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: rgba(240, 173, 105, 0.51);
}
.house-hold-sec1 {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.house-hold-sec1-image {
    top: 13rem;
    position: absolute;
    right: -3rem;
    /* bottom: 38px; */
}
.middleclsdrmsec1 h3 {
    position: relative;
    color: #676767;
    text-align: center;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-transform: capitalize;
    top: -6rem;
}
.middleclsdrmsec1 p {
    position: relative;
    width: 80%;
    padding-bottom: 20px;
    padding-top: -9rem;
    color: #626262;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.55px;
    top: -3rem;
}
.sec3-hhm {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
}
.middleclassdream {
    padding-top: 50px;
    display: flex;
    position: relative;
    width: 100%;
    height: 80vh;
    justify-content: center;
    /* align-items: center; */
}
.seclast-nrimoney h3 {
    padding-top: 0rem;
    color: #676767;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.55px;
}
.seclast-nriimage {
    display: none;
    margin-top: -16rem;
}
.seclast-nrimoney p {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 85%;
    color: #626262;
    text-align: justify;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.55px;
    z-index: 6;
}
.her-fst {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: rgba(240, 173, 105, 0.51);
}
.her-img img {
    width: 65%;
    height: 320px;
}
.her-img {
    position: absolute;
    right: -9rem;
    bottom: -1rem;
}
.heritage {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heritage-head h3 {
    color: #FFFEFE;
    text-align: justify;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}
.heritage-head {
    position: absolute;
    bottom: 19rem;
    left: 6rem;
}
.her-sec2-img img {
    display: none;
    width: 373px;
    height: 82vh;
}
.her-fst-sec2 {
    border-radius: 50px;
    width: 100%;
    height: 65vh;
    background: rgba(240, 173, 105, 0.51);
}
.her-sec2-img {
    display: none;
}
.heritage-head-sec2 p {
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}
.heritage-sec2 {
    padding-top: 50px;
    overflow: hidden;
    gap: 2rem;
    display: flex;
    position: relative;
    width: 100%;
    height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
}
.her-sec4-head h3 {
    padding-top: 7rem;
    color: #676767;
    text-align: justify;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    text-transform: capitalize;
}
.her-sec4-image img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.her-sec4 {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
    height: 70vh;
    justify-content: center;
    align-items: center;
}
.her-sec5 {
    overflow: hidden;
    display: flex;
    position: relative;
    width: 100%;
    height: 80vh;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.her-sec5-content p {
    color: #767676;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
}
.sec2-completed {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
}
.sec3-on-going {
    display: none;
    top: 12rem;
    overflow: hidden;
    position: relative;
    width: 100;
    height: 100vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.upcoming-projects-sec4 {
    display: none;
    top: 14rem;
    overflow: hidden;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
    width: 100%;
    height: 150vh;
    z-index: 10;
}
.project-sec1-sub {
    border-radius: 50px;
    width: 88%;
    height: 60vh;
    background: rgba(240, 173, 105, 0.51);
}
.project-sec1 {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1-proj img {
    width: 360px;
    height: 250px;
}
.sec1-proj {
    position: absolute;
    right: 5px;
    bottom: -10px;
}
.head-project-sec1 {
    gap: 1rem;
    display: flex;
    position: absolute;
    bottom: 22rem;
    padding-left: 1rem;
}
.head-project-sec1 h3 {
    color: #FFF;
    text-align: justify;
    font-family: Hanson;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

}
@media (max-width:400px){
    .homecontact-button button {
    width: 221px;
    height: 54px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: #FFF;
}
.hdabc h4 {
    width: 74%;
    color: #FFF;
    text-align: center;
    font-family: Hanson;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-transform: capitalize;
}
.hdabc p {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 73%;
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    text-transform: capitalize;
}
.homecontact-button button {
    width: 228px;
    height: 54px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: #FFF;
}
.homecontact-button button {
    width: 221px;
    height: 54px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: #FFF;
}
.gmaps p iframe {
    padding-left: 2rem;
    border-radius: 50px;
    padding-right: 1rem;
}
.middleclsdrmsec1 h3 {
    position: relative;
    color: #676767;
    text-align: center;
    font-family: Hanson;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%;
    text-transform: capitalize;
    top: -4rem;
}
.heritage-head-sec2 p {
    color: #FFF;
    text-align: justify;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
}
}


