:root {
    --red: #eb2337;
    --white: #ffffff;
    --blue: #2d63a8;
}

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

body {
    background: #f0f6ff;
}



.top-bar {
    background: var(--red);
    width: 100%;
}

.top-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 40px 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 70px;
    width: auto;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 100px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 20px;
}

.main-nav a {
    color: var(--white);
    text-decoration: none;
    position: relative;
    font-family: "bebas-neue-rounded", sans-serif;
    font-weight: 100;
}

.main-nav a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--white);
}



.hero {
    padding: 100px 0;
}

.hero-inner {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0 40px;
}

.hero-image img {
    width: 600px;
    height: auto;
    display: block;

}

.hero-text {
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-title {
    font-family: "Love Days", sans-serif;
    font-size: 80px;
    margin-bottom: 25px;
}

.title-line1 {
    display: inline-block;
    white-space: nowrap;
}

.title-blue {
    color: var(--blue);
}

.title-red {
    color: var(--red);
}

.hero-subtext {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
    max-width: 500px;
    margin: 0 auto;
}

@font-face {
    font-family: "Love Days";
    src: url("fonts/Love\ Days.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



.cta-button {
    display: inline-block;
    padding: 6px 16px;
    background: var(--red);
    color: white;
    font-family: "Love Days", sans-serif;
    font-size: 14px;
    border-radius: 24px;
    border: 7px solid white;
    text-decoration: none;
    margin-top: 22px;

}

.cta-button:hover {
    background: white;
    color: var(--red);
    border-color: var(--red);
    transition: all 0.25s ease;
}



.cookie-section {
    width: 100%;
    background-image: url("images/bergen.png");
    background-size: cover;
    background-position: top center;
    background-position-y: -510px;
    padding: 450px 0 800px 0;
}

.cookie-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 160px;
}


.cookie-text {
    max-width: 750px;
    color: white;
    text-align: left;
    margin-top: -150px;
}

.cookie-title {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: var(--red);
    white-space: nowrap;
    display: inline-block;
}

.cookie-text p {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 10px;
    color: white;
    text-align: left;
}



.cookie-image img {
    width: 400px;
    height: auto;
    display: block;
    transform: rotate(6deg);
    margin-top: -150px;
}






.why-section {
    text-align: center;
    margin-top: -80px;
    padding: 60px 0 120px;
    margin-top: -700px;
}

.why-title {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: var(--blue);
    padding: 10px 100px;
    border-radius: 40px;
    display: inline-block;
}


.why-section {
    padding: 80px 0 120px;
}

.why-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.why-image {
    width: 450px;
    height: auto;
    margin-top: 100px;
    margin-left: 50px;
}



.why-icons {
    display: flex;
    justify-content: center;
    margin-left: 130px;
    margin-top: 90px;
}

.icons-image {
    width: 60px;
    height: auto;
}


.why-text {
    max-width: 450px;
}

.why-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 20px;
    margin-top: 90px;
}

.why-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.why-icon {
    width: 55px;
    height: auto;
}

.why-row p {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 30px;
    color: var(--blue);
    margin: 20px 0;
}





.fun-section {
    text-align: left;
    margin-top: 80px;
}

.fun-title {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: var(--blue);
    padding: 12px 40px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 50px;
}


.fun-image-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

}

.fun-image {
    width: 100%;
    height: auto;
    display: block;
}


.fun-description {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #3161a5;
    text-align: left;
    max-width: 900px;
    margin: 40px auto 80px;
    /* ruimte boven + onder */
}






.about-section {
    background-image: url("images/blauw\ kader.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    padding: 120px 0;
    position: relative;
}



.about-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    padding: 100px 40px;
}


.about-text {
    max-width: 600px;
    text-align: left;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: -200px;

}

.about-title {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: #fcc5c5;
    padding: 60px 0px;
    border-radius: 20px;
    display: inline-block;
    white-space: nowrap;
}








.andere-smaken {
    background-image: url("images/BergEnCheetah.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    display: flex;
    align-items: center;

}

.andere-smaken-content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: 40px;
    padding: 60px 40px;
    text-align: right;
    margin-top: -300px;
}

.andere-smaken h2 {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: var(--blue);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
display: inline-block;
}





.blijf-op-de-hoogte {
    background-color: #ffffff;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
}


.blijf-op-de-hoogte-content {
    max-width: 700px;
    padding: 20px;
}

.form-field label {
    display: block;
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 22px;
    color: var(--blue);
    margin-bottom: 8px;
    display: block;
    font-family: "bebas-neue-rounded", sans-serif;
   
    font-size: 28px;
    color: var(--blue);
   
    margin-bottom: 10px;
    text-align: left;
}


.blijf-op-de-hoogte h2 {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 64px;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blijf-subtext {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 20px;
    color: #333;
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.4;
}

.blijf-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.blijf-form input {
    width: 360px;
    padding: 12px 16px;
    font-size: 18px;
    font-family: "Sofia Sans Condensed", sans-serif;
    border: 1px solid var(--red);
    border-radius: 8px;
    outline: none;
}


.blijf-form button {
    display: inline-block;
    padding: 6px 16px;
    background: var(--red);
    color: white;
    font-family: "Love Days", sans-serif;
    font-size: 14px;
    border-radius: 24px;
    border: 7px solid #eef1f9;
    text-decoration: none;
    margin-top: 22px;
}



.cookie-info {
    margin-top: 50px;
    font-size: 24px;
    color: #000000;
    font-family: "Sofia Sans Condensed", sans-serif;
}









.power-footer {
    position: relative;
    background-color: #eb2337;

    background-image: url("images/bergen_hol.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 180px;
    font-family: "Sofia Sans Condensed", sans-serif;
}



.power-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}


.footer-logo img {
    max-width: 320px;
    height: auto;
    display: block;
}


.footer-info h3 {
    font-family: "bebas-neue-rounded", sans-serif;
    font-size: 28px;
    margin-bottom: 16px;
}

.footer-info p {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 4px 0;
}

.footer-info a {
    color: #ffffff;
    text-decoration: none;
}


.footer-tab {
    position: absolute;
    top: 0;
    right: 80px;
    width: 110px;
    height: auto;
}

.footer-credits {
    width: 100%;
    text-align: center;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 40px;
}


