@font-face {
    font-family: Neue Plak;
    src: url(../fonts/Neue\ Plak\ Regular.ttf);
}

@font-face {
    font-family: Neue SemiBold;
    src: url(../fonts/Neue\ Plak\ Extended\ SemiBold.ttf);
}

@font-face {
    font-family: Neue Extended;
    src: url(../fonts/Neue\ Plak\ Extended\ Regular.ttf);
}

@font-face {
    font-family: Neue Extended Bold;
    src: url(../fonts/Neue\ Plak\ Extended\ Bold.ttf);
}

body{
    background-color: #f7f6f1;
    font-family: Neue Plak;
    margin: 0;
    padding: 0;
    height: 1000px;
    position: relative;
}

p{
    cursor: default;
    margin: 0;
}

header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-container{
    position: relative;
    width: 100px;
}

.logo-box{
    display: flex;
}

.logo{
    width: 30%;
    font-family: Neue SemiBold;
    font-size: 130px;  
    display: flex;
    align-items: top;
}

.logo1{
    padding-left: 80px;
    width: 50%;
}

.logo-extended{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}

.logo-extended p {
    display: block;
    font-size: 16px;
}

.logo-extended11{
    padding-bottom: 30px;
    padding-right: 20px;
}

.logo-extended11 p{
    padding-bottom: 1px;
}

.burger-menu{
    position: absolute;
    top: 50px;
    height: 45px;
    min-width: 45px;
    max-width: 45px;
    background-color: black;
    border-radius: 30px;
}

.burger-menu span{
    display: inline-block;
    background-color: white;
    height: 2px;
    width: 25px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 1s ease;
}

.span1{
    top: 35%;
}

.span2{
    top: 49%;
}

.span3{
    top: 63%;
}

