﻿body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (max-width:1200px) {
    .header-navbar-container {
        margin: 50px 0 50px 25px;
    }

    .header-logo {
        padding: 2px;
        margin-top: 20px;
    }

    .nav-link a {
        font-size: 13px;
        padding: 0 9px 0 9px;
    }

    .brochure {
        width: 12%;
    }

    .brochure-container {
        padding: 15px 7px 15px 15px;
    }

    .brochure span {
        font-size: 13px;
    }

    .img {
        width: 22%;
    }

    .call-section {
        width: 13%;
    }

    .call-section-container {
        padding: 13px 4px 13px 7px;
    }

    .call-section span {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .call-section-img {
        width: 11%;
    }

    .cilaro {
        width: 12%;
    }

    .cilaro-img {
        width: 77%;
    }

    .right {
        padding-left: 55px;
    }



    .swiper-section-desktop {
        margin-top: 118px;
    }

    .overview-heading {
        font-size: 22px;
    }



    .first-section {
        padding: 45px 10px 45px 10px;
    }



    .second-section {
        padding: 60px 10px 70px 10px;
    }

    .second-section-content1 {
        margin: 0px 20px 0px 20px;
    }

    .second-section-heading {
        font-size: 23px;
    }



    .third-section {
        padding: 60px 10px 60px 10px;
    }

    .third-section-heading {
        font-size: 23px;
    }


    .fourth-section {
        padding: 60px 10px 80px 10px;
    }

    .fourth-section-heading {
        font-size: 23px;
    }

    #amenities {
        padding: 50px 50px;
    }


    .fifth-section {
        padding: 50px 10px 70px 10px;
    }

    .fifth-section-heading {
        font-size: 23px;
    }

    .fifth-section-content {
        gap: 20px;
    }


    .sixth-section {
        padding: 40px 10px 70px 10px;
    }

    .sixth-section-heading {
        font-size: 23px;
    }

    .sixth-section-contents {
        gap: 30px;
    }

    .sixth-section-img {
        margin: auto;
    }

    .contact-section1-form {
        padding: 25px 0px 10px 0px;
    }

    .for-row {
        gap: 10px;
    }

    .site-flex {
        gap: 0px;
    }

    .cnt-heading {
        font-size: 24px;
    }

    .call-us-on {
        gap: 10px;
    }

    .card-img {
        width: 65%;
    }

    .call-img {
        width: 28px;
        margin-top: 26px;
    }

    .contact-content-heading {
        font-size: 28px;
    }

    .button {
        margin-top: 15px;
    }


    .footer-section-container {
        padding: 25px 10px;
    }
}



