﻿
:root {
    --main-Blue: rgb(7,18,72);
    --main-Gold: #f6bd14;
    --mid-color: #ddf9fe;
    --midA-color: #2691d9;
    --midB-color: #ffef96;
    --color-dark: #071248;
    --text-grey: #8390A2;
    --midC-color: #f0b947;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: white;
    /*width:95vw;*/
    overflow-x: hidden;
}


/*Top Bar ***********************************************************************/
.Top-Menu {
    display: flex;
    justify-content: space-between;
    /*padding: 1rem 1.5rem;*/
    box-shadow: 2px 2px 4px #8390A2;
    border-left: 1px solid #f8e7e7;
    background: var(--main-Blue);
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 100;
    transition: width 500ms;
    height: 5vw;
}

.nav-container {
    display: flex;
    justify-content: center; /* Center the nav-links horizontally */
    margin-top: .5vw;
    width: 100%; /* Ensure it takes the full width */
    z-index: 1000; /* Higher than .Menubar to ensure it's on top */
}


/* Top Menu Bar *****************************************************************/
.nav-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    justify-content: center;
}

    .nav-links ul li {
        margin: 1vw 2vw; /* Adjust spacing between items */
        z-index: 1000;
    }

        .nav-links ul li a {
            text-decoration: none;
            font-weight: bold;
            font-family: Calibri;
            font-size: 1.5vw;
        }

            .nav-links ul li a:hover {
                text-decoration: underline; /* Optional: underline effect */
            }
.Menu-click {
    color: white;
}

.Menu-Unclick {
    color: var(--main-Gold);
}

/*Logo ***************************************************************/
.CompanyLogo {
    width: 10vw;
    height: 10vw;
    padding: .4rem 0rem .5rem .5rem;
    color: #fff;
    z-index: 1000;
    margin-left: 1vw;
}

/*Side Main Menubar ********************************************************************/
.sidebar-brand-Menubar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--main-Blue);
    z-index: 100;
    width: 5vw;
}

/* Content ****************************************************************************/
.Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2vw 8vw auto;
    margin-bottom: 4vw;
    margin-top: 5vw;
    width: 100%;
}

/* Rooms *******************************************************************************/
.Rooms-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: var(--main-Gold);
    margin-right: 15vw;
}

.Rooms-Image {
    flex: 1;
    max-width: 60%;
    height: auto;
    margin-right: 1vw;
    margin-left: -5vw;
    opacity: 0; /* Start with the image invisible */
    transform: translateX(-50px); /* Start the image 50px to the left */
    animation: fadeInLeft 3s ease forwards; /* Apply the animation */
}
/* Keyframes for fade-in from left */
@keyframes fadeInLeft {
    to {
        opacity: 1; /* Final opacity */
        transform: translateX(0); /* End with no horizontal translation */
    }
}

.Rooms-Content-Container {
    margin-left: 4vw;
    margin-right: 3vw;
}

.Title-Rooms {
    color: var(--main-Blue);
    margin-bottom: 1vw;
    margin-top: 1vw;
    font-size: 3vw;
    font-family: Calibri;
    font-weight: bold;
    text-shadow: .2vw .2vw .2vw #808080;
}

.Rooms-Content {
    color: var(--main-Blue);
    flex: 2;
    text-align: center;
    font-size: 2vw;
    line-height: 1.5;
}

/* Amenities *******************************************************************************/
.Amenities-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: var(--main-Blue);
    margin-right: 15vw;
}

.Amenities-Image {
    flex: 2;
    max-width: 55%;
    height: auto;
    margin-right: -2vw;
    opacity: 0; /* Start with the image invisible */
    transform: translateX(50px); /* Start the image 50px to the left */
    animation: fadeInright 3s ease forwards; /* Apply the animation */
}

@keyframes fadeInright {
    to {
        opacity: 1; /* Final opacity */
        transform: translateX(0); /* End with no horizontal translation */
    }
}

.Amenities-Content-Container {
    margin-left: 8vw;
    margin-right: 4vw;
}

