


* {
  padding: 0;
  margin: 0;
  border: 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%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

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

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

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/luckynightsevent-fonts/luckynightsevent-inter-variablefont.woff2) format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/luckynightsevent-fonts/luckynightsevent-montserrat-variablefont.woff2) format("woff2");
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --container-width: 1240px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --Brown: linear-gradient(180deg, #7B4404 0%, #281C0E 100%);
  --gradient-brow: var(--Brown, linear-gradient(180deg, #7B4404 0%, #281C0E 100%));
  --background-page: var(--black);
  --main: #ffffff;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: white;
  --pink: #F27E93;
  --blue: #52F2E2;
  --gradient-blue: linear-gradient(180deg, #52f2e2 0%, #262626 100%);
  --gradient-green: linear-gradient(360deg, #262626 0%, #52F2E2 100%);
  --hover: #7B68EE;
  --active: #4169E1;
  --purple-header-footer: #371D38;
  --purple-gradient: linear-gradient(180deg, #271528 0%, #844487 100%);
}

h1, button, .label, h3 {
  font-family: var(--font-family), sans-serif;
}

h1, h2 {
  font-weight: 700;
}

h2, a, p, label {
  font-family: var(--second-family), sans-serif;
}

.font-family-second {
  font-family: var(--second-family), sans-serif;
}

.txt-color {
  color: var(--tx-main-color);
}

.txt-color-black {
  color: var(--black);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 1300px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 1300px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
textarea {
  font-family: var(--second-family), sans-serif;
  background: #fff;
  resize: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  border-radius: 4px;
  padding: 12px 24px;
  color: var(#000000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  @media (max-width: 600px) {
    padding: 10px 6px;
    font-size: 12px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: black;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: black;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: black;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: black;
}

input::placeholder,
textarea::placeholder {
  color: black;
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.display-flex-row.gup {
  gap: 40px;
  @media (max-width: 1250px) {
    gap: 10px;
  }
}

.display-flex-row.flex-wrap {
  @media (max-width: 1250px) {
    flex-wrap: wrap;
  }
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.luckynightsevent-page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: black;
}


.luckynightsevent-main {
  flex: 1 1 auto;
}


.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}



.bg-gr-green {
  background: var(--gradient-green);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--gradient-green);
  z-index: 1;
  border-radius: inherit;
}

.border {
  border: 1px solid var(--pink);
}

.mb-section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 1300px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-24 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1300px) {
  .tx-40-24 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

@media (max-width: 1220px) {
    font-size: 55px;
}
@media (max-width: 1100px) {
    font-size: 45px;
}
@media (max-width: 600px) {
    font-size: 30px;
}
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 600px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-30-20 {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .tx-30-20 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tx-30-20 {
    font-size: 20px;
  }
}

.tx-34-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-family: var(--second-family),sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  @media (max-width: 1300px) {
    font-size: 14px;
  }
}

.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  @media (max-width: 991px) {
    font-size: 18px;
  }
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}


.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}



.luckynightsevent-header {
  z-index: 5;
  background: var(--purple-header-footer);
}

.luckynightsevent-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}

header .luckynightsevent-logo img {
  width: 25px;
  height: 25px;
  margin-right: 6px;

}

.luckynightsevent-nav__item {
  padding: 10px;
}

.luckynightsevent-nav__item a{
  color: var(--white);
  font-family: var(--second-family),sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
}

.luckynightsevent_logo {
  padding: 16px 0;
}

.luckynightsevent-header__container {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  @media (max-width: 1300px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}



@media (max-width: 1300px) {
  .luckynightsevent-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .luckynightsevent-header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.luckynightsevent-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.luckynightsevent-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 1300px) {
  .luckynightsevent-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .luckynightsevent-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.luckynightsevent-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.luckynightsevent-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.luckynightsevent-nav__list {
  padding: 16px 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1300px) {
  .luckynightsevent-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 1300px) {
  .luckynightsevent-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .luckynightsevent-nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.luckynightsevent-nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}

.luckynightsevent-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.luckynightsevent-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 1300px) {
  .luckynightsevent-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.luckynightsevent-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

.header-contact {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  @media (max-width: 1300px) {
    display: none;
  }
}

.header-contact li {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: var(--second-family),sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
}



.luckynightsevent-nav  {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  @media (max-width: 1300px) {
    flex-direction: column;
  }
}

.mobile-logo {
  display: none;
  @media (max-width: 1300px) {
    display: block;
  }
}

.header-img {
  height: 20px;
  width: 20px;
  margin-right: 10px ;
}

.hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-main-background.webp) #000000 50% / cover no-repeat;
  height: 540px;
  width: 100vw;
  display: flex;
  align-items: center;
  @media (max-width: 600px) {
    height: 290px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
    url(/luckynightsevent-img/luckynightsevent-main-background-mobile.webp) #000000 50% / cover no-repeat;
  }
}

.about-section--container {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: var(--purple-gradient);
}

.star-img {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  @media (max-width: 600px) {
    width: 24px;
    height: 24px;
  }
}

.event-list-ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.event-list-ul li div  {
  border-radius: 10px;
}

.red-btn {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: linear-gradient(180deg, #C70A0A 0%, #2D0707 100%);
  text-align: center;
  font-family: var(--font-family),sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
}

.red-btn:hover{
  background: white;
}

.red-btn:active{
  border: 1px solid black;
}

.red-btn-popup {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: linear-gradient(180deg, #C70A0A 0%, #2D0707 100%);
  text-align: center;
  font-family: var(--font-family),sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 200px;
  @media (max-width: 600px) {
    width: 114px;
    padding: 10px;
    font-size: 14px;
  }
}

.red-btn-popup.primery {
  max-width: 500px;
  width: 100%;
  @media (max-width: 600px) {
    width: 308px;
  }
}

.event-section--container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.event-list-ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  @media (max-width: 1280px) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.event-list-ul li {
  width: 100%;
  height: 100%;
  max-width: 295px;
}

.event-img {
  height: 220px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.our-events-list-ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
  @media (max-width: 1280px) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.our-events-img {
  border-radius: 10px;
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}

/*form submit*/

.form-container {
  width: 100%;
  background: var(--purple-gradient);
  padding: 40px 20px;
  border-radius: 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
}

.form-group.full-width {
  grid-column: 1 / -1;
}


input:focus, textarea:focus {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.submit-btn {
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #C70A0A 0%, #2D0707 100%);
  border: none;
  border-radius: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 28px;
  @media (max-width: 600px) {
    margin-top: 20px;
  }
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(238, 90, 36, 0.6);
}

.submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .form-container {
    padding: 30px 20px;
  }

  .form-title {
    font-size: 2rem;
  }
}

#myPopup{
  display: none;
}


.luckynightsevent_container {
  background: var(--purple-header-footer);
}

.svg-footer {
 width: 41px;
  height: 41px;

}

.footer-bottom {
  display: flex;
  align-items:  center;
  gap: 36px;
  flex-direction: row;
}

.footer-bottom div {
  display: flex;
  align-items:  center;
  gap: 40px;
  flex-direction: row;
  @media (max-width: 1300px) {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.luckynightsevent_footer_container {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.footer-left-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.footer-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.container-580 {
  max-width: 580px;
  height: auto;
  width: 100%;
}

.luckynightsevent-footer-nav__list {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  @media (max-width: 1300px) {
    flex-wrap: wrap;
  }
}

.display-none-max {
  @media (max-width: 991px) {
    display: none;
  }
}

.display-none-min {
  @media (min-width: 991px) {
    display: none;
  }
}

.footer-contact-1{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  @media (min-width: 991px) {
    display: none;
  }
  @media (max-width: 500px) {
    flex-wrap: wrap;
  }
}

.footer-contact-2{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
}

.footer-contact-1 li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: var(--second-family),sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  @media (min-width: 991px) {
    display: none;
  }
}

.footer-contact-2 li{
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: var(--second-family),sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  @media (max-width: 991px) {
    display: none;
  }
}

.james-bond-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-james-bond.webp) #000000 50% / cover no-repeat;
}

.section-for-hero {
  height: 540px;
  width: 100vw;
  display: flex;
  align-items: center;
  @media (max-width: 600px) {
    height: 290px;
  }
}

.general-decoration-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-general-decoration.webp) #000000 50% / cover no-repeat;
}

.evening-in-las-vegas-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-evening-in-las-vegas.webp) #000000 50% / cover no-repeat;

}

