@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'cafelinregular';
    src: url('../font/cafelin-webfont.woff2') format('woff2'),
        url('../font/cafelin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Bahnschrift */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: "Poppins";
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.container-1920{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.sec-hed {
    font-size: 70px;
    line-height: 50px;
    color: #333;
    font-family: "Poppins";
    text-align: center;
    font-weight: 600;
}

.sec-pera {
    font-family: "Poppins";
}

.sec-main-hed {
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    color: #cea56e;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

/*=========================
    Navigation Section CSS
===========================*/

.banner-carousel {
    position: relative;
    border-radius: 0;
    width: 100% !important;
    z-index: 1;
}
.banner-carousel::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #3333;
    z-index: 99;
}
.headre-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

.banner-section {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: -999;
}

.toggle-btn {
    opacity: 0.7;
}

.nav-all li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color .1s, transform .2s ease-out;
}

.nav-all li>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.nav-all li>a::before {
    background-color: #6b3702;
}

.nav-all .active-page a {
    color: #6b3702;
}

.navigation-section {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999999999999999999;
    /* font-family: Signika; */

}

.navigation-section .navigation-main {
    display: flex;
    align-items: center;
    padding: 9px 0;
    justify-content: space-between;
}

.main-logo {
    width: 30%;
}

.navigation-menu {
    width: 70%;
    display: flex;
}

.fb-inta {
    display: flex;
    gap: 10px;
}

.navigation-menu {
    display: flex;
    justify-content: space-between;
}

.navigation-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
}


.navigation-menu ul li {
    position: relative;
}

.navigation-menu ul a,
.navigation-menu ul li {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}

.navigation-main ul li span {
    font: 30px;
    font-weight: 200;
    color: #3336;
}

.navigation-menu ul a:hover {
    color: #6b3702;
}

.manu {
    display: none;
}

.manu img {
    width: 70px;
}

.close {
    display: none;
}

.toggle, .navigation-menu [id^="drop"] {
    display: none;
}
.navigation-menu ul li:hover ul{
    display: inline-block;

}
.navigation-menu ul ul {
    display: none;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    padding: 0;
    margin: 0px;
    min-width: 220px;
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 2px rgb(129 129 129);
}
.navigation-menu ul ul li a{
    color: #252523;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
.navigation-menu ul ul li{ 
    border-bottom: 1px solid #3333;   
   }
.navigation-menu ul ul li:nth-last-child(1){ 
 border: none;   
}
.main-drop-menu{
    display: flex;
    align-items: center;
}
.navigation-menu ul ul li{
    padding: 10px 20px ;
}

.drop-icon {
    width: 40px;
}

.navigation-menu ul li ul a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 4px;
    width: 100%;
    /* background-color: #666; */
    transform-origin: right top;
    transform: scale(0);
    transition:none;}
    .navigation-menu ul li ul a:hover:before{
        color: transparent;
        background-color: transparent;
    }
/* banner part  */

.banner-inner {
    max-width: 775px;
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 85px;
}


.banner-inner h1 {
    font-size: 110px;
    text-align: center;
    font-weight: 600;
    color: white;
    line-height: 100px;
    text-shadow: rgb(107 64 34) 2px 3px;
}

.banner-inner span {
    font-size: 25px;
    color: white;
    font-weight: 500;
    line-height: 100px;
}

.banner-inner p {
    font-size: 25px;
    color: white;
    font-weight: 500;
    line-height: 48px;
}

.banner-inner a {
    background: transparent;
    color: white;
    border-top: 1px solid #e7a749;
    border-bottom: 1px solid #e7a749;
    padding: 10px 40px;
    font-size: 30px;
    line-height: 100px;

    &:hover {
        border-top: 1px solid #e7a74999;
        border-bottom: 1px solid #e7a74999;
        transition: all 0.5s;
    }
}



/* Best Seller Section CSS */



.best-seller-section {
    padding: 80px 0;
    background-color: #9d9d9d33;
}

.best-seller-section .hedding h3 {
    color: #333;
    margin-bottom: 50px;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    position: relative;
    &:last-child {
        border: none;
    }
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 24.5%;
    height: 100%;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;

    &:hover {
        color: #e7a749;
        transition: all 0.8s;
    }
}

.manu-labal-2 {
    border-left: 5px dashed #3333;
    border-right: 5px dashed #3333;

}

