html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
}

main {
    margin-top: 70px;
}

section {
    padding: 50px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.padding {
    padding: 50px 15px 50px 15px;
}

h1 {
    color: #FDA82F;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    font-family: "Source Serif 4";
    font-size: 3.2em;
    font-weight: 800;
}

h2 {
    color: #FDA82F;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    font-family: "Source Serif 4";
    font-size: 2.9em;
    font-weight: 800;
    line-height: 30px;
}

#contact-section h2 {
    margin-bottom: 20px;
}

h3 {
    color: #FFFFFF;
    font-family: "Source Serif 4";
    font-size: 1.8rem;
    font-weight: 700;
}

h4 {
    color: #BD090F;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 1.25rem;
    font-weight: 700;
}

.small-h4 {
    font-size: 1rem;
}

.card-h4 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 24px;
}

h5 {
    color: var(--Color-9, #FDA82F);
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 24px; /* 80% */
}

.card-h5 {
    font-size: 3rem;
}

h6 {
    color: var(--Color-9, #FDA82F);
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 24px; /* 240% */
}

p {
    color: #D9D9D9;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
}

p a:hover {
    text-decoration: underline;
}

.light-p {
    margin-top: -25px;
    color: #8f8f8f;
    text-shadow: none;
}

.black-p {
    color: #000000;
    text-shadow: none;
}

.dark-p {
    color: #222222;
    font-size: 0.8rem;
}

.left-p {
    text-align: left;
}

strong {
    color: #BD090F;
    font-family: "Nunito Sans";
    font-size: 1rem;
    font-weight: 700;
}

button {
    cursor: pointer;
}

.red-button {
    background-color: #BD090F;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 50px;
    border-radius: 10px;
    color: #D9D9D9;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    font-family: "Nunito Sans";
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    transition: 200ms ease-in-out;
}

.red-button:hover {
    background-color: #FDA82F;
    color: #000000;
}

.red-button-large {
    width: 100%;
    display: block;
}

.black-button-card {
    background-color: #000000;
    width: 100%;
}

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

input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
}


/* NAVBAR */
header {
    background-color: #000000;
    height: 70px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px 0px 20px;
    z-index: 999;
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.nav-links-container {
    display: none;
}

.nav-link {
    font-family: "Nunito Sans";
    font-weight: 600;
    color: #FDA82F;
    font-size: 1rem;
    font-weight: bold;
    transition: 100ms ease-in-out
}

.nav-link:hover {
    color: #BD090F;
}

.navbar-logo {
    height: 50px;
    width: 50px;
}

.pop-up {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000000;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
}

.pop-up ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pop-up a {
    font-family: "Nunito Sans";
    font-weight: 600;
    color: #FDA82F;
    font-size: 1rem;
    font-weight: bold;
    transition: 100ms ease-in-out
}

.pop-up a:hover {
    color: #BD090F;
}

.pop-up.active {
  display: flex;
}

/* HOME */
/* HERO SECTION */
.hero-section {
    background-color: #222222;
    background-image: 
    linear-gradient(rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9)),
    url(../img/boxer-dark.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 70px 36px rgba(0, 0, 0, 0.25) inset;
    gap: 0px;
}

.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    width: 250px;
    height: 250px;
}

/* WIE ZIJN WIJ SECTION */
.wie-zijn-wij-section {
    background-color: #222222;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.35) inset;
}

.trainers-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.trainer-portret {
    background-image: url(../img/profile-icon.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 220px;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* ONS AANBOD SHORT */
.ons-aanbod-short-section {
    background-color: #373737;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35) inset;
    padding-bottom: 70px;
}

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

.red-button:hover {
    background-color: #FDA82F;
    color: #000000;
}

/* FACT SECTION */
.fact-section {
    background-color: #252525;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.50) inset;
    padding: 20px 0;
    margin-top: -25px;
}

.fact-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.fact-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* CONTACT SECTION*/
.contact-section {
    background-image:
    linear-gradient(rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9)),
    url(../img/high-kick-ring.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 18px;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.form-field {
    background-color: white;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.form-field-large { 
    height: 155px;
    padding-top: 10px;
}

.red-button-large {
    width: 100%;
    display: block;
}

/* BELANGRIJKE INFO SECTION */
.belangrijke-info-section {
    background: linear-gradient(to top, #0c0c0c 0%, #1A1A1A 100%);
}

.belangrijke-info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px;
}

.huisregels-img {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.50);
}

.belangrijke-info-text-container {
    background-color: #1A1A1A;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    padding: 10px 20px 20px 20px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.50);
}

.algemene-voorwaarden-img {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.50);
}

/* FOOTER */
footer {
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
    width: fit-content;
}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: fit-content;
}

.trainingstijden-div {
    display: flex;
    gap: 15px;
    width: 100%;
}

footer div a img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    opacity: 0.1;
}

.dagen {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.footer-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.juridisch-container {
    width: fit-content;
    margin-top: 30px;
}

/* ONS AANBOD */
/* ONS AANBOD SECTION */
.ons-aanbod-section {
    background-image:
    linear-gradient(rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9)),
    url(../img/boxers-fighting.jpg);
}

/* ABONNEMENTEN SECTION */
.abonnementen-section {
    background-color: #1A1A1A;
}

.abbo-card-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    margin-top: 20px;
}

