@font-face {
  font-family: "BenzinSemibold";
  src: url(../fonts/Benzin-Semibold.woff);
}

@font-face {
  font-family: "BenzinExtrabold";
  src: url(../fonts/Benzin-ExtraBold.woff);
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter.woff);
}

.promo-bar {
  width: 100vw;
  box-sizing: border-box;
  font-family: "BenzinExtrabold";
  font-size: 24px;
  color: black;
  background: rgb(240, 10, 240);
  text-align: center;
  padding: 14px 0;
  text-shadow: 2px 2px #ffffff80;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.kekma.kz {
  font-family: "BenzinSemibold";
  color: #1123bf;
  border-bottom: 5px solid #1123bf;
}

.error {
  font-family: "BenzinSemibold";
  color: #c01111;
  border-bottom: 5px solid #c01111;
}

.marquee-container {
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  height: 100px;
}

.marquee {
  font-family: "BenzinExtrabold";
  font-size: 50px;
  color: white;
  text-shadow: 3px 3px #000000;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
}

.items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.items__tee {
  display: inline;
  text-align: center;
  flex-basis: 50%;
}

.items__text {
  display: inline;
  text-align: left;
  flex-basis: 50%;
  font-family: "BenzinSemibold";
}

.nameprice {
  display: flex;
  align-items: center;
  margin-bottom: 3vh;
  margin-top: 12vh;
  width: 80%;
  background-color: #000000;
}

.name {
  font-family: "BenzinSemibold";
  font-size: 2vw;
  color: #ffffff;
  flex-basis: 80%;
}

.price {
  font-family: "BenzinSemibold";
  font-size: 1.1vw;
  color: #ffffff;
  flex-basis: 20%;
  text-align: right;
}

.info {
  display: inline-block;
  width: 80%;
  color: #ffffff;
  font-family: "BenzinSemibold";
  background-color: #000000;
  margin-bottom: 3vh;
}

.size,
.details {
  font-size: 3vw;
}

.size-info,
.details-info {
  font-size: 1.2vw;
}

.orderpred {
  display: inline-block;
  width: 80%;
  text-align: center;
  vertical-align: middle;
}

.button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  background-color: #000000;
  height: 7vh;
  margin-bottom: 1vh;
}

.order {
  display: inline;
  width: 100%;
  color: #ffae00;
  font-family: "BenzinSemibold";
  font-size: 2.5vw;
}

.pred {
  display: inline-block;
  width: 80%;
  color: #ffffff;
  font-size: 0.7vw;
  text-shadow:
    2px 2px 5px #000,
    -2px -2px 5px #000,
    2px -2px 5px #000,
    -2px 2px 5px #000;
}

.menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  height: 100px;
  font-family: "BenzinExtrabold";
  font-size: 4vw;
  color: white;
  text-align: center;
  background-color: #000;
}

.items__img {
  width: 40%;
  display: none;
}

.active {
  display: inline;
}

.content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 900px) {
  .items {
    margin-top: 42vh;
    margin-bottom: 7vh;
  }

  .marquee-container {
    height: 50px;
  }

  .marquee {
    font-size: 25px;
  }

  .items {
    flex-direction: column;
  }

  .items__text {
    text-align: center;
  }

  .items__img {
    width: 80%;
  }

  .nameprice {
    margin-bottom: 1vh;
    margin-top: 0vh;
    margin-left: auto;
    margin-right: auto;
  }

  .name {
    font-size: 4vw;
    text-align: left;
  }

  .price {
    font-size: 2.2vw;
  }

  .info {
    margin-bottom: 1vh;
    text-align: left;
  }

  .size,
  .details {
    font-size: 6vw;
  }

  .size-info,
  .details-info {
    font-size: 3vw;
  }

  .button {
    height: 5vh;
    margin-bottom: 0.1vh;
  }

  .order {
    font-size: 5vw;
  }

  .pred {
    display: inline-block;
    width: 80%;
    color: #ffffff;
    font-size: 2vw;
    text-shadow:
      2px 2px 5px #000,
      -2px -2px 5px #000,
      2px -2px 5px #000,
      -2px 2px 5px #000;
  }

  .menu {
    height: 40px;
    font-size: 4vw;
  }
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
