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

@font-face {
    font-family: 'Apple Chancery';
    font-style: normal;
    font-weight: normal;
    src: local('Apple Chancery'), url('Apple Chancery.woff') format('woff');
}

@import url('https://fonts.cdnfonts.com/css/baloo-bhai-2');


#container {
    background-image: url(../img/home.jpg);
    background-size: contain;
    background-position: 100% 100%;
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

.demo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    z-index: 2000;

  }
  .demo .menu-icon {
    transform: scale(1.5);
  }
  
  :root {
    --bar-bg: #212529;
  }
  
  .menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0;
  }
  .menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
  }
  .menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--bar-bg, #000);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  }
  .menu-icon span:first-of-type {
    top: 0;
  }
  .menu-icon span:last-of-type {
    bottom: 0;
  }
  .menu-icon.active span:first-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
  }
  .menu-icon.active span:last-of-type,
  .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
  }
  .menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 22px;
  }
  @media (min-width: 1024px) {
    .menu-icon:hover span:first-of-type {
      width: 26px;
    }
    .menu-icon:hover span:last-of-type {
      width: 12px;
    }
  }
body::-webkit-scrollbar {
    display: none;
}

header li {
    padding: 47px;
    position: relative;

}

header {
    display: flex;
    justify-content: space-between;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    top: 72px;
    background: transparent;
    left: 138px;
    width: max-content;


}


ul li ul.dropdown li a {
    font-size: 30px;

}


.dropdown-knop {
    position: relative;
    z-index: 10;
}

.dropdown-link {
    padding: 0;
}

.dropdown-link:hover {
    color: #C49E18;

}

.dropmenu {
    display: block;
    transform: translateY(20px);
    animation: drop 0.5s ease-in-out;
    


}

@keyframes drop {
    from {
        transform: translateY(1px);
    }

    to {
        transform: translateY(20px);

    }
}

.knop {
    animation: knop1 0.5s ease-in-out;
    transform: translateX(20px);
}

@keyframes knop1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(20px);

    }
}

nav ul li a:hover {
    color: #C49E18;
}

nav ul {
    list-style: none;
    background-color: rgba(245, 245, 233, 0.951);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    animation: enter 0.3s ease-out;
}


@keyframes enter {
    from {
        opacity: 0;
        ;
    }

    to {
        opacity: 1;

    }
}


nav ul li a {

    color: black;
    text-decoration: none;
    font-family: 'Baloo Bhai 2', sans-serif;
    font-size: 40px;


}

























.verborgen{
    display: none;

}




.logo {
    background-image: url(../img/logo\ waffle.png);
    width: 115px;
    height: 95px;
    background-size: cover;
    background-position: 100% 100%;
    margin-left: 10px;

}





.bord {
    height: 384px;
    width: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/WAFFLE2.png);
}

.teksten {
    width: 90%;

}

.goldfont {

    color: #C49E18;
    padding: 10px;
    font-family: 'Apple Chancery';
    max-width: 400px;
    margin-left: 20px;


}



.tekst1 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Baloo Bhai 2', sans-serif;
    font-weight: 400;
    padding: 10px;
    padding-left: 10px;


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

.goldfont1 {
  font-size: 40px;
  text-align: start;
  animation: slideInFromLeft 0.5s forwards;
  opacity: 0;
}

.goldfont2 {
  text-align: center;
  font-size: 48px;
  animation: slideInFromLeft 1s forwards;
  opacity: 0;
}

.goldfont3 {
  text-align: end;
  font-size: 54px;
  animation: slideInFromLeft 1.6s forwards;
  opacity: 0;
}

.box1{
    animation: slideInFromLeft 0.4s forwards;
    opacity: 0;
}

.box2{
    animation: slideInFromLeft 0.8s forwards;
    opacity: 0;
}

.box3{
    animation: slideInFromLeft 1s forwards;
    opacity: 0;
}


.box4{
    animation: slideInFromLeft 1.5s forwards;
    opacity: 0;
}

.box5{
    animation: slideInFromLeft 1.8s forwards;
    opacity: 0;
}


.box6{
    animation: slideInFromLeft 2s forwards;
    opacity: 0;
}




@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}



.more {
    background-image: url(../img/gold3.png);
    background-size: cover;
    max-width: 200px;
    height: 150px;
    background-repeat: no-repeat;
    line-height: 120px;
    text-align: center;
    padding: 10px;

}

.more h2 {
    font-family: 'Baloo Bhai 2', sans-serif;
    font-size: 20px;
    transition: all 1s;
    font-weight: 500;
}

.more h2:hover {
    transform: translateY(-4px);
}

.gold {
    background-image: url(../img/gold.png);
    max-width: 10%;
    min-height: 50px;
    background-size: cover;


}


