@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');



* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}



:root {

    --headercolor: #ffffff;

    --textcolor: #000000;

    --enquirebuttoncolor: #532e2b;

    --lightgreen: #5f6f52;

    --lastbgcolor: #f7eadd;

    --h1fontsize: 35px;

    --h2fontsize: 40px;

    --h3fontsize: 20px;

    --h4fontsize: 24px;

    --h5fontsize: 20px;

    --h6fontsize: 18px;

}



@font-face {

    font-family: 'acumin';

    src: url('../fonts/Acumin-RPro.otf');

}



@font-face {

    font-family: 'Gambetta';

    src: url('../fonts/Gambetta-Regular.otf');

}



@font-face{

    font-family: 'newpris';

    src: url('../fonts/NewParisHeadline-Regular.ttf');

}





body {

    background:linear-gradient(90deg, #b8a595, #a9917d);

    font-family: "Instrument Serif", serif;

    scroll-behavior: smooth;    

}



h1 {

    font-size: 45px;

}



h2 {

    font-size: 35px;

}



h3 {

    font-size: 30px;

}



h4 {

    font-size: 24px;

}



h5 {

    font-size: 20px;

}



h6 {

    font-size: 18px;

}



p {

    font-size: 18px;

}



ul {

    padding-left: 0;

}



ul li {

    list-style: none;

}



section {

    padding: 40px 0px 0px 0px;

}



/* fixed button and side form css  */

.enquire_button {

    position: fixed;

    z-index: 1;

    top: 40%;

    right: -52px;

    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    padding: 0.7rem 1rem;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    border: 0;

    font-weight: 600;

    font-size: 15px;

    z-index: 9;

    font-family: 'acumin';

}

.enquire_form {

    width: 18%;

    background-color:#a88f7a;

    position: fixed;

    top: 28%;

    right: -43rem;

    z-index: 8;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

    transition: right 0.6s ease;

    -webkit-transition: right 0.6s ease;

    -moz-transition: right 0.6s ease;

    -ms-transition: right 0.6s ease;

    -o-transition: right 0.6s ease;

    font-family: 'Gambetta';

}

.enquire_form .close_button {

    position: absolute;

    top: -15px;

    right: -15px;

    font-size: 1.4rem;

    font-weight: bold;

    cursor: pointer;

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    width: 2.2rem;

    height: 2.2rem;

    border: var(--enquirebuttoncolor);

    display: flex;

    justify-content: center;

    border-radius: 100%;

}

.enquire_form.show {

    right: 3.6rem;

}

.enquire_form form {

    width: 100%;

    display: flex;

    align-items: start;

    justify-content: start;

    flex-direction: column;

    padding: 1rem;

}

.enquire_form form input {

    background: none;

    padding: 0.2rem 0rem;

    color: var(--headercolor);

    width: 100%;

    border: 0;

    border-bottom: var(--enquirebuttoncolor) solid 1px;

    margin-bottom: 0.6rem;

}
.enquire_form form label , .brochure_form form label{
    font-family: 'Gambetta';
}

.enquire_form form input:focus-visible {

    box-shadow: none;

    outline: none;

}

.enquire_form form input::placeholder {

    color: var(--headercolor);

    font-size: 14px;

}

.enquire_form form input[type="submit"] {

    width: 40%;

    background-color: var(--headercolor);

    color: var(--enquirebuttoncolor);

    text-transform:  uppercase;

    font-weight: 600;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -ms-border-radius: 4px;

    -o-border-radius: 4px;

    padding: 0.3rem 0rem;

    transition: all 0.3s ease;

    border: 0;

    margin-top: 1rem;

}

.enquire_form form input[type="submit"]:hover {

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    border-color: var(--enquirebuttoncolor);

}

#recaptchaError1, #recaptchaError2{
    margin-bottom: 1rem;
}

/* *******************  */

.brochure_button {

    position: fixed;

    z-index: 1;

    top: 60%;

    right: -85px;

    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    padding: 0.7rem 1rem;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    border: 0;

    font-weight: 600;

    font-size: 15px;

    z-index: 9;

    text-transform: uppercase;

    font-family: 'acumin';

}


.brochure_form {

    width: 18%;

    background-color:#a88f7a;

    position: fixed;

    top: 47%;

    right: -43rem;

    z-index: 8;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

    transition: right 0.6s ease;

    -webkit-transition: right 0.6s ease;

    -moz-transition: right 0.6s ease;

    -ms-transition: right 0.6s ease;

    -o-transition: right 0.6s ease;

    font-family: 'Gambetta';

}



.brochure_form .close_bbutton {

    position: absolute;

    top: -15px;

    right: -15px;

    font-size: 1.4rem;

    font-weight: bold;

    cursor: pointer;

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    width: 2.2rem;

    height: 2.2rem;

    border: var(--enquirebuttoncolor);

    display: flex;

    justify-content: center;

    border-radius: 100%;

}



.brochure_form.show {

    right: 3.6rem;

}



.brochure_form form {

    width: 100%;

    display: flex;

    align-items: start;

    justify-content: start;

    flex-direction: column;

    padding: 1rem;

}



.brochure_form form input {

    background: none;

    padding: 0.2rem 0rem;

    color: var(--headercolor);

    width: 100%;

    border: 0;

    border-bottom: var(--enquirebuttoncolor) solid 1px;

    margin-bottom: 0.4rem;

}



.brochure_form form input:focus-visible {

    box-shadow: none;

    outline: none;

}



.brochure_form form input::placeholder {

    color: var(--headercolor);

    font-size: 14px;

}



.brochure_form form input[type="submit"] {

    width: 40%;

    background-color: var(--headercolor);

    color: var(--enquirebuttoncolor);

    text-transform:  uppercase;

    font-weight: 600;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    -ms-border-radius: 4px;

    -o-border-radius: 4px;

    padding: 0.3rem 0rem;

    transition: all 0.3s ease;

    border: 0;

    margin-top: 1rem;

}



.brochure_form form input[type="submit"]:hover {

    background-color: var(--enquirebuttoncolor);

    color: var(--headercolor);

    border-color: var(--enquirebuttoncolor);

}

.top_strip{
    display: none;
    background-color: var(--enquirebuttoncolor);
    padding: 0px 19px 13px 0;
    margin-bottom: 15px;
}
.top_strip img{
    width: 100%;
    max-width: 100%;
}

.top_header{

    background-color: var(--enquirebuttoncolor);

}



