a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-ms-clear {
  display: none;
}
.lottery {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 576px) {
  .lottery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .lottery {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .lottery {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .lottery {
    max-width: 964px;
  }
}
@media (min-width: 1200px) {
  .lottery {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .lottery {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .lottery {
    max-width: 1500px;
  }
}
.lottery__wrapper {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 991px) {
  .lottery__wrapper {
    max-width: 100%;
  }
}

.lottery-top {
  padding: 74px 48px 48px 48px;
  background-color: rgba(16, 36, 56, 0.9);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  margin-top: 108px;
}
@media (max-width: 991px) {
  .lottery-top {
    padding: 62px 48px 48px 48px;
    margin-top: 82px;
  }
}
@media (max-width: 767px) {
  .lottery-top {
    padding: 44px 24px 24px 24px;
    margin-top: 54px;
  }
}
@media (max-width: 379px) {
  .lottery-top {
    margin-top: 0;
  }
}
.lottery-top__logo {
  height: 164px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .lottery-top__logo {
    height: 123px;
    height: 123px;
    top: -82px;
  }
}
@media (max-width: 767px) {
  .lottery-top__logo {
    height: 82px;
    height: 82px;
    top: -54px;
  }
}
.lottery-top__heading {
  font-size: 48px;
  color: white;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .lottery-top__heading {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .lottery-top__heading {
    font-size: 32px;
  }
}
@media (max-width: 379px) {
  .lottery-top__heading {
    font-size: 24px;
  }
}

.lottery-content {
  padding: 48px;
  height: 499px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .lottery-content {
    padding: 24px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .lottery-content {
    height: 377px;
  }
}
@media (max-width: 575px) {
  .lottery-content {
    height: 325px;
  }
}
@media (max-width: 379px) {
  .lottery-content {
    height: 265px;
  }
}
@media (orientation: landscape) and (max-height: 880px) {
  .lottery-content {
    height: 378px;
  }
}
@media (orientation: landscape) and (max-height: 759px) {
  .lottery-content {
    height: 320px;
  }
}
.lottery-content__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 18px;
  height: 100%;
  overflow: auto;
}
.lottery-content__list::-webkit-scrollbar {
  width: 10px;
}
.lottery-content__list::-webkit-scrollbar-track {
  background: white;
  border-radius: 20px;
}
.lottery-content__list::-webkit-scrollbar-thumb {
  background: #c5a457;
}
.lottery-content__list-item {
  padding: 9px 24px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lottery-content__list-item__name {
  display: block;
  flex: 1;
  font-size: 20px;
  color: black;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .lottery-content__list-item__name {
    font-size: 18px;
  }
}
.lottery-content__list-item__remove-button {
  cursor: pointer;
}
.lottery-content__button-container {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .lottery-content__button-container {
    gap: 12px;
  }
  .lottery-content__button-container .lottery-button {
    width: calc(50% - 6px);
    padding: 12px 0;
  }
}
.lottery-content__input {
  margin-top: 12px;
  padding: 9px 24px;
  border-radius: 20px;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .lottery-content__input {
    font-size: 18px;
  }
}
.lottery-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 36, 56, 0.9);
  z-index: -2;
  border-radius: 20px;
}
.lottery-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.lottery-button {
  color: white;
  background-color: #c5a457;
  padding: 12px 48px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lottery-button {
    font-size: 14px;
  }
}
.lottery-button--secondary {
  background-color: #102438;
}
.lottery-button--large {
  font-size: 24px;
}
@media (max-width: 991px) {
  .lottery-button--large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lottery-button--large {
    font-size: 16px;
  }
}

.lottery-bottom-buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 767px) {
  .lottery-bottom-buttons {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .lottery-bottom-buttons {
    margin: 24px 24px 0 24px;
  }
  .lottery-bottom-buttons .lottery-button {
    flex: 1;
    min-width: 32%;
    padding: 12px 0;
  }
  .lottery-bottom-buttons .lottery-button:nth-child(1) {
    order: 1;
  }
  .lottery-bottom-buttons .lottery-button:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .lottery-bottom-buttons .lottery-button:nth-child(3) {
    order: 2;
  }
}

.lottery-spinner-container {
  width: 100%;
  height: 8vh;
  border-radius: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lottery-spinner-container__name {
  font-size: 42px;
  line-height: 8vh;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .lottery-spinner-container__name {
    font-size: 32px;
  }
}
@media (max-width: 379px) {
  .lottery-spinner-container__name {
    font-size: 28px;
  }
}
.lottery-spinner-container__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(calc(100% - 8vh)) translateX(-50%);
}
.lottery-spinner-container__content span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8vh;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #102438;
  z-index: -1;
  opacity: 0.6;
}

.page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */