@media(max-width:767px){
html, body{
    overflow-x:hidden ;
}

.hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
}

.hamburger span {
    height: 2px;
    width: 30px;
    background: #fff;
    opacity: 1;
    position: absolute;
    left: 0
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 9px;
    width: 24px;
    right: 0;
    left: auto
}

.hamburger span:nth-child(3) {
    width: 100%;
    top: 19px
}

.fixed-header .hamburger span {background: #000;}


.menu {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: rgb(255 255 255 / 100%);
    z-index: 99;
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    padding: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    width: 75%;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
}

.menu-open .menu {
        opacity: 1;
        right: 0;
        transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        visibility: visible;
    }

.menu ul {
    flex-wrap: wrap;
    padding-top: 0;
}

.menu ul li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px dashed #CDCDCD;
    padding: 15px 25px;
}
.menu ul li a{
    color: #000;
    font-family: "Playfair Display", serif;
}

.menuoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.menu-open .menuoverlay {
        display: block;
    }
    .mobile-menu-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    z-index: 999;
    font-size: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
    background: rgba(00,00,00,60%);
    border-radius: 100%;
    justify-content: center;
    line-height: 1;
}

.mobile-menu-header a{
    color: #fff;
}


 

.main-header .logo {
    max-width: 130px;
}

.mobile-none {
    display: none !important;
}
.desk-none {
    display: block;
}
.main-header .container, .main-header .container-fluid {
    padding: 0 15px;
}
.main-header .cp-logo img {
    max-width: 100px;
}

.home-banner {
    height: auto;
}

.home-banner .carousel {
    height: 300px;
}

.home-banner .carousel-caption {
    position: static;
    transform: none;
    padding: 15px;
    background-color: var(--bs-black);
}

.home-banner .carousel-caption h5 {
    font-size: 30px;
}

body {
    font-size: 12px;
    padding-bottom: 60px;
}

.home-banner .carousel-caption p > i {
    width: 24px;
    height: 24px;
    font-size: 12px;
    margin-right: 8px;
}

.home-banner .carousel-caption p {
    display: flex;
    align-items: center;
}

.home-banner .carousel-caption p.price {
    font-size: 14px;
    padding: 5px 15px;
}

.btn-primary {
    font-size: 14px;
}
.down-arrow {
    display: none;
}
.floting-btn {
    right: -58px;
}
.porject-spec ul li {
    flex: 0 0 50%;
    width: 50%;
    display: block;
    margin-bottom: 15px;
}

.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
}

.elementor-icon-list-icon svg {
    width: 30px;
    height: 30px;
    left: 6px;
}

.elementor-icon-list-text span {
    font-size: 13px;
}

.sec-padding {
    padding: 20px 0;
}

.porject-spec {
    padding: 20px 0;
}

.sec-heading {
    font-size: 28px;
    margin-bottom: 25px;
}

.sec-heading:before {
    width: 30px;
    height: 2px;
}

.mt-4 {
    margin-top: 14px !important;
}

ul.highlights li {
    flex: 0 0 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

ul.highlights li:before {
    width: 25px;
    height: 25px;
    left: 10px;
}

.price-box .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
}

.price-box .content h3 {
    font-size: 17px;
}

.floor-box {
    height: 230px;
    margin-bottom: 15px;
    padding: 15px;
}

.floor-plan-sec {
    padding: 20px 0;
}

.gallery-img {
    height: 300px;
}



.owl-nav {
    margin: 20px auto 0;
}
.form-control {
    font-size: 12px;
}

.bottom-contact {
    padding: 20px;
}
.overview-img {
    margin-top: 20px;
}
.enqModal .modal-body {
    padding: 20px;
}

.mobile-inqury {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: var(--mainColor);
    z-index: 99;
    padding: 0 10px;
}
.mobile-inqury a {
    margin: 0;
    border: 0;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    flex: 0 0 33.33%;
    text-align: center;
    border-right: 1px solid #eeeeee;
    width: 33.33%;
    position: relative;
    text-decoration: none;
}
.mobile-inqury a:last-child {border-right: 0;}

.mobile-inqury a i {
    position: absolute;
    top: -30px;
    background: var(--mainColor);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.amenities-box img {
    width: 50px !important;
    height: 50px;
}
.round-arrow.owl-carousel .owl-nav button.owl-next, .round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 28px;
    height: 28px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next i, .round-arrow.owl-carousel .owl-nav button.owl-prev i {
    font-size: 15px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1366px){

    .menu > ul > li a {
    font-size: 14px;
}
.menu > ul > li{
    margin: 0 10px;
}
.main-header .container, .main-header .container-fluid{
    padding: 0 15px;
}
}