html {
    height: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
    background-attachment: fixed;

}


@font-face {
    font-family: 'Original Surfer';
    src: url('../Font/OriginalSurfer-Regular.ttf') format('truetype');
}

* {
    font-family: 'Original Surfer';
    color: white;
    text-decoration: none;
}

header {
    background-image: linear-gradient(to bottom, #67A9C6, #1E94C6);
    background-attachment: fixed;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.4fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "logo nav";
    align-items: center;
}

.nav {
    grid-area: nav;
    display: grid;
    grid-auto-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "Home About Games Contact";
}

.home {
    grid-area: "Home";
    margin-left: 5%;
    font-size: 1.5vw;
}

.about {
    grid-area: "About";
    margin-left: 5%;
    font-size: 1.5vw;
}

.games {
    grid-area: "Games";
    margin-left: 5%;
    font-size: 1.5vw;
}

.contact {
    grid-area: "Contact";
    margin-left: 5%;
    font-size: 1.5vw;
}


.opDeHoogte-section,
.mail-section,
.container,
.container1 {
    background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
    width: 95%;
    margin-left: 2.5%;
    border-radius: 25px;
    margin-top: 5%;
}

.logo {
    grid-area: "logo";
}

.logo img {
    width: 100px;
    height: auto;
    margin: 10px 20px;
    grid-area: "logo"
}

.logo {
    background-image: linear-gradient(to bottom, #67a9c600, #1e94c600);
}

h1,
p {
    padding: 1%;
}

p {
    margin-bottom: 10%;
    margin-left:3%;
}

.opDeHoogte-section {
    height: fit-content;
}

.bullet-points {
    margin-left: 4%;
    margin-top: -5%;
    padding-bottom: 10%;
}
h1 {
    font-size: clamp(2.5vh, 3vw, 5vh);
    margin-bottom: 1vh;
}


footer {
    background-color: #AD9C65;
    height: 10%;
    margin-top: 5%;

}

footer img {
    width: 7%;
    height: auto;
    margin-top: -5%;
    margin-left: 6%;
}

.coral {
    margin-left: 70%;
    margin-top: -5%;
}


nav a {
  transition: transform 0.2s ease, text-shadow 0.4s ease;
}

nav a:hover {
  transform: scale(1.05);
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

nav a:active {
  transform: scale(1.1);
  text-shadow: 0 4px 10px rgb(1, 22, 255);
}

.container1 {
    width: 35vw;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    column-gap: 2vw;
    row-gap: 0;
    justify-content: space-between;
    padding: 10px;
    margin: 0 auto;
    margin-top: 2%;
}

.icon {
    width: clamp(2vw, 3vw , 3vw);
    height: clamp(2vw, 3vw , 3vw);
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    filter: drop-shadow(0.5px 3px 2px black);
}



.icon:hover {
    transform: scale(1.1);
}


.container{display:flex;
flex-direction: row;
justify-content: space-evenly;
background-image: none;}

.instagram {
    background-image: url('../images/instagram.png');
}

.facebook {
    background-image: url('../images/facebook.png');
}

.webshop {
    background-image: url('../images/social.png');
}

.social1,.social2,.social3{
    display: flex;
    justify-content: center;
    margin: 2%;
    width: clamp(7% , 10%, 30%);
    padding: 0.7rem 2.5rem;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
}




.mail-section{

    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 1%;
    margin-top: 5%;
    width: 93%;
    height:60%;

}

#contextInput {
    margin-top: 1%;
    width: 95%;  
    height: 200px;;
    padding: 0.7vw;
    border-radius: 10px;
    border: none;
       background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 2%;
    resize: vertical;        
    overflow-y: auto;      
}

.emailText {
    margin-left: 2%;
}

#contextInput::placeholder{color:white;}

#emailInput {
    width: 95%;
    height:10%;
    padding: 0.7vw;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin-left: 2%;
}

#emailInput::placeholder{color:white;}

#contextInput:focus,
#emailInput:focus {
    outline: none;
}

#sendButton {
    display: flex;
    margin: 2%;
    width: clamp(7% , 10%, 30%);
    padding: 0.7rem 2.5rem;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to bottom, #73A7BE, #072F6B);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: -1%;

    justify-content: center;
}

.emailText {
    font-size: clamp(1rem , 2.7vw, 7vw);
    margin-bottom: 1.5vh;
    margin-top:s 0;
}

#sendButton:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

}

@media screen and (min-width:601px) {
    .mail-section{
        height: fit-content;
    }

      #emailInput{
        height: 6vw;
    }
    
}

@media (max-width: 600px) {
    .icon {
        width: 5vw;
        height: 5vw;
    }
    .container1{
        width: 40vw;
    }
    
    .mail-section{
        text-align: center;
        height: fit-content;
    }

    #emailInput{
        height: 7vw;
    }

    .opDeHoogte-section h1 {
        text-align: center;
    }

    .opDeHoogte-section p, .opDeHoogte-section ul {
        margin-left: 20%;
    }

}

::-webkit-scrollbar {
    width: 12px; 
    background-color: #4224abbd;
}

::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #73a7be, #072f6b); /* Color of the track */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #73a7be, #072f6b); /* Color of the thumb (draggable part) */
    border-radius: 6px; /* Rounded corners */
    border: solid 1px #ad9c65;
}

::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(to bottom, #73a7be, #072f6b); /* Hover color for the thumb */
    }
    .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 30px;
    cursor: pointer;
    margin-right: 20px;
}

.hamburger .bar {
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
}
/* Show hamburger on smaller screens */
@media screen and (max-width: 750px) {
    .hamburger {
        display: flex;
    }

    .nav {
        position: absolute;
        top: 5px;
        right: 0px;
        background: linear-gradient(to bottom, #73A7BE, #072F6B);
        flex-direction: column;
        width: 150px;
        display: none; 
        border-radius: 10px;
        padding: 10px ;
    }

    .nav a {
        margin: 10px;
    }

    .nav.active {
        display: flex; 
    }
}