.burger-menu.active{
    transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.burger-menu.active2{
    top: -390px;
}

.burger-menu.active .span1{
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.burger-menu.active .span2{
    opacity: 0;
}

.burger-menu.active .span3{
    top: 47%;
    transform: translate(-50%,50%) rotate(-45deg);
}

@media only screen and (max-width: 1475px) {
    .burger-menu{
        right: 40px;
    }
  }

@media only screen and (max-width: 1075px) {
    .event-type-box a{
        font-size: 60px;
    }
    .menu-box a{
        font-size: 17px;
    }

    .burger-menu{
        min-width: 37px;
        height: 37px;
    }
    .burger-menu span{
        width: 20px;
    }
  }  

@media only screen and (max-width: 985px) {
    .burger-menu{
        margin-left: 70px;
    }
  }

  @media only screen and (max-width: 860px) {
    .event-type-box a{
        font-size: 50px;
    }
    .menu-box a{
        font-size: 14px;
    }

    .burger-menu{
        min-width: 30px;
        height: 30px;
        right: -20px;
        top: 50px;
    }
    .burger-menu span{
        width: 15px;
        height: 1.6px;
    }

    .event-type-box div{
        height: 90px;
    }
  }  

@media only screen and (max-width: 800px) {
    .logo1{
        padding-left: 30px;
        width: 25%;
    }

    .menu-box a{
        white-space: nowrap;
    }

    .burger-menu{
        top: 50px;
        margin-left: 150px;
        margin-top: 10px;
    }
  }

  @media only screen and (max-width: 700px) {
    .burger-menu{
        top: 50px;
        margin-left: 150px;
        margin-top: 10px;
    }

    .burger-menu{
        min-width: 37px;
        height: 37px;
        right: 30px;
        top: 40px;
    }
    .burger-menu span{
        width: 20px;
    }
  }

  @media only screen and (max-width: 580px) {
    .logo{
       font-size: 100px;
    }
    .logo-extended p {
        font-size: 14px;
    }
    .logo-extended11{
        padding-bottom: 10px;
        padding-right: 20px;
    }

    .burger-menu{
        top: 30px;
    }
  }

  @media only screen and (max-width: 470px) {
    .logo{
       font-size: 80px;
    }
    .logo1{
        padding-left: 20px;
    }
    .logo-extended p {
        font-size: 12px;
    }
    .logo-extended11{
        padding-bottom: 10px;
        padding-right: 5px;
    }
    .burger-menu{
        min-width: 30px;
        height: 30px;
        right: 30px;
        top: 25px;
    }
    .burger-menu span{
        width: 15px;
        height: 1.6px;
    }
  }

  @media only screen and (max-width: 390px) {
    
    .burger-menu{
        margin-left: 80px;
    }
  }

  .collapsible-box{
    opacity: 1;
    height: 400px;
    background-color: #E4E2C0;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 70px;
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  @media only screen and (max-width: 1075px) {
    .collapsible-box{
        padding-left: 30px;
        height: 350px;
        padding-top: 0px;
    }

    .burger-menu.active2{
        top:-320px;
    }
  }

  @media only screen and (max-width: 860px) {
    .collapsible-box{
        height: 300px;
    }

    .burger-menu.active2{
        top:-265px;
    }

    .burger-menu{
        right: -100px;
    }
  }
  @media only screen and (max-width: 800px) {
    .collapsible-box{
        padding-right: 0;
    }

    .burger-menu.active2{
        top: -275px;
    }
  }

  .inactive {
    opacity: 0;
    height: 0px;
    background-color: #f7f6f1;
    transition: opacity 0.3s linear, height 0.3s linear;
    padding: 0;
  }

  .invisible{
    opacity: 0;
  }

  .event-type-box{
    font-family: Neue Extended;
    font-size: 80px;
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .collapsible-box a{
    text-decoration: none;
    color: black;
  }

  .event-type-box a{
    position: relative;
    color: black;
  }

  .menu-box{
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }

  .menu-box ul{
    list-style-type: none; 
    display: flex;
    width: 80%;
    justify-content: space-around;
    font-size: 20px;
    margin: 0;
  }

  .menu-box button{
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: none;
    background-color: black;
  }

  .menu-box a:hover{
    color: grey;
  }

  .event-type-box a::after{
    content: "";
    position: absolute;
    background-color: black;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -2px;
    transition: 0.3s;
}

.event-type-box a:hover::after {
    width: 100%;
}

@media only screen and (max-width: 1075px) {
    .menu-box{
        padding-top: 35px;
    }
    .menu-box a{
        margin-right: 30px;
    }
  }

  @media only screen and (max-width: 800px) {
    .menu-box{
        margin-right: 50px;
    }
  }



/* 
NAVIGATION MENU MOBILE */


.nav-mobile-menu{
    background-color: #f7f6f1;
    position: fixed;
    border: 1px solid black;
    border-right: white;
    width: 310px;
    right: 0px;
    top: 200px;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-left: 30px;
    transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.first-menu-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 20px;
}

.first-menu-group a{
    font-size: 30px;
    padding-bottom: 10px;
}

.first-menu-group a:hover{
    color: grey;
}

.second-menu-group{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.second-menu-group a{
    font-size: 25px;
    display: block;
    padding-bottom: 15px;
}

.second-menu-group a:hover{
    color: burlywood;
}

.second-menu-subcontainer{
    display: flex;
    flex-direction: column;
    right: 20px;
}

.nav-mobile-menu a{
    font-family: Neue Extended;
    text-decoration: none;
    color: black;
    display: inline-block;
}

.horizontal-line{
    border: none; 
    height: 1.3px; 
    background-color: black; 
    width: 90%;
    margin-left: 5px;
}

@media only screen and (max-width: 470px) {
    .nav-mobile-menu{
        top: 140px;
        width: 270px;
    }

    .first-menu-group a{
        font-size: 25px;
    }

    .second-menu-group a{
        font-size: 20px;
    }
  }

 .nav-mobile-not-active{
    right: -450px;
    
  }