.manu-three {
    border-right: 5px dashed #3333;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem 1rem 6rem;
    background-color: white;
    margin-top: 50px;
    position: relative;

    a {
        background-color: rgba(255, 0, 0, 0.151);
        border-radius: 10px;
        padding: 10px 30px;
        color: #333333;
        max-width: 150px;
        margin: 0 auto;
        height: 40px;
        display: flex;
        align-items: center;
      }

     .gst-extra{
        position: absolute;
        bottom: 40px;
        left: 50px;
        color: #e20006;
        font-size: 14px;
        font-weight: 500;
      }
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
    top: 0;
}

.tabs input[type="radio"]:checked+label {
    color: #e7a749;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

.panjabi-manu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.crose {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -21px;
    left: 115px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: -1;
}

.crose-two {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -21px;
    left: 430px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: -1;
}

.crose-three {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -21px;
    right: 440px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: -1;
}

.crose-four {
    position: absolute;
    height: 50px;
    width: 50px;
    top: -21px;
    right: 115px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: -1;
}

.one-manu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    background-color: white;
    padding: 20px;
}

.one-manu h5 {
    padding: 5px 14px;
    background-color: rgba(255, 0, 0, 0.151);
    color: #e20006;
    font-size: 20px;
    border-radius: 10px;
}

.one-manu h4 {
    font-size: 20px;
    color: #333;
}

.item-one {
    display: flex;
    align-items: center;
    gap: 20px;
}

