#version {
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
 
    padding: 5px;
    z-index: 999999999;
}


/* Master Styles */
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    background: #333;
}

.container {
    display: grid;
    grid-template-columns: 1fr;

}


/* Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top, high index to be above other elements */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    align-items: center; /* Align modal content vertically center */
    justify-content: center; /* Align modal content horizontally center */
    display: none; /* Use flexbox for centering */
}

/* Modal Content/Box */
.modal-content {
    
    background-color: #ffffff;
    position: relative; /* Position relative for the absolute positioning of the iframe */
    margin: auto; /* Center in the viewport */
    width: 60%; /* Width relative to viewport width */
    /* padding-top for 16:9 aspect ratio, based on width */
    padding-top: 33.75%; /* Aspect Ratio of 16:9 */
    border: 1px solid #888;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds shadow for better visibility */
    max-width: 640px; /* Maximum width of the modal */
}



/* Responsive iframe */
.modal-content iframe {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* The Close Button */
.close {
    position: absolute;
    top: -10px; /* Adjust as needed */
    right: -10px; /* Adjust as needed */
    color: #aaa;
    background-color: #fff; /* Add background color for visibility */
    border-radius: 50%; /* Circular close button */
    padding: 0 5px;
    cursor: pointer;
    z-index: 1001; /* Ensure it's above other elements */
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
    .modal-content {
        width: 90%; /* Increase width for small screens */
        padding-top: 50.625%; /* Adjust padding-top for maintaining 16:9 aspect ratio */
    }
}




/* Nav STyles*/



.mission {
    text-align: center;

}

.logo {
    width: 30%;

}

.mobile_background_logo {
    display: none;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}


.nav-link-parent-wrapper {
    display: flex;
    flex-direction: row;
    /* add this property */
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-top: 43px;
    color: #000;
}


.nav-link-wrapper {
    margin-right: 10px;
    flex: 1;
    text-align: center;
    display: inline-block;

    height: 22px;
    padding-right: 10px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;


}

.nav-link-wrapper a {
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.5s;
    text-decoration: none;
    font-size: 1.5rem;

}

.main-nav-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.nav-link-wrapper:last-child {
    margin-right: 0;
}

.nav-wrapper>.left-side>div {

    margin-right: 20px;

    font-size: 0.9em;
    text-transform: uppercase;
}



.nav-link-wrapper:hover {
    border-bottom: none;
}




.nav-link-wrapper a:hover {
    color: white;
}



body {
    margin: 0;
    /* Add this to remove default body margin */
}




.MOBILECONTAINER {
    display: none;
}



@media (max-width: 1000px) {

    body {
        position: relative;
        background-color: #333;
        /* Replace #yourColor with the color of your choice. */
        

    }

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('images/YANISWEBSITESHOT.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        /* Change the position to top */
        filter: blur(8px);
        /* Adjust the blur amount as needed */
        z-index: -1;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    

    .mobile-menu-icon-parent {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px; /* Adjust the height as needed */
        background-color: #333; /* Replace with your desired background color */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px; /* Adjust the padding as needed */
      }
      
      



    .MOBILECONTAINER {
        display: flex;
        position: relative;

    }

    .content-wrapper-home {
        padding-top: 50vw; /* Decrease this value and adjust it according to your design. */
    }



    .logo-overlay {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 90vw;
        z-index: 2;
    }


    .nav-link-parent-wrapper {
        display: flex;
        flex-direction: column;

        padding-left: 20px;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .logo {
        width: 60%;
    }

    .nav-link-wrapper {
        display: inline-block;

        height: 22px;
        padding-right: 10px;

        transition: border-bottom 0.5s;

    }

    .nav-link-wrapper a {
        color: #8a8a8a;
        text-decoration: none;
        transition: color 0.5s;
        text-decoration: none;
        font-size: 2.5rem;
    
    }

    .nav-link-wrapper:last-child {
        border-bottom: none;

    }

   



}

.left-side {
    display: flex;
}

.right-side {
    padding-top: 40px;
    padding-right: 20px;
}













/* Styles for the hamburger menu */
.nav-link-wrapper.hamburger {
    display: none;
}




.mobile-menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    cursor: pointer;
}



.mobile-menu-icon span {
    width: 2rem;
    height: 0.25rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50%;
    background-color: #fff;
    z-index: 1000;
    transition: right 0.3s;
}


.logomobile {
    display: none;
}



@media (max-width: 1000px) {



    .mobile-menu-icon {
        width: 30px;
        height: 22px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .mobile-menu-icon span {
        background: #ffffff;
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.5s ease-in-out;
        width: 100%;
    }

    .mobile-menu-icon span:nth-child(1) {
        top: 0;
    }

    .mobile-menu-icon span:nth-child(2) {
        top: 10px;
    }

    .mobile-menu-icon span:nth-child(3) {
        top: 20px;
    }

    .mobile-menu-icon.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }

    .mobile-menu-icon.open span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .mobile-menu-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
    }

    .nav-wrapper {
        display: none;
    }


    .mobile-nav {
        padding-top: 20px;
        /* or use margin-top: 20px; Adjust the px value as needed */
        background-color: #000;
    }


    .MOBILECONTAINER {
        display: flex;
        flex-direction: column;
    }

 


}

/* Login */

.login-container {
    width: 300px;
    padding: 16px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 24px;
}

.login-container label {
    display: block;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #0091EA;
    border: none;
    color: white;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #007BBB;
}


/*Portfolio STyles*/

.portfolio-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .portfolio-items-wrapper {
        grid-template-columns: 1fr;
        /* single column layout for mobile screens */
    }
}

