/*  */
.nav {
    display: flex;
    justify-content: center;
    width: 70%;
    /* margin-left: 5%; */
}

header .butn {
    width: 10%;

    a {
        font-size: 14px;
        color: white;
        background: #fc934f;
        padding: 9px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
}

.nav ul.nav-link {
    display: flex;
    padding-top: 10px;
}

.nav ul.nav-link>li {
    list-style-type: none;
    padding-left: 7px;
    position: relative;
}

.nav ul.nav-link>li a {
    padding: 11px;
}

.nav ul li a {
    color: white;
    text-transform: uppercase;
}

.drop-1 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;

}

.nav ul.nav-link>li.nav-drop:hover .drop-1 {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.nav ul.nav-link>li.nav-dro-about:hover .drop-1 {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.drop-1 ul {
    background-color: white;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    /* background-color: #FFB703; */
    border-radius: 10px;
    /* background-color: #000000e8; */
}

.drop-1 ul li {
    list-style-type: none;
    padding: 5px 15px;
    /* border-bottom: 1px solid gray;  */
    width: 269px;
    /* text-align: center; */
    padding: 10px 5px;
    font-size: 14px;
}


.drop-1 ul li a.active {
    color: #FFB703;
}

.drop-1 li {
    position: relative;
}

.drop-1 li .drop-2 {
    position: absolute;
    top: -10px;
    left: 100%;
    display: none;
}

.drop-1 li:hover .drop-2 {
    display: block;
}

header {
    width: 100%;
    position: absolute;
    /* height: 100px; */
    padding: 8px 0;
    top: 0px;
    z-index: 99999;
    border-bottom: 1px solid #ffffff4a;
    transition: 0.4s;
}

header.sticky {
    background-color: #fff;
}

header .logo {
    width: 20%;
}

header .logo img {
    width: 205px;
    height: 75px;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 15px;

}

header.sticky .nav-link {
    color: white;
}

.nav-link:hover {
    color: #FF9F14;
}

.nav-link.active {
    /* color: white; */
    font-size: 15px;
    color: #FF9F14;
    line-height: 10px;
}

.active2 {
    color: #FF9F14 !important;
    font-size: 15px;
}

header.sticky {
    background-color: black;
    /* background-color: var(--main-color); */
    color: white;
    position: fixed;
    /* .nav-link{
  color: white;
 } */
}


/* toggel  start*/
.toggle-btn {
    display: none;
    cursor: pointer;
    background-color: #000;
}

.toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #b72f61;
}

.mobilenav {
    display: none;
}

.side-bar {
    background: white;
    backdrop-filter: blur(15px);
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -350px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 99999;
}

.side-bar::-webkit-scrollbar {
    width: 0px;
}

.side-bar.active {
    right: 0;
}

.side-bar .menu {
    width: 100%;
    margin-top: 30px;
}

.side-bar .side-logo {
    background-color: #fff;
}

.side-bar .side-logo img {
    width: 200px;
    margin: 15px;
    margin-left: 70px;
}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 40px;
}

.side-bar .menu .item a:hover {
    background: #db4242;
    transition: 0.3s ease;
}

.side-bar .menu .item i {
    margin-right: 15px;
    display: flex;
}

.side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    top: 10px;
    transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
    background: #262627;
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding-left: 80px;
}


.sub-menu {
    display: none;
    /* Hide submenu by default */
    padding-left: 15px;
    /* Optional for indentation */
    background: #e0e0e0;
}

.sub-menu.open {
    display: block;
    /* Show submenu when the 'open' class is added */
}

.side-bar {
    width: 300px;
    background: #f0f0f0;
    padding: 15px;
}

.inline {
    display: flex;
    position: relative;
}

.inline .sub-ican {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 0px !important;
}



