* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Taviraj", serif;
}

body > header {
    position: sticky;
    top: 0;
    display: flex;
    height: 130px;
    padding: 0 32px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;    
    background: linear-gradient(90deg, #FCDFB8 0.33%, #FFFFEB 68.33%);
    gap: 32px;
}

section, footer {
    background: linear-gradient(258deg, #FEEC5D 5.41%, #FFD026 94.44%);
}

section, footer {
    display: flex;
    padding: 112px 64px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.intro {
    align-items: center;
    padding: 64px 64px 112px;
}

nav {
    display: flex;
    align-self: stretch;
}

#menu {
  display: none;
}

.menubutton {
    display: none;
}

.hamburger-icon {
    display: none;
}

.close-icon {
    display: none;    
}

.hamburger-mobile {
    z-index: 1;
}

header ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

header ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

header ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    height: 30px;
}

header ul li a svg {
    fill:#35302E;
}

header ul li a svg:hover {
    fill: #fc1204;
}

.container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.banner {
    align-items: flex-start;
    gap: 24px;
}

.banner .container {
    max-width: 870px;
}

.text {
    background: white;
    padding: 32px 32px;
}

.text ol li {
    margin-left: 32px;
    padding-bottom: 24px;
}

.text ul li {
    margin-left: 32px;
    padding: 8px 0 8px;
}

.mission {
    background: #35302E;
    align-items: center;
    gap: 24px;
}

.mission .container {
    max-width: 768px;
}

h1, h2, h3 {
    width: 100%;
}

nav label i::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    content: "\f0c9";
}

section.mission {
    color: white;
    text-align: center;
}

section.feature {
    align-items: center;
    background: white;
}

section.feature .container {
    align-items: flex-start;
    flex-direction: row;   
    gap: 60px;
}

section.feature.img-left .container {
    flex-direction: row-reverse;   
}

section.feature .grouping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

section.feature .grouping h2 {
    max-width: 700px;
}

section.feature .grouping ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

section.feature .grouping ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

section.feature .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

section.cta {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("shooting.jpg") black center 45% no-repeat;
    background-size: cover;
    flex-direction: row;
    align-items: flex-start;
}

section.cta.casting {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("casting.jpg") black center 45% no-repeat;
    background-size: cover;
    flex-direction: row;
    align-items: flex-start;
}

section.cta .container {
    width: 628px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: white;
}

section.intro h2 {
    width: 100%;
    height: auto;
}

section.intro img.feature {
    width: 100%;
    max-width: 800px;
    height: auto;
}

section#general.feature .content, section#casting.feature .content {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}


 



img.poster {
    max-height: 640px;
    width: auto; 
}

img.right {
    display: block;
    float: right;
    width: auto;
}

footer {
    background: linear-gradient(90deg, #FCDFB8 0.33%, #FFFFEB 68.33%);
    padding: 0 0;
}

footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

footer ul {
    list-style-type: none;
    padding: 80px 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: linear-gradient(90deg, #FC1204 0%, #F6323D 100%);
}

a {
    color: black;
}

a:hover {
    color: #fc1204;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

a:visited {
    color: #35302E;
    text-decoration: underline;
}

footer ul a:visited {
    color: #fff;
    text-decoration: underline;
}

.button {
    background: linear-gradient(180deg, #FEEC5D 5.41%, #FFD026 94.44%);
    border: none;
    color: black;
    border-radius: 24px;
    padding: 8px 24px;
    display: inline-block;
    font-family: "Taviraj", serif;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: #FFD026;
    color: #fc1204;
    text-decoration: underline;
}

.button:hover {
    background: #FFD026;
    color: #fc1204;
    text-decoration: underline;
}

.button:visited {
    background-color: #FFD026;
    color: #35302E;
    text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
    section.feature .grouping ul {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {

    section.feature {
        padding: 64px 32px;
    }

    section.feature.img-left .container, section.feature.img-right .container {
        align-items: center;
        flex-direction: column;
    }

    section.feature .container {
        flex-direction: column-reverse;   
        align-items: center;
    }

    section.feature .container img.poster {
        max-height: 1536px;
        width: 100%;
    }

    section.feature .grouping ul {
        flex-direction: column;   
    }

    footer .container, footer .container ul {
        flex-direction: column;   
    }

    footer .container ul {
        padding: 32px 0;   
    }
   
    footer .container p {
        padding: 64px 0;
    }

    nav {
        padding-top: 41px;
    }

    nav label {
        z-index: 2;
        position: absolute;
        top: 41px;
        right: 32px;
    }

    .menubutton {
        flex-direction: column;
        align-content: center;
        font-size: 48px;
        color: #35302E;
        cursor: pointer;
    }

    .hamburger-icon {
        display: flex;
    }

    .menubutton h2 {
        display: none;
    }

    .hamburger-mobile {
        display: none;
    }

    #menu:checked ~ .hamburger-icon {
        display: none;
    }
    
    #menu:checked ~ .close-icon {
        display: flex;
    }

    #menu:checked ~ .hamburger-mobile {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 64px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 64px;
        align-self: stretch;
        background: linear-gradient(90deg, #FCDFB8 0.33%, #FFFFEB 68.33%);
    }

    #menu:checked ~ .hamburger-mobile li {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-self: stretch;
    }

    #menu:checked ~ .hamburger-mobile li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
}