.portfolio-item-wrapper {
    position: relative;
}

.portfolio-img-background {
    background-image: url('images/Portfolio_1.webp');
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.portfolio-img-background-2 {
    background-image: url('images/Portfolio_2.webp');
}

.portfolio-img-background-3 {
    background-image: url('images/Portfolio_3.webp');
}

.portfolio-img-background-4 {
    background-image: url('images/Portfolio_4.webp');
}

.portfolio-img-background-5 {
    background-image: url('images/Portfolio_5.webp');
}

.portfolio-img-background-6 {
    background-image: url('images/Portfolio_6.webp');
}

.portfolio-img-background-7 {
    background-image: url('images/Portfolio_7.webp');
}

.portfolio-img-background-8 {
    background-image: url('images/Portfolio_8.webp');
}

.portfolio-img-background-9 {
    background-image: url('images/Portfolio_9.webp');
}

.portfolio-img-background-10 {
    background-image: url('images/Portfolio_10.webp');
}

.portfolio-img-background-11 {
    background-image: url('images/Portfolio_11.webp');
}

.portfolio-img-background-12 {
    background-image: url('images/Portfolio_12.webp');
}

.portfolio-img-background-13 {
    background-image: url('images/Portfolio_13.webp');
}

.portfolio-img-background-14 {
    background-image: url('images/Portfolio_14.webp');
}

.portfolio-img-background-15 {
    background-image: url('images/Portfolio_15.jpg');
}


.portfolio-img-background-16 {
    background-image: url('images/Portfolio_16.webp');
}

.portfolio-img-background-17 {
    background-image: url('images/Portfolio_17.webp');
}

.portfolio-img-background-EMILY-LIFTOFF {
    background-image: url('images/EMPOWERSTRENGTHBACKGROUND.webp');
}

.portfolio-img-background-STEVEPLAY1 {
    background-image: url('images/STEVEPLAY.webp');
}
.portfolio-img-background-STEVEPLAY2 {
    background-image: url('images/STEVEPLAYBG2.webp');
}
.portfolio-img-background-ROBBIEWEDDING {
    background-image: url('images/ROBBIE.webp');
}
.portfolio-img-background-ROBBIEPROMO {
    background-image: url('images/ROBBIEPROMO.webp');
}
.portfolio-img-background-TAIPAN {
    background-image: url('images/TAIPAN.webp');
}
.portfolio-img-background-JACKSONANDTHEBOYS {
    background-image: url('images/JACKSON.webp');
}

.portfolio-img-background-BOHM {
    background-image: url('images/BOHM.webp');
}



.img-text-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    size: 10%;

}

.logo-wrapper img {
    width: 70%;
    margin-bottom: 20px;

}

.img-text-wrapper .subtitle {
    font-weight: 600;
    transition: 1s;
    color: transparent
}

.img-text-wrapper:hover .subtitle {
    font-weight: 600;
    color: aqua;
}

.img-darken {
    transition: 1s;
    filter: brightness(10%)
}



.container {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    background-color: #000000;
    justify-content: center;
    align-items: center;
}

.container .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.container ul li {
    list-style: none;
    cursor: pointer;
    margin: 10px;
}



.container ul li video {
    width: 200px;
    transition: all 0.3s;
}

.container ul li video:hover {
    transform: scale(1.1);
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
}



/* Video Gallery Styles*/

#videoPlayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 50vh;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
}

#my-video {
    width: 100%;
    height: 100%;
}



/* Target the control bar */
.vjs-control-bar {
    background-color: blue;
}

/* Target the main container */
.video-js {
    background-color: black;
}


video:focus {
    outline: none;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.scroll-down-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80px;
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

.scroll-down-arrow:hover {
    opacity: 1;
}

.arrow-down {
    position: relative;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid white;
}

.arrow-down:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -50px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid white;
}





/* Media query for smaller screens */


.MOBILEBACKGROUND {
    position: relative;

}

.mobile-menu-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #333;
}





.mobile_background_photo {
    width: 100%;
    height: auto;
    animation: fadeInEffect .5s forwards, blurEffect 2s forwards .5s;
    z-index: -1;
}

.mobile_background_photo-2 {
    width: 100%;
    height: auto;
    filter: blur(8px);
    z-index: -1;
}



.mobile_background_photo img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    /* The image starts with zero opacity */
    animation: fadeInEffect forwards 2s, blurEffect 2s forwards 2s;
}


.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





@keyframes fadeInEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes blurEffect {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(8px);
    }
}



.mobile_background_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: logoFadeIn 2s forwards 1s;
    width: 50%;
    /* reduce the size of the logo to 50% of its original size */
}


@keyframes logoFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}







@media (max-width: 1000px) {
    body {
        font-size: 14px;
        max-width: 100%;
        background-color: #333333;
    }


    .right-side {
        color: white;
    }



    /* Simplify layout */
    nav {
        display: none;
    }

    /* Adjust image size */
    img {
        max-width: 100%;
        height: auto;
    }

  

    .scroll-down-arrow {
        position: fixed;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
        font-size: 80px;
        color: #ffffff;
        text-decoration: none;
        opacity: 0;
        /* Start with zero opacity */
        transition: opacity 0.2s ease-in-out;
        animation: fadeInEffect 2s forwards 1s;
        /* The arrow fades in after 1 second and this fade in effect lasts 2 seconds */
    }

        .video-player {
            width: 100%;
            height: auto;

            /* Adjust this value based on your needs */
            z-index: 10000;
        }



        .container-fluid{
            padding: 0;
        }
    


}