/* footer */
.footer {
    background: #f8f8f8;
    color: #333;
    padding: 40px 10px;

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        max-width: 1200px;
        margin: auto;
    }

    main {
        display: flex;
        align-items: center;

        i {
            margin-right: 10px;
            font-size: 20px;
            color: #FF5D00;
        }

        img {
            width: 30px;
            margin-right: 15px;
        }

    }

    .social-icons {
        text-align: center;
        margin: 20px 0;
    }

    .footer-col {
        flex: 1 1 220px;
    }

    .footer-col h3 {
        margin-bottom: 15px;
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        color: #ff5d00;
    }

    .footer-col ul {
        list-style: none;
        padding: 20px 0;

    }

    .footer-col ul li {
        margin-bottom: 20px;
        cursor: pointer;

        a {
            color: black;

            &:hover {
                color: #FF5D00;
            }
        }
    }

    .footer-col ul li i {
        margin-right: 8px;
        color: #FF5D00;

    }

    .footer-col p {
        margin: 8px 0;
        line-height: 25px;
        color: black;

        a {
            color: black;

            &:hover {
                color: #FF5D00;
            }
        }

        i {
            margin-right: 10px;
            color: gray;
        }
    }

    .logo {
        max-width: 205px;
        margin-bottom: 10px;
        /* border-radius: 50%; */
        height: 74px;
    }

    .social-icons i {
        font-size: 20px;
        margin-right: 10px;
        color: gray;
        cursor: pointer;

        &:hover {
            color: #FF5D00;
        }
    }

    .footer-bottom {
        text-align: center;
        padding: 15px;
        font-size: 14px;
        color: #555;
        border-top: 1px solid #ccc;
        margin-top: 20px;

        a {
            color: #FF5D00;

            &:hover {
                color: #000;
            }
        }
    }
}



/* footer end */

