/* Eric Meyer compressed reset css */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* je eigen styling start hier */






html {
    scroll-behavior: smooth;
}



body {
    background: #1D1E51;
    color: white;

    p {
        font-family: "gotham", sans-serif;
        line-height: 28px;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: "peachy-keen-jf", sans-serif;
    }

    a {
        text-decoration: none;
    }
}






header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 18%;
    font-family: "peachy-keen-jf", sans-serif;
    position: relative;

    a {
        text-decoration: none;
        color: #7DC78F;
    }

    .logo {
        max-width: 186.318px;
    }

    .hamburger {
        display: none;
        position: absolute;
        top: 24px;
        right: 24px;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 1001;

        span {
            position: absolute;
            width: 24px;
            height: 3px;
            background: #7DC78F;
            /* Groen */
            border-radius: 2px;
            transition: 0.3s;
        }

        /* Hamburger standaard */
        span:nth-child(1) {
            top: 8px;
            left: 4px;
        }

        span:nth-child(2) {
            top: 14.5px;
            left: 4px;
        }

        span:nth-child(3) {
            top: 21px;
            left: 4px;
        }

        /* Kruisje animatie */
        header.menu-open & {
            span:nth-child(1) {
                top: 14.5px;
                transform: rotate(45deg);
            }

            span:nth-child(2) {
                opacity: 0;
            }

            span:nth-child(3) {
                top: 14.5px;
                transform: rotate(-45deg);
            }
        }
    }
}


.intro {
    text-align: center;
    padding: 40px 20px;


    h1 {
        color: #ED1E79;
        text-align: center;
        font-size: 100px;
        font-weight: 400;
        line-height: 100px;
        max-width: 880px;
        margin: 0 auto;
    }

    p {
        margin: 0 auto;
        margin-top: 36px;
        font-size: 1.1rem;
        line-height: 1.6;
        font-family: "peachy-keen-jf", sans-serif;
        color: #F5F7FB;
        text-align: center;
        font-size: 23px;
        line-height: 34px;
        max-width: 794px;
        margin-bottom: 200px;
    }
}


/* Astronauten */
.astronaut-left {
    position: absolute;
    top: 383px;
    left: 0;
    max-width: 315px;
}

.astronaut-right {
    position: absolute;
    top: 380px;
    right: 0;
    max-width: 315px;
}

/* Info sectie */
.info {
    align-items: center;
    padding-left: 120px;

    h2 {
        color: #ED1E79;
        font-size: 48px;
        margin-bottom: 30px;
    }

    p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-right: 50px;
        margin-bottom: 28px;
        max-width: 577px;
    }

    .vak1 {
        display: flex;

        .ster-1 {
            width: 70%;

            img {
                max-width: 100%;
                height: auto;
            }

        }

        .text-1 {
            display: block;
            margin: 0 auto;
            margin-top: 100px;

            p {
                max-width: 577px;
            }
        }

    }

    .vak2 {
        display: flex;

        .ster-2 {
            width: 70%;

            img {
                max-width: 100%;
                height: auto;
            }

        }
    }


    .text-2 {
        margin-left: 25px;
        margin-top: 40px;
        width: 50%;

        h2 {
            max-width: 400px;
        }

        p {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 28px;
        }
    }
}


.onderdecode {
    margin-top: 150px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    color: #ED1E79;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 67.2px;

    p {
        color: #F5F7FB;
        text-align: center;
        font-size: 20px;
        font-family: "gotham", sans-serif;
        font-weight: 400;
        line-height: 28px;
        max-width: 568px;
        margin: 0 auto;
        margin-bottom: -50px;
    }
}