.panjabi-manu img {
    max-width: 100%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.view-more-btn-tabs {
    position: absolute;
    bottom: 34px;
    left: 45%;
    font-weight: 600;
    max-width: 100px;
    background-color: #e20006 !important;
    color: bisque !important;
    padding: 6px 12px;
    border-radius: 10px;
    cursor: pointer;
    /* Animation for vibration with 5 seconds total duration */
    animation: vibrate 3s infinite; /
}
@keyframes vibrate {
    0%, 90% { /* Pause period, keep the button still */
        transform: rotate(0deg);
    }
    92% { 
        transform: rotate(-10deg);
    }
    94% {
        transform: rotate(10deg);
    }
    96% {
        transform: rotate(-10deg);
    }
    98% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Style for the link */


.room-section {
    padding: 60px 0;
}
.room-data {
    display: flex;
    justify-content: center;
    gap: 64px;
}
.room-data img{
    width: 100%;
}
/* .room-data img:hover{
    transform: scale 1.1;
    transition: 0.3s all ease-in-out;
} */
.room-data :hover .room-data img{
    transform: translate(scale 1.1);
} 

.room-data img{
    width: 100%;
}
.room-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
/* .customer-hed {
    padding-bottom: 50px;
} */

.gallery-section {
    padding: 75px 0;
}


.gallery-sec-hedding {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.gallery-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 10px;
}

.gallery-img .gallery-img-inner {
    width: 24%;
    box-shadow: #333 5px 5px 10px -10px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-img .gallery-img-inner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* transition: transform .6s cubic-bezier(.34,.78,.45,.98);
    transform: scale(1.001);
    --qode-hover-scale: 1.02;
    --qode-apperar-scale: 1.14;
    animation: qodef-appear-image 1.2s ease;
    animation-fill-mode: none; */

}

.gallery-img .gallery-img-inner img:hover {
    scale: 1.1;
    cursor: pointer;
    transition: ease-in-out 0.8s;

}

/* Testimonials Section CSS */
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    /* border-radius: 50%; */
}

.testimonials-section-carousel {
    padding-top: 60px;
}

.inner-box {
    padding: 16px;
    background-color: white;
    min-height: 340px;
}

.testimonials-section {
    padding: 60px 0;
    background: url(../images/sec-bg-img.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.testimonials-section .hedding {
    text-align: center;

    h3,
    h2 {
        color: white;
    }
}

.detail-safe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;

    h6 {
        font-size: 30px;
        font-weight: 600;
        line-height: 16px;
        color: #333;
    }
}

.one-manu {
    position: relative;
}

.one-manu::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.item-one,
.item-price {
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    padding: 10px;
}

.inner-box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 50px;
    font-size: 24px;
    line-height: 35px;
}

.testimonials-section-carousel .center {
    background-color: rgba(255, 255, 255, 1);
}

.location-section {
    padding: 60px 0;
}

.location-section .hedding {
    padding-bottom: 60px;
}

.location-section .hedding h3 {
    color: #333;
}

/* Footer Section CSS */
.footer-section {
    padding: 60px 0 10px;
}

.footer-heding {
    color: #333;
    font-size: 28px;
}

footer .top-footer {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

footer .top-footer span {
    font-size: 25px;
    color: #333;
}

footer .top-footer a {
    font-size: 25px;
    display: flex;
    flex-direction: column;
    color: #333;
}

.contact,
.address,
.opening-hours {
    width: 33.33%;
    padding: 0 10px;
}

.address {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 20px;
}

.footer-logo {
    max-width: 200px;
    margin: 0 auto;
    padding: 25px 0;
}

.footer-bottom {
    display: 'flex';
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fb-inta-link {
    display: flex;
    justify-content: start;
    gap: 15px;
    width: 20%;
}

.footer-logo {
    position: relative;
}

.footer-logo::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: #333;
    left: -400px;
    top: 50%;
}

.footer-logo::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background-color: #333;
    right: -400px;
    top: 50%;
}

.copu-right {
    width: 80%;
}

iframe {

    width: 100%;
    height: 400px;
}


/* ==================================
    Two Bed Room Section CSS 
   ================================== */
section.bedrooms-section {
    padding: 0 0 60px;
}
section.bedrooms-section .sec-hed {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 25px 0;
}
section.bedrooms-section .two-room-img {
    max-width: 70%; 
    padding:50px 0 ;
}
section.bedrooms-section .bad-room-img {
    text-align: center;
}

section.bedrooms-section .amenities {
    padding: 50px 0 75px;
    background-color: #f2f2f2;
    border-radius: 6px;
}
section.bedrooms-section .amenities .sub-section-hedding {
    font-size: 40px;
    color: #333;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
}

/* section.bedrooms-section .amenities .amenities-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
} */
section.bedrooms-section .amenities .amenities-point ul {
    display: flex;
    flex-wrap: wrap;
}
section.bedrooms-section .amenities .amenities-point ul li {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    width: 33.33%;
    border-bottom: 1px solid #3333;
    border-right: 1px solid #3333;
}
.amenities ul li img{
    width: 50px;
    margin-bottom: 10px;
}
.amenities ul li:nth-last-child(2),
.amenities ul li:last-child{
    border-bottom: none !important;
}
.amenities ul li:nth-last-child(3),
.amenities ul li:nth-last-child(6){
    border-right: none !important;
}


/* Media 1024px */


@media (max-width:1920px) {

    .banner-section {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 14px 0;
    }

    .banner-carousel .item img {
        width: 100% !important;
        height: 800px;
    }
}







@media (max-width:1024px) {
    .one-manu {

        width: 100%;

    }

    .tabs label {
        font-size: 20px;
    }

    .gallery-img .gallery-img-inner {
        width: 32.33%;
    }
    .sec-main-hed {
        /* font-family: 'cafelinregular'; */
        font-size: 50px !important;
        font-weight: 600;
        line-height: 60px;
        color: #cea56e;
    }

    .tabs .tab,
    .tabs label {
        -webkit-box-ordinal-group: NaN;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;

    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }

    .tabs input[type="radio"]:checked+label+.tab {
        display: block;
        max-width: 80%;
        margin: 0 auto;
    }

    .crose,
    .crose-two,
    .crose-three,
    .crose-four {
        position: absolute;
        height: 50px;
        width: 50px;
        top: -23px;
        left: 46%;
        right: 54%;
        background-color: rgb(255, 255, 255);
        transform: rotate(45deg);
        z-index: 0;
    }

    .tabs label {

        border: none;
    }

    .footer-logo::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #333;
        left: -225px;
        top: 50%;
    }

    .footer-logo::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #333;
        right: -225px;
        top: 50%;
    }

    .navigation-menu ul a,
    .navigation-menu ul li {
        font-size: 24px;

    }

    .inner-box {
        background-color: rgba(255, 255, 255, 0.3);
        padding: 25px;
        font-size: 22px;
        line-height: 29px;
    }
  
    .inner-box {
        padding: 16px;
        background-color: white;
        min-height: 315px;
    }
    .view-more-btn-tabs {  
        position: static;
        display: table;
    }
}

@media (max-width: 900px){
.navigation-menu ul {  
    gap: 10px;
}
}
/* Media 800px */