.abbo-card {
    background-color: #FFFFFF;
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    width: 250px;
    height: 370px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    transition: 200ms ease-in-out
}

.abbo-card:hover {
    transform: scale(1.05);
}

.card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

/* CONTACT SECTION 2 */
.contact-section-2 {
    background-color: #0c0c0c;
    background-image: none;
}


/* RESPONSIVE */
@media (max-width: 570px) {

    h1 {
        font-size: 2.1rem;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 0.9rem;
    }

    .small-h4 {
        font-size: 0.9rem;
    }

    p {
        font-size: 0.8rem;
        line-height: 20px;
    }

    strong {
        font-size: 0.8rem;
    }

    .red-button {
        padding: 10px 40px;
        font-size: 0.8rem;
    }

    .hero-logo {
        width: 200px;
        height: 200px;
    }

    .trainer-portret {
        width: 120px;
        height: 165px;
    }

    .abbo-card-container {
        grid-template-columns: auto;
    }

}

@media (min-width: 768px) {

    header {
        height: 90px;
    }

    .trainers-container {
        display: flex;
        gap: 30px;
    }

    .hero-section {
        flex-direction: row;
    }

    .form-field {
        max-width: 700px;
    }

    .red-button-large {
        max-width: 700px;
    }

    .belangrijke-info-text-container {
        max-width: 700px;
    }

    .huisregels-img {
        max-width: 700px;
    }

    .algemene-voorwaarden-img {
        max-width: 700px;
    }

    .abbo-card-container {
        grid-template-columns: auto auto;
    }

    .footer-align {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: fit-content;
    width: 600px;
    }

    .juridisch-container {
        margin-top: 30px;
    }

    .burger {
        display: none;
    }

    .nav-links-container {
        display: flex;
        flex-direction: row;
        gap: 80px ;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4.8rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    p {
        max-width: 1100px;
    }

    .small-width-p {
        max-width: 900px;
    }

    .fact-container {
        max-width: 1700px;
    }

    .belangrijke-info-section {
        height: 950px;
        justify-content: start;
    }

    .belangrijke-info-container {
        position: relative;
        width: 1000px;
    }

    .huisregels-img {
        position: absolute;
        top: 10;
        left: 0;
        height: 364px;
        width: 521px;
        z-index: 100;
    }

    #text-container-1 {
        position: absolute;
        width: 564px;
        height: 200px;
        z-index: 110;
        top: 50;
        right: 0;
    }

    #huisregels-button {
        position: absolute;
        z-index: 120;
        width: 470px;
        top: 259;
        right: 0;
    }

    .algemene-voorwaarden-img {
        position: absolute;
        height: 364px;
        width: 521px;
        top: 374;
        right: 0;
        z-index: 130;
    }

    #text-container-2 {
        position: absolute;
        width: 564px;
        height: 200px;
        z-index: 110;
        top: 414;
        left: 0;
        z-index: 140;
    }

    #algemene-voorwaarden-button {
        position: absolute;
        z-index: 160;
        width: 470px;
        top: 624;
        left: 0;
    }

    .abbo-card-container {
        grid-template-columns: auto auto auto auto;
    }


}