@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}

img {
    max-width: 100%;
    height: auto;
}

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif !important;
    scroll-behavior: smooth !important;
    scroll-padding-top: 130px !important;
}

header {
    position: fixed;
    width: 100%;
    height: 156px !important;
    z-index: 1000;
    box-shadow: 2px 0px 5px 2px #333;
}

.navbar-collapse {
    justify-content: space-around;
}

.navbar-expand-lg {
    background-color: rgb(246 239 226) !important;
    box-shadow: 0px 0px 6px 1px #27213d;
}

.navbar-expand-lg .navbar-nav {
    margin-left: 13px;
    margin-right: -45px;
}

.nav-link {
    margin: 10px 2px;
    color: #27213d;
    font-size: 13px;
    font-weight: 600 !important;
    font-weight: 500;
    letter-spacing: 0.28px;
    border-radius: 10px;
    transition: 0.3s;
    padding: 7px 20px !important;
}


.nav-link:hover,
.nav-link.active {
    color: #f6efe2 !important;
    background-color: #27213d;
    border-radius: 20px;
    padding: 7px 20px !important;
}

.navbar-expand-lg img {
    width: 100px;
    height: 80px;
    margin: 0px 60px;
}

.navbar.top {
    background-color: #27213d;
}

.navbar-text {
    display: flex;
    flex-direction: row;
}

.navbar-text a {
    margin-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.navbar-text a:focus {
    color: white !important;
}

.navbar-text a:hover {
    color: #C2953A !important;
}

.navbar-text img {
    width: auto !important;
    height: 16px !important;
    margin-left: 10px;
}

.socicon img {
    width: auto !important;
    height: 16px !important;
    margin-right: 20px;
    transition: 0.3s;
}

.secndlogo-1 {
    display: none;
}

.socicon img:hover {
    transform: scale(1.3);
}

.socicon {
    margin-right: 30px;
}

.banner {
    margin-top: 176px;
    overflow: hidden;
    height: 70vh;
}

.boxes {
    display: flex;
    position: absolute;
    right: -15%;
    top: -15%;
}
.banner .box{
    display: none;
}

.banner .box1 {
    width: 650px;
    height: 650px;
    transform: rotate(-50deg);
    border-radius: 100px;
    border: 10px solid #C4C4C4;
    background: #C4C4C4;
    overflow: hidden;
}

.banner .box1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('images/box2img.jpeg');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 3%;
    left: -28%;
    transform: rotate(50deg);
    /* Counter-rotate to cancel the parent's rotation */
}


.banner .box2 {
    width: 200px;
    height: 200px;
    transform: rotate(-50deg);
    border-radius: 50px;
    border: 10px solid #C4C4C4;
    overflow: hidden;
    margin-top: 35%;
    margin-right: -2%;
    z-index: 2;
}