@media (max-width: 800px){
    .navigation-menu ul {
        gap: 5px;
    }
    section.bedrooms-section .amenities .amenities-point ul{width: 100%;}
    section.bedrooms-section .amenities .amenities-point ul li {
        font-weight: 400;
        line-height: 36px;
        list-style-type: none;
        text-align: center;
        font-size: 26px;
    }
    section.bedrooms-section .two-room-img {max-width: 100%;padding-bottom: 50px;}
    section.bedrooms-section .amenities .amenities-point ul li {
      
        width: 50%;
    }

     .amenities ul li:nth-last-child(6){
        border-right: 1px solid #3333 !important;
    }
    .amenities ul li:nth-last-child(1),
    .amenities ul li:nth-last-child(3),
    .amenities ul li:nth-last-child(5),
    .amenities ul li:nth-last-child(7){
        border-right: none !important;
    }
}


/* Media 768px */
@media (max-width:768px) {

    .navigation-menu .toggle {float: right;font-size: 25px;margin: 0;padding: 5px 15px;
        position: absolute;right: 10px;display: block;}
        .navigation-menu ul li:hover ul {
            display: none;
        }
        .navigation-menu ul li ul{
            border-top: 1px solid #3333;

        }
        .navigation-menu ul {
            gap: 10px;
        }

     [id^=drop]:checked + ul {display: block !important;}
    .navigation-menu ul ul{position: static;height: auto;}
    .navigation-menu ul ul {background:none;box-shadow: none;}
    .banner-carousel .item img {
        /* width: 100% !important; */
        height: 714px;
    }
  
    .main-drop-menu{
        display: flex;
        align-items: center;
        img{
            display: none;
        }
    }
    .sec-hed {
        font-size: 50px;
        line-height: 50px;
        /* font-family: Bahnschrift; */
    }

    .sec-main-hed {
        /* font-family: 'cafelinregular'; */
        font-size: 40px !important;
        font-weight: 600;
        line-height: 20px;
        color: #cea56e;

    }

    .navigation-menu ul a,
    .navigation-menu ul li {
        color: #333333;
        font-size: 20px;

    }

    .manu {
        display: block;
        width: 12%;
    }

    .navigation-section .navigation-main {
        justify-content: space-between;
    }

    .navigation-main ul .span-hr {
        display: none;
    }

    /* .navigation-main ul li {
        border-bottom: 1px solid #3333;
        width: 100%;
        padding-bottom: 20px;
    } */

    .toggle-btn {
        opacity: 0.7;
        width: 50px;
    }

    .sub-sec-hed {
        font-size: 40px;
        line-height: 50px;
    }

    .header-section .header-left {
        width: 75%;
    }
    .navigation-menu ul ul li {
        padding: 10px 0px;
    }
    /* Navigation Section */
    .navigation-menu {
        display: none;
        max-width: 300px;
        height: 100vh;
    }

    .navigation-menu ul {
        flex-direction: column;
        background-color: white;
        padding: 70px 20px 20px;
        max-width: 300px;
        position: relative;
        right: 0;
        z-index: -1;
    }

    .navigation-menu ul li {
        padding: 0;
    }

    .active-menu {
        top: 0px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 999;
        background-color: #fff;
    }

    .close {
        display: block;
    }

    .bar1 {
        position: absolute;
        right: 30px;
        font-size: 45px;
        /* font-family: cursive; */
        cursor: pointer;
    }

    .navigation-menu .fb-inta {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 20px;
        margin-top: -2px;
    }

    .navigation-main ul li {
        border-bottom: 1px solid #3333;
        width: 100%;
        
    }


   
    .navigation-main ul li a{
        padding-bottom: 10px;
    }
    .navigation-menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 4px;
        width: 100%;
        /* background-color: #666; */
        transform-origin: right top;
        transform: scale(0);
        transition:none;}
        .navigation-menu ul li a:hover:before{
            color: transparent;
            background-color: transparent;
        }
    .fb-inta li {
        border: none !important;
    }
   
    .banner-inner h1 {
        font-size: 90px;
        line-height: 80px;
    }

    .banner-inner span {
        font-size: 20px;
        line-height: 80px;
    }

    .banner-inner p {
        font-size: 20px;
        line-height: 35px;
    }

    .banner-inner a {
        font-size: 25px;
        line-height: 100px;
    }

    .gallery-img .gallery-img-inner {
        width: 49.5%;
    }

    .one-manu h4 {
        font-size: 16px;
    }

    .one-manu h5 {
        padding: 3px 14px;
        font-size: 18px;
    }

    .panjabi-manu img {
        height: 70px;
        width: 70px;
    }

    footer .top-footer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .contact,
    .address {
        width: 100%;

    }

    .opening-hours {
        width: 100%;
    }

    .address {
        border: none;
        border-top: 1px solid #3333;
        border-bottom: 1px solid #3333;
        padding: 20px 0;
    }

    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        gap: 20px;
        padding: 20px 0;
    }

    .footer-logo::before {
        width: 50%;
        left: -100px;
    }

    .footer-logo::after {
        width: 50%;
        right: -110px;
    }

  

    /* [id^=drop]:checked ul ul li a {
        border: none;
    } */

    .nav-link{
        padding-bottom: 10px !important;
    }
    .drop-icon {
        width: 40px;
        margin-top: -12px;
    }
    .fb-inta li{
        width: 50px  !important;

    }
    .fb-inta{
        justify-content: start !important;
    }

    
   

}