.workshops {
    padding: 80px 20px;
    text-align: center;

    h2 {
        color: #ED1E79;
        font-size: 40px;
        margin-bottom: 35px;
        margin-top: 250px;
    }

    p {
        margin-bottom: 100px;
        font-size: 20px;
        font-family: "gotham", sans-serif;
    }

    .card:hover {
        box-shadow: 18px 18px 53px 0px rgba(0, 0, 0, 0.75);
        transform: scale(1.05);
        transition: all 0.3s ease-in-out;
    }


    .cards {
        display: flex;
        justify-content: center;
        gap: 100px;
        flex-wrap: wrap;

        a {
            text-decoration: none;
            color: white;
        }
    }

    .card {
        padding: 20px;
        text-align: center;
        background-color: #323367;
        border-radius: 20px;

        .tekst1{
            margin-bottom: 5px;
        }

        .tekst2{
            margin-bottom: 5px;
        }


        .tekst3{
            margin-bottom: 28px;
        }


        img {
            width: 300px;
            height: 300px;
        }

        h3 {
            color: #7DC78F;
            margin: 10px 0;
            font-size: 36px;
            margin-bottom: 30px;
            margin-top: 30px;
        }

        p {
            font-size: 0.9rem;
            font-family: "gotham", sans-serif;
            font-size: 18px;
            margin-bottom: 0;
        }

        .workshop-info {
            display: flex;
            width: 300px;
            flex-wrap: wrap;
            gap: 22px;
            margin-top: 20px;
        }

        .border {
            width: 119.008px;
            height: 29px;
            border-radius: 15px;
            border: 1px solid #ED1E79;
        }

        .klik-hier {
            border-radius: 15px;
            background-color: #ED1E79;
            margin: 0 auto;
            margin-top: 20px;
            padding: 5px 5px;
            width: 100px;
            box-shadow: 8px 7px 12px -5px rgba(0, 0, 0, 0.72);
        }
    }
}


.contact-form {
    max-width: 1200px;
    width: 90%;
    margin: 60px auto 0 auto;
    margin-bottom: 150px;
    margin-top: 100px;
    background: #FEE56D;
    border-radius: 48px;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;

    h3 {
        color: #ED1E79;
        font-family: "peachy-keen-jf", sans-serif;
        font-size: 40px;
        margin-bottom: 24px;
        text-align: center;
    }

    p {
        color: #1D1E51;
        font-family: "gotham", sans-serif;
        font-size: 20px;
        margin-bottom: 32px;
        text-align: center;
        max-width: 630px;
    }

    .email-input {
        width: 100%;
        max-width: 420px;
        padding: 16px 24px;
        border-radius: 32px;
        border: none;
        font-size: 20px;
        margin-bottom: 24px;
        background: #fff;
        color: #1D1E51;
        box-sizing: border-box;
        outline: none;
        text-align: center;
    }

    .knop {
        width: 100%;
        max-width: 426px;
        background: #ED1E79;
        border-radius: 32px;
        padding: 16px 0;
        cursor: pointer;
        margin-bottom: 0;
        text-align: center;

        p {
            color: white;
            font-family: "gotham", sans-serif;
            font-size: 22px;
            font-weight: bold;
            margin: 0;
            letter-spacing: 0.5px;
        }

        &:hover {
            background: #c81a67;
        }
    }

    position: relative;
    /* Zorg dat .astronaut-contact absoluut kan positioneren binnen deze div */
}