.top_header .logos {

    width: 100%;

    padding: 1rem 0rem;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.top_header .logos a img {

    max-width: 240px;

}

.top_header .logos img{

    max-width: 430px;

}



/* header logos section  */

header {

    width: 100%;

    overflow: hidden;

}



header .navbar{

    z-index: 2;

}



header .navbar .navbar-brand {

    display: none;

}



header .navbar .collapse {

    margin-top: 2rem;

    width: 100%;

    position: relative;



}



header .navbar .collapse::before {

    content: '';

    width: 100%;

    position: absolute;    

    background-size: cover;

    height: 100%;

    background-repeat: no-repeat;

    right: -35rem;

    top: -3.1rem;

}



header .navbar .collapse .navbar-nav {

    background-color: var(--headercolor);

    padding: 1.2rem 2rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



header .navbar .collapse .navbar-nav .nav-item .nav-link {

    border-right: solid 1px var(--enquirebuttoncolor);

    line-height: 1;

    padding: 0rem 1rem;

    color: var(--enquirebuttoncolor);

    font-weight: 600;

    font-size: 14px;

    font-family: 'acumin';

}



header .navbar .collapse .navbar-nav .nav-item:last-child .nav-link {

    border: none;

}



header .hero_section {

    width: 100%;

    background-color: var(--headercolor);

    padding: 2.8rem 2rem 2rem 2rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    position: relative;

    top: -1.6rem;    

}



header .hero_section .hero_section_image {

    width: 100%;

    position: relative;

    z-index: 1;

    background-color: #b6a496;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    overflow: hidden;

    touch-action: none;

}

header .hero_section .hero_section_image .swiper-wrapper .swiper-slide img{

    object-fit: cover;

    width: 100%;

}

header .hero_section .hero_section_image .swiper-pagination{

    text-align: unset;

    left: 5.8%;

    bottom: 8%;

}

header .hero_section .hero_section_image .swiper-pagination .swiper-pagination-bullet{

    background-color: #fff;

    opacity: 0.4;

}

header .hero_section .hero_section_image .swiper-pagination .swiper-pagination-bullet-active{

    background-color: #ffff;

    opacity: 1;

}

header .hero_section .hero_section_text {

    width: 52%;

    padding: 0rem 0rem 2rem 0rem;

    color: var(--headercolor);

    position: absolute;

    top: 50%;

    left: 28%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    z-index: 1;

    pointer-events: none;

}

header .hero_section .hero_section_text .hero_section_hone {

    margin-top: 2rem;

    width: 100%;

    text-align: left;

    padding-left: 4rem;

}

header .hero_section .hero_section_text .hero_section_hone img{

    margin-bottom: 1.2rem;

    max-width: 255px;

}

header .hero_section .hero_section_text .hero_section_hone h1 {

    font-size: var(--h1fontsize);

    font-weight: 400;

    font-family: "Instrument Serif", serif;

}

header .hero_section .hero_section_text .hero_section_pera {

    width: 100%;

    padding: 1.5rem 1.5rem 0rem 4.4rem;

    border-top: solid 1px var(--headercolor);

    border-top-left-radius: 40px;

    margin-top: 2rem;

    text-align: unset;    

}

header .hero_section .hero_section_text .hero_section_pera p {

    font-size: 15px;

    font-weight: 400;

    font-family: 'acumin';

    letter-spacing: 2px;

}

/* header css end  */



/* Thank you page css start  */

.thankyou{

    width: 100%;

    background-color: var(--headercolor);

    padding: 0px;

}

.thankyou .thankyou_container{

    width: 100%;

    display: flex;

    justify-content: right;

    align-items: center;

    height: 100vh;

    position: relative;

}

.thankyou .thankyou_container .thankyou_content{

    width: 30%;    

    display: flex;

    align-items: start;

    flex-direction: column;

    justify-content: center;

    font-family: 'acumin';

}

.thankyou .thankyou_container .thankyou_content h2{

    font-size: 4rem;

    text-transform: capitalize;

    font-weight: 800;

    line-height: 1.1;

    font-family: 'acumin';

}

.thankyou .thankyou_container .thankyou_content h2 span{

    font-weight: 500;

    font-family: 'acumin';

}

.thankyou .thankyou_container .thankyou_content p{

    font-size: 1.5rem;

    margin-bottom:0.5rem;

    font-family: 'acumin';

}

.thankyou .thankyou_container .thankyou_content a{

    color: var(--headercolor);

    background: var(--enquirebuttoncolor);

    padding: 0.8rem 2rem;    

    font-size: 1.1rem;

    text-transform: capitalize;

    text-decoration: none;

    line-height: normal;

    font-family: 'acumin';

}

.thankyou .thankyou_container .thankyou_banner{

    width: 65%;

    height: 100%;    

}

.thankyou .thankyou_container .thankyou_banner img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: right;

}



/* Thank you page css end  */





/* main section css start  */



main {

    width: 100%;

}



main #overview{

    padding: 0px;

}



main section .about_section {

    width: 100%;

    text-align: center;

    color: var(--headercolor);      

    position: relative;

    padding-top: 2rem;

}

/* main section .about_section::before{

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background: url('../image/light-brown-bird.webp') left top no-repeat;

    left: 2%;

    top: 0;

    background-size: 12%;       

} */



main section .about_section h2 {

    font-size: var(--h2fontsize);

    font-weight: 400;

    font-family: 'newpris';

    margin-bottom: 2rem;

}



main section .about_section p {

    font-size: var(--h6fontsize);    

    width: 70%;

    margin:0 auto;

    font-family: 'Gambetta';

}

main section .about_section h2 + p{

    margin-bottom: 1rem;

}



main section .genesis {

    background-color: var(--lightgreen);

    width: 100%;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: relative;

    margin-top: 0rem;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}



main section .genesis::before {

    content: '';

    position: absolute;

    background: url('../image/white-bird.webp');

    background-repeat: no-repeat;

    background-position: right top;

    background-size: 7%;

    width: 100%;

    height: 100%;

    top: 1rem;

    right: 0.8rem;

}



main section .genesis .genesis_image {

    width: 48%;

    overflow: hidden;

    display: inline-block;

    border-radius: 4%;

    -webkit-border-radius: 4%;

    -moz-border-radius: 4%;

    -ms-border-radius: 4%;

    -o-border-radius: 4%;

}

main section .genesis .genesis_image img {

    width: 100%;   

    height: auto;

    object-fit: cover;

}  

main section .genesis .genesis_image .swiper .swiper-button-next{

    color: var(--headercolor);    

}

main section .genesis .genesis_image .swiper .swiper-button-next::after, main section .genesis .genesis_image .swiper .swiper-button-prev::after{

    font-size: 2rem;

}

main section .genesis .genesis_image .swiper .swiper-button-prev{

    color: var(--headercolor);

}



main section .genesis .genesis_text {

    width: 45%;

    margin: 0 auto;

    color: var(--headercolor);

    padding: 2rem 0rem;

    position: relative;

}



main section .genesis .genesis_text h2 {

    font-size: var(--h2fontsize);

    font-weight: 400;

    font-family: "Instrument Serif", serif;

}



main section .genesis .genesis_text ul {

    width: 100%;

    margin-top: 1.6rem;

    padding: 0;

    margin-bottom: 0rem;

}



main section .genesis .genesis_text ul li {

    list-style: none;

    display: flex;

    justify-content: start;

    margin-bottom: 1rem;

    align-items: center;

}

main section .genesis .genesis_text ul li:last-child {

    margin-bottom: 0rem;

}



