@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body,
html {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
  font-family: "Lato", sans-serif;
  background-color: #07070a;
  color: #ffffff;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
a,
ul,
li {
  text-decoration: none;
  color: inherit;
  list-style: none;
}

p,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
.header {
  backdrop-filter: blur(25.7px);
  -webkit-backdrop-filter: blur(25.7px); /* для Safari */
  background: rgba(11, 11, 13, 0.4);
  will-change: backdrop-filter;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 0;
}
.logo {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
}
.hero {
  position: relative;
  background: url("img/hero-bckg.png") center/cover no-repeat;
  overflow: hidden;
  padding-top: 80px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    110deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 45%,

    /* чіткий перехід до блакитного */ rgba(0, 149, 255, 1) 45%,
    rgba(0, 149, 255, 1) 50%,

    /* чіткий перехід до прозорого */ rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.menu-footer.nav-plus {
justify-content: center;
}
.hero-text {
  display: flex;
  
  align-items: center;
  margin-top: -100px;
}
.hero-text h1 {
  font-family: Lato;
  font-weight: 900;
  font-size: 59px;
  line-height: 120%;
  text-transform: uppercase;

  color: #fff;
  -webkit-text-stroke: 2px transparent;

  background: linear-gradient(180deg, #f17901 0%, #eb3b03 100%);
  -webkit-background-clip: text;
  background-clip: text;

  /* stroke-градієнт */
  -webkit-text-stroke: 2px #eb3b03;
}
.hero-container {
  display: flex;
  justify-content: space-between;
}
.hero-img.hero-images {
  min-width: 774px;
  width: 100%;
}

/* Загальний стиль для картинок */
.hero-img {
  position: relative; /* важливо: основа для absolute всередині */
  display: inline-block; /* щоб обгортка обмежувалась розміром hero-img.png */
}

.hero-main {
  display: block;
  width: 100%; /* або фіксований розмір, наприклад 400px */
}

/* Спільні стилі для декору */
.decor {
  position: absolute;
  width: 114px; /* або менше/більше */
  height: auto;
  z-index: 2;
}

/* Позиції */
.top-left {
  top: 50px;
  left: 80px;
}

.top-right {
  top: 86px;
  right: 0;
}

.bottom-left {
  bottom: 130px;
  right: 80px;
}
.casino-first {
  margin-top: -80px;
}
.iframe-casino-hero {
  background: linear-gradient(90deg, #028bed 0%, #042658 100%);
  display: flex;
  opacity: 1;
  border-width: 1px;
  border-radius: 8px;
  margin-bottom: 60px;
}
.casino-logo,
.casino-bonus,
.casino-prom,
.casino-button {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.casino-bonus {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  border-right: 1px solid rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  text-align: center;
  min-width: 400px;
}

.casino-prom {
  border: 1px solid rgba(217, 217, 217, 0.2);
}
.casino-bonus h2 {
  font-size: 38px;
}
.casino-bonus h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6.68px 6.68px 0px rgba(0, 0, 0, 0.04);
}
.casino-prom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.color {
  color: #ffa800;
  font-weight: 900;
}
.color-blu {
  font-weight: 900;
  color: rgba(0, 149, 255, 1);
}
.vector {
  display: flex;
  gap: 10px;
  align-items: center;
}
.casino-logo {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  border-left: 1px solid rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);

  border-radius: 8px 0 0 8px;
  z-index: 1;
}
.best {
  top: -20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, #fff500 -9.6%, #ffa800 119.23%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  border-radius: 8px 8px 0 0;
  padding: 4px 0;
  gap: 8px;
  font-weight: 900;
}
.logo-img {
  flex: 1;
  margin-top: 20px;
}
.logo-img img {
  max-width: 200px;
  width: 100%;
}
.logo-text {
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.casino-pay {
  display: flex;
  gap: 10px;
}
.casino-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-radius: 0 8px 8px 0;
}
.button-blu {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 90px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  background: linear-gradient(180deg, #0095ff 0%, #006fff 100%);
}
.button {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 90px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  background: linear-gradient(180deg, #fff500 -9.6%, #ffa800 119.23%);
}

.iframe-casino-other {
  background: linear-gradient(90deg, #0b0b0b 0%, #202020 100%);
  display: flex;
  opacity: 1;
  border-width: 1px;
  border-radius: 8px;
}
.ifrems-casino {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
}
.information-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.information-container {
  display: flex;
  gap: 50px;
}
.about,
.why {
  flex: 1;
  background: rgba(22, 22, 22, 1);
  box-shadow: 0px 4px 0px 0px rgba(0, 149, 255, 1);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.about h2,
.why h2 {
  text-transform: uppercase;
}
.information {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 4px solid rgba(0, 149, 255, 1);
}
.footer {
  padding-top: 40px;
  border-top: 4px solid rgba(0, 149, 255, 1);
}
.logo-footer {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  padding-bottom: 40px;
}
.game-logo {
  display: flex;
  justify-content: center;
  gap: 74px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.coop {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-footer {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
}
/* privacy */

.privacy {
  margin-top: 100px;
  background: linear-gradient(90deg, #0b0b0b 0%, #202020 100%);
  padding: 50px 0;
  text-transform: uppercase;
}
.text-privacy>.container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-mobile {
  display: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
@media (max-width: 700px) {
  .hero-text h1 {
    margin-top: 100px;
    font-size: 40px;
  }
  .decor {
    width: 70px;
  }
  .top-left {
    top: 10px;
    left: 20px;
  }

  .top-right {
    top: 250px;
    right: 0;
  }

  .bottom-left {
    bottom: 160px;
    right: 180px;
    width: 50px;
  }
  .hero-container {
    flex-direction: column;
  }
  .iframe-casino-hero,
  .iframe-casino-other {
    flex-direction: column;
  }
  .casino-logo,
  .casino-button {
    flex-direction: row;
  }
  .casino-pay {
    gap: 6px;
  }
  .pay img {
    width: 20px;
    height: auto;
  }
  .casino-bonus {
    min-width: 150px;
  }
  .button,
  .button-blu {
    padding: 10px 20px;
  }
  .casino-button .button {
    order: 2; /* кнопка після іконок */
  }
  .casino-button .button-blu {
    order: 2; /* кнопка після іконок */
  }
  .casino-button .casino-pay {
    order: 1; /* іконки перед кнопкою */
  }
  .casino-logo {
    border-radius: 0;
  }
  .mobile .casino-bonus {
    order: 2;
  }
  .mobile .casino-prom {
    order: 1;
  }
  .casino-bonus h2 {
    font-size: 28px;
  }
  .casino-bonus h3 {
    font-size: 20px;
  }
  .vector p {
    font-size: 12px;
  }
  .casino-bonus,
  .casino-prom,
  .casino-button {
    border: none;
  }
  .casino-logo,
  .casino-bonus,
  .casino-prom,
  .casino-button {
    padding: 15px;
  }
  .information-container {
    flex-direction: column;
  }
  .game-logo {
    flex-direction: column;
    gap: 20px;
  }
  .menu-footer {
    flex-direction: column;
  }
  .coop {
    display: flex;
    flex-direction: column;
  }
  .nav {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .container {
    padding: 0 20px !important;
  }
  .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    170deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 45%,

    /* чіткий перехід до блакитного */ rgba(0, 149, 255, 1) 45%,
    rgba(0, 149, 255, 1) 50%,

    /* чіткий перехід до прозорого */ rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.header>.container {
flex-direction: column;
}
}
.mobile {
  display: flex;
}
.header>.container {
  display: flex;
  justify-content: space-between;
}