/* social-icons/////// */

footer {
    height: 100px;
    line-height: 90px;
}

.apps {
    text-align: center;
}

.apps p {
    text-align: center;
    font-family: 'Baloo Bhai 2', sans-serif;
    font-size: 10px;

}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;

}

.social-icons li {
    list-style: none;
    position: relative;
    transition: transform .3s ease-in-out;
}

.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform .3s ease-in-out;
}

.social-icons li a img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

.social-icons li a:hover {
    transform: scale(1.1);

}



/* //////menu////// */


strong {
    font-family: 'Apple Chancery';
    color: black;
    display: inline;
    padding-left: 10px;

}

#sweetmenu,
#savourymenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;



}




.title {
    text-align: center;
    width: 400px;
    padding: 10px;
    border: 1.3px solid #C49E18;
    border-radius: 15px;
    font-family: 'Apple Chancery';
    font-size: 20px;
    margin: 30px;
}

.infobox p {
    font-family: 'Apple Chancery';
    font-size: 17px;
    padding-top: 10px;
    padding: 23px;
    text-align: center;

}



.box h2 {

    font-size: 18px;
    color: #C49E18;

}

.banana {
    background-image: url(../img/WAFFLEMENU/panana.png);

}

.BLUEBERRY {
    background-image: url(../img/WAFFLEMENU/cherryberry.png);
    margin-right: 30px;

}

.berry {
    background-image: url(../img/WAFFLEMENU/berry.png);
}

.classic {
    background-image: url(../img/WAFFLEMENU/classic.png);
}

.chocolate {
    background-image: url(../img/WAFFLEMENU/chocolada.png);


}

.strrewberry {
    background-image: url(../img/WAFFLEMENU/strrewberry.png);

}

.egg {

    background-image: url(../img/sour2/egg.jpg);
}

.italiano {
    background-image: url(../img/sour2/italiano.jpg);
}

.hamcheese {

    background-image: url(../img/sour2/cheeseham.jpg);

}


.spicy {

    background-image: url(../img/sour2/spicy.jpg);


}

.box {
    width: 93%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    border: 1.3px solid #C49E18;
    border-radius: 10px;
    margin: 10px;
  
}



@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.img {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 280px;
    min-height: auto;
    aspect-ratio: 100/100;
    transition: all 0.5s;
    margin: 10px;

}

.img:hover {
    transform: scale(1.07);
}

.img1:hover {
    transform: scale(1.07);
}


.img1 {

    background-repeat: no-repeat;
    background-position: center center;
    min-width: 35%;
    background-size: cover;
    border: 1px solid #C49E18;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 100/100;
    transition: all 0.5s;
    margin: 10px;
}


ul li a:hover {
    color: #C49E18;
}


footer ul p {
    font-size: 10px;
    font-family: 'Baloo Bhai 2', sans-serif;
    margin-right: 20px;

}


.menuwrap {
    display: flex;
    flex-wrap: wrap;
}

/* aboutPAGE////////////// */

.aboutfoto {
    background-image: url(../img/waffledesign.png);
    height: 350px;
    width: 20%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;


}


.design {
    background-image: url(../img/design.png);
    left: 0;
   
}

.designmenu{
    background-image: url(../img/design2.png);
    width: 13%;
    height: 300px;
    position: absolute;
    right: 0;
    background-size: 100%;
    opacity: 40%;
    background-repeat: no-repeat;
}

.designmenu2{
    background-image: url(../img/design.png);
    width: 13%;
    height: 300px;
    position: absolute;
    left: 0;
    background-size: 100%;
    opacity: 40%;
    background-repeat: no-repeat;

}


.design,
.design1 {

    width: 25%;
    height: 429px;
    position: absolute;
    background-size: 100%;
    opacity: 40%;
    background-repeat: no-repeat;
}

.design1 {
    background-image: url(../img/design2.png);
    right: 0;
     bottom: 80%;
}


.Aboutbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;   
    
}


span {
    font-size: 30px;
    font-family: 'Apple Chancery';
}

.storybox {
    margin: 10px;
 
}

main{
    position: relative;
}

.tekstbox {
 width: 65%;
    border-right: 1px solid #C49E18;
    margin-left: 20px;


}



.story {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}


.story h2,
.Aboutbox h2 {
    font-family: 'Apple Chancery';
    color: #C49E18;
    margin: 10px;
    font-size: 27px;
    opacity: 0;
}

.Aboutbox h2 {
    animation: slideInFromLeft 1s forwards;
}

.story h2 {
    animation: slideInFromLeft 1s forwards;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}


.tekstbox h5 {

    font-family: 'Baloo Bhai 2', sans-serif;
    color: #C49E18;
    text-align: center;
    font-weight: 100;

}


