@import url(roots.css);
@import url(media.css);


body{
    color: var(--text-color);    
    background-image: url('../image/Background.png'); background-size: cover;
    background-repeat: no-repeat;
}





/* START HEADER */

header{
    position: fixed;
    width: 100%;
    height: 5rem;
    top: 0;
    right: 0;
    z-index: 1000;
    background: var(--second-bruin);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 9%;
    transition: all .55s ease;
    box-shadow: var(--shadow_bruin);
}
.logo{
    margin-top: 1%;
    font-size: 35px;
}
.logo img{
    max-height: 80px;
    max-width: 180px;
    width: 100%;
}
.navmenu{
    display: flex;
}
.navmenu a{
    font-family: var(--main_title);
    display: inline-block;
    margin: 0 30px;
    color: var(--main-bruin);
    font-size: 1.3rem;
    font-weight: 300;
    transition: all .6s;
}
.navmenu a:hover{
    transform: translateY(-5px);
    color: var(--main-groen);
}
.nav-right{
    display: flex;
    align-items: center;
}
.nav-right .nav-btn{
    font-family: var(--main_title);
    display: inline-block;
    background-color: var(--main-geel);
    color: var(--main-grijs);
    padding: 12px 35px;
    font-size: 1.2rem;
    font-weight: 400;
    border: .1rem solid var(--main-bruin);
    border-radius: 2rem;
    transition: all .5s ease;
}
.nav-right .nav-btn:hover{
    background-color: var(--main-groen);
    color: var(--main-wit);
    transform: scale(1.1);
    font-weight: 300;
}
#menu-icon{
    font-size: 2.8rem;
    z-index: 10001;
    cursor: pointer;
    display: none;
}


/* EINDE HEADER */




/* START HERO */