.home-banner {
    /* background-image: url(../img/home-banner.jpg); */
    background-image: url(../img/gal5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.7;
    }

    .box {
        position: absolute;
        top: 45%;
        left: 50%;
        width: 700px;
        color: white;
        text-align: center;
        left: calc(50% - 350px);
        top: calc(45% - 50px);
        border: 1px solid #ff9f149e;
        padding: 80px 20px;
        border-radius: 20px;
        background-color: #80808094;

    }

    h1 {
        font-size: 50px;
        font-weight: 400;
        line-height: 58px;
    }

    .p1 {
        margin-top: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    a {
        font-size: 15px;
        color: white;
        background: #fc934f;
        padding: 10px;
        border-radius: 8px;
        transition: all 0.3s ease;

        &:hover {
            background-color: #7D3618;
        }
    }
}



.about {
    padding: 40px 0;

    h2 {
        text-align: center;
        margin-bottom: 35px;
    }

    img {
        border-radius: 10px;
        object-fit: cover;
        height: 500px;
    }

    .box1 {
        padding: 10px 0px 0px 20px;

        h4 {
            font-size: 28px;
            line-height: 35px;
            font-weight: 400;
            margin-bottom: 20px;
        }

        p {
            font-size: 17px;
            margin-top: 0px;
            line-height: 28px;
            /* margin-bottom: 20px; */
        }

        a {
            font-size: 15px;
            color: white;
            background: #fc934f;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.5s ease;

            &:hover {
                background-color: #7D3618;
            }
        }
    }

}

.about-gallery {
    .box {
        margin-top: 20px;

        img {
            width: 100%;
            height: 120px;
            object-fit: cover;
        }
    }
}

.facilities {
    background-color: #F7F3EE;
    padding: 60px 0;

    h2 {
        text-align: center;
    }

    .box {
        text-align: center;
        overflow: hidden;
        border-radius: 20px;
        margin-top: 25px;

        h3 {
            font-size: 22px;
            padding: 10px 0;
        }

        p {
            line-height: 25px;
        }

        .main {
            img {
                border-radius: 20px;
                transition: all 0.4s ease;
            }
        }

        &:hover img {
            transform: scale(1.1);
            border-radius: 20px;
        }
    }
}

.blog {
    padding: 70px 0;

    h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    p {
        text-align: center;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        max-width: 1200px;
        margin: auto;
    }

    .card {
        flex: 1 1 300px;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .image-container {
        overflow: hidden;
    }

    .image-container img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .card:hover .image-container img {
        transform: scale(1.05);
    }

    .card-content {
        padding: 20px;
    }

    .meta {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }

    .title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        color: #333;
    }
}

.testimonial-section {
    padding: 100px 0px 20px 0px;
    text-align: center;

    h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.testimonial-section h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.testimonial-section p {
    font-size: 15px;
    color: #777;
    margin-bottom: 40px;
    line-height: 25px;
}

.testimonial-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-card {
    background-color: #f7f8fc;
    padding: 30px 20px;
    position: relative;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #f7f8fc transparent transparent transparent;
}

.quote-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    padding: 15px;
    border-radius: 2px;
}

.quote-icon::before {
    content: "❝";
    color: #fff;
    font-size: 24px;
}

.testimonial-card h4 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.stars {
    color: #f5a623;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.client-info {
    margin-top: 20px;
}

.client-info strong {
    color: #f5a623;
    display: block;
}

.client-info span {
    font-size: 13px;
    color: #999;
}


.contact {
    /* background-color: #E8E842; */
    padding: 50px 0;

    .contact-container {

        .contact-info h2 {
            font-size: 28px;
            margin-bottom: 20px;
            /* color: #ff5d00; */
        }

        h3 {
            font-size: 25px;
            margin: 10px 0;
            color: #7B3415;
        }

        .contact-form {
            background-color: #fff;
            border-radius: 6px;
            padding: 0px 20px;
        }

        .contact-form h2 {
            margin-bottom: 20px;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 15px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .contact-form button {
            padding: 10px 20px;
            border: 1px solid #000;
            background: #fff;
            font-weight: bold;
            cursor: pointer;
        }

        img {
            border-radius: 10px;
            height: 450px;
            object-fit: cover;
        }
    }
}

.about-banner {
    /* background-image: url(../img/about-banner.jpg); */
    background-image: url(../img/gal1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    padding: 80px 0;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;

    }

    h1 {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 350px;
        left: calc(50% - 175px);
        top: calc(50% -52px);
        text-align: center;
        font-size: 45px;
    }
}

.book-banner {
    /* background-image: url(../img/about-banner.jpg); */
    background-image: url(../img/book.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    padding: 80px 0;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;

    }

    h1 {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 250px;
        left: calc(50% - 125px);
        top: calc(50% -36px);
        text-align: center;
        font-size: 45px;
    }
}

.services-banner {
    /* background-image: url(../img/about-banner.jpg); */
    background-image: url(../img/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    padding: 80px 0;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;

    }

    h1 {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 250px;
        left: calc(50% - 125px);
        top: calc(50% -36px);
        text-align: center;
        font-size: 45px;
    }
}

.gallery-banner {
    /* background-image: url(../img/about-banner.jpg); */
    background-image: url(../img/gallery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    padding: 80px 0;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;

    }

    h1 {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 250px;
        left: calc(50% - 125px);
        top: calc(50% -36px);
        text-align: center;
        font-size: 45px;
    }
}

.contact-banner {
    /* background-image: url(../img/about-banner.jpg); */
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center ; */
    height: 50vh;
    padding: 80px 0;
    position: relative;
    z-index: 9999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.6;

    }

    h1 {
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 250px;
        left: calc(50% - 125px);
        top: calc(50% -36px);
        text-align: center;
        font-size: 45px;
    }
}

.mission {
    padding: 50px 0;

    h2 {
        margin-bottom: 25px;
        text-align: center;
    }

    img {
        border-radius: 10px;
    }

    .box {
        margin-left: 20px;
        margin-top: 20px;

        p {
            font-size: 17px;
            line-height: 30px;
        }
    }
}

.Vision {
    padding: 50px 0;

    h2 {
        margin-bottom: 25px;
        text-align: center;
    }

    img {
        border-radius: 10px;
    }

    .box {
        margin-left: 20px;

        p {
            font-size: 17px;
            line-height: 29px;
        }
    }
}

.gallery {
    padding: 50px 0;


    h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .box {
        margin-top: 20px;


        img {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }
    }
}



.sample {
    padding: 60px 0;

    .box {
        /* height: 300px; */
        border: 1px solid gray;
        border-radius: 30px;
        background-color: white;

        .card {
            padding: 25px 35px;

            i {
                color: #ffa500;
                font-size: 40px;
                padding-bottom: 10px;
            }

            h5 {
                color: #ffa500;
                font-size: 40px;
                padding-bottom: 10px;
            }

            h3 {
                font-size: 25px;
                padding: 15px 0;
            }

            p {
                color: gray;
                line-height: 30px;
                font-size: 17px;
                padding-bottom: 5px;
            }
        }
    }
}


.services {
    padding: 40px 0;

    h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }

    .image-box {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .image-box img {
        width: 100%;
        height: 300px;
        display: block;
        transition: transform 0.4s ease;
    }

    .image-box:hover img {
        transform: scale(1.05);
    }

    .label {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 20px;
        transition: color 0.4s ease;
    }

    .label-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.5);
        /* Change color here */
        transition: height 0.4s ease;
        z-index: 1;
    }

    .image-box:hover .label-bg {
        height: 70px;
    }

    .image-box:hover .label {
        color: #fff;
    }
}


