/* global */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Regular.woff') format('woff2'),
        url('../../fonts/Roboto/Roboto-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --black: #000;
  --black-rgb: 0, 0, 0;
  --camelback-mountain: #d4b889;
  --charcoal-grey: #383e4d;
  --charcoal-grey-rgb: 56, 62, 77;
  --cloudy-blue: #c5d3e0;
  --cool-grey: #a7a9b0;
  --cool-grey2: #90949c;
  --dark: #1a202c;
  --dark2: #222939;
  --dark2-rgb: 34, 41, 57;
  --dark3: #2d3443;
  --gunmetal: #4e5461;
  --leaf: #7a9c32;
  --light-grey-blue: #8cb2ce;
  --macaroni-and-cheese: #efbb34;
  --metallic-silver: #a7a9b0;
  --mid-blue: #1c6aa3;
  --midnight-express: #192436;
  --midnight-express2: #192437;
  --pale-grey: #f4f4f5;
  --panache: #e4f3ea;
  --sandstone: #caab72;
  --sandstone-deact: #e4d5b9;
  --seaweed-green: #329c69;
  --silver: #d3d4d7;
  --silver-two: #e9eaeb;
  --silver-tree: #66cc99;
  --steel-grey: #7a7f88;
  --twitter: #4ea6ea;
  --warm-purple: #9a329c;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --youtube: #e62703;
}