.banner .box2::before {
    content: "";
    width: 150%;
    height: 150%;
    background-image: url('images/projectimg1.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -15%;
    left: -17%;
    transform: rotate(50deg);
    /* Counter-rotate to cancel the parent's rotation */
}

.banner .box3 {
    width: 200px;
    height: 200px;
    transform: rotate(-50deg);
    border-radius: 50px;
    border: 10px solid #C2953A;
    background: #C4C4C4;
    overflow: hidden;
    margin-top: 50%;
    margin-right: -5%;
}

.banner .box3::before {
    content: "";
    width: 150%;
    height: 150%;
    background-image: url('images/box1.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -20%;
    left: -10%;
    transform: rotate(50deg);
    /* Counter-rotate to cancel the parent's rotation */
}

/* .banner .intersect1{
    position: absolute;
    right: -17.3%;
    top: 21%;
}
.banner .intersect2{
    position: absolute;
    right: 32%;
    top: 38%;
}
.banner .intersect3{
    position: absolute;
    right: 26%;
    top: 68%;
}
.banner .intersect1 img{
    max-width: 73%;
}
.banner .intersect2 img{
    max-width: 80% !important;
}
.banner .intersect3 img{
    max-width: 85% !important;
} */
.banner .vector img {
    height: 300px;
    width: 500px;
    position: absolute;
    top: 55%;
}

.bannertxt {
    padding: 80px 90px 70px 50px;
    width: 580px;
}

.bannertxt h2 {
    position: relative;
    font-size: 40px;
    color: #333;
    font-weight: 800;
    letter-spacing: 1px;
}
.bannertxt h3{
    line-height: 40px;
}

.banner .btn {
    border: 2px solid #27213D;
    border-radius: 100px;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold;
    color: #27213D;
    transition: 0.2s;
    position: relative;
    margin-top: 25px;
}

.banner .btn:hover {
    background-color: #27213D;
    color: white;
}

.project {
    background-color: rgba(194, 149, 58, 0.15);
    margin-top: 30px;
}

.proimg {
    padding-bottom: 18px;
    margin-top: -45px;
}

#more {
    display: none;
}

.pimg1 {
    border-radius: 20px;
    width: 200px;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: -80px;

}

.pimg2 {
    border-radius: 20px;
    width: 200px;
    margin-left: 10%;
    margin-right: 5%;
    margin-top: -130px;
}

.pimg3 {
    border-radius: 20px;
    width: 250px;
    margin-top: 160px;
    margin-right: 5%;
}

.pimg4 {
    position: absolute;
    top: 110%;
    left: 24.5%;
    width: 220px;
}

.abt {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 30px 0px;
    padding-right: 90px;
}

.abt h3 {
    font-size: 20px;
    font-weight: 550;
    color: #333;
    margin-bottom: 15px;
    margin-left: 20px;
}

.abt p {
    font-size: 15px;
    color: #333;
    flex-shrink: 1;
    text-align: justify;
}

.abt .btn {
    border: 1px solid #C2953A;
    border-radius: 100px;
    padding: 10px 20px !important;
    width: 170px;
    font-weight: bold;
    background-color: #C2953A;
    color: white;
    transition: 0.3s;
}

.abt .btn:hover {
    background-color: #27213D;
    border: 1px solid #27213D;
}

.amenities {
    background-color: #27213D;
    overflow: hidden;
}

.bgimg {
    width: 640px;
    position: relative;
    left: 40%;
}

.amenities p {
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: #C2953A;
    font-weight: bold;
    padding-top: 60px;
    font-size: 40px;
}

.amenities .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: .5s ease;
    border-radius: 20px;
}

.amen:hover .overlay {
    height: 100%;
    opacity: 1;
}

.amenities .text {
    color: #27213D;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 225px;
    font-weight: bold;
}

.amenities h1 {
    color: white;
    text-align: center;
}

.amenities .owl {
    margin-top: -380px;
}
.amenities .owl-nav{
    display: none;
}
.amenities .amen {
    border-radius: 20px;
    height: 300px;
    width: 290px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.amen img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 230px;
}

.amenities .card-body {
    padding: 0%;
}

.amen h5 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.owl-theme .owl-dots {
    margin-top: -10px;
    margin-bottom: 20px
}

.advtxt p {
    margin-top: 30px;
    text-transform: capitalize;
    color: #333;
}

.advtxt h1 {
    font-weight: 700;
    color: #333;
}

.advtxt p,
.advtxt h1 {
    margin-left: 60px;
    font-weight: bold;
}

.advboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-left: 55px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.advbox {
    display: flex;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    padding: 20px 20px;
    width: 250px;
    height: 80px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 30px;
}

.advbox p {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 2% 0px;
    margin-left: 13px;
    font-weight: 600;
}

.advbox h4 {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 0px;
}

.advbox:hover {
    background-color: #27213D;
    color: white;
}

.progall {
    background-color: #C2953A;
}

.progall .btn {
    margin-top: -20px;
    margin-left: 48%;
    background-color: #27213D;
    padding: 10px 30px;
    border-radius: 25px;
    color: white;
    margin-bottom: 20px;
}