.room-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    gap: 50px;
}

.room-images {
    position: relative;
    width: 480px;
    min-width: 300px;
}

.room-images img:first-child {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.room-images img:last-child {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.room-content {
    max-width: 530px;
}

.room-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 15px;
}

.room-content .price {
    font-size: 24px;
    color: #a67c52;
    font-weight: bold;
}

.room-content .night {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    margin: 20px 0;
}

.features div {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #444;
}

.features div::before {
    content: "✔";
    color: #a67c52;
    margin-right: 8px;
}

.room-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.room-content button {
    padding: 12px 25px;
    background: none;
    border: 1px solid #a67c52;
    color: #a67c52;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.4s ease;

    a {
        color: black;
        transition: all 0.4s ease;
    }

    &:hover a {
        color: white;
    }
}

.room-content button:hover {
    background: #a67c52;
    color: #fff;
}


.side-icon {
    display: none;
}

.side-panels {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999999;
}

.side-calls {
    position: fixed;
    bottom: 13%;
    right: 2%;
    z-index: 999999;
}

.side-calls a img {
    width: 60px;
}

.side-panels a img {
    width: 60px;
}

.Escape {
    padding: 40px 0;
    position: relative;
    height: 600px;

    h2 {
        text-align: center;
    }

    .section {
        display: flex;
        position: absolute;
        top: 16%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 580px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 999;
        transition: background-image 0.4s ease-in-out;
    }

    .box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        /* padding: 30px; */
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        cursor: pointer;
        transition: background 0.3s;
        border-right: 1px solid white;
        position: relative;

        &:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }

        &:hover .layer {
            height: 80px;
        }
    }

    .layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #fc934fc7;
        transition: height 0.4s ease;
        z-index: 1;
    }

    small {
        font-size: 14px;
        padding-top: 10px;
        position: relative;
        z-index: 2;
    }

    h3 {
        font-size: 20px;
        margin-top: 5px;
        position: relative;
        z-index: 2;
        padding-bottom: 15px;
    }
}

.slick-dots li button:before {
    font-size: 15px;
    position: absolute;
    top: 20px;
}

.ican {
    padding: 40px 0;

    .ican-img {
        img {
            height: 65px;
        }
    }

    .content {
        margin-left: 15px;

        h4 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 7px;
        }

        p {
            font-size: 15px;
        }
    }
}

.form-book {
    font-family: Arial, sans-serif;
    background: #f0f0f0;
    padding: 30px;
    margin: 0;

    h2 {
        margin-bottom: 20px;
    }

    .form-container {
        max-width: 800px;
        margin: auto;
        background-color: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 15px;
    }

    .form-group {
        flex: 1;
        min-width: 48%;
        position: relative;
    }

    .form-group-full {
        width: 100%;
    }

    label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .mandatory-label {
        position: absolute;
        top: 0;
        right: 0;
        background: #28564f;
        color: white;
        font-size: 10px;
        padding: 2px 8px;
        font-weight: bold;
        border-radius: 2px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 98%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fefefe;
        font-size: 14px;
    }

    textarea {
        resize: vertical;
        min-height: 100px;
    }

    .checkbox-group {
        margin: 15px 0;
    }

    .checkbox-group input {
        margin-right: 10px;
    }

    button {
        padding: 12px 30px;
        background: #28564f;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        transition: background 0.3s;
    }

    button:hover {
        background: #1e403a;
    }
}