.the-great-gatsby-party-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-the-great-gatsby-party.webp) #000000 50% / cover no-repeat;

}

.american-roulette-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-american-roulette.webp) #000000 50% / cover no-repeat;

}

.blackjack-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-blackjack.webp) #000000 50% / cover no-repeat;
}

.poker-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-poker.webp) #000000 50% / cover no-repeat;
}

.roulette-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-roulette.webp) #000000 50% / cover no-repeat;
}

.craps-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%),
  url(/luckynightsevent-img/luckynightsevent-background-craps.webp) #000000 50% / cover no-repeat;
}

.contact-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.form_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #271528 0%, #844487 100%);
  color: white;
  padding: 40px 20px;
  max-width: 540px;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}


.popup-overlay.active .popup {
  transform: scale(1);
}


.popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: row;
}


.red-btn-popup.secondary {
  background: white;
  color: #C70A0A ;
  width: 240px;
  @media (max-width: 600px) {
    width: 145px;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.popup-button.secondary:hover {
  background: #fff;
  color: #333;
}

.cookie-info {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #271528 0%, #844487 100%);
  padding: 20px;
  margin-bottom: 20px;
}

.cookie-info h3 {
  color: #4fc3f7;
  margin-bottom: 10px;
  font-size: 18px;
}

.loading {
  display: none;
  margin: 20px 0;
}

.loading.active {
  display: block;
}

.spinner {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #4fc3f7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 600px) {
  .popup {
    padding: 30px 20px;
  }
}

