#version {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #333;
    background-color: #333;
    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;

}



/* 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;
    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;
}










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: 150vw;
    }



    .logo-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 80vw;
    }






    .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;
}


.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;
}

/*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 {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.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;

}

.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%)
}

/* ABout Page */
.two-column-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.profile-image-wrapper img {
    width: 100%;
}

.profile-content-wrapper {
    padding: 30px;
    color: white;
    font-size: 2em;

}

.profile-content-wrapper h1 {
    color: aqua
}

.booking {
    color: blue;
    padding: 10px;
}

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

.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%;
}

/*About Page Mobile*/

@media (max-width: 1000px) {
    .two-column-wrapper {
        display: table-row;
        grid-template-rows: 1fr 1fr;
    }

    .profile-content-wrapper {
        color: #fff;
        font-size: xx-large;
    }
}


/* Book Page */


/* Video Gallery Styles*/

#videoPlayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50vw;
    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;
    }

    .booking {
        color: rgb(255, 255, 255);
        padding: 10px;
    }

    .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 */
    }

    @media (max-height: 3500px) {
        .video-player {
            width: 100%;
            /* Adjust this value based on your needs */
            z-index: 10000;
        }




    }


}


/* 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;
    }

 


}

/*OFFERINGS Regular Screen*/

.offerings-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offering_filmamkerbasic,
.offering_filmamkerintermediate,
.offering_filmamkeradvanced {
    width: 30%;
    background-color: #bbb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5vw;
    opacity: 1;
    border: 2px solid #333;
    color: #333;
    font-size: 1.5vw;
    font-weight: bolder;
    cursor: pointer;
    margin: 10px 1em;
    padding: 2vw;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
}

.offering_filmamkerbasic ul,
.offering_filmamkerintermediate ul,
.offering_filmamkeradvanced ul {
    list-style-type: disc;
    /* add bullet points */
    padding-left: 1em;
    /* indent the list */
    text-align: left
}




.offering-title {
    font-size: 2em;
    /* Adjust as needed */
    font-weight: bold;
    color: #000;
    /* Adjust as needed */
    margin-bottom: 10px;
    /* Adjust as needed */
}

.offerings-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1em;
    color: white
}

.offering-price {
    font-size: 2em;
    /* Adjust as needed */
    font-weight: bold;
    color: #000;
    /* Adjust as needed */
    margin-bottom: 10px;
    /* Adjust as needed */
}

.choose-me-button {
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    align-self: center;
    /* center the button horizontally */
    font-size: 1.5vw;
    /* adjust as needed */


}

.choose-me-button:hover {
    background-color: #007BFF;
    transform: scale(1.1);
}

.offering {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    /* adjust this value as needed */
    width: 30vw;
    /* adjust as needed */
    height: auto;
    /* content will determine height */
    padding: 2vw;
    /* add some padding */
    box-sizing: border-box;
    /* include padding and border in element's total width and height */
    text-align: center;
    /* center align text */
    line-height: 1.5;
    /* increase line spacing */


}

.offering-title {
    font-size: 2vw;
    /* Adjust as needed */
}

.offerings-title {
    font-size: 2.5vw;
}

.spacer {
    flex-grow: 1;
}





/*OFFERINGS for smaller screens*/

@media (max-width: 1000px) {
    .offerings-wrapper {
        display: block;
    }


    .offerings-title {
        font-size: 5vw;
        display: block;
        margin-top: 60px;
        /* Add top margin to create space below the fixed element */
    }

    .offering_filmamkerbasic,
    .offering_filmamkerintermediate,
    .offering_filmamkeradvanced {
        width: 100%;
        margin: 10px;
    }

    .offering_filmamkerbasic h2,
    .offering_filmamkerintermediate h2,
    .offering_filmamkeradvanced h2 {
        font-size: 6vw;
    }

    .offering_filmamkerbasic ul,
    .offering_filmamkerintermediate ul,
    .offering_filmamkeradvanced ul {
        font-size: 8vw;
    }


    .rounded-square-3 {
        width: 60vw;
        height: 10vh;
        background-color: #bbb;
        display: flex;
        justify-content: center;
        /* center the text horizontally */
        align-items: center;
        /* center the text vertically */
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -15%);
        border-radius: 5vw;
        /* This creates the curved edges */
        opacity: 1;
        border: 2px solid #333;
        /* add a border */
        color: #333;
        /* change the button text color to contrast with the background */
        font-size: 6vw;
        /* decrease the button text size so it fits within the button */
        font-weight: bolder;
        cursor: pointer;
        /* change cursor to pointer when hovering over the button */
        margin: 10px;


    }

    .rounded-square-4 {
        width: 60vw;
        height: 30vh;
        background-color: #bbb;
        display: flex;
        flex-direction: column;
        /* stack items vertically */
        justify-content: center;
        /* center the text horizontally */
        align-items: center;
        /* center the text vertically */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50px;
        /* This creates the curved edges */
        opacity: 1;
        border: 2px solid #333;
        /* add a border */
        color: #333;
        /* change the button text color to contrast with the background */
        font-size: 3vw;
        /* decrease the button text size so it fits within the button */
        cursor: pointer;
        /* change cursor to pointer when hovering over the button */
        padding: 5vw;
        text-align: center;
        /* Center align text */
        line-height: 1.5;
        /* Increase line spacing */
        list-style-type: none;
        /* Removes default list markers */
        margin: 10px;


    }

    .rounded-square-4 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: normal;
        padding: 0;
        /* Removes default padding */
        margin-left: 2vw;
    }

    .rounded-square-4 li {
        font-weight: normal;
        /* Makes text bold */
        font-size: 5vw;
    }



    .rounded-circle-1 {
        width: 30vw;
        height: 30vw;
        /* To maintain aspect ratio, height is also related to vw */
        background-color: #bbb;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* center the text horizontally */
        align-items: center;
        /* center the text vertically */
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
        border-radius: 50%;
        /* This creates the curved edges */
        opacity: 1;
        border: 2px solid #333;
        /* add a border */
        color: #333;
        /* change the button text color to contrast with the background */

        cursor: pointer;
        /* change cursor to pointer when hovering over the button */
        margin: 10px;

    }

    .rounded-circle-1 p {

        font-size: 10vw;
        /* decrease the button text size so it fits within the button */

    }

    .rounded-circle-1 .small-text {
        font-size: 5vw;
    }



    .mobile-offerings-wrapper {
        display: flex;
    }


}