* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    text-rendering: optimizeLegibility;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fefefe;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader img {
    width: 20rem;
    height: auto;
}

header {
    height: 100vh;
    width: 100%;

}


.banner {
    width: 100%;
    height: auto;
    display: block;
}

.banner-overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    /* Adjust the opacity as needed */
}

.nav-background {
    background: brown;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    transition: ease-in;
}

.nav-background img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
}

.open-menu {
    display: block;
    opacity: 60%
}



.menu-options {

    display: block;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.menu-options ul {
    padding: 100px;
    list-style: none;

}

.menu-options ul li {
    font-size: 30px;
    color: white;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
    padding-bottom: 30px;
    cursor: pointer;

}

.banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.background-opacity {
    background: black;
    opacity: 50%;
    position: absolute;
}

.head-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.head-nav img {
    width: 100px;
    height: 100px;
}

.menu-buttons {
    display: flex;
    gap: 2px;
}

.menu-btn {
    background: transparent;
    height: 30px;
    width: 60px;
    border-radius: 10px;
    border: solid white 1px;
    cursor: pointer;
    color: white;
}

.close-btn {
    background: transparent;
    height: 30px;
    width: 60px;
    border-radius: 10px;
    border: solid white 1px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;

}

.paragraph-section {
    transform: translate(0, 250%);
    margin-left: 100px;
}

.paragraph-section h1 {
    color: white;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
    font-size: 45px;
}

.paragraph-section p {
    color: white;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
    font-size: 25px;
}

.section-booking {
    width: auto;
    max-width: 1140px;
    height: 146px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0%, 420px);
    border-radius: 18px;
    box-shadow: -14px 10px 34px 0px rgba(0, 0, 0, 0.75);
    height: auto;
    display: block;
}

.section-booking-fields {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    width: 100%;
    justify-content: space-around;
    border: 10px black;
    border-radius: 25px;
}

.section-booking-field {
    width: 220px;
    height: 100px;

    display: flex;
    flex-direction: column;
}


