@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+SC&display=swap");
html {
  min-height: 100vh;
  font-family: "Encode Sans SC", sans-serif; }

::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
  display: none !important; }

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #ff0000; }

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

body {
  min-height: 500vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  body::-webkit-scrollbar {
    display: none !important; }

.canvas-container {
  position: relative;
  min-height: 500vh;
  max-width: 100vw;
  top: 0px;
  left: 0px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .canvas-container__dark {
    background-color: #4d4949;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .canvas-container::-webkit-scrollbar {
    display: none !important; }

.h1 {
  position: absolute;
  top: 10%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  transform: translateY(-50%);
  color: white;
  z-index: 33333;
  font-size: 45px;
  overflow-x: hidden; }
  .h1-2 {
    top: 30%; }
    .h1-2 h1 {
      font-size: 40px; }
    .h1-2 p {
      font-size: 15px; }
  .h1-3 {
    top: 60%; }
    .h1-3 h1 {
      font-size: 40px; }
    .h1-3 p {
      font-size: 15px; }
  .h1-4 {
    top: 90%; }
    .h1-4 h1 {
      font-size: 40px; }
    .h1-4 p {
      font-size: 15px; }

.header-cont {
  position: relative;
  display: flex;
  height: 100px; }

.bg-line {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%; }
  .bg-line__line {
    height: 30px;
    width: 90%;
    background-color: #d0b89d;
    position: absolute;
    top: 20px;
    z-index: -1;
    margin: 0 auto;
    left: 5%; }

canvas {
  position: sticky;
  left: 50%;
  top: 0px;
  min-height: 100vw;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  height: 100vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  canvas::-webkit-scrollbar {
    display: none !important; }

.container {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  top: 15%;
  left: 50%;
  transform: translateX(-50%); }

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite; }

.chevron:first-child {
  animation: move 3s ease-out 1s infinite; }

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite; }

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff; }

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg); }

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg); }

@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite; }

@keyframes pulse {
  to {
    opacity: 1; } }

.huge-div-s {
  height: 300vh;
  width: 100vw; }

.services,
.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem; }

.contacts {
  margin-bottom: 3rem; }

.h2 {
  position: relative;
  display: inline-flex;
  font-size: 30px;
  color: white;
  z-index: 2;
  margin: 0 auto; }
  .h2::after {
    content: "";
    background: #4d4949;
    opacity: 0.8;
    width: 110%;
    height: 110%;
    display: flex;
    position: absolute;
    top: 0px;
    left: -5%;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1; }

ul {
  margin: 5px 0 15px;
  margin-top: 45px;
  padding: 0;
  transform: translateX(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 25px; }

ul.diamond li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-bottom-color: #d0b89d;
  background: #d0b89d;
  transform: rotateZ(45deg); }

.contacts-ul li {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center; }
  .contacts-ul li a {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    color: #4d4949; }
    .contacts-ul li a svg {
      width: 20px !important;
      fill: #d0b89d !important;
      margin-right: 10px;
      height: 30px; }

.kleding {
  position: relative;
  width: 100%;
  height: 35vh;
  overflow: hidden; }
  .kleding img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .kleding .dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #4d4949;
    opacity: 0.7; }

.about {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-top: 40px;
  background: #4d4949;
  padding-top: 20px;
  padding-bottom: 45px; }
  .about h2 {
    margin-bottom: 40px; }
    .about h2::after {
      display: none; }
  .about h3 {
    color: white;
    margin: 15px;
    margin-bottom: 25px; }
  .about p {
    color: white;
    width: 90%;
    margin-bottom: 10px;
    font-size: 14px; }
  .about img {
    width: 80%;
    border: 10px solid #d0b89d;
    margin: 0 auto;
    text-align: center; }

