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

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('Avenir-Next-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
    font-family: Arial, sans-serif;
    cursor: url('/media/cursor.cur'), auto;
}

.background {
    background-image: url('/media/background-image.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    display: grid;
    justify-items: center;
}

.responsive-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px 0;
}

input[type="password"] {
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    background: #000;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
}

button {
    padding: 10px 20px;
    background-color: #f3c422;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.teamimage {
    width: 400px;
}

button:hover {
    background-color: #e67e22;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 20px;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    transition: background-color 0.3s;
}

.navbar a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1.2vw;
    font-family: "adorn-garland", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.navbar a:hover {
    color: #f3c525;
    font-size: 1.2vw;
}

.navbar a:after {
    background-color: gold;
    bottom: -4px;
    content: '';
    height: 3px;
    position: absolute;
    transform-origin: 50%;
    transform: scale(0);
    width: 100%;
}

#home,
#logline,
#contact,
#awards,
#directors-statement,
#tone-style,
#locations,
#characters,
#story,
#team,
#videos {
    background-image: url('/media/background222.jpeg');
    background-size: 120% 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

#contact2 {
    background-image: url('/media/background-image.jpg');
    background-size: 120% 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.columns3 {
    display: flex;
    width: 100%;
    height: 80%;
}

.columns2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
}

.bottomcolumn {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
}

.left-column {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left-column img {
    height: 130%;
    object-fit: cover;
}

.right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-column img {
    height: 50%;
    object-fit: cover;
}

.left-column2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.left-column2 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.right-column2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.right-column2 p {
    font-size: 1.2vw;
    color: black;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 15px;
}

.right-column2 h2 {
    font-size: 3vw;
    line-height: 1.2;
    color: black;
    font-family: "adorn-garland", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.u-wrapper {
    display: none;
}

hr {
    width: 100%;
    border: none;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
    margin-top: -15px;
    margin-bottom: 10px;
}

.sections {
    counter-reset: section;
}

.sections:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    color: white;
}

section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-color: #333;
}