.input-field {
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.field-label {
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
}


.section-booking2 {
    width: 400px;
    height: 600px;
    background-color: white;
    display: none;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid black;
    border-radius: 25px;
}



.open-booking {
    display: block;


}

.hide-block {
    display: none;
}

.close-booking-btn {
    background: transparent;
    height: 40px;
    width: 220px;
    border-radius: 10px;
    border: solid black 1px;
    cursor: pointer;
    color: black;
}


.section1 {
    height: 100vh;
    width: 100%;
    background: white;
    height: auto;
}

.section-heading {
    text-align: center;
    padding: 20px;
}

.hidden-about {
    display: none;
}

.section-about {
    display: flex;
    margin-top: 132px;
    box-shadow: 10px 4px 9px 13px rgba(0, 0, 0, 0.47);

    height: auto;
}

.section1-img {
    width: 50%;
    height: 46.2rem;
}

.section1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-about-words {
    width: 500px;
    padding: 50px;
}

.section-about-words h1 {
    color: #b2661f;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
}

.section-about-words p {
    color: #777;
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.section2 {
    height: 100vh;
    width: 100%;
    background: #fff;


}

.section2 h1 {
    color: #b2661f;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
    text-align: center;


}

.section2-panel {
    position: absolute;
    width: 100%;
}

.foreground {
    position: absolute;
    width: 100%;
    height: 560px;
    margin-top: 50px;


}

.foreground--image {
    width: 33.333%;
    height: 100%;
    background-image: url(Launch-images/Launch6.jpg);
    background-size: 100% auto;
    background-position: left;
    background-attachment: fixed;
    object-fit: fill;
    position: absolute;
    z-index: 2;
    transition: all 1s ease;
    opacity: 50% black;
    cursor: pointer;
}


.foreground--image:hover {
    width: 100%;

}


.foreground--image2 {
    width: 66.66%;
    height: 100%;
    background-image: url(Launch-images/Launch5.jpg);
    background-size: 100% auto;
    background-position: center;
    background-attachment: fixed;
    object-fit: fill;
    position: absolute;
    z-index: 1;
    transition: all 1s ease;
    cursor: pointer;
}

.foreground--image2:hover {
    width: 100%;
    z-index: 2;
}




.foreground--image3 {
    width: 100%;
    height: 100%;
    background-image: url(Launch-images/278735649_140558328529538_6416886374017781868_n.jpg);
    background-size: 100% auto;
    background-position: right;
    background-attachment: fixed;
    object-fit: fill;
    position: absolute;
    z-index: 0;
    transition: all 1s ease;
    cursor: pointer;
}

.foreground--image3:hover {
    width: 100%;
    z-index: 8;
}



.section3 {
    height: 100vh;
    width: 100%;
    background: #fefefe;
    height: auto;

}


.section3 h1 {
    color: #b2661f;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
    text-align: center;


}

.rooms {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;

}

.room {
    background: #fefefe;
    min-width: 300px;
    width: 420px;
    height: 620px;
    margin-bottom: 80px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    cursor: pointer;

}

.room_detail {
    background: white;

    height: 300px;
}

.room-top {

    text-align: center;
    padding: 60px 20px;
}

.room-buttom {

    text-align: center;
    padding: 60px 20px;
}

.room .detail-background-opacity {
    background: black;
    opacity: 50%;
    position: absolute;
    display: none;
}

.room:hover {
    scale: 110%;
    transition: ease-in-out 1s;



    .room_detail {
        transition: ease-in-out 2s;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .room_detail h1 {
        color: white;
        font-weight: 400;

    }

    .room_detail h3 {
        color: white;
    }

    .room_detail p {
        color: white;
    }

    .room .detail-background-opacity {

        display: block;
    }

    .detail-button {
        border: white solid 2px;
        color: white;
    }

}



.room img {
    width: 100%;
    height: 320px;


}

.section4 {
    width: 100%;
    height: auto;
    background: black;


}

.section4-fields {
    display: flex;
    justify-content: space-around;
    padding-top: 150px;
    flex-wrap: wrap;
}

.section4-field {
    width: 250px;
    height: 200px;

}


.list-unstyled {
    display: flex;
    flex-direction: column;
}

.email-input {
    border-bottom: wheat solid 1px;
    background: transparent;
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
}

.background-opacity {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
}


.food-menu-tabs {
    text-align: center;
}

.food-menu-tabs .nav-tabs {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: none;
}

.food-menu-tabs .nav-tabs li {
    display: inline-block;
}

.food-menu-tabs .nav-tabs li a {
    border: none;
    background: none;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: block;
}

.food-menu-tabs .nav-tabs li a:before {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 20px;
    height: 2px;
    background: transparent;
}

.food-menu-tabs .nav-tabs li a.active {
    border: none;
    background: none;
    color: #fff;
}

.food-menu-tabs .nav-tabs li a.active:before {
    background: #fff;
}


.header_photo {
    width: 100%;
    height: 300px;
    background-image: url(Room-image.webp);
}

.header_photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
}

.rooms_wrapper {
    width: 100%;
    height: 100vh;
}

.room_detail h1 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;

}

.room_detail h3 {
    color: gray;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Old Standard TT", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.room_detail p {
    color: black;
}

.detail-button {
    border: #000 solid 2px;
    padding: 4px 20px;
    background: transparent;
    margin-top: 10px;
    cursor: pointer;
}

.image-header-buttons {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
}

.image-header-buttons ul {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.image-header-buttons li {
    list-style: none;
    text-decoration: none;
}


.image-header-buttons a {
    color: white;
    text-decoration: none;
}

.Room-detail-wrapper {
    width: 100%;
    height: 130vh;
    padding: 50px;
    display: flex;
    height: auto;
    justify-content: center;
    gap: 40px;
}

.Left-Section {
    width: 70%;
}

.Right-Section {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.Right-Section2 {
    width: 100%;
    display: none;
}

.image-slide {
    height: 450px;
    min-width: 300px;
    max-width: 1200px;
    width: auto;
}

.image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-services {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;

}

.service {
    display: flex;
    flex-direction: column;
    text-align: center;
    display: block;
    color: #1a1a1a;
}

.Room-Name {
    padding: 20px;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;

}

.Room-Description {
    font-family: "Nunito", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.Book-btn {
    width: 200px;
    height: 50px;
    background: red;
    color: white;
    border-radius: 15px;
    margin-inline: auto;

}

.section5 {
    width: 100%;
    height: auto;
}



.description {
    width: 50%;
    color: #1a1a1a;
    height: 500px;
    
}

.description h1 {
    color: #b2661f;
    font-family: "Playfair Display", sans-serif;
    font-weight: 200;
    line-height: 93%;
}

.description h3 {
    color: #777;
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.description p {
    color: black;
}

.description:hover {
    transition: ease-in-out 2s;
    background-color: rgba(0, 0, 0, 0.8);



    .description h1 {
        color: white;
        font-weight: 400;

    }

    .description h3 {
        color: white;
    }

    .description p {
        color: white;
    }



    .detail-button {
        border: white solid 2px;
        color: white;
    }

}

.image-left {
    width: 100%;
    height: auto;
    display: flex;
}

.image-left img {
    width: 50%;
    object-fit: cover;
}

.image-right {
    width: 100%;
    height: auto;
    display: flex;
}

.image-right img {
    width: 50%;
    object-fit: cover;
    height: 500px;
}


.hidden-description {
    display: none;
    width: 100%;
    height: 400px;
    color: #000;
}


.Gallery-menu {
    display: flex;
    justify-content: space-around;
}

.Gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px;
    justify-content: space-evenly;

}

.Gallery-image {
    width: 400px;
    height: 400px;
}

.Gallery-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.Gallery-menu-btn {
    padding: 0px 40px;
    margin-top: 20px;
    color: #1a1a1a;
    border: solid #1a1a1a 1px;
    width: auto;
}

.Gallery-menu-btn:hover {
    background: #1a1a1a;
    color: white;
}




@media (max-width:950px) {
    .section-booking {

        display: none;
    }

    .hidden-about {
        display: block;
    }

    .Right-Section {
        display: none;
    }

}


@media (max-width:750px) {

    .image-left {
        display: flex;
        flex-direction: column;
    }


    .image-left img {
        width: 100%;
    }


    .image-right {
        display: flex;
        flex-direction: column;
    }

    .image-right img {
        width: 100%;
    }

    .description {
        display: none;
    }

    .hidden-description {
        display: block;

    }



    .Right-Section2 {
        display: block;
        display: flex;
        flex-direction: column;
    }

    .section2 {
        height: 60vh;

    }


    .section-about-words {

        width: auto;
    }

    .foreground {

        height: 260px;

    }



    
    .Left-Section {
        width: 100%;
    }

    .Gallery-menu-btn {
        padding: 0px 10px;

    }

    .Gallery-image {
        width: 360px;
    }

    .Gallery-image img {
        width: 360px;

    }

    .Room-detail-wrapper {
        padding: 30px;

    }

}

@media (max-width:950px) {

    .section-about {
        display: flex;
        flex-direction: column;
        height: 200vh;
        margin-top: 40px;

    }

    .section-about-words {
        text-align: center;
    }

    .section-about-words {

        text-align: center;
        width: 100%;
    }


    .section1-img {
        width: 100%;
        height: 46.2rem;
    }
}