* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  color: #fff;
  background: #111317;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
  position: relative;
  padding-top: 37px;
}
.title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 208px;
  height: 1px;
  background-image: url("../../images/divider.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 300;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 60px;
  }
}

.text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }
}

.hero {
  background: url("../../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 175px 20px 125px 20px;
  position: relative;
}
.hero::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  max-width: 1000px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 4, 1, 0)), to(#080401));
  background: linear-gradient(270deg, rgba(8, 4, 1, 0) 0%, #080401 100%);
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 235px;
    padding-bottom: 141px;
    padding-inline: 80px;
  }
}
.hero .box {
  max-width: 620px;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 68px;
  line-height: 68px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .hero h1 {
    font-weight: 600;
    font-size: 92px;
    line-height: 92px;
  }
}
.hero h1 span {
  color: #ffb73b;
}
.hero h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .hero h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 28px;
  }
}

.idea {
  padding: 64px 20px 448px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .idea {
    padding-top: 100px;
    padding-bottom: 248px;
    padding-inline: 80px;
  }
  .idea::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    max-width: 1200px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 4, 1, 0)), to(#080401));
    background: linear-gradient(270deg, rgba(8, 4, 1, 0) 0%, #080401 100%);
  }
}
.idea .box {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 37px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .idea .box {
    margin: 0;
    margin-left: auto;
  }
}
.idea .idea-pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 630px;
  max-width: 630px;
}
@media screen and (min-width: 1200px) {
  .idea .idea-pic {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.space {
  background: #0e1015;
  padding: 64px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .space {
    padding-block: 100px;
  }
}
.space h2 {
  text-align: center;
}
.space h2::before {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.space ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .space ul {
    gap: 48px;
  }
}
.space li {
  max-width: 352px;
}
.space .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 65px;
  margin-bottom: 27px;
  position: relative;
}
.space .box::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("../../images/divider.svg");
  background-position: center;
}
.space h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.space p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.casino {
  background: #000;
  padding: 64px 20px 0px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .casino {
    padding-top: 100px;
    padding-bottom: 72px;
    padding-inline: 80px;
  }
}
.casino .box {
  max-width: 556px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .casino .box {
    margin: 0;
    margin-right: auto;
  }
}
.casino .atmosphere-pic {
  width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .casino .atmosphere-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
    width: auto;
  }
}
.casino ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-block: 24px;
}
@media screen and (min-width: 1200px) {
  .casino ul {
    gap: 16px;
  }
}
.casino li {
  width: 100%;
  height: 40px;
  background: rgba(32, 35, 39, 0.3019607843);
  border: 1px solid rgba(41, 44, 50, 0.5019607843);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c09a59;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.casino h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .casino h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    white-space: nowrap;
  }
}

.bar {
  background: #0e1015;
  padding: 64px 20px 88px 20px;
  position: relative;
  overflow: hidden;
}
.bar::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e1015), to(rgba(14, 16, 21, 0)));
  background: linear-gradient(to top, #0e1015 0%, rgba(14, 16, 21, 0) 100%);
}
@media screen and (min-width: 1200px) {
  .bar {
    padding-top: 100px;
    padding-bottom: 156px;
    padding-inline: 80px;
  }
  .bar::after {
    height: 268px;
  }
  .bar::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0e1015), to(rgba(14, 16, 21, 0)));
    background: linear-gradient(to bottom, #0e1015 0%, rgba(14, 16, 21, 0) 100%);
  }
}
.bar .box {
  max-width: 553px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .bar .box {
    margin: 0;
    margin-right: auto;
  }
}
.bar .bar-pic {
  width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .bar .bar-pic {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
    width: auto;
  }
}

.rules {
  padding: 64px 20px 376px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .rules {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-inline: 80px;
  }
  .rules::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    max-width: 960px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 4, 1, 0)), to(#080401));
    background: linear-gradient(270deg, rgba(8, 4, 1, 0) 0%, #080401 100%);
  }
}
.rules .box {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 37px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .rules .box {
    margin: 0;
    margin-left: auto;
  }
}
.rules span {
  font-weight: 800;
  color: #ffb73b;
}
.rules .cursive {
  font-weight: 500;
  font-style: italic;
  color: #ffb73b;
}
.rules .rules-pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 664px;
  max-width: 664px;
}
@media screen and (min-width: 1200px) {
  .rules .rules-pic {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: -7%;
    -webkit-transform: none;
            transform: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #070300;
  border-bottom: 1px solid #ffb73b;
}
.header .logo {
  width: 201px;
}
.header__button-wrapper {
  margin-left: auto;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  padding: 5px;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 28px 20px;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  padding: 140px 60px;
  background: #070300;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navigation__list.is-open {
  right: 0;
}
.navigation__link {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 1200px) {
  .header__button-wrapper {
    display: none;
  }
  .navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
    margin-left: auto;
  }
  .navigation__list {
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0;
  }
}
.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 4, 1, 0.5)), color-stop(68.25%, rgba(8, 4, 1, 0.96)));
  background: linear-gradient(270deg, rgba(8, 4, 1, 0.5) 0%, rgba(8, 4, 1, 0.96) 68.25%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 500px;
  background: #0c0c0c;
  padding: 48px 20px;
  border-radius: 24px;
  border: 1px solid #ffb73b;
}
@media screen and (min-width: 1200px) {
  .popup .content {
    max-width: 748px;
  }
}
.popup h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fd480e;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .popup h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
}
.popup .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .popup .button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }
}
.popup button {
  background: #292524;
  border: 1.6px solid rgba(240, 234, 222, 0.2);
  border-radius: 48px;
  width: 100%;
  height: 41px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.popup button:hover {
  border-color: #ffb73b;
}
@media screen and (min-width: 1200px) {
  .popup button {
    width: 196px;
  }
}

.footer {
  background: #111317;
  border-top: 1px solid #292c32;
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 60px 80px;
  }
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.footer h2 span {
  color: #c09a59;
}
.footer .domain {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.footer li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1200px) {
  .footer li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.footer img {
  width: 100%;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 32px;
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.policies {
  background: #ffffff;
  color: #000;
  padding: 138px 20px 40px 20px;
}
@media screen and (min-width: 1200px) {
  .policies {
    padding-top: 150px;
    padding-inline: 80px;
  }
}
.policies h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 40px;
  color: #1b2d24;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
  }
}
.policies h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-block: 10px;
}
.policies p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.policies a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.policies ul {
  list-style: disc;
  padding-left: 20px;
}/*# sourceMappingURL=main.css.map */