@media (max-width:1024px) {
    .header {
        display: none;
    }
    /*------HEADER BLOCK---------*/
    .header-mobile {
        display: block;
        position: fixed;
        z-index: 2;
        top: 0px;
        padding: 7px 30px 7px 10px;
        align-items: center;
        background-color: black;
        left: 0;
        right: 0;
    }

    .mob-content {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .logo {
        width: 23%;
    }

    .cilaro-mobile {
        margin-top: 25px;
        width: 50%;
    }

    .cilaro-img {
        width: 55%;
    }

    .mobilemenu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Toggle Block */
    .toggle {
        cursor: pointer;
        height: 4px;
        width: 60px;
        position: relative;
        background-color: #A09B5D;
        display: block;
        transition: all 0.3s ease;
    }

        .toggle::before {
            content: '';
            height: 4px;
            width: 60px;
            background-color: #A09B5D;
            position: absolute;
            top: -13px;
            transition: all 0.3s ease;
        }

        .toggle::after {
            content: '';
            height: 4px;
            width: 60px;
            background-color: #A09B5D;
            position: absolute;
            transition: all 0.3s ease;
            top: 13px;
        }

    .menu-list {
        background: white;
        position: absolute;
        font-family: rubik, sans-serif;
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 4;
        display: none;
    }

    .menu-item a {
        text-decoration: none;
        list-style: none;
        font-size: 22px;
        color: #171717;
        font-family: 'Inter';
        display: block;
        padding: 25px 20px;
    }

    .menu-item {
        border-bottom: 1px solid #888;
        display: block;
        align-items: center;
        position: relative;
        margin-bottom: 0;
    }

    .menu-list1 {
        padding-left: 15px;
    }

    /* When menu is open – show X icon */
    .menu-open .toggle {
        background: transparent;
    }

        .menu-open .toggle::before {
            transform: rotate(45deg);
            top: 0;
        }

        .menu-open .toggle::after {
            transform: rotate(-45deg);
            top: 0;
        }

    /* Show when toggled */
    .menu-list.show {
        display: block;
        margin-top: 155px;
        right: 0;
        position: fixed;
    }
}



@media (max-width:680px) {
    #back-to-top-section {
        display: none;
    }



    .header-mobile {
        padding: 9px 30px 10px 10px;
    }

    .logo {
        width: 27%;
    }

    .cilaro-mobile {
        margin: auto;
    }

    .cilaro-img {
        width: 50%;
    }

    .toggle {
        height: 2px;
        width: 33px;
    }

        .toggle::before {
            height: 2px;
            width: 33px;
            top: -8px;
        }

        .toggle::after {
            height: 2px;
            width: 33px;
            top: 8px;
        }

    .menu-list.show {
        margin-top: 73px;
    }

    .menu-list1 {
        padding-left: 0px;
    }

    .menu-item a {
        font-size: 15px;
        padding: 10px 7px;
    }



    .call-section span {
        letter-spacing: 0px;
    }



    .swiper-section-desktop {
        display: none;
    }

    .swiper-section-mobile {
        margin-top: 83px;
        display: block;
    }



    .first-section {
        padding: 15px 10px 15px 10px;
    }

    .overview-heading {
        font-size: 18px;
    }

    .first-section-txt p {
        font-size: 14px;
        padding: 5px 0 5px 0
    }



    .second-section {
        padding: 15px 10px 15px 10px;
    }

    .second-section-contents {
        padding: 0 35px 0 35px;
        display: block;
        margin-top: 35px;
    }

    .second-section-heading {
        font-size: 18px;
    }

    .second-section-content1 {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }



    .third-section {
        padding: 20px 10px 35px 10px;
    }

    .third-section-heading {
        font-size: 18px;
    }

    .outdoor-section span {
        font-size: 14px;
        padding: 12px 18px;
    }

    .indoor-section span {
        font-size: 14px;
        padding: 12px 18px;
    }

    .third-section-contents {
        display: block;
        padding: 25px 0px 20px 0px;
    }

    .third-section-content1 p {
        font-size: 14px;
    }

    .third-section-content1 {
        margin-bottom: 25px;
    }


    .fourth-section {
        padding: 10px 10px 20px 10px;
    }

    .fourth-section-containers {
        margin-top: 30px;
    }

    .elevation p {
        font-size: 11px;
    }

    #elevation {
        padding: 30px 20px 10px 20px;
    }

    .img1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .fourth-section-heading {
        font-size: 18px;
    }

    #amenities {
        padding: 40px 30px;
    }


    .amenities p, .drone p {
        font-size: 11px;
    }
    .custom-swiper-next, .custom-swiper-prev {
        margin: 0px 0px;
    }
        .custom-swiper-prev img, .custom-swiper-next img {
            width: 25px;
        }

    .for-flex {
        display: block;
    }




    .fifth-section {
        padding: 15px 10px 30px 10px;
    }

    .fifth-section-heading {
        font-size: 18px;
    }

    .fifth-section-content {
        display: block;
    }

    .fifth-section-txt {
        width: 95%;
    }

    .fifth-section-img {
        width: 100%;
        padding-top: 35px;
    }

    .accordion {
        font-size: 14px;
        font-weight: 500;
    }

    .panel p {
        font-size: 14px;
    }


    .sixth-section {
        padding: 10px 0 30px 0;
    }

    .sixth-section-heading {
        font-size: 18px;
    }

    .sixth-section-txt p {
        font-size: 14px;
        padding: 7px 0 7px 0;
    }

    .sixth-section-contents {
        display: block;
    }

    .sixth-section-img {
        width: 100%;
    }

    .contact-content-heading {
        font-size: 24px;
    }

    .contact-section2-container1 {
        width: 100%;
    }

    .contact-section1-form {
        padding: 5px 0 0 0;
    }

    .cnt-heading {
        font-size: 22px;
    }

    .site-flex {
        display: block;
    }

    .site-flex-part {
        width: 100%;
    }

    .card-img {
        width: 27%;
    }

    .call-img {
        width: 25px;
    }

    .txt {
        font-size: 15px;
        line-height: 27px;
    }



    .footer-section-container {
        padding: 35px 10px 20px 10px;
    }

    .maharera-txt h4 {
        font-size: 20px;
    }

    .maharera-txt p {
        font-size: 14px;
    }

    .maharera-para {
        font-size: 14px;
    }

    .copyright {
        margin-top: 40px;
        padding-bottom: 10px;
    }
}