.protxt {
    text-align: center;
    color: white;
}

.protxt p {
    padding-top: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.protxt h2 {
    padding-bottom: 30px;
    font-weight: 700;
}

.galimg {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: 100px;
    padding-bottom: 50px;
}

.galimg img {
    flex-shrink: 1;
}

.gal1 {
    width: 275px;
    height: 225px;
    border-radius: 20px;
    transition: 0.3s;
}

.gal1:hover {
    cursor: pointer;
    transform: scale(1.03);
    box-shadow: 2px 2px 10px 3px #333;
}

.gal2 {
    width: 570px;
    height: 225px;
    border-radius: 20px;
    transition: 0.3s;
}

.gal2:hover {
    cursor: pointer;
    transform: scale(1.03);
    box-shadow: 2px 2px 10px 3px #333;
}

.cont .form {
    padding: 60px 130px;
}

.cont h3 {
    font-size: 17px;
}

.cont a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: serif !important;
}

.cont a:hover {
    color: #C2953A;
}

.cont p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.cntact {
    padding: 0px 100px;
    text-align: center;
    margin-top: 40px !important;
    margin-bottom: -40px;
    margin-left: 15px;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.broch .form-control {
    padding: 8px 1.75rem;
    border-radius: 10px;
    width: 330px;
    background-color: rgb(246 239 226);
    margin-top: -20px;
}

.cont form {
    margin-top: 20px;
}

.cont .form-control {
    padding: 15px 1.75rem;
    border-radius: 20px;
    margin-top: -20px;
    color: grey;
}

.cont .form-select {
    transition: none;
    margin-top: 20px;
}

.broch .form-select {
    transition: none;
    margin-top: 20px;
    background-color: rgb(246 239 226);
    color: grey;
}

.cont .mb-3 {
    height: 55px;
}

.cont iframe {
    margin-top: 90px;
    border-radius: 20px;
    width: 600px;
    height: 673px;
}

.cont .btn {
    text-transform: capitalize;
    color: white;
    background-color: #27213D;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 30px;
}

.broch .bro2 {
    text-transform: capitalize;
    color: white;
    background-color: #C2953A;
    border-radius: 20px;
    margin-left: 110px;
    padding: 8px 21px;
    margin-top: 25px;
}

.broch .bro {
    padding: 10px 30px;
    background-color: #27213D;
    border-radius: 10px;
    color: white;
    position: fixed;
    top: 315px;
    transform: rotate(-90deg);
    right: -90px;
    z-index: 2;
    transition: 0.2s;
    font-weight: bold;
}

.broch .bro:hover {
    background-color: #C2953A;
}

.modal-content {
    background-color: rgb(246 239 226);
    width: 370px;
    border-radius: 20px;
    margin-left: 70px;
    margin-top: 100px;
}

.modal-header {
    border-bottom: 1px solid #27213D !important;
    height: 75px;

}

.modal-header img {
    width: 70px;
    height: 60px;
}

.modal-title {
    color: #27213D;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-size: 18px !important;
}

.modal-content .mb-3 {
    margin-bottom: 1rem !important;
    height: 45px;
}

.modal-body {
    background-color: #27213D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup {
    position: fixed !important;
    background-color: #f6efe2;
    color: #27213D;
    width: 400px;
    height: 560px;
    padding: 0px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 15px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    transition: 0.4s !important;
    z-index: 1002;
}
.popup .logs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6efe2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0px;
    color: #27213D;
}
.popup h4{
    font-size: 18px;
    margin-top: 20px;
}
.popup img {
    width: 72px;
    margin: 0px 10px;
}
.popup .sri{
    width: 50px;
}
.popup button {
    display: block;
    margin: -20px 10px -26px -10px;
    background-color: transparent;
    font-size: 30px;
    color: #27213D;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup .mb-3 {
    margin-bottom: 1rem!important;
}
.popup p{
    padding: 0px 15px;
}
.popup .btn{
    margin-top: 10px;
    padding: 5px 30px;
    float: left;
    font-size: 20px;
    color: #f6efe2;
    background-color: #27213D;
    box-shadow: 0px 0px 10px -5px #27213D;

}
.popup form{
    margin-top: 0px;
    margin-left: 10%;
}
.popup .form-control{
    background-color: #f6efe2;
    border: 1px solid #27213D;
    box-shadow: 1px 2px 10px -5px #27213D;
    width: 90%;
}
.footer {
    background-color: #27213D;
    color: white !important;
    background-image: url('images/Group\ 8.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.foothed {
    display: flex;
    justify-content: space-between;
    background-color: rgb(246 239 226);
}

.foothed img {
    width: 90px;
    height: 80px;
    margin: 0px 60px;
}

footer ul {
    padding-left: 5px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: white;
    line-height: 35px;
}

footer ul li a:hover {
    color: #C2953A;
}

footer .logo img {
    width: 170px;
    height: 115px;
}

footer .logo {
    padding: 40px;
}

footer .logo p {
    padding: 0px 30px;
    font-weight: 400;
    margin-top: -5px;
}

footer .mid {
    padding: 30px 10px;
    padding-top: 30px;
}

footer .lst {
    padding: 20px 10px;
    padding-top: 30px;
}

footer h4 {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
}

footer .lst a {
    font-size: 15px;
}

footer .lst img {
    margin-left: -20px;
}

footer .socicon {
    margin-left: 10px;
    margin-right: 160px !important;
    margin-top: -3px;
    overflow: hidden;
}

footer .socicon img {
    width: 25px !important;
    height: 25px !important;
}

footer .copy {
    width: 16px !important;
    height: 16px !important;
    margin-top: -2px;
}

footer .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin-top: -40px;
}

