@import url("https://p.typekit.net/p.css?s=1&k=mzb7ekt&ht=tk&f=44510&a=72513466&app=typekit&e=css");
@font-face {
  font-family: Duotone-Serif;
  src: url("/assets/fonts/SangBleuKingdomTrial-Light.otf");
}
@font-face {
  font-family: Duotone-Serif-Italic;
  src: url("/assets/fonts/SangBleuKingdomTrial-LightItalic.otf");
}
@font-face {
  font-family: Degular;
  src: url("https://use.typekit.net/mzb7ekt.css");
}
@font-face {
  font-family: "degular";
  src: url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-weight: 400;
}
.logo-white {
  src: "void";
}

.logo-black {
  src: "void";
}

.duotone-banner {
  width: 100%;
  height: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.duotone-banner-1 {
  background-image: url("/assets/images/duotone-banner-1.png");
}

.duotone-banner-2 {
  background-image: url("/assets/images/duotone-banner-2.png");
}

.duotone-banner-3 {
  background-image: url("/assets/images/duotone-banner-3.png");
}


.header-arrow {
  position: fixed;
  top: 30px;
  left: 80px;
  z-index: 1000;
    -webkit-transform: rotate(-180deg) scale(1.5); 
}

.header-arrow:hover {
  cursor: pointer;
  

    
}
.header-arrow2 {
 display: block;
    width: 100%;
    height: 100%;
    
}

.header-arrow2:hover {
  cursor: pointer;
       transition-duration: 0.2s;
  transition-timing-function: ease-in;
    -webkit-transform: translateX(10px);
    
}

.webp .header-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  background-image: url("/assets/images/duotone-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media (max-width: 780px) {
  .header-logo {
    height: 35px;
    width: 140px;
  }
}
@media (min-width: 780px) and (max-width: 1199px) {
  .header-logo {
    height: 40px;
    width: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .header-logo {
    height: 70px;
    width: 180px;
  }
}
@media (min-width: 1920px) {
  .header-logo {
    height: 70px;
    width: 180px;
  }
}

.header-logo:hover {
  cursor: pointer;
}

.header-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 70px;
  width: 90px;
  z-index: 1000;
}

.header-hamburger:hover {
  cursor: pointer;
}




@media (max-width: 780px) {
  .header-hamburger {
    height: 35px;
    width: 70px;
       -webkit-transform: scale(0.6) translateY(-15px); 
  }
}
@media (min-width: 780px) and (max-width: 1199px) {
  .header-hamburger {
    height: 70px;
    width: 90px;
      -webkit-transform: scale(0.9) translateY(-5px); 
    
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .header-hamburger {
    height: 70px;
    width: 90px;
  }
}
@media (min-width: 1920px) {
  .header-hamburger {
    height: 70px;
    width: 90px;
  }
}
.header-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  background-color: black;
  z-index: 1001;
    transition: 0.3s;
}

.hamburger-menu-close {
  position: absolute;
  top: 37px;
  right: 62px;
}

.hamburger-menu-close:hover {
  cursor: pointer;
        transition-duration: 0.3s;
  transition-timing-function: ease-out;
    -webkit-transform: rotate(-180deg);;
}

.hamburger-menu-clickable-container {
  position: absolute;
  top: 100px;
  left: 100px;
}

.hamburger-menu-clickable {
  font-family: Duotone-Serif-Italic;
  
  line-height: 65px;
  color: #f9edee;
  width: fit-content;
  font-weight: 300;
}
@media (max-width: 680px) {
  .hamburger-menu-clickable {
    font-size: 32px;
      line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (min-width: 680px) and (max-width: 1199px) {
  .hamburger-menu-clickable {
    font-size: 38px;
      line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .hamburger-menu-clickable {
    font-size: 55px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .hamburger-menu-clickable {
    font-size: 65px;
    margin-bottom: 30px;
  }
}

.hamburger-menu-clickable:hover {
  cursor: pointer;
    transition-duration: 0.3s;
  transition-timing-function: ease-out;
    -webkit-transform: translateX(50px);
    
}

.hamburger-menu-footer-container {
  font-family: degular;
  color: white;
  position: absolute;
  bottom: 50px;
  left: 80px;
  word-spacing: 2px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .hamburger-menu-footer-container {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hamburger-menu-footer-container {
    font-size: 12px;
  }
}
@media (min-width: 1401px) and (max-width: 1919px) {
  .hamburger-menu-footer-container {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .hamburger-menu-footer-container {
    font-size: 17px;
  }
}

.hamburger-menu-footer-bold {
  font-weight: 600;
}

.tab-space {
  display: inline-block;
}
@media (max-width: 1399px) {
  .tab-space {
    width: 10px;
  }
}
@media (min-width: 1401px) and (max-width: 1919px) {
  .tab-space {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .tab-space {
    width: 40px;
  }
}

.webp .header-spotify-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 80px;
  position: absolute;
  background-image: url("/assets/images/spotify-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}


.webp .header-linkedin-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 130px;
  position: absolute;
  background-image: url("/assets/images/linkedin-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}


.webp .header-instagram-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 180px;
  position: absolute;
  background-image: url("/assets/images/instagram-logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}


.header-spotify-icon:hover {
  cursor: pointer;
}

.header-linkedin-icon:hover {
  cursor: pointer;
}

.header-instagram-icon:hover {
  cursor: pointer;
}

/*# sourceMappingURL=header.css.map */


/* BEGIN NO-WEBP */

.no-webp .header-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  background-image: url("/assets/images/duotone-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
.no-webp .header-spotify-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 80px;
  position: absolute;
  background-image: url("/assets/images/spotify-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.no-webp .header-linkedin-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 130px;
  position: absolute;
  background-image: url("/assets/images/linkedin-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.no-webp .header-instagram-icon {
  width: 30px;
  height: 30px;
  bottom: 50px;
  right: 180px;
  position: absolute;
  background-image: url("/assets/images/instagram-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
