::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #1a1b3321;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #D9D9D9CC, #737373CC);
  background-clip: content-box;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Bw Modelica', sans-serif;
  background-color: #191A33;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  font-family: 'Bw Modelica', sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out !important;
}

a:hover {
  text-decoration: none;
  transition: 0.2s ease-in-out !important;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Bw Modelica', sans-serif;
}

input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none !important;
}

button {
  border: none;
}

button:focus {
  outline: 0;
}

#content {
  display: none;
}

#loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #191A33;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader img {
  width: 15vw;
}
.back-btn {
  position: absolute;
  right: 5.573vw;
  bottom: 2.375vw;
  width: 7.252vw;
  font-size: 1.146vw;
  line-height: 1;
  font-weight: 700;
  background-color: #141426;
  padding: 0.313vw 1.563vw;
  border-radius: 0 0 2.083vw 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.521vw;
  z-index: 5;
}

.back-btn:hover,
.back-btn:active {
  background-color: #222343;
}

.back-btn img {
  rotate: 180deg;
  transition: all 0.3s;
}

.back-btn:hover img,
.back-btn:active img {
  transform: translateX(0.521vw);
}

.logo-mini {
  display: block;
  position: absolute;
  top: 2.996vh;
  left: 1.222vw;
  z-index: 7;
}
.features-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.video-area {
  width: 39.917vw;
  height: 25.854vw;
  border-radius: 2.688vw 2.688vw 0.521vw 0.521vw;
  background-color: #101223cc;
  backdrop-filter: blur(13px);
  z-index: 6;
  border: 0.104vw solid #5A4DD8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 2.354vw;
  background-blend-mode: multiply;
}
.video-area span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background-color: #5A4DD8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.video-area span img {
  width: 75%;
  filter: invert(0%) sepia(24%) saturate(0%) hue-rotate(379deg) brightness(594%) contrast(1000%);
}
.video-area h3 {
  font-size: 0.729vw;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.833vw;
}
.video-area h3 strong {
  font-weight: 700;
}
.video-area .video-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video-area .video-inner video {
  border: 0;
  width: 100%;
  height: 21.875vw;
  border-radius: 0.521vw;
  position: relative;
}
.video-area .video-inner .controls {
  width: 100%;
  height: 6.208vw;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 1.5s;
  transition-delay: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.333vw;
}
.video-area .video-inner:hover .controls {
  transition: all 0.3s;
  opacity: 1;
}
.video-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.keyfeatures-box .box-inner.active {
  background-color: #2f3047;
}
.prima-logo {
  position: absolute;
  width: 16.625vh;
  top: 0.556vh;
  right: 1.55vw;
  z-index: 1;
}
.design-bett-logo{
  position: absolute;
  width: 12.625vh;
  bottom: 2.556vh;
  left: 2vw;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #loader img {
    width: 18vh;
  }
  .logo-mini {
    top: 2.5vh;
    left: 2.222vh;
  }

  .logo-mini img {
    width: 15.333vh !important;
  }
  .back-btn {
    right: 2.222vh;
    bottom: 3vw;
    width: 4.35vh;
    height: 4.35vh;
    border-radius: 1vh;
    align-items: center;
    justify-content: center;
    font-size: 0;
  }

  .back-btn img {
    width: 1.99vh !important;
  }

  h2.prouct-list {
    font-size: 2.844vh;
    text-align: center;
    margin-bottom: 2.006vh;
  }

  .features-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 7px;
  }

  .video-area {
    width: 100%;
    height: 26.854vh;
    border-radius: 0;
    border: none;
  }

  .video-area .video-inner video {
    height: 100%;
  }

  .video-area span {
    display: none !important;
  }

  .video-area h3 {
    display: none !important;
  }

  .video-area .video-inner .controls {
    opacity: 1;
    height: 30%;
    gap: 30px !important;
  }

  .video-area .video-inner .controls a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-area .video-inner .controls a img {
    width: 65% !important;
  }

  .video-area .video-inner .controls a:nth-child(2) img,
  .video-area .video-inner .controls a:nth-child(3) img {
    width: 44px !important;
  }

  .prima-logo {
    position: absolute;
    right: 2.222vh;
    width: 10.625vh;
    top: 1.556vh;
    z-index: 1;
  }
  .design-bett-logo {
    width: 7.625vh;
    bottom: 2vh;
    right: 1vh;
  }
}