main section .genesis .genesis_text ul li span {

    width: 50px;

    padding-bottom: 0.6rem;

}



main section .genesis .genesis_text ul li span img {

    max-width: 30px;

}



main section .genesis .genesis_text ul li h6 {

    border-bottom: 1px solid #ffffff29;

    width: 70%;

    padding-bottom: 0.6rem;

    margin-bottom: 0rem;

    font-family: 'Gambetta';

    text-transform: uppercase;

}

main section .genesis .genesis_text ul li:last-child h6{

    border: none;

}

main section .exclusive_plots {

    width: 100%;

    text-align: center;

}

main section .exclusive_plots .two_text {

    width: 100%;

    display: flex;

    justify-content: center;

    margin-bottom: 3rem;

}



main section .exclusive_plots .two_text .text_left h3 {

    background-color: var(--headercolor);

    color: var(--lightgreen);

    font-size: 25px;

    padding: 1.5rem 2rem;

    border-top-left-radius: 20px;

    border: solid 2px var(--headercolor);

    border-bottom-left-radius: 20px;

    font-weight: 900;

    font-family: 'Gambetta';

    letter-spacing: 2px;

    margin-bottom: 0;    

}



main section .exclusive_plots .two_text .text_right h3 {

    color: var(--headercolor);

    font-size: 25px;

    padding: 1.5rem 2rem 1.5rem 1rem;

    border-top-right-radius: 20px;

    border-bottom-right-radius: 20px;

    font-weight: 400;

    border: solid 2px var(--headercolor);

    font-family: 'Gambetta';

    text-transform: uppercase;    

    margin-bottom: 0;

}

main section .exclusive_plots h2 {

    color: var(--headercolor);

    font-size: var(--h2fontsize);

    font-weight: 400;

    font-family: 'newpris';

    margin-bottom: 3rem;

}

main section .exclusive_plots .amenities_main{

    width: 100%;

    background-color: #6c5949;

    padding: 4rem 20px 2rem 20px;

    border-radius: 25px;

    -webkit-border-radius: 25px;

    -moz-border-radius: 25px;

    -ms-border-radius: 25px;

    -o-border-radius: 25px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    position: relative;

    z-index: 1;

}

main section .exclusive_plots .amenities_main::before{

    content: '';

    position: absolute;

    background: url('../image/white-bird.webp');

    background-repeat: no-repeat;    

    background-size: 10%;

    width: 100%;

    height: 100%;

    top: 1rem;

    right:-3.5rem;

    z-index: -1;

}

main section .exclusive_plots .plots_details {

    width: 100%;

    margin-top: 3rem;

}

main section .exclusive_plots .plots_details ul {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    flex-wrap: wrap;

    padding-left: 0rem;

    margin-bottom: 0rem;    

}

main section .exclusive_plots .plots_details ul li {

    width: 30%;

    list-style: none;

    color: var(--headercolor);    

}

main section .exclusive_plots .plots_details ul li:last-child {

    border: none;

}

main section .exclusive_plots .plots_details ul li p {

    font-size: 16px;

    text-transform: capitalize;

    border-bottom: solid 1px var(--headercolor);

    padding-bottom: 0.7rem;

    margin-bottom: 0.4rem;

    font-family: 'Gambetta';

    line-height: 1.5;

    text-align: start;

}

main section .exclusive_plots .plots_details ul li p:last-child {

    border: none;

}

main section .exclusive_plots .planned_image {

    width: 100%;

    margin-top: 0rem;

}

main section .exclusive_plots .planned_image ul {

    display: flex;

    width: 100%;

    justify-content: space-around;

    align-items: start;

    gap: 1rem;

    padding-left: 0rem;

}

main section .exclusive_plots .planned_image ul li {

    width: 25%;

    list-style: none;

    overflow: hidden;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

}

main section .exclusive_plots .planned_image ul li img {

    width: 100%;

    transition: transform 0.4s ease;

    -webkit-transition: transform 0.4s ease;

    -moz-transition: transform 0.4s ease;

    -ms-transition: transform 0.4s ease;

    -o-transition: transform 0.4s ease;

    display: block;

}

main section .exclusive_plots .planned_image ul li:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);

}

main section .best_moments {

    width: 100%;

    background-color: var(--lightgreen);

    padding: 4rem 20px 2rem 20px;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    color: var(--headercolor);

    position: relative;

    margin-top: 1rem;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    z-index: 1;

}

main section .best_moments::before {

    content: '';

    position: absolute;

    background: url('../image/white-bird.webp');

    background-repeat: no-repeat;

    background-size: 10%;

    width: 100%;

    height: 100%;

    top: 0.8rem;

    right: -3.5rem;

    z-index: -1;

}

main section .best_moments h2 {

    font-size: var(--h2fontsize);

    font-weight: 400;

    text-align: center;

    margin-top: 0rem;

    font-family: 'newpris';

    margin-bottom: 3rem;

}

main section .best_moments .best_moments_images {

    width: 100%;

    margin: 0rem auto 0rem auto;

}

main section .best_moments .best_moments_images ul {

    width: 100%;

    display: flex;

    justify-content: space-around;

    align-items: start;

    gap: 2rem 1rem;

    padding: 0;

    margin-bottom: 0;

}

main section .best_moments_images ul li {

    width: 24%;

    list-style: none;

    overflow: hidden;

    position: relative;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

}

main section .best_moments_images ul li img {

    width: 100%;

    display: block;

    transition: transform 0.4s ease;

}

main section .best_moments_images ul li:hover img {

   transform: scale(1.1);

}

main section .best_moments .best_moments_text {

    width: 100%;

    margin: 3rem auto 0rem auto;

}

main section .best_moments .best_moments_text ul {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    padding-left: 0rem;

    gap: 2rem;

    margin-bottom: 0rem;

}

main section .best_moments .best_moments_text ul li {

    list-style: none;

    width: 30%;

}

main section .best_moments .best_moments_text ul li p {

    font-size: 16px;

    margin-bottom: 0.8rem;

    border-bottom: solid 1px var(--headercolor);

    padding-bottom: 0.3rem;

    font-family: 'Gambetta';

    font-weight: 300;

}

main section .best_moments .best_moments_text ul li p:last-child {

    border: none;

}

main section .outdoor_wellness {

    width: 100%;

    padding: 4rem 20px 2rem 20px;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    color: var(--headercolor);

    margin-top: 1.5rem;   

    background-color: #6c5949;    

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    position: relative;

    z-index: 1;

}

main section .outdoor_wellness::before {

    content: '';

    position: absolute;

    background: url('../image/white-bird.webp');

    background-repeat: no-repeat;

    background-size: 10%;

    width: 100%;

    height: 100%;

    top: 1rem;

    right: -3.5rem;

    z-index: -1;

}

main section .outdoor_wellness h2 {

    font-size: var(--h2fontsize);

    font-weight: 400;

    text-align: center;

    font-family: 'newpris';

    margin-bottom: 3rem;

}