@media screen and (max-width: 1024px) {

    .testimonial-section {
        padding: 30px 0;

        h3 {
            font-size: 20px;
        }
    }

    /* toggle start  */
    .side-bar .close-btn {
        font-size: 20px;
        padding: 5px;
        border: 1px solid gray;
        width: 30px;
        margin-left: 10px;
        margin-top: 10px;
        text-align: center;
        font-weight: bold
    }

    .side-bar {
        background: white;
        backdrop-filter: blur(15px);
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -350px;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: right;
        z-index: 99999;
    }

    .toggle-btn {
        display: block;
        cursor: pointer;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: white;
        height: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .toggle-btn .logo {
        margin-left: 10px;

        img {
            width: 170px;
        }
    }

    .toggel-btn-pad {
        border: 1px solid gray;
        padding: 3px 6px;
        text-align: center;
        margin-right: 20px;
    }

    .side-bar {
        display: block;
    }

    .side-bar .menu .item .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        position: static;
        display: none;
        padding: 0px;
        padding-left: 25px;
    }

    .side-bar .menu .item .sub-menu ul {
        background-color: transparent;
        margin: 0px;
    }

    .drop-1 ul li {
        width: 100%;
        padding: 0px;
    }

    .side-bar .menu .item .sub-menu ul a {
        padding: 0px 15px;
    }

    header {
        display: none;
    }

    .butn {
        margin-top: 30px;
        margin-left: 30px;

        a {
            font-size: 14px;
            color: white;
            background: #fc934f;
            padding: 9px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
    }

    /* toggel end */

    .ican {
        padding: 10px 20px;

        .content {
            margin-left: 15px;
            margin-top: 10px;
        }

        .ican-img {
            margin-top: 20px;
        }
    }

    .footer {
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0px !important;
            max-width: 1200px;
            margin: auto;
        }
    }

    .footer {
        .footer-col {
            width: 50% !important;
        }
    }

    .home-banner {
        height: 60vh;

        .box {
            position: absolute;
            top: 45%;
            left: 50%;
            width: 600px;
            color: white;
            text-align: center;
            left: calc(50% - 300px);
            top: calc(45% - 110px);
            padding: 20px 20px;
        }

        h1 {
            font-size: 45px !important;
            line-height: 45px;
        }

        .p1 {
            margin-top: 5px;
            line-height: 23px;
            margin-bottom: 15px;
        }
    }

    .blog {
        padding: 40px 10px;
    }

    .about-banner {
        height: 40vh;
        padding: 60px 0;

        h1 {
            color: white;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 350px;
            left: calc(50% - 175px);
            top: calc(50% -36px);
            text-align: center;
        }
    }

    .sample {
        .box {
            margin-top: 15px;

            .card {
                padding: 23px 20px;

                h3 {
                    font-size: 20px;
                    padding: 10px 0;
                }

                p {
                    line-height: 25px;
                }
            }
        }
    }

    .mission {
        padding: 30px 0;

        .box {
            margin: 0;

            p {
                line-height: 27px;
            }
        }

        img {
            margin-top: 25px;
            height: 440px;
            object-fit: cover;
        }
    }

    .Vision {
        padding: 30px 0;

        .box {
            margin: 0;

            p {
                line-height: 27px;
            }
        }

        img {
            margin-top: 30px;
            height: 400px;
            object-fit: inherit;
        }
    }

    .Escape {
        padding: 0;

        .section {
            position: absolute;
            top: 8%
        }

        .box {
            &:hover .layer {
                height: 70px;
            }
        }
    }

}

