/* POLICES */

@font-face{
  font-family: "MontserratThin";
  src: url("../polices/Montserrat-Thin.ttf");
  font-style: normal;
}

@font-face{
  font-family: "MontserratLight";
  src: url("../polices/Montserrat-Light.ttf");
}

@font-face{
  font-family: "MontserratRegular";
  src: url("../polices/Montserrat-Regular.ttf");
}

@font-face{
  font-family: "MontserratBold";
  src: url("../polices/Montserrat-Bold.ttf");
}

@font-face{
  font-family: "MontserratAlternatesSemiBold";
  src: url("../polices/MontserratAlternates-SemiBold.ttf");
}

@font-face{
  font-family: "MontserratAlternatesMedium";
  src: url("../polices/MontserratAlternates-Medium.ttf");
}

@font-face{
  font-family: "MontserratAlternatesRegular";
  src: url("../polices/MontserratAlternates-Regular.ttf");
}

@font-face{
  font-family: "YoungSerif";
  src: url("../polices/YoungSerif-Regular.otf");
}

@font-face{
  font-family: "NexaBold";
  src: url("../polices/NexaBold.otf");
}

@font-face{
  font-family: "NexaLight";
  src: url("../polices/Light.otf");
}

@font-face{
  font-family: "Alata";
  src: url("../polices/Alata-Regular.ttf");
}

/* MENU */

html{
  overflow-x: hidden;
}

body {
  background-color:#0f1010;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  margin: 0;
}

#logoheader{
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-family: 'MontserratBold',sans-serif;
    margin-left: 30px;
    letter-spacing: 3px;
}

@media screen and (min-device-width: 992px){
    nav{
        mix-blend-mode: exclusion;
    }
}

.nav{
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    width: 100vw;
    min-height: 100px;
  }
  .nav__logo{
    z-index: 3;
    width: 50%;
  }
  .nav__list{
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    transition: 0.5s;
    font-family: 'MontserratSemiBold',sans-serif;
    font-size: 13px;
    font-weight: 500;
    width: 34%;
  }
  .active.nav__list{
    right: 0;
  }
  .nav__list-item{
    list-style: none;
  }
  .nav__item-link{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 20px;
    transition: 0.3s;
  }
  .nav__item-link:hover{
    color: rgb(192, 192, 192);
    text-decoration: none;
  }
  
  .nav__btn{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    right: 2%;
    cursor: pointer;
    outline: none;
  }
  .nav__btn span{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 6px;
  }
  .nav__btn::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 10px;
    left: 0;
    transition: 0.5s;
    border-radius: 6px;
  }
  .nav__btn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 20px;
    left: 0;
    transition: 0.5s;
    border-radius: 6px;
  }
  
  .close.nav__btn::before {
    transform: rotate(45deg);
  }
  .close.nav__btn::after {
    transform: translate(0px,-10px) rotate(-45deg);
  }
  .close.nav__btn span{
    opacity: 0;
    transition: 0.3s;
  }
  @media(max-width: 992px) {
    
    .nav__btn{
      display: block;
      margin-right: 30px;
    }
    .nav__list {
      justify-content: space-evenly;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0%;
      right: 100%;
      width: 100vw;
      height: 100vh;
      background: #0f1010;
    }
    .nav__item-link{
      display: block;
      text-align: center;
    }
    .nav__list-item{
      width: 100%;
    }
    #pointer-ring{
      display: none;
    }
    #pointer-dot{
      display: none;
    }
  }

#navside{
    z-index: 1;
    mix-blend-mode: exclusion;
    font-family: "MontserratBold", sans-serif;
    font-weight: 600;
    position: fixed;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding-left: 30px;
    padding-top: 30vh;
}

#navside a{
    transition: 0.3s;
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 1px white;
    padding-bottom: 30px;
    font-size: 1.3em;
}

#navside a:hover{
    color: rgb(255, 255, 255);
}

@media screen and (max-device-width: 1000px){
    #navside{
        display: none;
    }
}


/* 
    This CSS file was created by OwL for use by pointer.js, 
     witch can be found on https://seattleowl.com. 
*/

#pointer-dot {
    border: 2px solid white;
    position: fixed;
    border-radius: 50%;
    z-index: 101;
    pointer-events: none;
    transition: border-color 0.5s;
    mix-blend-mode: exclusion;
}

#pointer-ring {
    border: 2px solid white;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
    mix-blend-mode: exclusion;
}

html {
    cursor: none !important;
}

html {
  scroll-behavior: smooth;
  background-color:#0f1010;
}

*::selection{
  color: white;
  background-color: rgb(0, 0, 0);
}


a {
    cursor: none !important;
}