.hero{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 6%;
}
.hero-image img{
    height: 550px;
    width: 550px;
}
.hero-text h5{
    font-family: var(--main_title);
    color: var(--main-wit);
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.hero-text h1{
    font-family: var(--main_title);
    font-size: 3.4rem;
    color: var(--main-bruin);
    font-weight: 600;
    margin: 8px 0;
}
.hero-text p{
    font-family: var(--main_title);
    font-weight: 500;
    color: var(--main-grijs);
    line-height: 1;
    margin: 0 0 35px;
    font-size: 2.6rem;
    width: 100%;
}
.hero-text a{
    display: inline-block;
    padding: 13px 28px;
    background: var(--main-bruin);
    color: var(--main-wit);
    font-family: var(--main_title);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
    border: .1rem solid transparent;
    border-radius: 2rem;
    transition: all .6s;
}
.hero-text a:hover{
    transform: translateY(-8px);
    border: .1rem solid var(--main-bruin);
    background: transparent;
    color: var(--main-grijs);
}
.hero-text .btn-2{
    margin-left: 12px;
    background-color: transparent;
    border: .1rem solid var(--main-paars);
    font-family: var(--main_content);
    color: var(--main-wit);
    font-size: 1.1rem;
    font-weight: 700;
}
.hero-text .btn-2:hover{
    background-color: var(--main-wit);
    color: var(--main-paars);
    border: .1rem solid var(--main-blauw);
}
.hero-text a i{
    margin-left: 2px;
}

/* PALM BOX */
.palm-box{
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
}
.palm-box .top-left{
    left: -300px;
    top: -120px;
    display: flex;
    position: absolute;
    z-index: -1001;
    animation: imgg 4s ease-in-out infinite;
    animation-delay: .2s;
    transform: scaleY(-1);
}
.palm-box .top-center{
    left: 12%;
    top: -230px;
    display: flex;
    position: absolute;
    z-index: -1001;
    animation: img2 4s ease-in-out infinite;
    animation-delay: .2s;
}
.palm-box .top-right{
    top: -272px;
    right: 5%;
    display: flex;
    position: absolute;
    z-index: -1001;
    animation: imgg 4s ease-in-out infinite;
    animation-delay: .2s;
}
.palm-box .top-center-right{
    top: -272px;
    right: 25%;
    display: flex;
    position: absolute;
    z-index: -999;
    animation: img2 4s ease-in-out infinite;
    animation-delay: .2s;
}
.palm-box .top-left img{
    display: flex;
    width: 600px;
    height: 500px;  
    transform: rotate(90deg);
}
.palm-box .top-center img{
    display: flex;
    width: 750px;
    height: 650px;
    transform: rotate(90deg) scaleY(-1);
}
.palm-box .top-right img{
    display: flex;
    width: 600px;
    height: 500px;    
    transform: rotate(-280deg) scaleY(-1);
}
.palm-box .top-center-right img{
    display: flex;
    width: 650px;
    height: 550px;    
    transform: rotate(-280deg);
}


@keyframes imgg{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(12deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes img2{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(12deg);
    }
    100%{
        transform: rotate(0deg);
    }
}






/* IMAGE BOX */
.image-box{
    position: absolute;
    bottom: 7%;
    right: 9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 30px;
}
.box{
    padding: 8px 20px;
    background: linear-gradient(25059deg, #EFF2C7 0%, #FCCF9C 28.53%, #8CC440 75.52%);
    box-shadow: var(--shadow_bruin);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    border: .1rem solid var(--main-grijs);
    border-radius: 1.4rem;
    transition: all .2s ease-in-out;
}
.box:hover{
    cursor: pointer;
    transform: translateY(-3px);
    background: var(--main-groen);
    box-shadow: var(--shadow_groen);
}
.box-img{
    height: 65px;
    width: 65px;
    object-fit: cover;
}
.box-img img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.box-text{
    margin-top: 15px;
}
.box-text h5{
    font-size: 1rem;
    color: var(--main-grijs);
    font-weight: 300;
    font-family: var(--sub_title);
}
.box-text a{
    font-size: .8rem;
    font-family: var(--main_content);
    color: var(--main-bruin);
    font-weight: 700;
    transition: all .6s ease;
}
.box-text a:hover{
    color: var(--second-bruin);
}


/* SOCIAL ICON */

.social-icons{
    position: absolute;
    top: 50%;
    padding: 0 9%;
    transform: translateY(-50%);
}
.social-icons i{
    display: block;
    margin: 25px 0;
    color: var(--main-grijs);
    font-size: 3rem;
    transition: all .6s;
}
.social-icons i:hover{
    color: var(--main-wit);
    transform: rotate3d(0, 0, 1, 360deg) scale(1.2);
}
.scroll-btn{
    position: absolute;
    bottom: 7%;
    left: 9%;
}
.scroll-btn a{
    font-size: 1.2rem;
    color: var(--main-geel);
}
.scroll-btn i{
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.4rem;
    color: var(--main-creme);
    background: var(--main-groen);
    border: .1rem solid var(--main-grijs);
    margin-right: 6px;
    transition: all .6s;
}
.scroll-btn i:hover{
    background: var(--main-creme);
    color: var(--main-bruin);
    transform: translateY(-2px);
}


/* EINDE HERO */




































































/* QUERYS */




/* MAX WIDTH 1740PX */

@media(max-width: 1740px){
    header{
        padding: 15px 4%;
    }
    section{
        padding: 0 10%;
    }
    .social-icons{
        padding: 0 4%;
    }
    .images-box{
        right: 4%;
    }
    .scroll-btn{
        left: 4%;
    }
}


/* MAX WIDTH 1460PX */

@media(max-width: 1460px){
    :root{
        --h1-font-size: 4rem;
        --p-font: .8rem;
        --h2-font-size: 1.1rem;
        --h3-font-size: .8rem;
        --normal-font-size: 1rem;
    }
}


/* MAX WIDTH 1240PX */

@media(max-width: 1240px){
    .social-icons{
        top: 90%;
        width: 100%;
        padding: 0 9%;
        transform: translateY(-50%);
    }
    .social-icons i{
        display: inline-flex;
        justify-content: space-between;
        font-size: 1.8rem;
        margin-left: 2%;
        color: var(--main-grijs);
    }
    .social-icons i:hover{
        color: var(--second-bruin);
    }
    section{
        padding: 0 4%;
    }
    header .navmenu a{
        font-size: 1rem;
    }
    .hero-text h5{
        font-size: 3.8rem;
    }
    .hero-text h1{
        font-size: 2.8rem;
    }
    .hero-text p{
        font-size: 2rem;
    }
    .hero-text a{
        font-size: .9rem;
    }
    .hero-text .btn-2{
        font-size: .9rem;
    }
}


/* MAX WIDTH 1050PX */

@media(max-width: 1050px){
    header .navmenu a{
        font-size: 1rem;
    }
    .nav-right .nav-btn{
        font-size: 1rem;
    }
    .scroll-btn{
        display: none;
    }
    .social-icons{
        display: none;
    }
    .logo img{
        max-height: 50px;
        max-width: 150px;
        width: 100%;
    }
    .nav-right .nav-btn{
        font-size: 1rem;
    }
    .hero{
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .nav-btn{
        padding: 8px 18px;
    }
    .hero-text a{
        padding: 8px 18px;
    }
    .hero-text{
        padding-top: 100px;
    }
    .hero-text h5{
        font-size: 3rem;
    }
    .hero-text h1{
        font-size: 2rem;
    }
    .hero-text p{
        font-size: 1.4rem;
    }
    .hero-image{
        margin: 0 auto;
    }
}



/* MAX WIDTH 870PX */

@media(max-width: 870px){
    
    #menu-icon{
        display: block;
        font-size: 2rem;
    }
    .navmenu{
        position: absolute;
        width: 100%;
        height: 100vh;
        padding: 50px 30px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 100%;
        display: flex;
        flex-direction: column;
        backdrop-filter: blur(32px);
        transition: all .6s ease-in-out;
    }
    .nav-right{
        margin-right: 10%;
    }
    .navmenu a{
        display: block;
        padding: 0;
        margin: 30px 35px 24px 30px;
        font-size: 4rem;
        color: var(--main-creme);
    }
    .navmenu a:hover{
        color: var(--second-bruin);
        transform: scale(1.1);
    }
    .navmenu.open{
        left: 0;
    }
    .image-box{
        right: 5%;
    }
    .hero-text{
        display: none;
    }
}


/* MAX WIDTH 590PX */

@media(max-width: 590px){
    .logo img{
        max-height: 70px;
        max-width: 170px;
        width: 80%;
    }
    .nav-right{
        margin-right: 15%;
    }
    .hero{
        height: 100vh;
        margin: 0 auto;
        gap: 1rem;
    }
    .hero-image img{
        height: 450px;
        width: 450px;
    }
    .image-box{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .3rem;
        align-items: center;
        justify-content: center;
        left: 5%;
    }
    .box{
        padding: 12px 18px;
    }
    .box-img{
        height: 65px;
        width: 65px;
        object-fit: cover;
        margin: 0 auto;
    }
    .box-img img{
        width: 100%;
        border-radius: .3rem;
    }
    .box-text{
        margin-top: 5px;
        font-size: .9rem;
        align-items: center;
    }
    .box-text h5{
        font-size: .8rem;
    }
    .box-text a{
        font-size: .7rem;
    }
    .palm-box .top-center-right,
    .palm-box .top-right{
        display: none;
    }
    .palm-box .top-left,
    .palm-box .top-center{
        top: -80px;
    }
    .palm-box .top-center img{
        width: 400px;
        height: 300px;
    }    
    .palm-box .top-left img{
        width: 300;
        height: 200;
    }
}


/* MAX WIDTH 400PX */

@media(max-width: 420px){
    section{
        padding: 0 8%;
    }
    header{
        padding: 5px 2%;
    }
    #menu-icon{
        padding-right: 5%;
    }
    .nav-right{
        margin-right: 18%;
    }
    .nav-right .nav-btn{
        font-size: .8rem;
        padding: 8px 18px;
    }
    .hero{
        margin: 8% auto;
        display: flex;
        flex-direction: column;
    }
    .hero-image img{
        width: 100%;
        height: auto;
    }
    .image-box{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: .3rem;
    }
    .box-img{
        height: 85px;
        width: 85px;
    }
    .box-img img{
        width: 100%;                
        border-radius: 1.2rem;
    }
    .image-box .box{
        padding: 5px 20px;
        box-shadow: var(--shadow_bruin);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 5px;
    }
    .box-text{
        margin-right: 0 auto;
        text-align: left;
    }
    .box-text h5{
        font-size: 1rem;
        color: var(--main-grijs);
        font-weight: 300;
        font-family: var(--sub_title);
    }
    .box-text a{
        font-size: .8rem;
        font-family: var(--main_content);
        color: var(--main-bruin);
        font-weight: 700;
        transition: all .6s ease;
    }
}