
/* tenglar - links */
a {
    color: #767676;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #fafafa;
}

.topnav a:active {
    background-color: #f5f5f5;
}

.topnav a.active {
    color: #fff;
    background-color: #f4bf35;
}

.footerlinks a:hover {
    color: #767676;
    background-color: #eee;
}

.logo {
    object-fit: contain;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 2560/510;
    margin-top: 120px;
}



h1 {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2%;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    margin: 0px;
    margin-top: 120px;
}


body {
    color: #919191;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -2%;

    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    margin: 0px;
}

.bodyhead {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    background-color: #f4bf35;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 16px;
}

p {
    margin: 0;
}

.navholder {
    justify-content: center;
    align-content: center;
    align-self: center;
    position: fixed;
    z-index: 1000;
}

.topnav {
    display: flex;
    padding: 4px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border: 1px solid #EEE;
    background-color: #ffffff;
    border-radius: 100px;


    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.topnav a {
    flex-flow: column;
    display: block;
    padding: 8px 16px;
    border-radius: 100px;
    color: #888888;
    text-decoration: none;
}



.movieinfo {
    display: grid;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
}


.chipinfo {
    justify-content: center;
    align-content: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.chipinfo p {
    display: flex;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid #EEE;
    background-color: #ffffff;
    text-align: center;
}



.headerdiv {
    gap: 80px;
}


iframe {
    border-radius: 8px;
    border: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    aspect-ratio: auto 1920/1080;
}


.info {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.start{
    margin-bottom: 80px;
}


.columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.col {
    width: calc(50% - 8px);
    position: relative;
}

div {
    display: block;
}

.fill {
    object-fit: fill;
}

img {
    border-radius: 8px;
    height: auto;
    box-sizing: border-box;
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: solid 1px #00000008;
}


footer {
    background-color: #f5f5f5;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border-radius: 8px 8px 0px 0px;
}

.footerlinks {
    display: flex;
    text-decoration: underline;
    column-gap: 8px;
}

.footerlinks a {
    display: flex;
    padding: 4px 12px;
    border-radius: 200px;
    text-align: center;
}

.footertext {
    display: flex;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
    justify-content: space-between;
}



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

    .col {
        width: 100%;
    }

    .col-2 {
        grid-template-columns: 1fr;
    }

    iframe {
        width: 100%;
        height: auto;
        max-width: 800px;
    }

    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .footerlinks a {
        display: flex;
        border-radius: 200px;
        text-align: center;
        padding: 4px 6px;
        font-size: 16px;
        list-style: 20px;
    }

    .topnav a {
        padding: 4px 10px;
        font-size: 14px;
    }

}


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

    body {
        font-size: 20px;
        line-height: 24px;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .footerlinks {
        display: flex;
        text-decoration: underline;
        column-gap: 16px;
    }

    .footerlinks a {
        display: flex;
        padding: 0px;
        border-radius: 0px;
        text-align: center;
    }

    .footer h {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    footer {
        font-size: 16px;
    }

    .navholder {
        width: 100%;
        padding: 16px;
    }

    .topnav {
        width: 100%;
        flex-direction: column;
        margin-top: -24px;
        border: 0px;
        border-radius: 0px;
        gap: 0px;
    }

    .topnav a {
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 0px;
        line-height: 40px;
    }

    h1 {
        margin-top: 320px;
    }


    .footerlinks, .footertext {
        flex-direction: column;
        align-items: center;
    }
    .footerlinks a {
        display: block;
        margin-bottom: 4px;
    }
    .footertext {
        margin-top: 10px;
    }

    .movieinfo {
        margin-top: 160px;
    }
    

    .chipinfo {
        justify-content: center;
        align-content: center;
        align-self: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        font-size: 16px;
        line-height: 20px;
    }
    
    .chipinfo p {
        display: flex;
        gap: 4px;
        padding: 4px 8px;
        border-radius: 100px;
        border: 1px solid #EEE;
        background-color: #ffffff;
        text-align: center;
    }

}