* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.body-content {
    width: 100vw;
}

header {
    background-color: transparent;
    height: 18.5vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.2vw;
}

.header-option {
    /* height: 100%;
    width: 13vw; */
    border-radius: 5px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: white;
    background-color: transparent;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 3.9vh;
    margin: 0vw 3.2vw;
    letter-spacing: 0.08vw;
    transition: 300ms ease color;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-option:hover {
    color: #ffcf1e;
    background-color: transparent;
}

header a:last-child {
    margin-right: 4.7vw;
}

.active {
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 3vw;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 3vw;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin: auto;
    display: none;
    position: absolute;
    background-color: #ffcf1e;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
}

.dropdown-content a:hover {
    background-color: black;
    color: white;
}

.even-strip {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.centered-strip {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.body-content {
    position: relative; /* Ensure proper layering */
    z-index: 1; /* Ensure content stays on top of the video */
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    height: calc(100vh - env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Place the video behind other content */
    display: flex;
    flex-shrink: 1;
}

#video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.background-image {
    width: 100vw;  /* Fill the entire viewport width */
    height: 100vh; /* Fill the entire viewport height */
    object-fit: cover; /* Ensure the image covers the entire container without distortion */
    position: fixed; /* Keep it fixed to the viewport */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image on both axes */
    z-index: -1; /* Ensure it's behind the content */
}


.company-logo {
    position: absolute;
    top: 20px; 
    left: 2.5vw; 
    left: 1.7vw;
    width: 12vw;
    width: 20vh; 
    height: auto; 
    z-index: 2; 
}

.company-logo-mobile {
    display: none;
}

#display {
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: none;
    color: white;
    font-size: 2.2vw;
    font-weight: 900;
    line-height: 6.2vw;
}

/* #display h1 {
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}

#display h1 span {
    font-size: 6.8vw;
} */

#mira-banner {
    width: 75vh;
    width: 79vh;
    max-width: 80vw;
}

#reel-travel {
    height: 8.7vh;
    width: 95%;
    margin-top: -4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reel-travel-button {
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.5vh;
    font-weight: 400;
    text-align: center;
    height: 100%;
    width: 48%;
    padding: 0;
    border: solid 3px black;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing:border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform:capitalize;
}

.reel-travel-button:hover {
    color: black;
    background-color: #ffcf1e;
    border: 3px solid #ffcf1e;
}

.reel-travel-button:hover #play-arrow {
    fill: black;
}

#reel1 {
    color: white;
    background-color: rgba(189, 134, 18, 0.5);
    border: #d7b81b solid 3px;
    justify-content: space-evenly;
}

#reel1:hover {
    color: black;
    background-color: #ffcf1e;
    border: #ffcf1e 3px solid;
}

.reel-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.5vh;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-right: 7%;
}

#play-arrow {
    height: 80%;
    margin: 0;
    fill: white;
}
  
#play-arrow:hover {
    fill: black;
}

@media only screen and (max-width: 1100px) {
    
   .company-logo {
        all: unset;
        position: absolute;
        bottom: 20px;
        bottom: clamp(20px, 1vh, 1000px);
        left: 50vw;
        width: 20vh; 
        width: clamp(0px , 37vw, 20vh);
        height: auto; 
        z-index: 2;
        transform: translatex(-55%);
   }

   header {
       justify-content: space-evenly;
       height: none;
       height: clamp(170px , 15vh, 225px);
       margin: 0;
   }

   .header-option {
    font-size: clamp(22px, 5vw, 34px);
    margin: 0;
    letter-spacing: inherit;
    
   }

    header a:last-child {
        margin: 0;
    }

    .reel-travel-button {
        font-size: clamp(0px, 4.8vw, 3.5vh);
    }

    .reel-text {
        font-family: "Bebas Neue", sans-serif;
        font-size: clamp(0px, 4.8vw, 3.5vh);
        font-weight: 400;
        text-align: center;
        margin: 0;
        margin-right: 7%;
    }
    
    #play-arrow {
        height: 80%;
        margin: 0;
    }

    #reel-travel {
        height: 8.7vh;
        height: clamp(0px,12vw,8.7vh);
    }

    #mira-banner {
        max-width: none;
        width: clamp(0px ,90vw, 70vh);
    }

    #display {
        transform: translateY(-5%);
    }
}

@media only screen and (max-width: 430px) {
    /* #display {
        transform: translateY(-25%);
    } */

    .company-logo {
        bottom: clamp(20px, 1vh, 1000px);
    }

    #reel-travel {
        height: clamp(0px,13vw,8.7vh);
    }

    header {
        height: clamp(135px , 13vh, 225px);
    }
}