@media screen and (max-width: 768px) {

    .about {
        .box1 {
            padding: 10px 0px 0px 5px;
        }
    }


    .contact {
        .contact-container {
            h3 {
                margin-top: 25px !important;
            }
        }
    }

    .form-book {

        .form-group,
        .form-group-full {
            min-width: 100%;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fefefe;
            font-size: 14px;
        }
    }

    .Escape {
        padding: 0 !important;

        h2 {
            font-size: 29px !important;
        }

        .section {
            flex-direction: column;
            position: absolute;
            top: 7%;
            left: 0;
            right: 0;
        }

        .box {
            height: 25vh;
            border-bottom: 1px solid white;
            border-right: none;

            &:hover .layer {
                height: 70px;
            }
        }
    }


    .room-images {
        width: 90%;
    }

    .room-section {
        .room-content {
            max-width: 530px;
            margin-left: 15px;
        }
    }

    .room-images img:last-child {
        width: 50%;
        bottom: -20px;
        right: -12px;
    }

    .room-content h2 {
        font-size: 28px;
    }

    .mission {
        padding: 30px 0;

        .box {
            margin-left: 0px;
            margin-top: 20px;
        }
    }

    .Vision {
        padding: 30px 0;

        .box {
            margin-left: 0px;
            margin-top: 20px;
        }
    }

    .services {
        padding: 30px 0;
    }

    .sample {
        padding: 30px 0;

        .box {
            margin-top: 15px;
        }
    }

    .contact {
        padding: 30px 0;

        .contact-container {
            .contact-form {
                padding: 0px;
            }
        }
    }

    .ican {
        padding: 20px 20px;

        .ican-img {
            margin-top: 20px;
        }

        .content {
            margin-left: 15px;
            margin-top: 20px;
        }
    }



    .about-banner {
        h1 {
            color: white;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 250px;
            left: calc(50% - 125px);
            top: calc(50% -40px);
            text-align: center;
            font-size: 35px;
        }
    }

    .services-banner {
        h1 {
            font-size: 35px;
        }
    }

    .gallery-banner {
        h1 {
            font-size: 35px;
        }
    }

    .contact-banner {
        h1 {
            font-size: 35px;
        }
    }

    .contact {
        h3 {
            margin-top: 15px !important;
        }
    }

    .about {
        padding: 30px 0;

        .box {
            margin-left: 0px;
            margin-top: 10px;
        }

        h2 {
            margin-bottom: 10px;
        }
    }

    .home-banner {
        height: 55vh;

        .box {
            position: absolute;
            top: 45%;
            left: 50%;
            width: 330px;
            color: white;
            text-align: center;
            left: calc(50% - 165px);
            top: calc(45% - 120px);
            padding: 20px 20px;

            h1 {
                font-size: 25px !important;
                line-height: 35px;
            }

            p {
                margin-top: 5px;
            }

            a {
                font-size: 17px;
                padding: 7px;
            }

            .p1 {
                margin-top: 5px;
                line-height: 23px;
                margin-bottom: 15px;
            }
        }
    }

    .testimonial-section {
        padding: 30px 0px;

        h3 {
            font-size: 18px;
        }
    }

    .blog {
        padding: 40px 10px;

        .card img {
            height: 200px;
        }

        .title {
            font-size: 18px;
        }
    }

    /*  */
    .sub-menu {
        display: none;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }

    .sub-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sub-menu ul li {
        padding: 10px;
    }

    .sub-menu ul li a {
        text-decoration: none;
        color: #333;
        display: block;
    }

    .sub-menu ul li a:hover {
        background-color: #f0f0f0;
    }

    .side-bar .menu .item .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        position: static;
        display: none;
        padding: 0px;
        padding-left: 25px;
    }

    .side-bar .menu .item .sub-menu ul {
        background-color: transparent;
        margin: 0px;
    }

    .drop-1 ul li {
        width: 100%;
        padding: 0px;
    }

    .side-bar .menu .item .sub-menu ul a {
        padding: 0px 15px;
    }

    .dropdown {
        transition: transform 0.3s ease;
    }

    .dropdown.rotate {
        transform: rotate(180deg);
    }

    /* Sidebar animation */
    .side-bar.active {
        right: 0;
    }

    .drop-1 li .drop-2 {
        left: 0px;
        position: static;
        /* display: block; */
        padding-left: 15px;
    }

    .butn {
        margin-top: 30px;
        margin-left: 30px;

        a {
            font-size: 14px;
            color: white;
            background: #fc934f;
            padding: 9px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
    }


    /* toggel end */
    header {
        display: none;
    }

    .footer {
        padding: 30px 10px;

        .footer-col {
            max-width: 100%;
        }

        .footer-col ul {
            list-style: none;
            padding: 10px 0;
        }

        .footer-col ul li {
            display: block;
            padding: 3px 0;
        }

        .footer-bottom {
            p {
                line-height: 23px;
            }
        }
    }
}