.text-125{
    font-family: "League Gothic", serif;
    font-size: 125px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: .7em;
    letter-spacing: 0.2em;
    color: #FFF;
}
.dropdown:hover .dropdown-menu{
    display: block;
    }
    
.text-25{
    font-size: 25px;
    font-family: "League Gothic", serif;
}
.text-25-heading{
    font-family: "DM Sans", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 2px;
    color: #FFBE02;
}
.h100{
    height: 95vh;
}
#front_video{
    width: 100vw;
    min-height: 95vh;
    object-fit: cover;
}
.background-overlay {
    position: absolute;  /* Ensure it's positioned above the video */
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
    background-color: #000000;
    opacity: 0.4;  /* Adjust the opacity to make the overlay darker or lighter */
    z-index: 2;  /* Ensure it's above the video (which has z-index: 1) but below the text (z-index: 3) */
    transition: background 0.3s, opacity 0.3s;
}
.sec2_gallery{
    background: #191919;
    background-size: cover;
    height: auto;
}
.text-100{
    font-family: "League Gothic", Sans-serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 1em;
}
.box {
    width: 100%;
    height: 100%;  /* Make the box take up the full height of the column */
    position: relative; /* For positioning inner elements if necessary */
}

#legend_arena {
    object-fit: cover; /* Make sure the video covers the entire box */
    width: 80%; /* Ensure the video spans the entire width of the box */
    height: 35vh; /* Make the video take up the full height of the box */
    margin-bottom: 15px;
}
#sound_proff{
    object-fit: cover; /* Make sure the video covers the entire box */
    width: 80%; /* Ensure the video spans the entire width of the box */
    height: 66vh; /* Make the video take up the full height of the box */
}
.w-35{
    width: 35%;
}
.w-90{
    width: 90%;
}
.w-95{
    width: 92.5%;
}
.w-60{
    width: 60%;
}
.h-85{
    height: 85%;
}
.studio-recet{
    background-image: url(../assets/Studio-Rect.png); 
    height: 35vh; background-size: cover; 
    background-position-x: center;
}
.studio-recet-2{
    background-image: url(../assets/HHS_1146.jpg); 
    height: 35vh; background-size: cover; 
    background-position-x: center;
}
.last_gallery_img{
    height: 60vh; 
    object-fit: cover;
}
.h_15{
    height: 35vh;
}    
.bg_cover{
    background-size: cover;
}
.h_60{
    min-height: 65vh;
}
.web_bluebackground{
    background: #14416b;
}
.backround-footer-input{
    background: #283b50 !important;
    color: #8699ad;
    border: #283b50;
    box-shadow: none !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
}
.text-30{
    font-size: 30px;
    font-family: "Manrope", serif !important;
    font-weight: 500;
}
.text-17{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope';
}




/* Full-screen modal */
#mediaOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

/* Modal content */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

/* Navigation buttons (previous/next) */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

/* Gallery items */
.gallery-item {
    cursor: pointer;
}

.media-item {
    width: 100%;
    height: auto;
}

/* Styling for the images or videos in the modal */
#mediaContainer img, #mediaContainer video {
    max-width: 100%;
    max-height: 80vh;
}

@media (max-width: 768px) {
    .text-125{
        font-size: 60px;
    }
    .text-25-heading{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 4px;
    }
    .text-100{
        font-size: 50px;
    }
    .h-set{
        width: 23.5rem;
        height: 25vh;
        object-fit: cover;
    }
    .text-30{
        font-size: 25px;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .text-125{
        font-size: 100px;
    }
    .text-25-heading{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 4px;
    }
    .text-100{
        font-size: 70px;
    }
    .h-set{
        width: 20rem;
        height: 22.8vh;
        object-fit: cover;
    }
    .mfp-img{
    /* width: auto; */
    max-width: 35rem !important;
    height: 55vh;
    /* display: block; */
    /* line-height: 0; */
    /* box-sizing: border-box; */
    /* padding: 40px 0 40px; */
    /* margin: 0 auto; */
    }
    .mfp-iframe-scaler {
        width: 50%;
        display: flex;
        justify-content: center;  /* This will center the video horizontally */
        align-items: center;  /* This will center the video vertically */
        padding-top: 56.25%;  /* This maintains the aspect ratio of 16:9 */
        position: relative; /* For positioning the video inside */
    }
    
    .mfp-iframe {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 35rem;
        height: 55vh;
        width: 100%;
        position: absolute; /* Position it absolutely within the scaler */
        top: 0;
        left: 50%;
        transform: translateX(18%); /* This ensures the video stays centered */
    }
  
    
}
@media (min-width: 820px) and (max-width: 860px) {
    .text-125{
        font-size: 100px;
    }
    .text-25-heading{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 4px;
    }
    .text-100{
        font-size: 70px;
    }
    .h-set{
        width: 20rem;
        height: 19vh;
        object-fit: cover;
    }
    .mfp-img{
    /* width: auto; */
    max-width: 35rem !important;
    height: 55vh;
    /* display: block; */
    /* line-height: 0; */
    /* box-sizing: border-box; */
    /* padding: 40px 0 40px; */
    /* margin: 0 auto; */
    }
    .mfp-iframe-scaler {
        width: 50%;
        display: flex;
        justify-content: center;  /* This will center the video horizontally */
        align-items: center;  /* This will center the video vertically */
        padding-top: 56.25%;  /* This maintains the aspect ratio of 16:9 */
        position: relative; /* For positioning the video inside */
    }
    
    .mfp-iframe {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 35rem;
        height: 55vh;
        width: 100%;
        position: absolute; /* Position it absolutely within the scaler */
        top: 0;
        left: 50%;
        transform: translateX(18%); /* This ensures the video stays centered */
    }
  
    
}

@media (min-width: 900px) and (max-width: 1000px) {
    .text-125{
        font-size: 100px;
    }
    .text-25-heading{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 4px;
    }
    .text-100{
        font-size: 70px;
    }
    .h-set{
        width: 20rem;
        height: 19vh;
        object-fit: cover;
    }
    .mfp-img{
    /* width: auto; */
    max-width: 35rem !important;
    height: 55vh;
    /* display: block; */
    /* line-height: 0; */
    /* box-sizing: border-box; */
    /* padding: 40px 0 40px; */
    /* margin: 0 auto; */
    }
    .mfp-iframe-scaler {
        width: 50%;
        display: flex;
        justify-content: center;  /* This will center the video horizontally */
        align-items: center;  /* This will center the video vertically */
        padding-top: 56.25%;  /* This maintains the aspect ratio of 16:9 */
        position: relative; /* For positioning the video inside */
    }
    
    .mfp-iframe {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 35rem;
        height: 55vh;
        width: 100%;
        position: absolute; /* Position it absolutely within the scaler */
        top: 0;
        left: 50%;
        transform: translateX(18%); /* This ensures the video stays centered */
    }
  
    
}