.row {
    display: flex;
    width: 100%;
    height: 90vh;
    max-width: 1500px;
    flex-direction: unset;
    padding-left: 5%;
    padding-right: 5%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.container p {
    font-size: 22px;
    color: black;
    font-family: 'Avenir Next Condensed', sans-serif;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 15px;
}

.container span {
    color: black;
    font-weight: 400;
}

.container h2 {
    font-size: 48px;
    line-height: 1.2;
    color: black;
    font-family: "adorn-garland", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.video-grid h4 {
    font-size: 24px;
    line-height: 1.2;
    color: black;
    font-family: "adorn-garland", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 1%;
    padding-left: 1%;
}

.columns {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 3%;
    padding-left: 3%;
}

.columnimage {
    width: 100%;
    height: auto;
    max-height: 150%;
    object-fit: contain;
}

.pagebreaker {
    width: 100%;
    height: 5%;
    position: relative;
}

.pagebreaker hr {
    border: none;
    height: 2px;
    top: 50%;
    bottom: 25%;
    background: linear-gradient(to right, transparent, #000, transparent);
    margin: 40px 0;
}

.logobreak {
    position: absolute;
    top: 50%;
    bottom: 25%;
    right: 20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.darrelp {
    font-size: 22px;
    font-family: 'Avenir Next Condensed', sans-serif;
    color: black;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 15px;
}

.column a {
    color: black;
}

.column a:hover {
    color: orange;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.copyright {
    font-size: 24px;
    color: black;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-right: 10%;
    padding-left: 10%;
}

.locationimg {
    width: 1200px;
}

.toneimg {
    width: 1200px;
}

.mediaimage {
    width: 600px;
}

.rewardsimg {
    max-height: 100% !important;
}

form {
    display: flex;
    flex-direction: column;
    width: 400px;
}

input,
textarea,
button {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0;
    font-family: 'Avenir Next Condensed';
}

button {
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #333;
    color: #fff;
}

.success-message {
    color: green;
    margin-bottom: 10px;
    display: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    position: relative;
    width: 70%;
    max-width: 1200px;
    height: 80%;
    max-height: 900px;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "video1 video1""video2 video3""video4 video5";
    gap: 10px;
    padding: 20px;
    padding-top: 50px;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.video-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.video-item img {
    width: 100%;
    height: 90%;
    border-radius: 10px;
    display: block;
    padding-bottom: 15px;
    transition: 0.3s;
    filter: brightness(0.7);
}

.video-item:hover img {
    filter: brightness(0.5);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e67e22;
    font-size: 48px;
    opacity: 0.8;
    pointer-events: none;
}

.video1 {
    grid-area: video1;
    justify-items: center;
}

.video2 {
    grid-area: video2;
    justify-items: center;
}

.video3 {
    grid-area: video3;
    justify-items: center;
}

.video4 {
    grid-area: video4;
    justify-items: center;
}

.video5 {
    grid-area: video5;
    justify-items: center;
}

iframe {
    width: 90%;
    height: 90%;
    border: none;
    border-radius: 8px;
}

#closePopup {
    color: #ffffff;
    font-weight: 400;
    font-size: xxx-large;
}

@media (max-width: 1920px) {
    .pagebreaker {
        width: 100%;
        height: 10vh;
        position: relative;
    }

    .teamimage {
        width: 300px !important;
    }

    .footerlogo {
        width: 150px !important;
    }

    .mediaimage {
        width: 300px;
    }

    .row {
        max-width: 1000px !important;
        display: flex;
        width: 100%;
        height: 90vh;
        flex-direction: unset !important;
    }

    .copyright {
        font-size: 16px;
        color: black;
        text-align: justify;
        line-height: 1.3;
        margin-bottom: 15px;
        padding-right: 10%;
        padding-left: 10%;
    }

    .row img {
        height: auto;
        width: 100%;
    }

    .darrelp {
        font-size: 14px !important;
        font-family: 'Avenir Next Condensed', sans-serif;
        color: black;
        text-align: justify;
        line-height: 1.3;
        margin-bottom: 15px;
        padding-right: 2%;
        padding-left: 2%;
    }

    .container p {
        font-size: 2vh;
        color: black;
        font-family: 'Avenir Next Condensed', sans-serif;
        text-align: justify;
        line-height: 1.3;
        margin-bottom: 15px;
        padding-right: 2%;
        padding-left: 2%;
    }

    .container h2 {
        font-size: 24px;
        line-height: 1.2;
        color: black;
        font-family: "adorn-garland", sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .video-grid h4 {
        font-size: 16px;
        line-height: 1.2;
        color: black;
        font-family: "adorn-garland", sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .locationimg {
        width: 500px;
    }

    .mediaimage {
        width: 300px;
    }

    .toneimg {
        width: 700px;
    }

    .video-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "video1 video1""video2 video3""video4 video5";
        gap: 10px;
        padding: 20px;
        width: 90%;
        max-width: 550px;
        margin: auto;
    }

    .video-item {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 10px;
    }

    .video-item img {
        width: 100%;
        height: 90%;
        border-radius: 10px;
        display: block;
        padding-bottom: 15px;
        transition: 0.3s;
        filter: brightness(0.7);
    }

    .video-item:hover img {
        filter: brightness(0.5);
    }

    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #e67e22;
        font-size: 48px;
        opacity: 0.8;
        pointer-events: none;
    }

    .video1 {
        grid-area: video1;
        justify-items: center;
    }

    .video2 {
        grid-area: video2;
        justify-items: center;
    }

    .video3 {
        grid-area: video3;
        justify-items: center;
    }

    .video4 {
        grid-area: video4;
        justify-items: center;
    }

    .video5 {
        grid-area: video5;
        justify-items: center;
    }

    iframe {
        width: 90%;
        height: 90%;
        border: none;
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .desktopcontainer {
        flex-direction: column;
    }

    .left-desktopcontainer,
    .right-desktopcontainer {
        width: 100%;
    }

    .line-with-logo {
        justify-content: center;
    }

    .row {
        display: flex;
        width: 100%;
        flex-direction: column !important;
        height: auto;
    }

    .columns {
        flex-direction: column;
        height: auto;
    }

    .columns3 {
        flex-direction: column;
        height: auto;
    }

    .left-column {
        order: 2;
        width: 100%;
        height: 50vh;
    }

    .right-column {
        order: 1;
        width: 100%;
        height: 50vh;
    }

    .sections {
        counter-reset: none !important;
    }

    .left-column img {
        width: 90% !important;
        height: 90%;
         !important;
        object-fit: cover;
    }

    .mediaimage {
        width: 400px !important;
    }

    .rewardsimg {
        width: 400px !important;
    }

    .right-column img {
        width: 70% !important;
        height: 70% !important;
        object-fit: cover;
    }

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

    .u-wrapper {
        position: fixed;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: sans-serif;
        z-index: 999999 !important;
        display: block !important;
    }

    .mobile .mobile-nav {
        position: absolute;
        right: 0px;
        background-color: #1b1a1acf;
        max-width: 300px;
        width: 100%;
        height: auto;
        transform: translate(100%, 0);
        transition: all 0.2s ease-in-out;
    }

    .mobile .mobile-nav ul {
        list-style-type: none;
    }

    .mobile .mobile-nav li a {
        font-family: "Damion", cursive;
        font-weight: 400;
        font-style: normal;
        font-style: normal;
        text-transform: capitalize;
        color: #ffffff;
        font-size: 20px;
        display: block;
        text-decoration: none;
        text-align: justify;
        padding: 5px 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mobile .mobile-nav li a:hover {
        background-color: #000;
        color: gold;
    }

    .navmobileheader {
        color: #000;
        padding: 10px;
    }

    .navmobileheader::after {
        content: "";
        display: table;
        clear: both;
    }

    .hamburger-menu {
        display: inline-block;
        padding: 15px 15px;
        transition: all 0.3s ease-in-out;
        float: right;
        height: 59px;
        outline: 0;
    }

    .hamburger-menu:hover {
        cursor: pointer;
    }

    .hamburger-menu .navmobilmenu-item {
        background-color: #000;
        display: block;
        height: 3px;
        margin: 0 0 10px;
        transition: all 0.3s ease-in-out;
        width: 40px;
    }

    .hamburger-menu.open .navmobilmenu-item {
        margin: 0px 0px 5px;
        background-color: #000000;
    }

    .hamburger-menu.open .navmobilmenu-item:first-child {
        transform: rotate(45deg);
        transform-origin: 10px;
    }

    .hamburger-menu.open .navmobilmenu-item:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.open .navmobilmenu-item:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 8px;
    }

    .navbar {
        display: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
    }

    .container p {
        font-size: 16px !important;
        color: black;
        text-align: justify;
        line-height: 1.3;
        margin-bottom: 15px;
        padding-right: 2%;
        padding-left: 2%;
    }

    .container span {
        color: black;
        font-weight: 400;
    }

    .container h2 {
        font-size: 24px;
        line-height: 1.2;
        color: black;
        font-family: "Damion", cursive;
        font-weight: 400;
        font-style: normal;
    }

    .video-grid h4 {
        font-size: 16px;
        line-height: 1.2;
        color: black;
        font-family: "adorn-garland", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .column {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        overflow: hidden;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }

    .locationimg {
        width: 400px;
    }

    .toneimg {
        width: 400px;
    }

    li {
        border-bottom: 1px solid #817f7f;
    }

    form {
        display: flex;
        flex-direction: column;
        width: 200px;
    }

    .video-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "video1 video1"
            "video2 video3"
            "video4 video5";
        gap: 10px;
        padding: 0px;
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
}