@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:regular);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}
.flexCol {
  display: flex;
  flex-direction: column;
}
.gap30 {
  gap: 30px;
}
.gap25 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
.gap15 {
  gap: 15px;
}
.gap10 {
  gap: 10px;
}
.gap5 {
  gap: 10px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  background: #010201;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Bebas Neue", sans-serif;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 164px 80px;
}

.terms__title {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
  margin-bottom: 48px;
}
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms__content * {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.terms__content a {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .terms {
    padding-block: 140px 50px;
  }
  .terms__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  max-width: 850px;
  width: 100%;
  right: 0;
  padding-block: 32px 17px;
  background: #000;
  display: none;
}
.cookie-notification .container {
  align-items: center;
}
.cookie__content {
  max-width: 632px;

  width: 100%;
}
.cookie__title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cookie__text a {
  text-decoration: underline;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.cookie__text {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.cookie__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 122px;
  width: 100%;
}

.cookieBtn {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 21px;
  border-radius: 12px;
  background: #0073ff;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  border-radius: 8px;
  background: #0073ff;
}

@media (max-width: 900px) {
  .cookie-notification {
    max-width: 320px;
    padding-block: 20px 5px;
  }

  .cookie__title {
    font-size: 32px;
  }
  .cookie-notification .container {
    flex-direction: row;
  }
}
@media (max-width: 370px) {
  .cookie-notification .container {
    flex-direction: column;
  }
  .cookie__btns {
    max-width: initial;
  }
  .cookie-notification {
    max-width: initial;
    padding-block: 20px 0;
  }
}

.header {
  position: fixed;
  top: 24px;
  transition: top 0.1s ease;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-block: 24px;
}
.header .container {
  padding-inline: 40px;
}
.header.scrolled {
  top: 0;
  background-color: #010201;
}
.header__inner {
  padding: 12px 40px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #0073ff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 28.8px */
  letter-spacing: 2.56px;
  text-transform: capitalize;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__nav a {
  display: block;
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 30px;
  height: 30px;
  padding: 4px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 12px;
  }
  .header .container {
    padding-inline: 24px;
  }
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu {
    overflow-y: hidden;
  }
  .show-menu .header {
    background-color: #000;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    padding: 76px 12px 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: calc(102vh - 64px);
    flex-direction: column;
    background-color: #000;
    z-index: 10;
    gap: 32px;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(99%);
  }
  .show-menu .header__nav a {
    text-align: left;
    width: 100%;
    color: #fff;
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
}
@media (max-width: 400px) {
  .header__logo {
    font-size: 26px;
  }
}
.footer {
  padding-block: 35px 48px;
}

.footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer__social {
  display: block;
  width: 96px;
  height: 96px;
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 48px;
}

.footer__address p,
.footer__address a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
}
.footer__links {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
}

.footer__copyright {
  text-align: center;
  color: #d0daf5;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .footer__address p,
  .footer__address a {
    font-size: 40px;
  }
  .footer__links {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .footer__address p,
  .footer__address a {
    font-size: 30px;
  }
  .footer__social {
    width: 64px;
    height: 64px;
  }
}
/* content */

.home {
  padding-top: 24px;
}

.home__inner {
  background: #000
    url(https://nubexalux.com/wp-content/themes/converted-theme/assets/images/bg.png)
    center / cover no-repeat;
  border-radius: 20px;
  padding: 169px 40px 30px;
  min-height: 688px;
}
.home__title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 77.4px */
  margin-bottom: 12px;
}
.home__text {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 56px;
}
.home__link {
  display: block;
  width: fit-content;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  border-radius: 8px;
  background: #0073ff;
  padding: 12px 21px;
}
.b1 {
  padding-block: 70px 35px;
}

.b1__content {
  max-width: 568px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b1__title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
}
.b1__text {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.b1__img {
  max-width: 504px;
  width: 100%;
}
.b2 {
  padding-block: 35px;
}
.b1__btn {
  margin-top: 32px;
  display: block;
  width: fit-content;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  border-radius: 8px;
  background: #0073ff;
  padding: 12px 21px;
}
.b3 {
  padding-block: 35px;
}

.b3__title {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
  margin-bottom: 48px;
}
.b3__blocks {
  gap: 12px;
}
.b3__col {
  max-width: 306px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b3__item {
  overflow: hidden;

  padding: 32px;
  position: relative;
  border-radius: 20px;
}
.b3__item1 {
  min-height: 475px;
  max-width: 484px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dedceb;
}
.b3__item1 .b3__img {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.b3__item1 .b3__content {
  max-width: 211px;
  width: 100%;
}
.b3__item2 {
  max-width: 306px;
  width: 100%;
  background: #e0cdd0;
}
.b3__item2 .b3__img {
  max-width: 430px;
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0;
}
.b3__item3 {
  flex-grow: 1;
  background: #dfe1cf;
}

.b3__item3 .b3__img {
  max-width: 190px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.b3__item4 {
  flex-grow: 1;
  background: #e3d5c7;
}
.b3__item4 .b3__img {
  max-width: 170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.b3__img {
  max-width: 40px;
  width: 100%;
}
.b3__content {
  z-index: 2;
  position: relative;
}
.b3__label {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 12px;
}
.b3__text {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 10px;
}
.b4 {
  padding-block: 35px;
}

.b4__title {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
  margin-bottom: 48px;
}

.b4__blocks {
  gap: 12px;
}
.b4__item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  border-radius: 20px;
  background: #dedceb;
}
.b4__img {
  margin-bottom: 24px;
}
.b4__label {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 12px;
}
.b4__text {
  flex-grow: 1;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 20px;
}
.b4__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.b4__price {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.b4__btn {
  display: block;
  width: fit-content;
  border-radius: 8px;
  background: #0073ff;
  padding: 8px 21px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.b5 {
  padding-block: 173px 35px;
}

.b5__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b5__title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 54px */
}
.b5__text {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.b5__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.b5__price {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 64.8px */
}
.b5__btn {
  display: block;
  width: fit-content;
  border-radius: 8px;
  background: #0073ff;
  padding: 8px 21px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.b5__inner {
  gap: 48px;
  margin-bottom: 48px;
  align-items: center;
}
.b5__texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b5__text2 {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 1200px) {
  .b5 {
    padding-top: 140px;
  }
  .b5__img {
    order: -1;
  }
  .b3__item1 {
    max-width: initial;
    width: calc(50% - 6px);
  }
  .b3__item2 {
    max-width: initial;
    width: calc(50% - 6px);
  }
  .b3__item2 .b3__img {
    left: initial;
    right: 0;
  }
  .b3__blocks {
    flex-wrap: wrap;
  }
  .b3__col {
    min-height: 232px;
    max-width: initial;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1050px) {
  .b3__item1 {
    max-width: initial;
    width: calc(60% - 6px);
  }
  .b3__item2 {
    max-width: initial;
    width: calc(40% - 6px);
  }
}
@media (max-width: 886px) {
  .b3__item1 {
    min-height: 412px;
  }
  .b3__item1 .b3__img {
    max-width: 400px;
    width: 76%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .home__inner {
    padding: 24px;
    padding-top: 146px;
    min-height: initial;
  }
  .home__title {
    font-size: 44px;
  }
  .b4__title,
  .b3__title,
  .b1__title {
    font-size: 48px;
  }
  .b3__item1 {
    min-height: 475px;
    width: 100%;
    justify-content: flex-start;
  }
  .b3__item2 {
    width: 100%;
    min-height: 475px;
  }
  .b3__content,
  .b3__item1 .b3__content {
    max-width: 250px;
  }
  .b3__col {
    min-height: 475px;
    grid-template-columns: 1fr;
  }
  .b3__item3,
  .b3__item4 {
    min-height: 475px;
  }
  .b3__item1 .b3__img {
    max-width: 400px;
    width: 100%;
  }
  .b3__item2 .b3__img {
    max-width: 430px;
    bottom: 0;
  }
  .b3__item3 .b3__img {
    max-width: 367px;
  }
  .b3__item4 .b3__img {
    max-width: 363px;
  }
  .b1__img,
  .b1__content {
    max-width: initial;
  }
}
@media (max-width: 513px) {
  .b3__item1 .b3__img {
    max-width: 400px;
    width: 90%;
  }
}
@media (max-width: 420px) {
}