.storytekst p,
.tekstbox p {
    text-align: center;
    margin: 20px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    padding: 10px;
    font-family: 'Baloo Bhai 2', sans-serif;

}


.storytekst {
    border-left: 1px solid #C49E18;
    margin-left: 20px;
    width: 70%;
}


/* CONTACT//////// */

.contactpage {
    min-height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 1100px;
    width: 100%;
    background: #ffffffae;
    border-radius: 15px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: "";
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e2e5;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: #C49E18;
    color: #C49E18;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Baloo Bhai 2', sans-serif;

}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;

    font-family: 'Baloo Bhai 2', sans-serif;

}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #C49E18;
    font-family: 'Apple Chancery';

}

.right-side .input-box {
    height: 55px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #dfded9c6;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
    font-family: 'Baloo Bhai 2', sans-serif;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;


}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #C49E18;
    cursor: pointer;
    transition: all 0.3s ease;
}





.button input[type="button"]:hover {


    transform: translateY(-4px);
    box-shadow: 1 1px 2px rgba(0, 0, 0, 0.2);

}

/* contactpage////// */

@media (max-width: 900px) {


    .container {
        width: 95%;
        padding: 30px 40px 40px 35px;
    }

    .container .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 600px) {

    .container {
        margin: 40px 0;
        height: 100%;
    }


    .container .content {
        flex-direction: column-reverse;
    }

    .container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container .content .left-side::before {
        display: none;
    }

    .container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}





@media (min-width:700px) {


    .storytekst p , .tekstbox p{
        padding: 22px;
        font-size: 18px;
     
        line-height: 27px;
    }



    .story h2,
    .Aboutbox h2 {
 
        font-size: 30px;
    
    }
    .title {

        width: 500px;
        height: 80px;
        font-size: 25px;
    }


    .tekst1 {
        font-size: 23px;
        padding: 20px;

    }

    .infobox p {

        width: 90%;
        padding-left: 10px;
        font-size: 21px;

    }





    .box {
        width: 100%;
    }


    .goldfont1 {
        text-align: start;
        font-size: 48px;
    }


    .goldfont2 {
        text-align: center;
        font-size: 54px;
    }

    .goldfont3 {
        text-align: end;
        font-size: 60px;
    }



    .goldfont {
        max-width: 500px;
        margin-left: 20px;
    }


    .bord {

        height: 515px;

    }

    .box h2 {
        font-size: 23px;
    }


}

@media (min-width:840px) {
.demo {
    display: none;
}
    .main-nav-ul {
        display: block;
    }
    
    .verborgen {
        display: block;
    }
    
  


    .story h2,
    .Aboutbox h2 {
 
        font-size: 37px;
    
    }
    header li {
        padding: 10px;

    }

    ul li ul.dropdown li a {
        font-size: 25px;
    }

    .dropdown {
        top: 60px;
        left: 26px;
    }

    .verborgen #menuButton {
        display: none;

    }

    nav {

        margin-top: 10px;
        color: black;
        z-index: 4;
    }

    .main-nav-ul {
        display: block;
    }

    nav ul {
        position: static;
        height: 100px;
        text-align: center;
        background-color: transparent;
    }



    .infobox p {

        padding: 10px;
        font-size: 19px;
    }


    .storytekst p , .tekstbox p{
        padding: 22px;
        font-size: 20px;
        padding: 4px;
        line-height: 32px;
    }

    .tekstbox h5 {

     font-size: 20px;
    
    }


    .flex {
        flex-direction: row;
        align-items: flex-start;
        width: 95%;
    }

    .goldfont {
        max-width: 90%;
    }

    .box {
        width: 47%;
        padding: 10px;
    }

    .knop {
        display: inline-block;
    }

    .nav a {
        color: black;
        text-decoration: none;
        font-family: 'Baloo Bhai 2', sans-serif;
        font-size: 25px;
        padding-left: 30px;
    }


    header {
        display: flex;
        justify-content: space-between;
        height: 130px;
        width: 97%;
    }

    nav ul li a:hover {

        color: #C49E18;
        background: transparent;
    }

    #menuButton {
        display: none;
    }



    .design1 , .design {
        width: 20%;
        height: 556px;

    }

    .design1{
        bottom: 30%;
    }


    .storytekst {
    
        padding: 10px;
    }

    
    .bord {
        height: 535px;
    }

    .teksten {
        width: 66%;
    }

}




@media (min-width: 1200px) {

 
    .story h2,
    .Aboutbox h2 {
        font-size: 46px;
    }

    .goldfont {
        width: 80%;
    }

    .teksten {
        width: 86%;
    }

    .nav a {
        font-size: 30px;

    }

}