.astronout-contact {
    position: absolute;
    right: -80px;
    /* schuif buiten de gele box */
    bottom: -150px;
    /* schuif iets naar beneden */
    z-index: 2;
    pointer-events: none;

    img {
        max-width: 290px;
        width: 100%;
        height: auto;
        display: block;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .contact-form {
        max-width: 98vw;
        padding: 32px 8px;
        border-radius: 32px;

        h3 {
            font-size: 32px;
        }

        p {
            font-size: 16px;
            max-width: 50vw;
        }
    }

    .astronout-contact {
        right: -20px;
        bottom: -20px;

        img {
            max-width: 160px;
        }
    }

    .custom-play svg {
        width: 80px;
        height: 80px;
    }

    .skip-btn {
        font-size: 1rem;
        padding: 8px 12px;
    }
}

@media (max-width: 600px) {
    .custom-play svg {
        width: 16vw;
        height: 16vw;
        max-width: 70px;
        max-height: 70px;
    }

    .skip-btn {
        font-size: 4vw;
        padding: 2vw 4vw;
    }
}

@media (max-width: 500px) {
    .contact-form {
        padding: 18px 2vw;
        border-radius: 18px;
    }
}

h3 {
    color: #7DC78F;
    margin: 10px 0;
}

p {
    font-size: 0.9rem;
    font-family: "gotham", sans-serif;
}

/* Team */
.team {
    padding: 80px 20px;
    text-align: center;
    margin-top: 20px;
}

.team h2 {
    font-size: 1.8rem;
    margin-bottom: 45px;
    margin-top: 54px;
    color: #ED1E79;
    font-size: 48px;
}

.team-members {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    flex-wrap: wrap;
    margin-bottom: 47px;

    h4 {
        color: #7DC78F;
        text-align: center;
        font-size: 36px;
        line-height: 67.2px;
        font-style: normal;
        margin-top: 45px;
    }


}

.rey img,
.yris img {
    max-width: 181.039px;
}

.lian img {
    max-width: 266.936px;
}

.bas img {
    max-width: 235px;
}

.bas h4 {
    margin-top: 10px;
}

.rey h4 {
    margin-top: 25px;
}

.yris h4 {
    margin-top: 60px;
}

.ufo-animatie {
    margin: 0 auto;

    img {
        max-width: 201px;
        align-items: center;
    }
}

/* Footer */
footer {
    background: #6C64AD;
    color: #1D1E51;
}

footer img {
    z-index: 999;
    margin-bottom: -3px;
    margin-left: 45%;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;
    flex-wrap: wrap;


    a {
        font-family: "gotham", sans-serif;
        color: #F5F7FB;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        display: block;
        margin: 5px 0;
    }

    .footer-logo {
        margin-left: -170px;
        margin-top: 50px;
    }

    p {
        color: white;
    }
}

footer h3 {
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 67.2px;
}

.footer-content img {
    max-width: 171px;
}


.workshop-intro {
    display: flex;
    gap: 101px;
    padding: 5% 5%;

    h1 {
        color: #ED1E79;
        text-align: center;
        font-size: 80px;
        margin-bottom: 66px;
    }

    p {
        color: white;
        font-family: "peachy-keen-jf", sans-serif;
        font-size: 20px;
        max-width: 692px;
        margin-bottom: 25px;
        line-height: normal;
    }

    .intro-image img {
        max-width: 407px;
    }
}

.download-button1 {
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 140px;
    margin-top: -60px;

    p {
        max-width: 485px;
        color: white;
        font-size: 20px;
        line-height: 28px;
    }

    .download-button {
        border-radius: 15px;
        background: #F5F7FB;
        width: 350px;
        height: 52px;
        padding-top: 6px;
        color: #7DC78F;
        text-align: center;
        font-size: 20px;
    }
}

.tags {
    padding-left: 15%;
    margin-top: 120px;
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;

    .tag {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }

    p {
        color: white;
        font-family: "gotham", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-right: 90px;
        margin-left: 40px;
    }

    .border {
        border: 1px solid #ED1E79;
        width: 119.008px;
        height: 29px;
        border-radius: 15px;
        text-align: center;
        padding-bottom: 10px;
        align-items: center;
        justify-content: center;

        p {
            margin: 0 auto;
        }
    }
}


.planeetmetring {
    position: absolute;
    top: 1420px;
    right: 0;
    max-width: 320px;
    width: 28vw;
    z-index: 1;
    pointer-events: none;
}



.hoe {
    color: #ED1E79;
    text-align: center;
    font-size: 40px;
    padding: 5% 5%;
    margin-bottom: -30px;
    margin-top: 20px;
}

.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
    gap: 123px;
    max-width: 880px;
    flex-wrap: wrap;
    padding: 5% 5%;

    p {
        font-size: 20px;
        margin-left: 5%;
        margin-right: 5%;
    }

    h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.grid .img-text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 250px;
    margin: 0 auto;
}

.grid .workshop-text {
    max-width: 450px;
    margin-left: 60px;
}

.grid .workshop-image {
    margin: 0;
}

.klaar {
    color: #ED1E79;
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    margin-top: 200px;
}