.Title-Amenities {
    color: var(--main-Gold);
    margin-top: .5vw;
    margin-bottom: 1vw;
    font-size: 3.5vw;
    font-family: Calibri;
    font-weight: bold;
    margin-left: -2vw;
    text-shadow: .2vw .2vw .2vw #808080;
}

.Amenities-Content {
    color: var(--main-Gold);
    margin-left: -2vw;
    flex: 1;
    text-align: left;
    font-size: 1.5vw;
    line-height: 1.5;
}

/* Security *******************************************************************************/
.Security-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: var(--main-Gold);
    margin-right: 15vw;
}

.Security-Image {
    flex: 1;
    max-width: 50%;
    height: auto;
    margin-right: 1vw;
    margin-left: -18vw;
    opacity: 0; /* Start with the image invisible */
    transform: translateX(-50px); /* Start the image 50px to the left */
    animation: fadeInLeft 3s ease forwards; /* Apply the animation */
}
/* Keyframes for fade-in from left */
@keyframes fadeInLeft {
    to {
        opacity: 1; /* Final opacity */
        transform: translateX(0); /* End with no horizontal translation */
    }
}

.Security-Image-2 {
    flex: 1;
    max-width: 50%;
    height: auto;
    margin-right: 1vw;
    margin-left: 1vw;
    opacity: 0; /* Start with the image invisible */
    transform: translateX(50px); /* Start the image 50px to the left */
    animation: fadeInright 3s ease forwards; /* Apply the animation */
}

@keyframes fadeInright {
    to {
        opacity: 1; /* Final opacity */
        transform: translateX(0); /* End with no horizontal translation */
    }
}

.Security-Content-Container {
    margin-left: .5vw;
    margin-right: .5vw;
}

.Title-Security {
    color: var(--main-Blue);
    margin-bottom: 1vw;
    margin-top: 1vw;
    font-size: 3vw;
    font-family: Calibri;
    font-weight: bold;
    text-shadow: .2vw .2vw .2vw #808080;
    text-align: center;
    width:38vw;
}

.Security-Content {
    color: var(--main-Blue);
    flex: 2;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.5;
}

/* Equipment ******************************************************************/
.Equipment-container {
    position: relative;
    text-align: center; /* Center the text horizontally */
}

.Equipment-Title-Container {
    position: relative;
    display: inline-block; /* Shrink wrap to the image */
}

.Equipment-Image {
    display: block;
    width: 100%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    height: 15vw;
    margin-right: -2vw;
    margin-left: -4vw;
}

.Title-Equipment {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: var(--main-Gold); /* Ensure the text stands out against the image */
    font-size: 4vw; /* Adjust size as needed */
    font-weight: bold;
    text-shadow: .3vw .3vw .3vw #000000;
    width:80vw;
}

/* Equipment content */
.Equipment-Content-Container {
    text-align: center;
}

.Content-Equipment {
    margin-top: 1vw;
    font-size: 2vw;
    margin-right:10vw;
}

/* Equipment table */
.Equipment-Table-container {
    margin-top: 1vw;
    text-align: center; /* Center the table in the container */
    margin-right: 11vw;
    margin-bottom: 3vw;
}

.Equipment-Table {
    width: 100%; /* Make the table full-width */
    border-collapse: collapse; /* Remove gaps between cells */
    margin: 0 auto; /* Center the table horizontally */
}

    .Equipment-Table th,
    .Equipment-Table td {
        border: .2vw solid #000000; /* Add borders to cells */
        padding: 8px; /* Add padding inside cells */
        text-align: center; /* Center text in cells */
    }

    .Equipment-Table th {
        background-color: #f2f2f2; /* Light grey background for headers */
        font-weight: bold; /* Make header text bold */
        font-size: 2vw;
    }

    .Equipment-Table tr:nth-child(even) {
        background-color: #f9f9f9; /* Light grey background for even rows */
    }

    .Equipment-Table tr {
        font-size: 2vw;
    }

        .Equipment-Table tr:hover {
            background-color: var(--main-Gold); /* Slightly darker grey on hover */
        }


/* Footer ******************************************************************/
footer {
    background-color: #f1f5f9;
    color: var(--main-Blue);
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: Calibri;
    font-weight: bold;
    margin-left: -.6vw;
}