footer {
  padding: 20px;
  background: #465c78;
  text-align: center;
  font-size: 13px;
  color: #d0b89d; }

.productt {
  text-align: center; }

strong {
  color: #7d97b9; }

.navbar {
  display: flex;
  align-items: center;
  height: 10rem;
  color: white;
  justify-content: space-between;
  z-index: 9999999999999999; }
  .navbar__checkbox {
    display: none;
    z-index: 9999999999999999; }
  .navbar__button {
    background: white;
    width: 7rem;
    height: 7rem;
    position: fixed;
    top: 6rem;
    right: 6rem;
    border-radius: 50%;
    z-index: 9999999999999999;
    cursor: pointer;
    box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.15);
    text-align: center;
    outline: none;
    border: none;
    display: none;
    top: 2rem;
    right: 1.5rem;
    display: block;
    width: 4rem;
    height: 4rem; }
  .navbar__background {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: fixed;
    top: 6.5rem;
    right: 6.5rem;
    background-image: radial-gradient(#d0b89d, #4d4949);
    z-index: 9999999;
    transition: all 0.4s;
    transform: scale(0);
    top: 2rem;
    right: 1.5rem; }
  .navbar__checkbox:checked ~ .navbar__background {
    transform: scale(40); }
  .navbar__checkbox:checked ~ .navbar__nav {
    display: flex;
    animation: fadeIn 1s linear forwards; }

@keyframes fadeIn {
  to {
    opacity: 1; } }
  .navbar__icon {
    position: relative;
    margin-top: 2rem; }
    .navbar__icon, .navbar__icon::before, .navbar__icon::after {
      width: 2rem;
      height: 2px;
      background-color: #7d97b9;
      display: inline-block;
      transition: all 0.2s ease-out; }
    .navbar__icon::before, .navbar__icon::after {
      content: "";
      position: absolute;
      left: 0px; }
    .navbar__icon::before {
      top: -0.9rem; }
    .navbar__icon::after {
      top: 0.9rem; }
  .navbar__button:hover .navbar__icon::before {
    top: -0.8rem; }
  .navbar__button:hover .navbar__icon::after {
    top: 0.8rem; }
  .navbar__checkbox:checked + .navbar__button .navbar__icon {
    background-color: transparent; }
  .navbar__checkbox:checked + .navbar__button .navbar__icon::before {
    transform: rotate(135deg);
    top: 0px; }
  .navbar__checkbox:checked + .navbar__button .navbar__icon::after {
    transform: rotate(-135deg);
    top: 0px; }
  .navbar__logo {
    font-size: 2.5rem;
    font-weight: 700;
    transition: all 0.2s; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
    .navbar__logo--link, .navbar__logo--link:active, .navbar__logo--link:visited {
      color: white;
      text-decoration: none;
      transform: scale(1.1);
      color: white;
      text-decoration: none;
      padding: 0.5rem 1.5rem;
      position: relative;
      z-index: 5;
      transition: all 0.4s; }
    .navbar__logo--link:hover {
      color: #d0b89d;
      transform: translateY(-2px); }
    .navbar__logo--link::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 10%;
      height: 100%;
      transform: skewX(10deg);
      background: linear-gradient(to left, white 0%, transparent 0%) no-repeat;
      background-size: 0%;
      background-position: 50%;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: background 0.4s, width 0.2s 0.2s; }
    .navbar__logo--link:hover::before {
      opacity: 1;
      visibility: visible;
      width: 100%;
      background: linear-gradient(to left, white 100%, transparent 0%) no-repeat;
      background-size: 100%;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3); }
    .navbar__logo--text {
      margin: 0;
      padding: 0;
      line-height: 1.6rem; }
  .navbar__nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    opacity: 0;
    transition: all 1s; }
    .navbar__nav--link, .navbar__nav--link:active, .navbar__nav--link:visited {
      color: white;
      text-decoration: none;
      padding: 0.5rem 1.5rem;
      position: relative;
      z-index: 5;
      transition: all 0.4s; }
      .navbar__nav--link:not(:last-child), .navbar__nav--link:active:not(:last-child), .navbar__nav--link:visited:not(:last-child) {
        margin-right: 3.5rem;
        margin-right: 0;
        margin-bottom: 2rem; }
    .navbar__nav--link:hover {
      color: #4d4949;
      transform: translateY(-2px); }
    .navbar__nav--link:hover::before {
      opacity: 1;
      visibility: visible;
      background: linear-gradient(to left, white 100%, transparent 0%) no-repeat;
      background-size: 100%;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3); }
    .navbar__nav--link::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skewX(10deg);
      background: linear-gradient(to left, white 0%, transparent 0%) no-repeat;
      background-size: 0%;
      background-position: 0px 0px;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      opacity: 1;
      visibility: visible;
      transition: all 0.4s; }
    .navbar__nav--link:active {
      transform: translateY(1px); }

.products {
  width: 100vw;
  overflow: hidden;
  position: relative;
  height: 30vh; }
  .products img {
    height: 50vh;
    position: absolute;
    left: -250px;
    top: 0px; }

.jacket {
  height: 50vh;
  width: 100vw;
  overflow: hidden;
  position: relative; }
  .jacket img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center 50px; }

.access {
  height: 25vh;
  width: 100vw;
  overflow: hidden;
  position: relative; }
  .access img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    object-fit: cover; }

.background-dark {
  background: #4d4949;
  position: absolute;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%; }

.productt {
  color: white;
  position: absolute;
  z-index: 2;
  opacity: 0.8;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px; }

.product-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2; }

.product-text-container {
  position: relative; }

.product-text-bg {
  background: #d0b89d;
  width: 60%;
  height: 25px;
  transform: translateY(10px);
  margin: 0 auto; }
