@media (min-width:768px) {
    .press-release-box .press-content h3 {
        margin-bottom: 0;
    }
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area {
        border-right: 1px solid #C7C7C7;
        min-height: 304px;
        border-top: 1px solid #C7C7C7;
    }    
}

@media (min-width: 767px) and (max-width: 1200px) {
  .luxury-amenitis-details-row .luxury-box{
    width: 50%;
  }
}

@media (min-width: 1000px) {
    .concept-content-box p {
        font-size: 21px;
        line-height: 30px;
    }

    .luxury-latest-logo {
        left: 0;
        bottom: 0;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .luxury-amenitis-details {
        padding: 25px 0 0 0;
    }

    .luxury-amenitis-details-row .box-amenitis {
        display: flex;
        align-content: center;
    }

    .luxury-amenitis-details-row .box-amenitis i {
        margin-right: 12px;
    }

    .press-release-box .press-content {
        align-items: flex-start;
    }

    .press-release-box .press-content h3 {
        min-height: 85px;
    }

    .press-release-box .press-content .press-release-date {
        display: flex;
        justify-content: flex-end;
    }

    .footer .footer-links h6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .footer-links-2 h6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .footer-links li {
        margin: 0;
    }

    .footer .footer-links-2 li {
        margin: 0;
    }

    .footer .footer-links li a {
        padding: 3px 10px;
        display: inline-block;
    }
    .footer .footer-links-2 li a {
        padding: 3px 10px;
        display: inline-block;
    }

    .footer .footer-links-2 span span ,.footer .footer-links-2 span{
        padding: 3px 10px;
    }

    .footer .footer-bottom-section .right-side :nth-child(2) {
        margin-right: 0;
    }

    .footer .footer-bottom-section .right-side a {
        padding: 0px 12px;
    }
    .luxury-amenitis-details-row .luxury-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .client-slider .swiper-slide .client-slider-box{
        transition: all 400ms  linear;
        transform: scale(0.7);
    }
    .client-slider .swiper-slide-active .client-slider-box {
        transform: scale(1);
    }
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    section.about-us-section {
        min-height: 450px;
        max-height: 900px;
    }
    .submenu-panel .h5-big-title {
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 8px;
        display: inline-block;
    }
}

@media screen and (min-width: 1001px) {
    .bottom-btns {
        display: flex !important;
        flex-direction: row !important;
        overflow: initial !important;
        height: auto !important;
        padding-bottom: 0 !important;
        right: 42px;
    }

    .call-back-btn {
        opacity: 1 !important;
        transform: translateY(0) !important;
        margin: 0 5px;
    }

    .call-btns {
        height: inherit !important;
        padding: 10px 22px 9px 22px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .whatsapp-btn {
        height: inherit !important;
        padding: 10px 22px 9px 22px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .btn-list {
        margin: 0 5px;
    }
}

@media (min-width: 1200px) {
    .primary-btn:hover span {
        opacity: 1;
        visibility: visible;
        width: 18px;
        margin-left: 10px;
    }

    .latest-launch-slider .common-arrow {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 34%;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between !important;
    }

    .luxury-view-detail {
        justify-content: flex-end;
        align-items: center;
        border: none;
        padding-bottom: 0;
    }

    .luxury-amenitis-details {
        width: 75%;
        margin: 0;
    }

    .nav-item .megamenu {
        position: fixed !important;
        top: auto;
        min-width: 1194px;
        height: 0px;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
        transition: height 0.6s ease-in-out;
    }

    .megamenu {
        /* margin-top: 29px !important; */
        background: var(--white);
        border-radius: 7px;
        padding: 20px;
        border: none;
    }

    .megamenu ul li a {
        text-transform: none;
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        letter-spacing: normal;
        display: block;
        padding: 6px;
    }

    .megamenu ul li a:hover,
    body ul.sub-menu.megamenu .meg-level-menu li a:hover {
        border-radius: 7px;
        background: rgb(244, 244, 244);
        color: var(--Terracotta) !important;
        font-weight: 500;
    }

    .megamenu .col-left {
        width: 21%;
    }

    .megamenu .col-right {
        width: 79%;
    }

    .nav-item .megamenu {
        height: 522px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 15px 12px 27px;
        font-size: 11px;
    }
    .about-slider .swiper .swiper-slide-next img {
        transform: scale(.7) !important;
        transition: all .4s linear !important;
        height: calc(100% - 30%);
    }
    .about-slider .swiper .swiper-slide-prev img {
        transform: scale(.7) !important;
        transition: all .4s linear !important;
        height: calc(100% - 30%);
    }
}

@media (min-width: 1200px) and (min-width: 1800px) {
    .nav-item .megamenu {
        min-width: 1600px !important;
    }
}

@media (min-width: 1600px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding: 15px 14px 27px;
    }
    body .container {
        max-width: 1400px;
    }
    .nav-item .megamenu {
        min-width: 1400px;
    }
    
}

@media ( min-width : 1700px) {
    body .container {
        max-width: 1500px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding: 15px 20px 27px;
    }
    .nav-item .megamenu {
        min-width: 1500px;
    }
}

@media (min-width: 1800px) {
    body .container {
        max-width: 1600px;
    }

    .nav-item .megamenu {
        height: 560px;
    }

    .nav-item .megamenu .mega-full-width-img {
        height: 522px;
        overflow: hidden;
    }
}

@media (max-width: 1270px) {
    .mobile-navbar .navbar-nav .nav-item {
        padding: 0 0px;
    }
}

@media (max-width: 1200px) {
    body .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .res-submenu {
        position: absolute;
        height: 20px;
        width: 20px;
        background: url(../images/menu-arrow.svg) no-repeat center center;
        right: 0;
        top: 16px;
    }

    .mobile-navbar .navbar-nav .nav-item {
        padding: 15px 0px;
        list-style: none;
    }

    .submenu {
        position: fixed;
        top: 0;
        left: 100%;
        background: #000;
        width: 100%;
        height: 100%;
        z-index: 1000;
        overflow-y: auto;
    }

    .nav-item.has-submenu.open .submenu {
        max-height: 100vh !important;
        left: 12px;
        padding: 30px 40px;
        padding-top: 50px;
    }

    .swiper-arrow {
        margin-top: 35px;
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .bottom-btns {
        justify-content: space-around;
        padding: 0;
        background: rgba(20,20,20,0.7) !important;
    }

    .btn-list {
        transform: initial !important;
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-right: 1px solid #8b8b8b;
        width: 50%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
    
    .call-btns , .whatsapp-btn{
        height: auto;
        align-items: center;
        display: flex !important;
        text-align: center;
        padding: 16px 2px;
        color: #fff;
        align-items: center;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        border-radius: 0;
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
    }
}

@media (max-width: 1000px) {
    .concept-content-box {
        margin-left: 0px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-right: 20px;
    }

    .concept-slider .swiper-slide:nth-child(2) {
        margin-top: 0px;
    }

    .detail-section .section-detail {
        background: #FFF !important;
    }

    .only-mob {
        display: block !important;
    }

    .detail-section .section-detail .container {
        padding: 0;
    }

    .detail-section .section-detail .container .first-col {
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 40px;
        text-align: center;
    }

    .detail-section .section-detail .container .first-col h2 {
        padding-top: 120px;
    }

    .primary-btn {
        font-size: 12px;
    }

    .header-logo {
        width: 90px;
    }

    .only-desk {
        display: none !important;
    }

    .luxury-amenitis-details-row .luxury-box {
        border: 0px;
        position: relative;
    }

    .luxury-amenitis-details-row .luxury-box::after {
        position: absolute;
        right: 0px;
        top: 10%;
        height: 80%;
        width: 1px;
        background: #C9A485;
        content: "";
    }

    .luxury-lauch-slider .luxury-slider-box {
        transform: scale(0.6);
        transition: all 400ms linear;
    }

    .luxury-lauch-slider .swiper-slide-active .luxury-slider-box {
        transform: scale(1);
    }

    .press-slider {
        padding-bottom: 40px;
    }

    .press-release-box .press-content h3 {
        margin-bottom: 30px;
    }

    .press-release-box .press-content .press-release-date .date-create .published {
        text-align: center;
    }

    .press-release-box .press-content .press-release-date .date-create .dated {
        text-align: center;
    }

    .footer .footer-logo {
        max-width: 250px;
    }

    .bottom-btns {
        overflow: initial;
        height: auto;
        padding-bottom: 0;
        right: 0;
        left: 0;
        display: flex !important;
        flex-direction: row;
        width: 100%;
        align-items: center;
        background: #2c7f9c;
        justify-content: center;
        box-shadow: 2px -10px 13px -12px rgba(0,0,0,0.2);
        /* padding: 10px 0 0 0; */
        bottom: 0;
    }
    
}

@media (max-width: 767px) {
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
    }

    .close-menu {
        position: relative;
        top: -29px;
        right: -25px;
    }

    .press-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .footer-bottom-section .left-side {
        margin-bottom: 55px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer .footer-bottom-section .center-side {
        margin-bottom: 55px;
    }

    .footer .footer-menu {
        /* display: none; */
        padding-left: 20px;
        padding-top: 20px;
    }
    .footer .footer-menu-2 {
        /* display: none; */
        padding-left: 20px;
        padding-top: 20px;
    }

    .footer .links-header {
        padding: 16px 0;
        border-bottom: 1px solid #707070;
        margin-bottom: 0;
    }
    
    .footer .links-header-2 {
        padding: 16px 0;        
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    footer .footer-links .links-div.main-links li {
        border-bottom: 1px solid #707070;
        padding: 16px 0;
        font-family: var(--cinzel);
        margin: 0px !important;
    }

    footer .footer-links .links-div.main-links ul li:first-child {
        padding-top: 16px !important;
    }

    footer .footer-links .links-div.main-links li a {
        color: var(--Terracotta) !important;
        font-size: 16px !important;
        font-weight: 500;
    }

    .footer .footer-links h6 {
        font-size: 16px !important;
    }

    .footer .footer-links .links-div.main-links li {
        margin: 16px 0px;
    }

    .footer-menu {
        display: none;
    }

    .footer .footer-bottom-section {
        padding-top: 35px;
    }
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area {
        padding: 30px;
    } 
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area p {
        text-align: center;
    }
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area h6 {
        text-align: center;
    }
    .client-slider .swiper .swiper-slide .client-slider-box .slider-area img {
        margin: auto;
        display: block;
    }
    .blog-box {        
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        gap: 20px;        
    }
    .article-section h4 {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .call-back-form {
        transform: translateX(100%);
        right: 0px;
    }
}


@media (min-height:780px) {
    .call-back-form {
        bottom: auto;
        top: 75px;
    }
}