main section .outdoor_wellness .outdoor_wellness_image {

    width: 100%;

    margin: 0rem auto 0rem auto;

}

main section .outdoor_wellness .outdoor_wellness_image ul {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    gap: 2rem 1rem;

    padding: 0;

}

main section .outdoor_wellness .outdoor_wellness_image ul li {

    width: 24%;

    list-style: none;

    overflow: hidden;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

}

main section .outdoor_wellness .outdoor_wellness_image ul li img {

    width: 100%;

    display: block;

    transition: transform 0.4s ease;

    -webkit-transition: transform 0.4s ease;

    -moz-transition: transform 0.4s ease;

    -ms-transition: transform 0.4s ease;

    -o-transition: transform 0.4s ease;

}

main section .outdoor_wellness .outdoor_wellness_image ul li:hover img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

}

main section .outdoor_wellness .outdoor_wellness_text {

    width: 100%;

    margin: 3rem auto 0rem auto;

}

main section .outdoor_wellness .outdoor_wellness_text ul {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    padding-left: 0rem;

    gap: 2rem;

    margin-bottom: 0rem;

}

main section .outdoor_wellness .outdoor_wellness_text ul li {

    list-style: none;

    width: 30%;

}

main section .outdoor_wellness .outdoor_wellness_text ul li p {

    font-size: 16px;

    margin-bottom: 0.8rem;

    border-bottom: solid 1px var(--headercolor);

    padding-bottom: 0.3rem;

    font-family: 'Gambetta';

}

main section .outdoor_wellness .outdoor_wellness_text ul li p:last-child {

    border: none;

}

main section .offer_sukoon {

    width: 100%;

    position: relative;    

    padding: 1rem 0rem 0rem 0rem;

}

main section .offer_sukoon::before {

    position: absolute;

    content: '';

    background: url('../image/white-bird.webp') left top no-repeat;

    background-size: 10%;

    width: 100%;

    height: 100%;

    top: -1.5rem;

    background-repeat: no-repeat;

    left: 5%;

}

main section .offer_sukoon h2 {

    text-align: center;

    color: var(--headercolor);

    font-weight: 400;

    font-size: var(--h2fontsize);

    margin-bottom: 3rem;

    font-family: 'newpris';

}

main section .offer_sukoon .offer_sukoon_image {

    width: 100%;

    background-color: #f4e5d6;

    padding: 3rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    margin-top: 3rem;

}

main section .offer_sukoon .offer_sukoon_image img {
    width: 75%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    margin: 0 auto;
}

main section .location {

    width: 100%;

    padding-top: 0rem;

}

main section .location h2 {

    text-align: center;

    margin-bottom: 3rem;

    font-size: var(--h2fontsize);

    color: var(--headercolor);

    font-weight: 400;

    font-family: 'newpris';

}

main section .location .sukoon_prime {

    width: 100%;

    background-color: var(--lastbgcolor);

    padding: 3rem 1rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    

}

main section .location .sukoon_prime .sukoon_prime_details_left {

    width: 100%;

    padding-left: 2rem;

    padding-right: 1.5rem;

}

main section .location .sukoon_prime .sukoon_prime_details_left p {

    color: var(--enquirebuttoncolor);

    margin-bottom: 1.5rem;

    font-size: var(--h6fontsize);

    font-family: 'Gambetta';

    text-align:center;

}

main section .location .sukoon_prime .sukoon_prime_details {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

}