.download-section {
    display: flex;
    flex-wrap: wrap;
    gap: 140px;
    padding-left: 15%;
    margin-bottom: 250px;

    p {
        max-width: 485px;
        color: white;
        font-size: 20px;
        line-height: 28px;
    }

    .download-button {
        border-radius: 15px;
        background: #F5F7FB;
        width: 350px;
        height: 52px;
        padding-top: 6px;
        color: #7DC78F;
        text-align: center;
        font-size: 20px;
        margin-top: 25px;
    }
}


.gelezon {
    position: absolute;
    left: 0;
    top: 2800px;
    max-width: 320px;
    width: 28vw;
    z-index: 1;
    pointer-events: none;
}


.dit {
    color: #ED1E79;
    text-align: center;
    font-size: 48px;
    margin-top: 192px;
    margin-bottom: 50px;
    padding: 5% 5%;
}

.werkjes {
    display: flex;
    flex-wrap: wrap;
    max-width: 996px;
    gap: 109.5px;
    margin: 0 auto;
    margin-bottom: 400px;
    justify-content: center;
    /* Voeg deze regel toe */
    align-items: flex-start;
    /* Of gebruik center als je verticaal wilt centreren */
}

.werkjes img {
    display: block;
    margin: 0 auto;
    /* Zorgt dat losse images binnen hun container centreren */
    max-width: 100%;
    height: auto;
}



@media (max-width: 1350px) {


    .vak1,
    .vak2 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .astronaut-right {
        position: absolute;
        top: 750px;
        right: 0;
        max-width: 220px;
    }

    .header {
        padding-left: 10px;
        gap: 15px;
    }

    .workshops {
        h2 {
            margin-top: 100px;
        }
    }

    .planeetmetring {
        top: 1000px;
    }


    .workshop-intro {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;

        h1 {
            font-size: 40px;
        }

        .intro-image {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 30px;
            display: flex;
            justify-content: center;
            width: 100%;
        }

        .intro-image img {
            margin-top: 70px;
            margin: 0 auto;
            display: block;
            max-width: 100%;
            height: auto;
        }
    }

    .download-button1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 40px;

        .download-button {
            width: 60vw;
            max-width: 350px;
            min-width: 180px;
            margin: 0 auto;
        }

    }


    .info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2rem;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .vak1,
    .vak2 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
    }

    .vak1 {
        padding-left: 20px;
    }


    .text-1,
    .text-2 {
        display: flex !important;
        flex-direction: column;
        order: 1;
        width: 100%;
        margin: 0 auto;
        margin-left: 10px;
    }

    .text-2 {
        width: 100% !important;
        margin-top: 40px;
    }

    .ster-1,
    .ster-2 {
        order: 2;
        margin-top: 1rem;
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ster-1 img,
    .ster-2 img {
        max-width: 150px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .tags {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 5% 5%;

        .tag {
            display: flex;
            flex-direction: row;
            gap: 18px;
            width: 100%;
            max-width: 350px;
            margin-bottom: 0;
        }

        .border {
            p {
                margin-left: 0;
            }
        }

        p {
            margin: 0;
            min-width: 120px;
        }
    }


    .download-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;

        p {
            max-width: 390px;

        }

        a {
            margin: 0 auto;
            display: block;
            float: none;
            margin-top: -100px;
        }


    }

    .gelezon {
        position: absolute;
        left: 0;
        top: 2900px;
        max-width: 320px;
        width: 28vw;
        z-index: 1;
        pointer-events: none;
    }

}

@media (max-width: 1200px) {



    .astronaut-left {
        position: absolute;
        top: 500px;
        left: -30px;
        max-width: 290px;
    }

    .intro {

        p {
            font-size: 20px;
            width: 476px;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 335px;
        }

        h1 {
            width: 603px;
            color: #ED1E79;
            text-align: center;
            font-size: 70px;
            line-height: 70px;
        }
    }

}