footer .sub p {
    margin-left: 50px;
}

footer .form-control {
    width: 585px;
    border-radius: 50px !important;
    margin-right: -135px !important;
}

footer h5 {
    align-self: center;
    font-weight: bold;
    margin-left: 20px;
    margin-right: -90px;
}

footer .sub .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 6%;
    padding: 5px 20px !important;
    height: 45px;
    margin: 1%;
    background-color: #C2953A !important;
    color: white;
    border-radius: 25px;
}

footer .sub img {
    margin: 4px 7px;
}

.whatsapp img {
    position: fixed;
    bottom: 20px;
    right: 7px;
    box-shadow: 0px 0px 10px 0px #1cbb2f;
    border-radius: 50%;
    z-index: 999;
}

.share img {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 7px;
    box-shadow: 0px 0px 10px 0px #1cbb2f;
    border-radius: 50%;
    z-index: 999;
}

@media screen and (max-width:992px) {
    .banner .intersect1 {
        position: absolute;
        top: 28%;
        left: 60%;
        right: 0%;
    }

    .banner .intersect2 {
        position: absolute;
        right: 8%;
        top: 48%;
    }

    .banner .intersect3 {
        position: absolute;
        right: 5%;
        top: 73%;
    }

    .bannertxt {
        padding: 45px 39px;
        width: 369px;
    }

    .banner .intersect1 img {
        max-width: 100%;
    }

    .banner .intersect2 img {
        max-width: 60% !important;
    }

    .banner .intersect3 img {
        max-width: 65% !important;
    }

    .bannertxt h2 {
        position: relative;
        font-size: 34px;
        color: #333;
        font-weight: 800;
    }

    .project {
        margin-top: 15px;
    }

    .pimg1 {
        margin-top: 80px;
        margin-left: 9px;
        width: 160px;
    }

    .pimg3 {
        border-radius: 20px;
        width: 177px;
        margin-top: -130px;
        margin-left: 185px;
    }

    .pimg2 {
        border-radius: 20px;
        width: 160px;
        margin-left: 3%;
        margin-right: 5%;
        margin-top: -84px;
    }

    .pimg4 {
        position: relative;
        top: -72%;
        left: 53%;
        width: 170px;
    }

    .abt {
        padding-right: 20px;
        padding-top: 50px;
    }

    .abt p {
        font-size: 13px;
        font-weight: 700;
        color: #333;
        flex-shrink: 1;
        text-align: justify;
    }

    .amenities .amen {
        margin-left: 40px;
    }

    .advboxes {
        gap: 2rem;
    }

    .advbox {
        width: 185px;
    }

    .advbox h4 {
        font-size: 15px !important;
    }

    .advbox p {
        font-size: 10px;
    }

    .galimg {
        margin-left: 100px;
    }

    .gal1 {
        width: 278px;
    }

    .gal2 {
        width: 570px;
    }

    .cont .form {
        padding: 60px 90px;
    }

    .cont iframe {
        margin-left: 70px;
        margin-top: 0px;
        width: 625px;
    }

    footer .logo p {
        padding: 10px 22px;
        font-size: 11px;
    }

    footer .logo {
        padding: 25px;
    }

    footer .mid {
        padding: 50px 10px;
        padding-top: 54px;
    }

    footer .lst {
        padding: 50px 10px;
        padding-top: 54px;
    }

    footer h4 {
        font-size: 13px;
        font-weight: bold;
    }

    footer ul li a {
        text-decoration: none;
        color: white;
        line-height: 30px;
    }

    footer ul li a {
        text-decoration: none;
        color: white;
        line-height: 35px;
        font-size: 10px;
        text-align: center;
    }

    footer .lst img {
        margin-right: 0px;
        width: 10px;
        height: 10px;
    }

    footer .lst img {
        margin-right: 5px;
        width: 15px;
        height: 15px;
        margin-left: -15px;
    }

    footer .form-control {
        width: 360px;
        border-radius: 50px !important;
        margin-right: -135px !important;
    }

    footer .sub {
        margin-top: -20px;
    }

    footer p {
        font-size: 14px;
    }

    footer .form-control {
        width: 250px;
        border-radius: 50px !important;
        margin-right: -153px !important;
        margin-top: 0px;
    }

    footer h5 {
        margin-right: -24px;
        margin-left: -45px;
    }

    footer .sub .btn {
        font-size: 10px;
        height: 52px;
        right: -11%;
    }
}