/* main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_left p:last-child {

    font-weight: 600;

} */



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right {

    width: 50%;

    background-color: var(--headercolor);

    padding: 2rem 1rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main {

    width: 100%;

    display: flex;

    justify-content: space-around;

    align-items: start;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left {

    width: 48%;

    padding: 1rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: start;

    color: var(--enquirebuttoncolor);

    gap: 1rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div img {

    max-width: 35px;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div ul h6 {

    font-family: 'Gambetta';

    font-weight: 600;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div ul {

    border-bottom: solid 1px var(--enquirebuttoncolor);

    padding-bottom: 1rem;

    width: 100%;

    padding-left: 0;

    margin-bottom: 2rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div ul li {

    font-family: 'Gambetta';

    font-size: 14px;

    line-height: 27px;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div:last-child ul {

    border: none;

    margin-bottom: 0rem;

    padding-bottom: 0rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div ul li ul {

    border: none;

    padding-left: 2rem;

    margin-bottom: 0rem;

    padding-bottom: 0.2rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_map {

    width: 49%;

    padding: 0rem 0rem 1rem;

}



main section .location .sukoon_prime .sukoon_prime_details .sukoon_map img {

    width: 100%;

}

main section .home_loan{

    background-color: transparent !important;

}

main section .home_loan, main section .portfolio{

    width: 100%;

    margin-top: 0rem;

    background-color: var(--lastbgcolor);

    padding: 2.5rem 20px 3rem;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;    

}



main section .portfolio{

    text-align: center;

}

main section .portfolio h2:nth-of-type(2){

    position: relative;   

    display: inline-block;  

    text-align: center;   

    padding-top: 1.5rem;

    margin-bottom: 1rem;

    font-family: 'newpris';

}

main section .portfolio h2:nth-of-type(2)::after{

    position: absolute;

    content: '';

    width: 30%;

    background: var(--enquirebuttoncolor);

    height: 2px;

    left: 50%;

    margin: 0 auto;

    top: 7px;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

}





main section .home_loan h2{

    font-size: var(--h2fontsize);

    color: var(--headercolor);

    text-align: center;

    font-family: 'newpris';

    margin-bottom: 2.5rem;

}

main section .home_loan .home_loan_logos img{

    max-width: 100%;

    height: auto;

    display: block

}

main section .home_loan .home_loan_logos .logo-slider{

    width: 100%;

    padding: 10px 0px;

    background-color: var(--headercolor);

}

main section .portfolio h2{

    font-size: var(--h2fontsize);

    color: var(--enquirebuttoncolor);

    text-align: center;

    font-family: 'newpris';

    margin-bottom: 1rem;

}

main section .portfolio p{

    color: var(--enquirebuttoncolor);

    margin-bottom: 2rem;

    text-align: center;

    font-family: 'Gambetta';

}



main section .portfolio .portfolio_card{

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

main section .portfolio .portfolio_card .p_card{

    width: 30%;

    height: 200px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;

    perspective: 1000px;    

}



main section .portfolio .portfolio_card .p_card .p_card_inner{

    position: relative;

    width: 100%;

    height: 100%;

    text-align: center;

    transition: transform 0.6s;

    -webkit-transition: transform 0.6s;

    -moz-transition: transform 0.6s;

    -ms-transition: transform 0.6s;

    -o-transition: transform 0.6s;

    transform-style: preserve-3d;

}

main section .portfolio .portfolio_card .p_card:hover .p_card_inner {

  transform: rotateY(180deg);

  -webkit-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

}



main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_front,

main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_back {

  position: absolute;

  width: 100%;

  height: 100%;

  backface-visibility: hidden;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 15px;

  -webkit-backface-visibility: hidden;

}



main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_back a{

    text-decoration: none;    

}

main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_back a p{

    font-size: 14px;

    margin-bottom: 0rem;    

    color: var(--headercolor);

}



main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_front {

  background: url('../image/okas-residency.webp');

  background-size: cover;      

}

main section .portfolio .portfolio_card .p_card .p_card_inner .okasenclave{

    background: url('../image/okas-enclave.webp');

  background-size: cover;

}

main section .portfolio .portfolio_card .p_card .p_card_inner .pardosokaslucknow{

    background: url('../image/pardos-okas-enclave.webp');

  background-size: cover;

}



main section .portfolio .portfolio_card .p_card .p_card_inner .p_card_back {

  background: var(--enquirebuttoncolor);

  transform: rotateY(180deg);

  -webkit-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);

}



main section .portfolio .portfolio_card .p_card h6{

    margin-bottom: 0px;

    font-size: 19px;

    color: var(--headercolor);    

    font-family: "Instrument Serif", serif;

}



.disclaimer{

    width: 100%;

}

.disclaimer .disclaimer_text{

    width: 100%;

    color: #fff;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    padding: 2rem 20px 2rem 20px;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;

    background-color: #6c5949;

}

.disclaimer .disclaimer_text p{

    margin-bottom: 0rem;

    font-size: 14px;    

    font-family: 'Gambetta';

}

.disclaimer .disclaimer_text a{

    color: var(--headercolor);

    text-decoration: none;

}

/* main section css end  */



/* footer section css start */



footer {

    width: 100%;

    padding-top: 1rem;

    /* margin-top: 3rem; */

}



footer .footer_pera {

    width: 100%;

    text-align: center;

    background: url('../image/white-bird.webp') 4% 50% no-repeat;

    padding: 4rem 0rem 2rem 0rem;

    background-size: 12%;

}



footer .footer_pera p {

    color: var(--headercolor);

    font-size: var(--h6fontsize);

    font-family: 'Gambetta';

}



/* footer section css end  */



.whatsapp{

    position: fixed;

    bottom: 4%;

    right: 4%;

    z-index: 1;

}

.whatsapp img{

    width: 40px;

    aspect-ratio: 1;    

}

.direction {

  position: fixed;

  z-index: 1;

  bottom: 4%;

  left: 4%;

  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

}

.direction::after {

  content: attr(data-tooltip);

  position: absolute;

  bottom: 125%;

  left: 50%;

  transform: translateX(-50%);

  background: #333;

  color: #fff;

  padding: 6px 10px;

  border-radius: 6px;

  font-size: 13px;

  white-space: nowrap;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.3s;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

}

.direction:hover::after {

  opacity: 1;

}

.direction img{

    width: 40px;

    aspect-ratio: 1;

}



@media (width <= 1850px){

    .enquire_form, .brochure_form{

        width: 20%;

    }

    .enquire_button{

        top: 35%;

    }

    .enquire_form{

        top: 23%;

    }

}



@media (width <= 1503px){

    .enquire_button{

        top: 30%;

    }

    .enquire_form{

        top:10%;

    }

    .brochure_form{

        top: 40%;

    }

}



@media (width <= 1650px){

    .enquire_form, .brochure_form{

        width: 23%;

    }

}



@media (width <= 1440px){    

    .enquire_form{

        width: 25%;

        top: 8%;

    }

    .brochure_form{

        width: 25%;

        top: 35%;

    }

    .enquire_button{

        top: 30%;

    }

    .brochure_button{

        top: 60%;

    }

    .thankyou .thankyou_container .thankyou_content h2{

        font-size: 3rem;

    }

    .thankyou .thankyou_container .thankyou_content p{

        font-size: 1.2rem;

    }

}



@media (width <= 1400px){
header .hero_section .hero_section_text .hero_section_hone img{
    max-width: 210px;
}
}
@media (width <= 1299px){

    .enquire_form, .brochure_form{

        width: 30%;

    }

    .thankyou .thankyou_container .thankyou_content{

        width: 33%;

    }

}



@media (width <= 1099px){

    .enquire_form, .brochure_form{

        width: 40%;

    }

}



@media (width <= 818px){

    .enquire_form, .brochure_form{

        width: 45%;

    }

}



@media (width < 1200px) {

    main section .about_section h2 + p, main section .about_section p{

        width: 100%;

    }

    main section .genesis {

        margin-top: 0rem;

    }

    main section .genesis::before {

        left: -1rem;

    }

    main section .exclusive_plots h2, main section .best_moments h2, main section .outdoor_wellness h2{

        margin-bottom: 2.5rem;

    }   

    header .hero_section .hero_section_text .hero_section_hone{

        margin-top: 0rem;

    }

    header .hero_section .hero_section_text{

        padding: 0rem;

    }

    main section .offer_sukoon {

        padding: 0rem;

    }

    main section .offer_sukoon::before{

        top: -2rem;

    }

    main section .home_loan, main section .portfolio {

        margin-top: 0rem;

    }

    footer{

        margin-top: 2rem;

    }

    header .hero_section .hero_section_text .hero_section_hone img{

        max-width: 255px;

        margin-bottom: 1rem;

    }

    header .hero_section .hero_section_image .swiper-pagination{

        left: 6.5%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_left {

        padding: 0rem;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left {

        padding: 1rem 0rem;

    }    

    main section .exclusive_plots .plots_details, main section .best_moments .best_moments_text, main section .outdoor_wellness .outdoor_wellness_text{

        margin-top: 2rem;

    }

    main section .portfolio .portfolio_card .p_card{

        width: 32%;

    }



}



@media (width <= 992px) {

    .enquire_form form input[type="submit"], .brochure_form form input[type="submit"]{

        width: 50%;

    }    

    .whatsapp{

        right: 6%;        

    }

    header .navbar .collapse .navbar-nav {

        padding: 1.2rem 0.2rem;

    }

    header .navbar .collapse .navbar-nav .nav-item .nav-link {

        font-size: 11px;

        padding: 0rem 0.9rem;

    }

    header .hero_section .hero_section_text .hero_section_hone{

        padding-left: 2rem;

        margin-top: 0rem;

    }

    header .navbar .collapse{

        margin-top: 0rem;

    }

    header .hero_section .hero_section_text .hero_section_hone img{

        width: 200px;

        margin-bottom: 1rem;

    }

    header .hero_section .hero_section_text .hero_section_hone h1{

        font-size: 30px;

    }

    header .navbar .collapse::before {

        right: -22rem;

        top: -3.4rem;

    }

    header .hero_section .hero_section_text .hero_section_pera {

        padding-left: 2rem;

        margin-top: 1rem;

    }

    header .hero_section .hero_section_image .swiper-pagination{

        left: 2%;

    }

    header .hero_section{

        padding: 2rem 1rem;

        overflow: hidden;

    }

    header .hero_section .hero_section_text{

        left: 26%;

    }   



    header .hero_section .hero_section_image::before {

        background-position: center center;

    }



    header .hero_section .hero_section_image .hero_section_text {

        padding: 2rem 0rem;

    }



    header .hero_section .hero_section_image .hero_section_text {

        width: 60%;

    }



    main section .about_section p {

        width: 100%;

    }

    main section .genesis {

        margin-top: 0rem;

        flex-wrap: wrap;

    }

    main section .exclusive_plots .amenities_main::before, main section .best_moments::before, main section .outdoor_wellness::before{

        right: -0.5rem;

    }    

    main section .offer_sukoon::before{

        top: -1rem;

    }

    main section .offer_sukoon h2, main section .location h2{

        font-size: 30px;

    }    

    main section .portfolio .portfolio_card{

        gap: 1rem;

        justify-content: center;

    }

    main section .portfolio .portfolio_card .p_card{

        width: 48%;

    }    

    main section .offer_sukoon::before{

        top: -2rem;

    }

    main section .genesis .genesis_image {

        width: 100%;

    }

    main section .genesis .genesis_text {

        width: 100%;

        padding-left: 2.5rem;

    }

    main section .genesis .genesis_text ul {

        margin-top: 1rem;

    }

    main section .genesis .genesis_text ul li {

        margin-bottom: 0.6rem;

    }

    main section .genesis::before {

        /* left: 20.6rem; */

        opacity: 0;

    }

    main section .exclusive_plots .two_text .text_left{

        margin-bottom: 1rem;

    }

    main section .exclusive_plots .two_text .text_left h3, main section .exclusive_plots .two_text .text_right h3{

        padding: 0.9rem 1rem;        

    } 

    main section .exclusive_plots .two_text {

        margin-bottom: 2rem;

    }

    main section .exclusive_plots .plots_details ul {

        padding-left: 0rem;

        flex-wrap: wrap;

        justify-content: start;

        gap: 2rem;

    } 

    main section .exclusive_plots .plots_details ul li {     

        width: 30%;      

    }    

    main section .location .sukoon_prime .sukoon_prime_details{

        flex-wrap: wrap;

    }

    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_left {

        width: 100%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right {

        width: 100%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main {

        flex-direction: column;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left {

        width: 100%;

        display: flex;

        flex-wrap: wrap;

        gap: 0rem 1rem;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div{

        width: 48%;

    }

    main section .about_section::before{

        background-size: 13%;

        top: -18px;

        left: 0%;

    }

    main section .genesis .genesis_image .swiper .swiper-button-next::after, main section .genesis .genesis_image .swiper .swiper-button-prev::after{

        font-size: 2rem;

    }

    main section .genesis .genesis_image img{

        height: 100%;

    }

    main section .exclusive_plots .planned_image ul, main section .best_moments .best_moments_images ul, main section .outdoor_wellness .outdoor_wellness_image ul{

        flex-wrap: wrap;

        gap: 1rem;

        justify-content: start;        

    }

    main section .exclusive_plots .planned_image ul li, main section .best_moments_images ul li, main section .outdoor_wellness .outdoor_wellness_image ul li{

        width:31%;

    }

    .thankyou .thankyou_container{

        justify-content: center;

    }

    .thankyou .thankyou_container .thankyou_content{

        width: auto;

        position: absolute;

        background: var(--headercolor);

        padding: 2rem;

        align-items: center;

        text-align: center;

    }

    .thankyou .thankyou_container .thankyou_content h2{

        font-size: 2.1rem;

    }

    .thankyou .thankyou_container .thankyou_banner{

        width: 100%;

    }

    .thankyou .thankyou_container .thankyou_content a{

        padding: 0.6rem 2rem;

    }
    
    main section .location .sukoon_prime .sukoon_prime_details .sukoon_map{

        width: 100%;
        
    }

}



@media (width < 768px) {   

    .top_header .logos {

        display: none;

    }



    header .navbar {

        margin-top: 0rem;

        margin-bottom: 1rem;

        background-color: var(--enquirebuttoncolor);

        border-radius: 0px;

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        -ms-border-radius: 0px;

        -o-border-radius: 0px;

}



    header .navbar .navbar-brand {

        display: block;

    }



    header .navbar .navbar-brand img {

        max-width: 120px;

    }



    header .navbar .navbar-toggler {

        /* border: solid 1px var(--headercolor); */

        display: flex;

        flex-direction: column;

        gap: 0.2rem;

        padding: 0.6rem;

    }



    header .navbar .navbar-toggler:not(:focus-visible) {

        box-shadow: none;

    }



    header .navbar .navbar-toggler .navbar-toggler-icon {

        width: 1.5rem;

        height: 3px;

        background-color: var(--enquirebuttoncolor);

    }



    header .hero_section {

        top: 0rem;

    }



    header .navbar .collapse {

    margin-top: 2rem;

    position: absolute;

    top: 39%;

    left: 0;    

    }



    header .navbar .collapse::before {

        position: unset;

    }



    header .navbar .collapse .navbar-nav {

        width: 100%;

        padding: 1rem 0rem 1.4rem;

        display: flex;

        flex-direction: column;

        flex-wrap: wrap;

    }



    header .navbar .collapse .navbar-nav .nav-item {

        padding-bottom: 0rem;

        margin-bottom: 1.5rem;

    }



    header .navbar .collapse .navbar-nav .nav-item .nav-link {

        border: none;

    }



    header .hero_section {

        padding: 1rem;

    }



    header .hero_section .hero_section_image .hero_section_text {

        width: 100%;

    }



    header .hero_section .hero_section_image .hero_section_text .hero_section_hone {

        margin-top: 3rem;

    }

    header .hero_section .hero_section_text{

        width: 100%;

        left: 50%;

    }

    header .hero_section .hero_section_text .hero_section_hone img{

        width: 160px;

    }

    header .hero_section .hero_section_text .hero_section_hone h1 br{

        display: none;

    }

    header .hero_section .hero_section_text .hero_section_pera{

        margin-top: 0rem;

        padding: 1rem 1.5rem 6rem 2.2rem;

    }   

    main section .genesis {

        flex-direction: column-reverse;

    }

    main section .genesis .genesis_image {

        width: 100%;

    }

    main section .genesis .genesis_text {

        width: 100%;

        padding: 1rem 2rem;

    }

    main section .genesis::before {

        left: -1rem;

        width: 100%;

    }

    main section .exclusive_plots .two_text {

        flex-direction: column;

    }

    main section .exclusive_plots .two_text .text_left {

        border-top-left-radius: 0rem;

        border-bottom-left-radius: 0rem;

    }

    main section .exclusive_plots .two_text .text_right {

        border-top-right-radius: 0rem;

        border-bottom-right-radius: 0rem;

    }

    main section .exclusive_plots .two_text .text_left h3, main section .exclusive_plots .two_text .text_right h3{

        border-radius: 0px;

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        -ms-border-radius: 0px;

        -o-border-radius: 0px;

}



    main section .exclusive_plots .plots_details ul, main section .best_moments .best_moments_text ul, main section .outdoor_wellness .outdoor_wellness_text ul {

        flex-wrap: wrap;

        justify-content: center;

        gap: 0rem 1rem;

    }

    main section .outdoor_wellness .outdoor_wellness_text ul{

        gap: 1rem;

    }

    main section .outdoor_wellness .outdoor_wellness_text ul li, main section .best_moments .best_moments_images ul li, main section .outdoor_wellness .outdoor_wellness_image ul li{

        width: 48%;

    }

    main section .exclusive_plots .plots_details ul li, main section .best_moments .best_moments_text ul li {

        width: 48%;

        margin-bottom: 0rem;

        height: auto;

    }

    main section .offer_sukoon::before{

        background-size: 18%;

    }

    main section .exclusive_plots .plots_details ul li:last-child {

        border-right: none;

    }



    main section .exclusive_plots .planned_image ul {

        padding-left: 0rem;

        flex-wrap: wrap;

        gap: 1rem;

        justify-content: center;

    }



    main section .exclusive_plots .planned_image ul li {

        width: 48%;

    }



    main section .best_moments .best_moments_images {

        width: 100%;

        margin-top: 2rem;

    }



    main section .best_moments .best_moments_images ul {

        padding-left: 0rem;

        flex-wrap: wrap;

        gap: 1rem;

        justify-content: center;

    }   



    main section .best_moments .best_moments_text ul {

        flex-wrap: wrap;

        gap: 1rem;

    }     

    main section .outdoor_wellness .outdoor_wellness_image ul {

        flex-wrap: wrap;

        gap: 1rem;

        justify-content: center;

    }    



    main section .outdoor_wellness .outdoor_wellness_text {

        width: 100%;

    }



    main section .offer_sukoon h2 .brclass {

        display: none;

    }



    main section .location .sukoon_prime .sukoon_prime_details {

        flex-wrap: wrap;

        flex-direction: column;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_left {

        width: 100%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right {

        width: 100%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_map {

        padding-top: 2rem;

    }

    header .navbar .collapse .navbar-nav .nav-item .nav-link{

        font-size: 13px;

    }

    main section .about_section::before{

        background-size: 20%;

        top: 0px;        

    }

    main section .about_section h2, main section .exclusive_plots h2, main section .best_moments h2, main section .outdoor_wellness h2, main section .home_loan h2, main section .portfolio h2{

        font-size: 30px;

    }

    main section .exclusive_plots .amenities_main::before, main section .best_moments::before, main section .outdoor_wellness::before {

        background-size: 12%;

    }



    main section .about_section {

        padding-top: 6rem;

    }    

    main section .best_moments {

        margin-top: 0rem;

    } 

    header .hero_section .hero_section_image .swiper-pagination{

        left: 2.5%;

    } 

    footer{

        margin-top: 0rem;

    }  

    footer .footer_pera{        

        padding: 4rem 0rem 0rem 0rem;         

        background-size: 15%;

    }     

}



@media (width <= 991px){

    main section .portfolio p br{

        display: none;

    }

}



@media (max-width: 767px) {

    header .navbar .collapse{

        border-radius: 20px;

        -webkit-border-radius: 20px;

        -moz-border-radius: 20px;

        -ms-border-radius: 20px;

        -o-border-radius: 20px;

}

    header .navbar .navbar-toggler{

        gap: 0rem;

    }

    /* Sidebar navbar */

.navbar-collapse {

  position: fixed;

  top: 0;

  right: -100%;

  width: 280px;

  height: 100%;

  background: #fff;

  padding: 0rem;

  transition: right 0.3s ease-in-out;

  z-index: 999;

  box-shadow: -2px 0 10px rgba(0,0,0,0.1);

}



.navbar-collapse.show {

  right: 0;

}



/* Hamburger icon */

.toggler-icon {

  display: block;

  width: 25px;

  height: 3px;

  background-color: #fff;

  margin: 2px 0;

  transition: 0.4s;

}



/* Change to "X" when active */

.navbar-toggler.active .toggler-icon:nth-child(1) {

  transform: rotate(45deg) translate(4px, 5px);

  -webkit-transform: rotate(45deg) translate(4px, 5px);

  -moz-transform: rotate(45deg) translate(4px, 5px);

  -ms-transform: rotate(45deg) translate(4px, 5px);

  -o-transform: rotate(45deg) translate(4px, 5px);

}

.navbar-toggler.active .toggler-icon:nth-child(2) {

  opacity: 0;

}

.navbar-toggler.active .toggler-icon:nth-child(3) {

  transform: rotate(-45deg) translate(5px, -6px);

  -webkit-transform: rotate(-45deg) translate(5px, -6px);

  -moz-transform: rotate(-45deg) translate(5px, -6px);

  -ms-transform: rotate(-45deg) translate(5px, -6px);

  -o-transform: rotate(-45deg) translate(5px, -6px);

}

 

header .navbar .navbar-brand img{

    max-width: 160px;

}



header .hero_section .hero_section_text{

    width: 72%;

    left: 35%;

    top: 50%;

}

header .hero_section .hero_section_text .hero_section_pera{

    padding-bottom: 1rem;

}



header .hero_section .hero_section_image .swiper-wrapper .swiper-slide img{

    height: 350px;

}

.enquire_button, .brochure_button{

    padding: 0.7rem 1rem;

    font-size: 15px;

    right: -54px;

}

.brochure_button{

    right: -87px;    

}

}



@media (width <= 739px){

    .enquire_form, .brochure_form{

        width: 50%;

    }    

}



@media (width <= 650px){

    .enquire_form, .brochure_form{

        width: 57%;

    }

}



@media (width <= 576px) {

    .enquire_form, .brochure_form{

        width: 67%;

    }

    main section .genesis::before {

        left: 0rem;

        width: 95%;

    }

    .whatsapp{

        right: 2%;

    }

    #project{

        padding: 0px;

        overflow: hidden;

    }

    main section .offer_sukoon, main section .location{

        padding: 40px 0rem 0rem 0rem;

    }

    #location{

        padding: 0px;

    }

    footer{

        margin-top: 1.5rem;

    }

    main section .about_section{

        padding-top: 40px;

    }

    header .hero_section .hero_section_image .swiper-wrapper .overlay-slide{        

        position: relative;

        overflow: hidden;

    }

    header .hero_section .hero_section_image .swiper-wrapper .overlay-slide::after{

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background: rgba(0, 0, 0, 0.35);

        pointer-events: none;

    }

    main section .about_section::before, main section .exclusive_plots .amenities_main::before, main section .best_moments::before, main section .outdoor_wellness::before, main section .offer_sukoon::before{

        opacity: 0;

    }   

    main section .exclusive_plots .amenities_main, main section .best_moments, main section .outdoor_wellness, main section .portfolio{

        padding: 2rem 20px;

    }

    main section .offer_sukoon .offer_sukoon_image{

        margin-top: 0rem;

    }

    main section .offer_sukoon h2, main section .location h2{

        margin-bottom: 2rem;

        font-size: 35px;

    }  

    main section .outdoor_wellness{

        margin-top: 0rem;

    }     

    main section .exclusive_plots h2, main section .best_moments h2, main section .outdoor_wellness h2{

        margin-bottom: 2rem;

    }

    main section .exclusive_plots .two_text{

        margin-bottom: 1.5rem;

    }

    footer .footer_pera{

        background: none;

        padding: 0rem;

    } 

    main section .about_section h2, main section .exclusive_plots h2, main section .best_moments h2, main section .outdoor_wellness h2, main section .home_loan h2, main section .portfolio h2{

        font-size: 34px;

    }

    main section .location .sukoon_prime{

        padding-bottom: 1.6rem;

    }  

    .disclaimer .disclaimer_text p{

        font-size: 13px;

        line-height: 1.3;

    }  

}



@media (width < 501px) {

    header .container{

        padding: 0rem;

    }

    .brochure_form, .enquire_form {

        width: 80%;

    }   



    main section .outdoor_wellness .outdoor_wellness_text ul {        

        gap: 0rem;

    }



    main section .outdoor_wellness .outdoor_wellness_text ul li {

        width: 45%;

    }



    main section .genesis::before {

        width: 90%;

    }

    main section .genesis .genesis_text ul li h6{

        width: 100%;

    }



    main section .exclusive_plots .plots_details ul li {

        width: 100%;

        border: none;

        margin-bottom: 0rem;

    }



    main section .best_moments::before {

        width: 90%;

        right: 1.5rem;

    }



    main section .exclusive_plots .plots_details ul li:last-child {

        border: none;

    }    

    header .hero_section .hero_section_image .hero_section_text .hero_section_hone h1 .brclass{

        display: none;

    }    

    main section .exclusive_plots .plots_details ul li p:last-child{

        border-bottom: solid 1px;

    }

    main section .best_moments .best_moments_text ul{

        gap: 0;

    }

    main section .best_moments .best_moments_text ul li{

        width: 90%;

        margin: 0 auto;

        text-align: center;

    }

    main section .exclusive_plots .plots_details ul li p, main section .best_moments .best_moments_text ul li p, main section .outdoor_wellness .outdoor_wellness_text ul li p{

        text-align: center;

        margin-bottom: 0rem;

        padding: 0.4rem 0rem;

    }

    main section .best_moments .best_moments_text ul li p:last-child{

        border-bottom: solid 1px;

    }

    main section .outdoor_wellness .outdoor_wellness_text ul li{

        width: 90%;

        margin:0 auto;

        text-align: center;

    }

    main section .outdoor_wellness .outdoor_wellness_text ul li p:last-child{

        border-bottom: solid 1px;

    }

    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div{

        width: 100%;

    }

    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left .sukoon_prime_details_right_main_left_div:last-child ul{

        border-bottom: solid 1px var(--enquirebuttoncolor);

        padding-bottom: 1rem;

    }

    main section .genesis .genesis_image .swiper .swiper-button-prev, main section .genesis .genesis_image .swiper .swiper-button-next{

        width: 16px;

    }      

}



@media (width <= 464px){

    main section .exclusive_plots .planned_image ul li, main section .best_moments_images ul li, main section .outdoor_wellness .outdoor_wellness_image ul li{

        width: 47% !important;

    }

    header .hero_section .hero_section_text {

        width: 100%;

        left: 50%;        

    }

    header .hero_section .hero_section_image .swiper-pagination {

        left: 5%;

    }

    main section .portfolio .portfolio_card .p_card{        

        width: 100%;

        height: 160px;

    }    

}



@media (width <= 424px){    

    main section .portfolio{

        padding-bottom: 2rem;

    }

    footer{

        margin-top: 0rem;

    }

    .brochure_form, .enquire_form{

        width: 90%;

    }

    .enquire_form.show, .brochure_form.show{

        right: 1.5rem;

        z-index: 13;

    }

}



@media (width < 400px) {

    header .hero_section {

        padding: 1rem;

    }



    main section .exclusive_plots .planned_image ul li {

        width: 47%;

    }



    main section .best_moments .best_moments_images ul li {

        width: 47%;

    }



    main section .outdoor_wellness .outdoor_wellness_image ul li {

        width: 47%;

    }



    main section .location .sukoon_prime .sukoon_prime_details .sukoon_prime_details_right .sukoon_prime_details_right_main .sukoon_prime_details_right_main_left {

        width: 100%;

    }    

    main section .exclusive_plots .two_text{

        margin-bottom: 2rem;

    }

    header .hero_section .hero_section_image .hero_section_text .hero_section_hone img{

        max-width: 220px;

    }

    header .hero_section .hero_section_image .hero_section_text .hero_section_pera{

        padding: 1rem;

    }

    header .hero_section .hero_section_image .hero_section_text .hero_section_pera p {

        font-size: 20px;

    }

    main section .exclusive_plots .two_text .text_left h3, main section .exclusive_plots .two_text .text_right h3{

        padding: 0.9rem 0.8rem;

    }

    main section .genesis .genesis_image .swiper .swiper-button-next::after, main section .genesis .genesis_image .swiper .swiper-button-prev::after{

        font-size: 1.3rem;

    }

    main section .exclusive_plots .planned_image ul, main section .best_moments .best_moments_images ul, main section .outdoor_wellness .outdoor_wellness_image ul{

        gap: 0.8rem;

    }

    header .hero_section .hero_section_text .hero_section_hone{

        padding-right: 1rem;

    }

    .thankyou .thankyou_container .thankyou_content{

        padding: 2rem 1rem;

    }

    .thankyou .thankyou_container .thankyou_content h2{

        font-size: 1.8rem;

    }

    .thankyou .thankyou_container .thankyou_content{

        width: 95%;

    }

}



@media (width < 367px) {   

    header .navbar .navbar-brand {

        margin-right: 0.3rem;

    }    

    main section .genesis .genesis_text {

        padding: 1rem;

    }



    main section .exclusive_plots .two_text .text_right {

        padding: 0.9rem 0.2rem 0.9rem 0.2rem;

    }



    main section .best_moments::before {

        right: 1rem;

    }



    main section .best_moments .best_moments_text {

        margin-top: 3rem;

    }



    main section .best_moments {

        padding: 1rem;

    }



    main section .best_moments .best_moments_text {

        width: 100%;

    }



    main section .best_moments .best_moments_text ul li {

        width: 100%;

    }



    main section .best_moments .best_moments_text ul {

        gap: 0rem;

    }



    main section .outdoor_wellness .outdoor_wellness_text {

        margin-top: 2rem;

    }



    main section .outdoor_wellness .outdoor_wellness_text ul {

        gap: 0rem;

    }    



    main section .best_moments .best_moments_images ul li {

        width: 46%;

    }

    main section .exclusive_plots .plots_details, main section .best_moments .best_moments_text, main section .outdoor_wellness .outdoor_wellness_text{

        margin-top: 1rem;

    }

    main section .portfolio .portfolio_card .p_card{

        height: 190px;

    }

}