body {
  background-color: #141414;
}

header {
  display: flex;
  justify-content: center;
  padding: 36px 0;
  position: fixed;
  width: 100vw;
  top: 0;
  background-color: #141414;
  z-index: 111;
}

header header-cont {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  box-sizing: border-box;
  justify-content: space-between;
}

header header-cont header-parts {
  display: flex;
  align-items: center;
}

header header-parts header-logo {
  display: flex;
  width: 189.64px;
  height: 82.51px;
}

header header-parts header-logo a {
  display: flex;
  width: 100%;
  height: 100%;
}

header header-parts header-logo a img {
  width: 100%;
  height: 100%;
}

header header-parts header-menu {
  display: flex;
  align-items: center;
}

header header-parts header-menu header-menu-cont {
  display: flex;
  height: fit-content;
  align-items: center;
  border: 1.86px solid #ffffff1f;
  border-radius: 61px;
  background-color: #ffffff14;
  padding: 11.28px;
}

header header-parts header-menu header-menu-parts {
  display: flex;
  align-items: center;
  height: fit-content;
}

header header-parts header-menu header-menu-parts a {
  display: flex;
  padding: 12.28px 24.56px 12.28px 12.28px;
  align-items: center;
  border-radius: 49.12px;
  transition-duration: 0.5s;
}

header header-parts header-menu header-menu-parts a.active {
  background-color: #ffffff14;
}

header header-parts header-menu header-menu-parts a.active header-menu-icons {
  background: linear-gradient(
    182.96deg,
    #0147ff 35.74%,
    rgba(1, 71, 255, 0.88) 82.34%
  );
}

header header-parts header-menu header-menu-parts a.active p,
header header-parts header-menu header-menu-parts a:hover p {
  color: #fff;
}

header header-menu header-menu-parts a header-menu-icons {
  display: flex;
  width: 41.75px;
  height: 41.75px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
}

header header-menu header-menu-parts a header-menu-icons img {
  width: 24.56px;
  height: 24.56px;
}

header header-menu header-menu-parts a header-menu-text {
  display: flex;
  justify-content: end;
  margin-left: 12px;
}

header header-menu header-menu-parts a header-menu-text p {
  color: #97959d;
  font-family: "Monserrat-bold";
  font-size: 22px;
  transition-duration: 0.5s;
}

header header-parts header-language {
  display: flex;
  align-items: center;
  justify-content: center;
}

header header-parts header-language header-language-cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding: 12.28px;
  position: relative;
}

header header-parts header-language p {
  font-family: "Monserrat-bold";
  color: #fff;
  font-size: 22px;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

header header-parts header-language lang-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-left: 24.56px;
}

header header-parts header-language lang-icon img {
  width: 23.87px;
  height: 13.81px;
  transition-duration: 0.8s;
}

header header-parts header-language header-language-dropdown {
  height: 0px;
  overflow: hidden;
  transition-duration: 0.8s;
  position: absolute;
  top: 40.28px;
  left: 12.28px;
  width: 100%;
}

header-language-dropdown a,
header-language-dropdown a:visited,
header-language-dropdown a:hover {
  color: #ffffff;
  text-decoration: none;
}

header-language-dropdown a:active {
  opacity: 0.7;
}

header header-parts header-language header-language-dropdown p {
  justify-content: start;
}

header
  header-parts
  header-language
  header-language-cont:hover
  header-language-dropdown {
  height: 40px;
  padding-top: 12.28px;
}

header header-parts header-language header-language-cont:hover lang-icon img {
  transform: rotate(180deg);
}

#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #393c44;
}

::-webkit-scrollbar-thumb {
  background: #181a21;
}

::-webkit-scrollbar-thumb:hover {
  background: #0147ff;
}

textarea {
  resize: none;
}

.mobile {
  display: none;
}

.hidden {
  display: none;
}

header menu-icon {
  display: none;
}

/* Language switch shown only inside the collapsed mobile/tablet menu. */
.mobile-lang {
  display: none;
  padding: 12.28px;
}

.mobile-lang select {
  font-family: "Monserrat-bold";
  font-size: 22px;
  color: #fff;
  background-color: #ffffff14;
  border: 1.86px solid #ffffff1f;
  border-radius: 49.12px;
  padding: 12.28px 48px 12.28px 24.56px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}

.mobile-lang select option {
  color: #fff;
  background-color: #1f1f1f;
}

header-right-mobile {
  display: none;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 450px) {
  header menu-icon {
    display: flex;
    cursor: pointer;
    width: 48px;
    height: 48px;
  }

  header menu-icon img {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  header header-cont header-parts:first-child {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  header-right-mobile {
    display: flex;
  }

  .mobile-lang {
    display: flex;
    padding: 0;
  }

  .mobile-lang select {
    font-family: "Monserrat-bold";
    font-size: 13px;
    color: #fff;
    background-color: #ffffff14;
    border: 1px solid #ffffff1f;
    border-radius: 20px;
    padding: 6px 26px 6px 12px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 9px 6px;
  }

  header menu-icon {
    display: flex;
    cursor: pointer;
  }
}

/* ---------- Tablet: 601px – 1200px ----------
   The full horizontal nav (logo + 4 pills + language) no longer fits, so
   collapse to the hamburger menu used on phones, but keep the header full
   width (not the 343px phone width). */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .no-mobile {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .comp {
    display: none;
  }

  header menu-icon {
    display: flex;
    cursor: pointer;
  }

  header header-cont {
    flex-direction: column;
  }

  header header-parts {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  header header-parts header-menu {
    width: 100%;
    align-items: start;
  }

  header header-parts header-menu header-menu-cont {
    flex-direction: column;
    width: 100%;
    align-items: start;
    background-color: unset;
    border: unset;
    padding: 0;
    padding-top: 42px;
    gap: 10px;
  }

  header header-parts header-language {
    display: none;
  }

  .mobile-lang {
    display: flex;
  }

  .mobile-menu {
    height: 0px;
    align-items: start;
    overflow: hidden;
    transition-duration: 1s;
  }

  .mobile-menu.active {
    height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 600px) {
  .mobile-menu {
    height: 0px;
    align-items: start;
    overflow: hidden;
    transition-duration: 2s;
  }
  .mobile-menu.active {
    height: calc(100vh - 75px);
  }

  .no-mobile {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .comp {
    display: none;
  }

  header {
    padding: 20px 0;
  }

  header header-cont {
    flex-direction: column;
  }

  header header-cont header-parts {
    width: 100%;
    justify-content: space-between;
  }

  header header-parts header-logo {
    width: 57px;
    height: 45px;
  }

  header header-parts header-menu {
    width: 100%;
    height: 100%;
    align-items: start;
  }

  header header-parts header-menu header-menu-cont {
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: start;
    background-color: unset;
    border: unset;
    padding: unset;
    padding-top: 42px;
    gap: 10px;
  }

  header header-parts header-language {
    display: none;
  }

  .mobile-lang {
    display: flex;
  }

  header menu-icon {
    display: flex;
    cursor: pointer;
  }
}
