.background-gradiant {
    /* z-index: 1; */
    background-color: #000;
    /* background-image: linear-gradient(270deg, #000, #0000), linear-gradient(17deg, #00732f99, #000 62%); */
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.menu-toggle {
    color: #fff;
    margin-top: 7px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading-logo {
    width: 200px;
    /* Adjust size as needed */
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

body {
    margin: 0;
    overflow: hidden;
    /* background-color: red; */
}

#scene-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#controls {
    position: fixed;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #47474780;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 5px #0000001f;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
}

/* button {
    background-color: green;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid green;
    z-index: 101;
    cursor: pointer;
} */
.btn-controls {
    /* font-size: 1.5em; */
    color: #ffffff;
    /* background-color: #009919; */
    padding: 5px 25px;
    border-radius: 100px;
    cursor: pointer;
    list-style-type: none;
    font-weight: 700;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #55c48b, #01849f); */
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.5s all;
    border: none;
    border:1px solid #e2e2e200
    
    /* box-shadow: 0px 6px 30px 0px rgba(1, 132, 159, 0.2); */
    /* text-decoration: none; */
    
}

.btn-controls:hover {
    box-shadow: 0px 0px 10px 0px rgba(1, 132, 159, 0.5);
    border:1px solid #ababab
    /* background-image: linear-gradient(270deg, #55c48b, #01849f); */
}

#tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    border-radius: 15px;
    pointer-events: none;
    display: none;
    z-index: 200;
    font-size: 1.5em;
}

#posters {
    width: 100%;
    position: fixed;
    top: 73px;
    left: 0;
    z-index: 100;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-width: -webkit-fill-available;
    /* height: 0px */
}

.poster-1,
.poster-2 {
    width: 100%;
    max-height: 80px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    /* border: 4px solid #00732f80; */
    max-width: -webkit-fill-available;
    transition: 1s all;
    transform: translate(0px, -500%);
    /* box-shadow:  */
        /* 0 0 5px 0px #c60000 */
}
.poster-1:hover,
.poster-2:hover {
    box-shadow: 
        0 0 10px 1px #ff0505
}

.poster-1 h1,
.poster-2 h1 {
    color: #fff;
    font-family: verdana;
    background: rgba(0, 0, 0, 0.5);
    font-size: 3rem;
    padding: 10px;
    /* text-transform: uppercase; */
    width: 100%;
    height: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-shadow: 3px 3px 5px #000; */
    /* -webkit-text-fill-color: transparent; */
    mix-blend-mode: overlay;
    margin: 0;
}
#posters .gradiant-overlay{
    background-image:linear-gradient(350deg, #ff0000, #00000000 62%);
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#posters a {
    text-decoration: none;
}



.header, .emirates-buttons {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 900;
    max-width: -webkit-fill-available;
    width: 100%;
    margin: 10px;
    display: flex;
    border-radius: 10px;
    /* box-shadow:
        0px 0px 10px 5px rgba(255, 0, 0, 0.3),
        0px 0px 20px 10px rgba(0, 115, 47, 0.5); */
    justify-content: space-between;
    border: 1px solid #4d4d4d;
    align-items: center;
    padding: 0 20px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #47474780;
}
.emirates-buttons{
    top: 253px;
    justify-content: center;
    transform: translate(0px, -700%);
    transition: 1s all;
}
.header ul, .emirates-buttons ul {
    display: flex;
    gap: 15px;
    list-style-type: none;
    margin: 10px 0;

}

.header ul li a, .emirates-buttons li {
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 100px;
    cursor: pointer;
    list-style-type: none;
    font-weight: 700;
    background-color: transparent;
    padding: 10px 40px;
    border-radius: 10px;
    transition: 0.5s all;
    border: 1px solid #e2e2e200;
}
.emirates-buttons ul{
    overflow-x: auto;
    padding: 0;
}
.emirates-buttons li{
    box-shadow: none;
    border: 1px solid #4e4e4e;
    flex-shrink: 0;
}
.emirates-buttons li:hover{
    background-color: #4e4e4e;
}
.header ul li:hover a {
    box-shadow: 0px 0px 10px 0px rgba(1, 132, 159, 0.5);
    border: 1px solid #4e4e4e
}

.header ul li a {
    text-decoration: none;
    color: #fff;
}

.header h1 {
    margin: 0;

}

.header .logo img {
    max-height: 30px;
}

.menu-mobile {
    display: none;
}

.logo {
    display: flex;
    padding: 5px 0px;
    margin: 10px 0
}

.menu-drawer {
    width: 300px;
    position: fixed;
    background-color: #000;
    top: -11px;
    right: -11px;
    height: 100vh;
    transition: 0.7s all;
    transform: translateX(110%);
    z-index: 300;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 8px 30px 0px rgba(1, 132, 159, 0.5);
}

.menu-drawer ul {
    margin-top: 50px;
    flex-direction: column;
    padding: 15px;
}

.menu-drawer ul li {
    text-align: center;
}

.menu-drawer .close-btn {
    padding: 5px;
    margin-top: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 3px rgba(1, 132, 159, 0.5);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    color: #fff
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    transform: translateX(110%);
}

@media (max-width: 768px) {
    .header .menu {
        display: none;
    }

    .menu-mobile {
        display: block;
    }
}

@media (max-width: 425px) {

    .poster-1 h1,
    .poster-2 h1 {
        font-size: 2em;
    }
}


.info-box {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 100;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-item {
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    max-width: 65%;
    box-shadow: 0px 8px 30px 0px rgba(1, 132, 159, 0.5);
}

.info-item strong {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.info-item i {
    margin-right: 7px;
}

.info-box .card {
    overflow: visible;
    width: 130px;
    height: 130px;
}

.info-box .content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 300ms;
    box-shadow: 0px 8px 30px 0px rgba(255, 0, 0, 0.5);
    border-radius: 30px;
}

.info-box .back {
    background-color: #f5f5f5;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 30px;
    overflow: hidden;
}

.info-box .back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.info-box .back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 100px;
    height: 160%;
    background: linear-gradient(90deg, transparent, #ff0000, #ff0000, #ff0000, #ff0000, transparent);
    animation: rotation_481 5000ms infinite linear;
}

.info-box .back-content {
    position: absolute;
    width: 98%;
    height: 98%;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@keyframes rotation_481 {
    0% {
        transform: rotateZ(0deg);
    }

    0% {
        transform: rotateZ(360deg);
    }
}