.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    background: #F7EBF4;
    font-family: "fredoka-variable", sans-serif;
    color: #42362D;
}

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

.header {
    display: flex;
    height: 3.4375rem;
    justify-content: space-between;
    align-items: center;

}

.menu {
    display: flex;
    align-items: center;
    gap: 5vw;
    font-size: 1rem;
    margin-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
}

.hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20%;
    margin: 5rem auto;
    margin-top: 13%;
    background-image: url(../assets/images/golf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 0.625rem;
    padding-left: 1.625rem;
}

.haai_hero {
    width: 35%;
}

.title {
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color: #42362D;
    font-family: Chaloops, serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    color: #F0DCB9;
    margin-bottom: 8%;
    max-width: 70%;
}

.Waarom .title,
.andere-smaken .title {
    max-width: none;
    text-align: center;
}

.main-button,
button {
    display: flex;
    padding: 1rem 1.8rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 6.625rem;
    background: #DB95BC;
    color: #41352D;
    font-family: Fredoka, sans-serif;
    font-size: 2.1875;
    font-weight: 400;
    border: none;
    margin-top: 1.25rem;
    width: fit-content;
}

.logo-Jawsome {
    background-color: #E0A7C8;
    padding: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 10%;
    padding-top: 4%;
    margin-left: 5%;
}

.favoriete-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 50rem;
    margin-bottom: 6.25rem;
}

section {
    margin-bottom: 10%;
}

.Elementen {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

footer {
    background-color: #DB95BC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5%;
}

footer article {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 5%;
}

p.footer {
    flex-basis: 100%;
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
    margin-top: 20px;
}

.logo_footer {
    margin-left: 5%;
}

h3 {
    text-align: right;
    font-size: 1.5rem;
    padding: 5px;
    margin: 0;
}

.favoriete-koekje {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10%;
    background-color: #EED0E3;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
}

.Waarom {
    text-align: center;
    background-color: #F7EBF4;
}

.plezier {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8%;
    background-color: #EED0E3;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    padding-left: 5%;
    padding-right: 5%;
}

.IMAGE {
    width: 70%;
}

.donuts-image {
    width: 50%;
    margin-left: 5%;
}

.tot-leven {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
    gap: 20%;
}

.bts-image {
    width: 30%;
    height: auto;
    border-radius: 1.875rem;
    margin-right: 5%;
}

.andere-smaken {
    background-color: #EED0E3; 
    padding: 1.875rem; 
    padding-top: 12.5rem; 
    padding-bottom: 12.5rem; 
    text-align: center;
}

.name-group {
    display: flex;
    gap: 1.25rem; 
    border: none;
    padding: 0;
    margin: 0;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
}

.form-field input {
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
    border-radius: 1.5rem;
}

.checkbox-field {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    font-size: 2rem;
}

.form-visual {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    height: 15rem;
}

input[type="text"],
input[type="email"] {
    background-color: #EED0E3;
    border: none;
    border-radius: 1.5rem;
}

.newsletter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5vw;
    text-align: left;
    margin-left: 5%;
}

.contact-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 70%;
    max-width: 40rem;
    margin: 0 auto;
    text-align: left;
}

.smaken {
    display: flex;
    flex-direction: row;      
    justify-content: center; 
    align-items: center;     
    gap: 5vw;               
    width: 100%;
}

.smaken img {
    width: 25%;            
    height: auto;             
    transition: transform 0.3s ease; 
}

.smaken img:hover {
    transform: scale(1.05);
}