@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "DM Sans", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #0A0A0A;
}

.main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  scroll-margin-top: 100px;
}

[class*=__text] {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.title {
  color: #FFF;
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  border-radius: 60px;
  background: #9CE400;
  box-shadow: 0 8px 20px 0 rgba(156, 228, 0, 0.3);
  padding: 26px 70px;
  color: #0A0A0A;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.btn-border {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #9CE400;
  color: #9CE400;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 26px 70px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #0A0A0A;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .header__content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9CE400;
  font-size: 22px;
  font-weight: 700;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.header__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .header__menu {
    gap: 15px;
  }
}

.footer {
  padding-bottom: 20px;
  background: #0A0A0A;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .footer .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: #0A0A0A;
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cookies__icon {
  margin: 0 auto;
}
.cookies__title {
  color: #9CE400;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19222D;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.popup__content {
  border-radius: 30px;
  border: 3px solid rgba(255, 49, 49, 0.3);
  background: #0A0A0A;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  padding: 20px;
}
.popup__title {
  color: #9CE400;
  font-size: 24px;
  font-weight: 700;
}
.popup__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-direction: column;
}
.popup__accept {
  width: 100%;
}
.popup__exit {
  width: 100%;
}

.hero {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .hero {
    margin: 140px 0 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  max-width: 1024px;
  margin: 0 auto;
}
.hero__title span {
  color: #9CE400;
}
.hero__row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero__row {
    flex-direction: column;
    gap: 20px;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 183px;
}
@media (max-width: 767px) {
  .hero__column {
    max-width: 100%;
  }
}
.hero__item {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
}
.hero__item p {
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero__img {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play {
  background: url(/wp-content/themes/jackpotinformer/img/bg.webp) no-repeat center/cover;
  padding: 60px 0;
  margin: 60px 0 0;
}
.play__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.play__card {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #9CE400;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 0 20px 20px;
}
.play__label {
  border-radius: 0 0 12px 0;
  background: #9CE400;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -20px;
}
.play__label p {
  padding: 8px 20px;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 900;
}
.play__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .play__item {
    flex-wrap: wrap;
  }
}
.play__colum {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.play__title {
  color: #FFF;
  font-size: 26px;
  font-weight: 800;
  line-height: 110%;
}
@media (max-width: 575px) {
  .play__title {
    font-size: 20px;
  }
}
.play__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.play__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .play__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.play__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  max-width: 110px;
  width: 100%;
}
.play__rating h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
}
.play__rating p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
.play__btn {
  max-width: 211px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .play__btn {
    max-width: 100%;
  }
}
.play__btn p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.info {
  background: rgba(156, 228, 0, 0.15);
  padding: 60px 0;
  margin: 60px 0;
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 575px) {
  .info__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.info__column {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info__title {
  color: #9CE400;
  font-size: 26px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.info__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.privacy {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .privacy {
    margin: 140px 0 0;
  }
}
.privacy__title {
  color: #9CE400;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
}