@media (max-width:680px){
.tabs input[type="radio"]:checked+label+.tab {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
}
@media (max-width:600px){

    section.bedrooms-section .amenities .amenities-point ul li {
        width: 100%;
    }
    section.bedrooms-section .amenities .amenities-point ul:last-child{
        border-bottom: none;
    }
    .amenities ul li{
        border-right: none !important;
    }
    .amenities ul li:nth-last-child(6){
        border-right: none !important;
    }
    .amenities ul li:nth-last-child(2){
       border-bottom: 1px solid #3333 !important;
    }
}
          


.fb-inta-link {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
}

.copu-right {
    width: 100%;
}




/* Media 480px */
@media (max-width:480px) {
    .banner-inner {
        max-width: 700px;
        padding: 30px 0 30px;
    }

    .banner-carousel .item img {
        height: 379px;
    }
    .banner-section {
        padding: 0 0;
        height: 286px;
    }
    .sec-hed {
        font-size: 35px;
        line-height: 35px;
    }

    .sec-main-hed {
        font-size: 30px !important;
        font-weight: 600;
        line-height: 20px;
        color: #cea56e;
    }

    .sec-main-hed img {
        display: none;
    }

    .banner-inner h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-inner span {
        font-size: 16px;
        line-height: 50px;
    }

    .banner-inner p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-inner a {
        font-size: 18px;
        line-height: 70px;
    }

    .gallery-img .gallery-img-inner {
        width: 100%;
    }

    .gallery-img {
        gap: 2%;
        row-gap: 10px;
    }

    .panjabi-manu {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .tabs input[type="radio"]:checked+label+.tab {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .footer-logo::before {
        width: 30%;
        left: -50px;
    }

    .footer-logo::after {
        width: 30%;
        right: -50px;
    }
    .one-manu {
        padding: 0;
    }
    .tabs .tab{
        padding-bottom: 30px;
    }
    .panjabi-manu img {
        height: 50px;
        width: 50px;
    }
    .one-manu h4 {
        font-size: 14px;
    }
    .tabs .tab {
        & .gst-extra {
          position: absolute;
          bottom: 5px;
          left: 30px;
          color: #e20006;
          font-size: 14px;
          font-weight: 500;
        }
      }
      .one-manu h5 {
        padding: 3px 14px;
        font-size: 14px;
      }
}

/* Media 375px */
@media (max-width:375px) {
    .one-manu h4 {
        font-size: 14px;
        
    }

    .panjabi-manu img {
        height: 50px;
        width: 50px;
    }

    .footer-heding {
        font-size: 22px;
    }
    footer .top-footer span {
        font-size: 20px;
    }
    footer .top-footer a {
        font-size: 20px;
    }

    .one-manu h4::after {
        background-color: transparent;
    }

    .banner-section {
        padding: 12px 0px;
    }
    .banner-inner {       
        padding: 20px 0 0px;
    }
    .tabs .tab {
        & .gst-extra {
          bottom: 5px;
          left: 15px;        
        }
      }
      .banner-section {
        padding: 0 0;
        height: 302px;
      }
      .tabs .tab {
        & a {
        
          padding: 4px 15px;
          max-width: 125px;
          display: flex;
          align-items: center;
          font-size: 14px;
          justify-content: center;
        }
      }
}

/* Media 320px */
@media (max-width:320px) {
    .panjabi-manu .item-one img {
        height: 25px;
        width: 25px;
    }

    .banner-carousel .item img {
        height: 370px;
    }
}