html,
body {
  font-family: 'Lato', sans-serif;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #222939;
  color: #fff;
  /* overflow-x: hidden; */
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.popup-active {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body.popup-active:after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.content {

}
.btn {
  /* display: inline-block; */
  vertical-align: middle;
  color: #222939;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  /* height: 48px; */
  /* padding: 14px 24px; */
  border-radius: 60px;
  background-color: #caab72;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
}

.btn:hover {
  background: #d4b889;
}

/* __________ HEADER __________ */
.login__btn {
  width: 94px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
}

.login__btn:hover .login__form {
  display: block;
}

.user-info {
  /* display: flex; */
  font-family: 'Lato', sans-serif;
  margin-right: 16px;
  text-align: right;
}

.user__name {
  display: block;
  font-size: 12px;
}

.user__points {
  /* display: block; */
  font-size: 16px;
  font-weight: 700;
  color: #CAAB72;
}

.logout__btn {
  background-color: transparent;
  color: #fff;
  padding: 12px 18px;
  border-radius: 60px;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  width: 109px;
}

.logout__btn:hover {
  background-color: #ffffff1a;

}

.header {
  /* height: 96px; */
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.4s ease;
}

.header.scrolled {
  background-color: #222939e5;
}

.header-right {
  display: flex;
}

.header__langs {
  cursor: pointer;
  z-index: 1;
  line-height: normal;
  white-space: nowrap;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline;
  padding-left: 16px;
  padding-top: 5px;
}

.header__langs img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.header__langs .sel-lang {
  padding-bottom: 10px;
}

.header__langs .sel-lang span {
  font-size: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/icon-arrow-down-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 16px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.header__langs:hover .sel-lang span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__langs .sel-lang .langs {
  padding-left: 4px;
}

.header__langs ul {
  width: 170px;
  list-style: none;
  display: none;
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0;
  padding: 12px;
  background: #383e4d;
  border-radius: 8px;
  color: #FFF;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.header__langs ul li {
  position: relative;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header__langs ul li:hover {
  background-color: #4e5461;
}

.header__langs ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__langs .sel-lang {
  cursor: pointer;
  display: inline;
}

.header__langs:hover ul,
.header__langs .sel-lang:hover+ul,
.header__langs ul:hover {
  display: block;
}

.header__langs a {
  color: #FFF;
  text-decoration: none;
}

.header__langs a span {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
}

/* __________ BANNER __________ */
.banner {
  /* height: 709px; */
  background-image: url("../images/banner-desk.webp");
  /* background-size: contain; */
  background-position: top center;
  background-repeat: no-repeat;
  /* background: url("../images/banner-desk.webp") no-repeat center top var(--dark2); */
}

.banner-text__wrapper {
  text-align: center;
  padding: 0 1rem;
}

.title__main {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin-top: 440px;
  /* margin-top: 54vh; */
  color: #CAAB72;
  margin-bottom: 8px;
}

.title__sub {
  font-size: 16px;
  color: #D3D4D7;
}

.promo__period {
  font-size: 12px;
  color: #D3D4D7;
  margin-top: 24px;
}

/*__________ BOXES __________ */
.boxes__header {
  font-size: 20px;
  color: #CAAB72;
  font-weight: 700;
}

.line-with-text {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  /* centers the whole block */
  text-align: center;
  width: 100%;
  /* ensures it stretches across the parent */
  gap: 10px;
  margin-bottom: 50px;
}

.line-with-text .line {
  flex: 0 0 120px;
  /* fixed width */
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

.line-with-text .line-text {
  white-space: nowrap;
}

.boxes__flex-wrapper {
  gap: 42px 22px;
}

.regular-boxes__wrapper {
  margin-top: 40px;
  margin-bottom: 32px;
  overflow-x: hidden;
  padding: 0 1rem;
}

.premium-boxes__wrapper {
  margin-bottom: 48px;
  overflow-x: hidden;
  padding: 0 1rem;
}

.box {
  font-family: 'Lato', sans-serif;
  width: 348px;
  height: 170px;
  /* margin: 12px; */
  padding: 11px 16px 24px;
  background: #16233a;
  border-radius: 10px;
  box-shadow: 0 0 8px #0006;
  position: relative;
}

.box ul {
  margin: 6px 0 12px 18px;
}

.box__header {
  text-transform: uppercase;
  color: #CAAB72;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.box__points {
  font-size: 16px;
  font-weight: 700;
  color: #E4D5B9;
}

.box__description {
  font-size: 10px;
  color: #D3D4D7;
  max-width: 200px;
}

.redeem__btn {
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 14px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #222939;
  text-transform: uppercase;
}

.redeem__btn-disabled {
  cursor: default;
  width: 100%;
  padding: 14px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 700;
  background-color: #D2C5AC;
  color: #BDA475;
  text-transform: uppercase;
}

.redeem__btn-disabled:hover {
  background-color: #D2C5AC;
}

.silver__box {
  background-image: url("../images/treasure-boxes/Bg-Card-Silver.png");
  background-size: cover;
}

.gold__box {
  background-image: url("../images/treasure-boxes/Bg-Card-Gold.png");
  background-size: cover;
}

.ruby__box {
  background-image: url("../images/treasure-boxes/Bg-Card-Ruby.png");
  background-size: cover;
}

.diamond__box {
  background-image: url("../images/treasure-boxes/Bg-Card-Diamond.png");
  background-size: cover;
}

.mystery__box {
  background-image: url("../images/treasure-boxes/Bg-Card-Mystery.png");
  background-size: cover;
}

.box__redeemed::before {
  top: -30px !important;
}

.gold__box::before,
.silver__box::before,
.ruby__box::before,
.diamond__box::before,
.mystery__box::before {
  content: '';
  display: block;
  height: 80px;
  background-size: contain;
  width: 240px;
  height: 160px;
  position: absolute;
  top: -55px;
  right: -45px;
}

.silver__box::before {
  background-image: url("../images/treasure-boxes/Silver_Closed.png");
}

.gold__box::before {
  background-image: url("../images/treasure-boxes/Gold_Closed.png");
}

.ruby__box::before {
  background-image: url("../images/treasure-boxes/Ruby_Closed.png");
}

.diamond__box::before {
  background-image: url("../images/treasure-boxes/Diamond_Closed.png");
}

.mystery__box::before {
  background-image: url("../images/treasure-boxes/Mystery_Closed.png");
}

.silver__box.box__redeemed::before {
  background-image: url('../images/treasure-boxes/Silver_Open_bw.png');
}

.gold__box.box__redeemed::before {
  background-image: url('../images/treasure-boxes/Gold_Open_bw.png');
}

.ruby__box.box__redeemed::before {
  background-image: url('../images/treasure-boxes/Ruby_Open_bw.png');
}

.diamond__box.box__redeemed::before {
  background-image: url('../images/treasure-boxes/Diamond_Open_bw.png');
}

.mystery__box.box__redeemed::before {
  background-image: url('../images/treasure-boxes/Mystery_Open_bw.png');
}

/* __________ HOW IT WORKS __________ */
.how-it-works__wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
}

.how-it-works__card {
  font-family: 'Lato', sans-serif;
  width: 300px;
  height: 72px;
  display: flex;
  /* text-align: left; */
}

.how-it-works__img {
  width: 72px;
  height: 72px;
}

.how-it-works__text-wrapper {
  font-size: 16px;
  margin-left: 24px;
}

.how-it-works__header {
  font-weight: 700;
  color: #CAAB72;
  margin-bottom: 8px;
  margin-top: 0px;
  text-transform: uppercase;
}

.how-it-works__text {
  margin: 0;
}

/* __________ REWARD HISTORY __________ */
.reward__history-title {
  margin-bottom: 32px;
}

.rewards__table {
  font-family: 'Lato', sans-serif;
  border-collapse: collapse;
  margin: 24px auto;
  text-align: left;
  width: 100%;
  max-width: 711px;
  color: #F4F4F5;
}

.rewards__table th:nth-child(1),
.rewards__table td:nth-child(1) {
  width: 30%;
}

.rewards__table th:nth-child(2),
.rewards__table td:nth-child(2) {
  width: 55%;
}

.rewards__table th:nth-child(3),
.rewards__table td:nth-child(3) {
  width: 20%;
  text-align: right !important;
}

.rewards__table th:nth-child(1),
.rewards__table th:nth-child(2) {
  padding-left: 20px;
}

.rewards__table th:nth-child(3) {
  padding-right: 20px;
}

.rewards__table-header {
  font-size: 10px;

}

.rewards__table-data {
  font-size: 12px;
  height: 44px;
  text-align: left;
  padding: 12px;
  word-break: break-word;
  box-sizing: border-box;
  line-height: 1.3;

}

.rewards__table-data:first-child {
  border-radius: 4px 0 0 4px;
}

.rewards__table-data:last-child {
  border-radius: 0 4px 4px 0;
}

.box__icon {
  width: 36px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.rewards__table-empty {
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
}

.rewards__table-empty-headers {
  line-height: 34px;
}

/* __________ T&C __________ */
.area-tnc {
  margin: 0 auto;
  margin-top: 25px;
  padding: 32px 24px;
  max-width: 1312px;
}

.area-tnc *{
  font-family: "Roboto", "Arial", Tahoma, sans-serif;
}

.area-tnc .accordion-parent {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #383e4d;
  font-family: 'Lato';
  font-size: 14px;
  padding-left: 16px;
}

.area-tnc .accordion-parent:hover {
  background-color: #4e5461;
  cursor: pointer;
}

.area-tnc .accordion-parent.active {
  background-color: #4e5461;
  border-radius: 8px 8px 0 0;
}

.area-tnc .accordion-parent:after {
  content: " ";
  background: url(../images/icons/icon-arrow-down-white.svg) no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* opacity: 1; */
  cursor: pointer;
}

.area-tnc .accordion-parent.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.area-tnc .accordion-parent strong {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 15px;
}

.area-tnc .accordion-content {
  display: none;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
  /* padding: 16px 0; */
  padding: 1rem 1rem 1rem 0;
  font-family: 'Lato';
  border-radius: 0px 0px 8px 8px;
}

.area-tnc .accordion-content a {
  color: #fff;
}

.area-tnc .accordion-content ol {
  margin: 0;
}

.area-tnc .accordion-content ol li {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.area-tnc .accordion-content ol li p {
  margin: 0;
}

.area-tnc .accordion-content table {
  border-collapse: collapse;
  margin: 24px auto;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.area-tnc .accordion-content table th,
.area-tnc .accordion-content table td {
  height: 44px;
  border: 1px solid var(--gunmetal);
  text-align: center;
  padding: 12px;
  color: var(--white);
  word-break: break-word;
  box-sizing: border-box;
  line-height: 1.3;
}

.area-tnc .accordion-content table th,
.area-tnc .accordion-content table th {
  background-color: var(--charcoal-grey);
}

/*__________ FOOTER __________ */
.custom-divider {
  width: 97vw;
  height: 1px;
  background-color: #4E5461;
  margin: 0 auto;
  border: none;
  margin-top: 40px;
}

.comm__footer {
  padding: 40px 24px;
  background-color: #222939;
}

.inner__footer {
  max-width: 1312px;
  margin: 0 auto;
}

.or__partnership-mobi {
  display: none;
}

.or__partnership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.or__partnership-title h1 {
  font-size: 16px;
  color: #a7a9b0;
  text-align: center;
}

.or__partnership-title {
  margin-bottom: 40px;
}

.or__partnership-txt p:first-child {
  font-weight: 700;
}

.txt__tile-sponsor p:first-child {
  font-weight: 700;
}

.txt__tile-sponsor p:first-child {
  font-weight: 700;
}

.or__partnership-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9vw;
}

.or__partnership-first,
.sponsor__acm,
.sponsor__laliga,
.sponsor__afc,
.sponsor__crystal,
.sponsor__manchester,
.sponsor__tottemham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

.or__partnership-first img {
  width: 28.57px;
  height: 40px;
}

.or__partnership-first p {
  color: #ffffff;
  font-size: 12px;
  line-height: 0.6;
}

.sponsor__acm img,
.sponsor__laliga img,
.sponsor__afc img,
.sponsor__crystal img,
.sponsor__manchester img,
.sponsor__tottemham img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.sponsor__acm p,
.sponsor__laliga p,
.sponsor__afc p,
.sponsor__crystal p,
.sponsor__manchester p,
.sponsor__tottemham p {
  font-size: 12px;
  color: #90949c;
  line-height: 0.6;
}

.bottom__footer {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 40px 24px;
  background-color: #1A202C;
}

.bottom__footer-right {
  display: flex;
  gap: 16px;
}

.bottom__footer-right img {
  width: 32px;
  height: 32px;
}

.bottom__footer-left p {
  font-size: 12px;
  color: #90949C;
}

/* __________ LOGIN POPUP __________ */
.login__popup {
  display: none;
}

.login__popup.inactive {
  display: none;
}

.login__popup.active {
  display: block;
  width: 520px;
  /* height: 356px; */
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 16px;
  color: #222939;
}

.popup__header {
  /* height: 75px; */
  display: flex;
  justify-content: space-between;
  padding: 32px 32px 24px 32px;
}

.popup__header-text {
  color: #222939;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}

.btn-close {
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/close.png");
  cursor: pointer !important;
}

.popup__content {
  padding: 32px;
  font-size: 14px;
}

.label__username {
  margin-left: 16px;
}

.popup__divider {
  border: none;
  border-top: 1px solid #E9EAEB;
  margin: 0;
}

#loginError {
  margin-left: 16px;
  color: #C9334E;
}

.popup__footer {
  padding: 24px 32px;
  text-align: right !important;
}

.popup__btn {
  /* width: 100%; */
  padding: 16px 32px;
  color: #222939;
  background-color: #caab72;
  font-size: 14px;
  font-weight: 700;
  border-radius: 200px;
  border: none;
}

.popup__btn.disabled {
  cursor: default;
  background-color: #D2C5AC;
  color: #BDA475;
}

.username__input {
  width: 100%;
  height: 48px;
  border-radius: 200px;
  border: 1px solid #D3D4D7;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 16px;
}

.username__input:active {
  border-color: #D3D4D7;
  box-shadow: 0 0 3px #D3D4D7;
}

.username__input-error {
  width: 100%;
  height: 48px;
  border-radius: 200px;
  border: 1px solid #C9334E;
  padding-left: 16px;
  background-image: url("../images/icons/error.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

/*__________ PRIZE POPUP __________ */
.prize__popup {
  display: none;
}

.prize__popup.inactive {
  display: none;
}

.prize__popup.active {
  display: block;
  justify-items: center;
  background-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #222939;
  background-position: center;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  overflow: hidden;
}

.prize__popup.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/treasure-boxes/gray-glow.png');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  mix-blend-mode: color-burn;
  z-index: 0;
  pointer-events: none;
  animation: fadeOutBg 0.5s ease forwards;
  animation-delay: 2s;
}


.box__surprise {
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.box__rays-wrapper{
  z-index: -5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
}
.box__rays{
  animation: rotateAndScale 10s infinite linear;
  transform-origin: center;
  pointer-events: none;
}

.popup__box {
  text-align: center;
  position: relative;
  top: 40%;
}

.box__image,
.popup__gift {
  width: 200px;
  height: auto;
}

.popup__text {
  font-family: 'Lato', sans-serif;
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 520px;
  margin-top: 60px;
  top: 50%;
  opacity: 0;
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2s;
}

.popup__prize-text {
  font-size: 24px;
  font-weight: 700;
  color: #CAAB72;
  margin-bottom: 8px;
}

.popup__prize-text-sub {
  font-size: 14px;
}

.ok__btn {
  padding: 21px 90px;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 700;
}

.popup__gift {
  margin-top: 1rem;
  animation: popIn 0.5s ease forwards;
}

.hidden {
  display: none;
}

.box__closed {
  opacity: 1;
}

.animate-box-opening .box__closed {
  animation: fadeOut 3s forwards;
}

.animate-box-opening .box__halfOpen {
  animation:
    fadeIn 3s 0.3s forwards,
    fadeOut 3s 0.6s forwards;
}

.animate-box-opening .box__open {
  animation: fadeIn 3s 0.9s forwards;
}


/* //  ANIMATION FOR SHAKING BOX */
/* #boxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.box-ray {
  position: absolute;
  width: 250px;
  height: 250px;
  animation: rotateBg 60s linear infinite;
  z-index: 1;
  pointer-events: none;
      z-index: -1;
      scale:1.5
} */

/* #boxModal img {
  width: 420px;
  transition: transform 0.3s ease;

}

@keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */


@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.4);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}



@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  20% { transform: translate(-5px, 5px) rotate(-5deg); }
  40% { transform: translate(5px, -5px) rotate(5deg); }
  60% { transform: translate(-5px, 5px) rotate(-5deg); }
  80% { transform: translate(5px, -5px) rotate(5deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

.shake {
  animation: shake 0.5s;
}


/* Keyframes */
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

@keyframes fadeOutBg {
  to {
    opacity: 0;
  }
}

@media (max-width: 1023px) {

  /*__________ FOOTER __________ */
  .or__partnership-title h1 {
    font-size: 12px;
  }

  .or__partnership {
    display: block;
    text-align: center;
  }

  .or__partnership-first,
  .sponsor__acm,
  .sponsor__laliga,
  .sponsor__afc,
  .sponsor__crystal,
  .sponsor__manchester,
  .sponsor__tottemham {
    display: block;
  }

  .or__partnership-sponsor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    gap: 5vw;
  }
}


@media (max-width: 767px) {
  /* __________ HEADER __________ */

  /* __________ BANNER __________ */

  /*__________ BOXES __________ */

  /*__________ HOW IT WORKS __________ */

  /*__________ REWARD HISTORY __________ */
  .table__wrapper {
    padding: 0 24px;
  }

  /* __________ T&C __________ */
  .area-tnc {
    margin-top: 25px;
    padding: 24px 24px;
  }

  /*__________ FOOTER __________ */
  .sponsor__acm p,
  .sponsor__laliga p,
  .sponsor__afc p,
  .sponsor__crystal p,
  .sponsor__manchester p,
  .sponsor__tottemham p {
    font-size: 10px;
  }

  .or__partnership {
    display: none;
  }

  .or__partnership-mobi {
    display: block;
    text-align: center;
  }

  .or__partnership-sponsor {
    display: block;
  }

  .partnership-mobi-col1,
  .partnership-mobi-col2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 17vw;
  }

  .partnership-mobi-col1 {
    margin-bottom: 24px;
  }

  .or__partnership-title h1 {
    font-size: 10px;
  }

  /*__________ LOGIN POPUP __________ */

  /*__________ PRIZE POPUP __________ */

  .area-tnc .accordion-content table {
    font-size: 12px;
  }
}

@media (max-width: 559px) {

  /* __________ HEADER __________ */
  .header .main__logo {
    width: 54px;
  }

  .header__langs {
    margin-left: 12px;
    margin-top: 2px;
  }

  .login__btn {
    width: 65px;
    font-size: 10px;
    padding: 11px 16px;
  }

  .logout__btn {
    width: 76px;
    font-size: 10px;
    padding: 11px 16px;
  }

  .user__name {
    font-size: 10px;
  }

  .user__points {
    font-size: 14px;
  }

  /* __________ BANNER __________ */
  .banner {
    background-image: url("../images/banner-mobi.webp");
    background-size: 100% auto;
  }

  .title__main {
    font-size: 32px;
    margin-top: 390px;
    margin-bottom: 8px;
  }

  .title__sub {
    font-size: 16px;
  }

  .promo__period {
    font-size: 12px;
    margin-top: 24px;
  }

  /*__________ BOXES __________ */
  .line-with-text .line {
    flex: 0 0 84px;
  }

  /*__________ HOW IT WORKS __________ */
  .how-it-works__wrapper {
    display: block;
    justify-items: center;
    padding: 0 16px;
  }

  .how-it-works__card {
    width: 100%;
  }

  .how-it-works__card:nth-child(1),
  .how-it-works__card:nth-child(2) {
    margin-bottom: 32px;
  }

  .how-it-works__text {
    font-size: 14px;
  }

  /*__________ REWARD HISTORY __________ */
  .table__wrapper {
    padding: 0 16px;
  }

  .rewards__table th,
  .rewards__table td {
    width: auto !important;
  }

  /* __________ T&C __________ */
  .area-tnc {
    margin-top: 25px;
    padding: 24px 12px;
  }

  .area-tnc .accordion-parent {
    font-size: 12px;
  }

  /*__________ FOOTER __________ */

  /*__________ LOGIN POPUP __________ */
  .login__popup.active {
    width: 100%;
    inset: auto 0 0 0;
    border-radius: 16px 16px 0 0;
    transform: unset;
  }

  .popup__header {
    padding: 32px 16px 16px 16px
  }

  .popup__content {
    padding: 24px 16px 32px 16px;
  }

  .popup__footer {
    padding: 16px 16px 24px 16px;
  }

  .popup__btn {
    width: 100%;
  }

  /*__________ PRIZE POPUP __________ */
  .box__surprise {
    width: 240px;
  }

  .popup__text {
    /* width: 100%; */
    padding: 0 32px;
    margin-top: 16px;
  }

  .ok__btn {
    padding: 14px 90px;
    font-size: 12px;
  }

  .area-tnc .accordion-content ol {
    padding-left: 1.5rem;
  }
  .area-tnc .accordion-content table {
    font-size: 11px;
  }
  .area-tnc .accordion-content table th, .area-tnc .accordion-content table td {
    padding: 12px 2px;
  }
  .area-tnc .accordion-content table th:nth-child(3) {
    width: 25%;
  }

}

@media (max-width: 376px) {
  /* __________ HEADER __________ */

  /* __________ BANNER __________ */

  /*__________ BOXES __________ */

  /*__________ HOW IT WORKS __________ */

  /*__________ REWARD HISTORY __________ */

  /*__________ FOOTER __________ */

  /*__________ LOGIN POPUP __________ */

  /*__________ PRIZE POPUP __________ */
}