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

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

#ytplayer {
  pointer-events: none;
}

#ytplayer::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
}

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

@font-face {
  font-family: "BenzinRegular";
  src: url(../fonts/Benzin-Regular.ttf);
}

@font-face {
  font-family: "BenzinMedium";
  src: url(../fonts/Benzin-Medium.ttf);
}

p {
  margin: 0;
  padding: 0;
}

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

.tyt {
  font-weight: 400;
}

.button:active {
  background: #000000;
}

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;
}

.dwxd {
  font-family: "BenzinSemibold";
  color: #0fac0a;
  border-bottom: 5px solid #0fac0a;
}

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

.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;
  flex: 1 1 100%;
  /* ☆ AI-assistance */
  max-width: 100%;
  /* ☆ AI-assistance */
}

.items__product {
  display: inline-block;
  text-align: center;
  flex-basis: 50vw;
}

.items__img {
  width: 40%;
}

.ad {
  transform: scale(1.1);
  margin-left: auto;
  order: 3;
}

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

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

@media (max-width: 900px) {
  .items {
    flex-direction: column;
    margin-top: 50vh;
    row-gap: 3vh;
    margin-bottom: 10vh;
  }

  .items__img {
    width: 70%;
  }

  .ad {
    display: none;
    pointer-events: none;
  }

  .marquee-container {
    height: 50px;
  }

  .marquee {
    font-size: 25px;
  }

  .menu {
    height: 40px;
  }
}

/* AI-assistance START */
.disclaimer-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 30%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  padding: 20px;
  border: 2px solid white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 90%;
  max-width: 750px;
  text-align: center;
  font-family: "BenzinSemibold";
  font-size: 14px;
  overflow: hidden;
}

.modal-content {
  margin-bottom: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.proceed-button {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-family: "BenzinSemibold";
  font-size: 14px;
  cursor: not-allowed;
  opacity: 0.5;
  margin-top: 20px;
}

.proceed-button:enabled {
  cursor: pointer;
  opacity: 1;
}

.modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1001;
}

.close-modal {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
  z-index: 1002;
}

.language-dropdown {
  background-color: #000;
  color: white;
  border: 0.3px solid #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-family: "BenzinSemibold";
  cursor: pointer;
  line-height: 1;
  height: 32px;
  box-sizing: border-box;
}

.language-dropdown option {
  background-color: #333;
  color: white;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.modal-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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