@media screen and (max-width:552px) {
    html, body {
        overflow-x: hidden;
        scroll-padding-top: 185px !important;
    }

    .socicon img {
        width: auto !important;
        height: 16px !important;
        margin-right: 10px;
        transition: 0.3s;
    }

    header img {
        width: 120px;
        height: 80px;
    }

    .secndlogo {
        display: none;
    }

    .secndlogo-1 {
        display: block;
        margin-right: -15px;
    }

    .navbar-toggler {
        margin-left: 84px;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .nav-link {
        padding-left: 20px;
        width: 195px;
    }

    .navbar-expand-lg img {
        width: 90px;
        height: 80px;
        margin: 0px 0px;
    }

    .bannertxt {
        padding: 20px 80px;
        width: 500px;
    }
    .banner{
        height: auto !important;
    }
    .banner .box{
        display: block;
        background-image: url('images/box1img.jpeg');
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 250px;
        border-radius: 25px;
        border: 10px solid #C4C4C4;
        overflow: hidden;
    }
    .navbar-text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .navbar-text a {
        margin-left: 5px;
        font-size: 9px;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .secndlogo-1 img {
        width: 70px;
        height: 70px;
    }

    .secndlogo {
        margin-right: 0px;
    }

    .navbar.top {
        background-color: #27213d;
        height: 80px;
    }

    .socicon {
        position: relative;
        bottom: 35px;
        margin-left: 249px;
        width: 120px;
        margin-right: 0px;
    }

    .box1,
    .box2,
    .box3 {
        display: none;
    }

    .intersect1,
    .intersect2,
    .intersect3 img {
        display: none;
    }

    .banner {
        height: 56vh;
    }

    .bannertxt {
        padding: 90px 55px 70px 20px;
        width: 385px;
    }

    .bannertxt h2 {
        font-size: 36px;
    }
    .bannertxt h3{
        font-size: 20px;
        line-height: 30px;
    }

    .banner .vector img {
        height: 300px;
        width: 500px;
        position: absolute;
        top: 37%;
    }

    .pimg1 {
        margin-top: 110px;
        margin-left: 65px;
        width: 270px;
        height: 270px;
    }

    .pimg3 {
        margin-right: 0%;
        margin-left: 65px;
        margin-top: -20px;
        width: 270px;
        height: 270px;
    }

    .pimg4 {
        top: -33.6%;
        left: 22.5%;
        width: 215px;
    }

    .pimg2 {
        margin-top: 20px;
        margin-left: 65px;
        width: 270px;
        height: 270px;
    }

    .abt {
        padding-right: 45px;
        padding-left: 14px;
        padding-top: 0px;
    }

    .abt h3 {
        text-align: center;
        margin-bottom: 20px;
        margin-left: px;
    }

    .abt .btn {
        margin-left: 80px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .amenities p {
        font-size: 30px;
        padding-top: 30px;
    }

    .amenities .owl {
        margin-top: -210px;
    }

    .amenities .amen {
        margin-left: 15px;
        width: 140px;
        height: 150px;
    }

    .amenities .text {
        font-size: 8px;
        padding: 0px 53px;
    }

    .amen img {
        height: 100px;
    }

    .amen h5 {
        padding-top: 12px;
        font-size: 12px;
    }

    .advtxt {
        margin-left: -55px;
    }

    .advtxt p {
        text-align: center;
    }

    .advtxt h1 {
        text-align: center;
    }

    .advboxes {
        gap: 1rem;
        margin-left: 20px;
    }

    .advbox {
        width: 185px;
        margin-right: 0px;
        padding: 7px;
    }

    .advbox p {
        font-size: 10px;
    }

    .galimg {
        margin-left: auto;
        align-items: center;
        justify-content: center;
    }

    .gal2 {
        width: 280px;
    }

    .cont .form {
        padding: 30px 36px;
    }

    .cont iframe {
        margin-top: 10px;
        border-radius: 20px;
        width: 320px;
        height: 360px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .cont a{
        font-size: 18px;
    }
    .broch .bro {
        padding: 10px 30px;
        background-color: #27213D;
        border-radius: 10px;
        color: white;
        position: fixed;
        top: 360px;
        font-size: 10px;
        transform: rotate(-90deg);
        right: -65px;
        z-index: 2;
        transition: 0.2s;
    }

    .modal-content {
        background-color: rgb(246 239 226);
        width: 340px;
        margin-left: 0px;
        margin-top: 69px;
    }
    .modal-title{
        margin-left: 5px;
    }
    .broch .form-select {
        transition: none;
        margin-top: 20px !important;
        background-color: rgb(246 239 226);
        color: grey;
    }

    .broch .bro2 {
        margin-left: 90px;
    }

    .broch .form-control {
        padding: 8px 1.75rem;
        border-radius: 10px;
        width: 310px;
        background-color: rgb(246 239 226);
        margin-top: -20px;
    }

    .cont {
        text-align: center;
        font-size: 20px;
    }

    .cont p {
        font-size: 20px;
    }

    .cntact {
        padding: 0px 44px;
        text-align: center;
        margin-top: 15px !important;
        margin-left: 0px;
        font-size: 13px !important;
        font-weight: 500;
    }
    footer .mid {
        padding: 0px;
        margin-left: 30px;
    }

    footer .lst {
        padding: 0px;
        margin-left: 30px;
    }

    footer .lst a {
        font-size: 11px;
    }

    .foothed img {
        width: 90px;
        height: 80px;
        margin: 0px 0px;
    }

    .sub {
        flex-direction: column-reverse;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

    footer h5 {
        margin: 20px 0px;
    }

    footer p {
        margin-top: 0px;
        font-size: 14px;
    }

    footer .logo {
        padding: 20px 0%;

    }

    footer .lst img {
        margin-right: 5px;
        width: 15px;
        height: 15px;
        margin-left: -3px;
    }

    footer .socicon img {
        width: 23px !important;
        height: 23px !important;
    }

    footer .socicon {
        margin-left: 5px;
        margin-right: 130px !important;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    footer .logo p {
        padding: 10px 22px;
        font-size: 11px;
        text-align: justify;
    }

    footer .sub p {
        margin-left: -40px;
        padding: 0px 50px;
        text-align: center;
    }
    .share img{
        width: 40px !important;
    }
    .whatsapp img{
        width: 40px !important;
    }
    .popup{
        width: 300px;
        height: 420px;
    }
    .popup h4{
        font-size: 12px;
    }
    .popup p {
        font-size: 10px;
        padding: 0px 25px;
    }
    .popup .form-control{
        height: 25px;
        font-size: 10px;
    }
    .popup .form-select{
        font-size: 10px;
    }
    .popup .btn {
        padding: 5px 15px;
        font-size: 15px;
    }
}
@media screen and (max-width:400px) {
    .pimg1 {
        margin-top: 110px;
        margin-left: 30px;
        width: 270px;
        height: 270px;
    }

    .pimg3 {
        margin-right: 0%;
        margin-left: 30px;
        margin-top: -20px;
        width: 270px;
        height: 270px;
    }

    .pimg4 {
        top: -33.6%;
        left: 16.5%;
        width: 215px;
    }

    .pimg2 {
        margin-top: 20px;
        margin-left: 30px;
        width: 270px;
        height: 270px;
    }
    .advbox {
        width: 145px;
        margin-right: 0px;
        padding: 7px;
    }

}

@media screen and (min-width:1200px) and (max-width:1299px) {
    .nav-link {
        font-size: 15px;
    }

    .boxes {
        right: -14%;
        top: -10%;
    }
    .banner{
        height: 63vh;
    }

    .banner .box1 {
        width: 545px;
        height: 535px;
    }

    .banner .box2 {
        width: 160px;
        height: 160px;
    }

    .banner .box3 {
        width: 160px;
        height: 160px;
    }

    .banner .vector img {
        top: 48%;
    }

    .project {
        background-color: rgba(194, 149, 58, 0.15);
        margin-top: 40px;
    }
    .pimg4 {
        position: absolute;
        top: 112%;
        left: 25.5%;
        width: 220px;
    }
    .advboxes {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-left: 50px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .advbox{
        width: 245px;
    }
    .galimg {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-left: 50px;
        padding-bottom: 50px;
    }
    .broch .bro {
        top: 290px;
        right: -76px;
        font-size: 13px;
    }

    footer .lst a {
        font-size: 13px;
    }
}

@media screen and (min-width:1300px) and (max-width:1361px) {
    .boxes {
        right: -15%;
        top: -18%;
    }

    .banner .vector img {
        bottom: 2%;
    }
}

@media screen and (min-width:1400px) and (max-width:1700px) {
    html, body{
        scroll-padding-top: 180px !important;
    }
    .navbar-expand-lg img {
        width: 105px;
        height: auto;
        margin: 0px 60px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-link{
        font-size: 15px;
    }
    .secndlogo img {
        width: 95px;
        height: 105px;
    }
    .bannertxt {
        padding: 115px 90px 70px 50px;
        width: 580px;
    }
    .boxes {
        right: -15%;
        top: -6%;
    }

    .banner .vector img {
        bottom: 13%;
    }
    .pimg4 {
        position: absolute;
        top: 107%;
        left: 23.5%;
        width: 220px;
    }

    .advboxes {
        margin-left: 115px;
    }

    .galimg {
        margin-left: 160px;
    }
}