@media (max-width: 1116px) {

    .grid {

        padding: 0;
        margin-left: 15%;
        margin-right: 15%;



        .img-text {
            flex-wrap: wrap;
            margin: 0 auto;
            text-align: center;
            margin-left: 0;
            margin-bottom: 180px;

            .workshop-text {
                margin: 0 auto;
            }

            .workshop-image {
                margin: 0 auto;
                margin-bottom: 20px;
            }
        }
    }

    .klaar {
        font-size: 40px;
    }


    .dit {
        font-size: 20px;
    }

    .hoe {
        margin-bottom: 20px;
    }
}



@media (max-width: 834px) {
    .gelezon {
        display: none;
    }

    .planeetmetring {
        display: none;
    }

    header {
        display: flex;
        gap: 25%;
        align-items: center;
    }

}

@media (max-width: 835px) {

    header {
        display: flex;
        flex-wrap: nowrap;
        gap: 20%;
        padding-left: 10%;
        align-items: center;
    }

}

@media (max-width: 773px) {

    .contact-form {
        height: 520px;
        margin-bottom: 100px;

        .knop {

            p {
                margin: 0 auto;
            }
        }
    }

    .astronout-contact {
        right: auto;
        bottom: -180px;
    }
}

@media (max-width: 705px) {

    .astronaut-left {
        top: 510px;
        max-width: 130px;
        left: 0px;
    }

    .astronaut-right {
        top: 550px;
        right: 0;
        max-width: 133px;
    }

    .intro {

        padding: 0;

        h1 {
            font-size: 45px;
            line-height: 45px;
            max-width: 370px;
        }

        p {
            max-width: 371px;
            font-size: 16px;
        }
    }


    footer {
        padding: 0;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 32px 4vw 0 4vw;
        text-align: center;

        .footer-menu,
        .footer-logo,
        .footer-contact {
            align-items: center !important;
            text-align: center !important;
            margin: 0 !important;
        }

        .footer-logo {
            margin: 0 !important;
            padding: 0 !important;
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer-logo img,
        .footer-logo .logo {
            margin: 0 auto;
            display: block;
            max-width: 160px;
            width: 80vw;
            height: auto;
        }
    }

    /* Zorg dat footer-afbeeldingen niet over tekst heen vallen */
    .footer-content img,
    .footer-logo img,
    .footer-logo .logo {
        max-width: 160px;
        width: 80vw;
        height: auto;
        margin-bottom: 0;
    }




    .onderdecode {

        h2 {
            font-size: 35px;
            max-width: 372px;
            margin: 0 auto;
        }

        p {

            max-width: 400px;
            font-size: 16px;
        }
    }

    .dit {
        font-size: 40px;
    }




    header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px 5%;

        a {
            display: none;
            width: 100%;
            padding: 10px 0;
            background: white;
            color: #7DC78F;
        }

        a:nth-of-type(2) {
            /* logo link blijft zichtbaar */
            display: flex;
            width: auto;
            padding: 0;
            background: none;
            border: none;
        }

        &.menu-open {

            margin-bottom: 20px;
            border: none;
            flex-wrap: wrap;
            text-align: center;

            .logo {
                display: none;
            }

            a {
                font-size: 20px;
                display: block;
                background-color: #1D1E51;
                margin-top: 5px;
            }

            a:nth-of-type(2) {
                display: flex;
            }

        }

        .hamburger {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 50px;
        }

        .logo {
            margin-left: 0;
            padding-top: 0;
        }
    }
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

.video-wrapper {
    margin-top: 150px !important;
    position: relative;
    width: 70vw;
    max-width: 900px;
    margin: 40px auto 0 auto;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border-radius: 8px;
    object-fit: cover;
}

.custom-play {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100px;
    width: 100%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    outline: none;
    transition: opacity 0.2s;
}

.custom-play svg {
    width: 10vw;
    height: 10vw;
    max-width: 120px;
    max-height: 120px;
    min-width: 40px;
    min-height: 40px;
}

.skip-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    color: #ED1E79;
    font-size: 2vw;
    font-family: "gotham", sans-serif;
    font-weight: bold;
    border-radius: 24px;
    padding: 1vw 2vw;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

#backBtn {
    left: 24px;
}

#forwardBtn {
    right: 24px;
}

.hamburger {
    display: none !important;
}

@media (max-width: 705px) {
    .hamburger {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}