@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik:wght@400;700;900&display=swap");
.header {
  height: 85px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}

* {
  font-family: "Rubik", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  font-family: "Rubik", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
ul, ol {
    padding-left: 25px;
}
footer {
  flex-shrink: 0;
}

section {
  flex-grow: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  color: white;
  line-height: 1.2;
}

p {
  color: white;
}

.container {
  width: 100%;
}

.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #00c070;
  text-align: center;
  width: 400px;
}
.nav-header .btn-green {
  border: 1px solid #005833;
}
.nav-header ul {
  margin-bottom: 20px;
}
.nav-header .btn {
  min-width: 216px;
}
.nav-header .btn-yellow {
  margin-bottom: 10px;
}

.title-section {
  font-size: 1.7rem;
  font-family: "Rubik";
  font-weight: bold;
  color: white;
}

li a {
  color: white;
  font-size: 1.25rem;
  padding: 5px;
}

li a:hover {
  color: #ffe18e;
}

li {
  margin-bottom: 10px;
}
li img {
  height: 44px;
  width: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.nav-header.active {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 130px;
  z-index: 3;
  flex-direction: column;
}
.nav-header.active li a {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.img-logo {
  max-width: 230px;
}

.flex {
  display: flex;
}

.btn {
  display: flex;
  align-items: center;
  min-width: 150px;
  text-decoration: none;
  border-radius: 24px;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.ttu {
  text-transform: uppercase;
}

.btn:hover {
  transform: scale(1.1);
}

.btn-green {
  background-color: #00c070;
  color: #ffe18e;
  border: none;
  box-shadow: 2px 4px 0 #005833;
}

.btn-yellow {
  background-color: #ffd342;
  box-shadow: 2px 4px 0 #c29b31;
  color: #003c23;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.open-nav {
  border-radius: 50%;
  background-color: #00c070;
  height: 50px;
  width: 50px;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 22;
  margin-left: 15px;
  margin-top: 15px;
}
.open-nav span {
  background-color: white;
  height: 2px;
  width: 24px;
  display: flex;
  margin: 0 auto;
}
.open-nav span:not(:last-of-type) {
  margin-bottom: 5px;
}

.open-nav.active-btn {
  border: solid white 2px;
}

.section, section {
  margin-bottom: 40px;
}

.section-oz .container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-oz img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-oz .text-cursive {
  font-size: 1.5rem;
  font-family: "Pacifico", cursive;
  color: white;
  margin-top: 20%;
}
.section-oz .title {
  font-size: 2.7rem;
  font-weight: 900;
  color: white;
}
.section-oz .btn-yellow {
  margin-top: 20px;
  width: 216px;
}

.section-explore .container {
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: center;
  width: 100%;
}
.section-explore .explore {
  flex-basis: 50%;
}
.section-explore .title-explore {
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.section-explore .btn-green {
  width: 216px;
  padding-left: 15px;
  margin: 2rem auto 1rem;
  margin-left: 0;
}

.container {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

p {
  margin-bottom: 1rem;
}

.section .title {
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  text-transform: capitalize;
}
.section .swiper-button-prev:after {
  height: 20px;
  width: 20px;
  content: "❯";
  color: #5e5e5e;
  font-size: 22px;
  transform: rotate(180deg);
}
.section .swiper-button-next:after {
  color: #5e5e5e;
  font-size: 22px;
  height: 20px;
  width: 20px;
  content: "❯";
}

.swiper-wrapper {
  justify-content: space-between;
}

.slide-block {
  position: relative;
  border-radius: 8px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #004d37;
  margin: 10px;
  max-width: 265px;
}
.slide-block img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  width: 100%;
  max-width: 265px;
}
.slide-block a {
  display: block;
}

.swiper-slide {
  border-radius: 8px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #004d37;
  margin: 10px;
  max-width: 265px;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  width: 100%;
  max-width: 265px;
  max-height: 260px;
}

.slide-block a {
  position: relative;
  display: block;
}

.slide-block a:first-of-type:hover::before {
  position: absolute;
  content: url("./img/play-icon.png");
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.section-center .btn-green {
  margin: 20px auto;
  width: 216px;
}

.yellow {
  color: #ffe44a;
}

.block {
  margin-top: 25px;
  position: relative;
  border-radius: 8px;
}
.block p {
  color: white;
  position: absolute;
  text-align: center;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  top: 70%;
  transform: translate(-50%, -50%);
}
.block a {
  color: white;
  text-decoration: underline;
  position: absolute;
  text-align: center;
  left: 50%;
  color: #fff;
  font-size: 0.8rem;
  top: 80%;
  transform: translate(-50%, -50%);
}
.block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-shape {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -12px;
  width: 150px !important;
  z-index: 7;
  -o-object-fit: cover;
     object-fit: cover;
}

.wr-inner {
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.wr-inner ul {
  flex-basis: 33%;
}
.wr-inner ul p {
  color: white;
  margin-bottom: 0;
}
.wr-inner ul li {
  padding: 5px;
  padding-bottom: 5px;
}
.wr-inner ul li img {
  width: 24px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wr-inner ul li:not(:last-of-type) {
  border-bottom: 1px solid #6e8d75;
  height: 60px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}

.img-bg-inner {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.text-btn {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.text-btn .cursive {
  color: white;
  font-family: "Pacifico";
  font-size: 1.5rem;
}

.cursive {
  font-family: "Pacifico";
}

.img-left-inner {
  margin-top: -20px;
}

.wr-inner ul p {
  font-size: 1rem;
}

.description {
  flex-basis: 33%;
}
.description p:first-of-type {
  color: #ffe44a;
  font-weight: 900;
  font-size: 1.1rem;
}

.p-wtite-big {
  color: white;
  font-weight: 900;
  font-size: 1.7rem;
}

.pacifico {
  font-family: "Pacifico", cursive;
}

.wr-text-random-winner .title-h3 {
  font-family: "Pacifico", cursive;
  color: #ffe44a;
  font-size: 1.7rem;
}
.wr-text-random-winner p {
  color: white;
}

.timer {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.timer__items {
  display: flex;
}

.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
  color: white;
  font-family: "Rubik";
  font-size: 0.8;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.wr-inner {
  padding: 15px;
}

.wr-text-random-winner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-basis: 60%;
}

.random-winner .wr-inner {
  align-items: end;
  justify-content: flex-start;
}

.questions-list li {
  color: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  background-color: #000;
  border: 1px solid #575757;
  border-radius: 6px;
  padding: 12px;
}
.questions-list li p {
  padding: 0;
  margin: 0;
}
.questions-list .question {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  color: #cccccc;
}
.questions-list .question::before {
  content: "❯";
  color: #5e5e5e;
  font-size: 22px;
  left: 97%;
  position: absolute;
  transform: rotate(90deg);
}
.questions-list li .description {
  display: none;
  flex-basis: 100%;
  color: #cccccc;
}
.questions-list li.active .description {
  display: block;
  padding-left: 10px;
  padding-top: 10px;
}
.questions-list li.active .question::before {
  content: "❯";
  color: #5e5e5e;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 97%;
  transform: rotate(270deg);
}

.section-footer-menu {
  background-color: #0e0e0e;
  margin-top: 60px;
}
.section-footer-menu .container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-footer-menu .goToupHeader {
  position: absolute;
  left: 95%;
  top: -10%;
}

.footer-nav {
  flex-basis: 100%;
}
.footer-nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.footer-nav li {
  padding: 15px 10px;
}
.footer-nav li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-nav a {
  text-decoration: underline;
  color: #cccccc;
  font-size: 1rem;
}

footer .container {
  padding: 25px 0;
}
footer .menuBanking ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
footer .Copyright {
  color: #909090;
  font-size: 0.8rem;
  text-align: center;
  padding: 25px 0;
}
footer li {
    list-style-type: none;
}

footer li img {
  width: 100%;
  max-width: 120px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes swing {
  15% {
    transform: translateX(9px);
  }
  30% {
    transform: translateX(-9px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-6px);
  }
  65% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.img-shape:hover {
  animation: swing 0.6s ease;
  animation-iteration-count: 1;
}

.backToLink {
  color: #00c070;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.backToLink::before {
  content: "❮";
  margin-right: 10px;
  color: #00c070;
  font-family: "Rubik";
}

.title-promo {
  color: white;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}

.text-promo {
  color: white;
  font-family: "Rubik";
  font-size: 1rem;
  text-align: center;
}

.promo-blocks {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-right: -25px;
  margin-bottom: 40px;
}
.promo-blocks .item {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  width: calc(50% - 25px);
  overflow: hidden;
}
.promo-blocks .image-promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-blocks .wr-text-promo {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-blocks .wr-text-promo .title-h3 {
  font-family: "Pacifico", cursive;
  color: #ffe44a;
  font-size: 1.5;
}
.promo-blocks .wr-text-promo p {
  color: white;
  font-size: 1rem;
  margin: 0;
}
.promo-blocks .wr-text-promo .p-wtite-big {
  font-size: 1.5rem;
}
.promo-blocks .wr-text-promo a {
  margin-top: 30px;
}

.fixed-button {
  display: none;
}

.swiper-button-next {
  right: -8px;
}

.swiper-button-prev {
  left: -13px;
}

.swiper-games {
  margin-right: -6px;
}

.swiper-journey {
  margin-right: -6px;
}

@media (max-width: 1200px) {
  .swiper-slide {
    max-width: 260px;
  }
}
@media (max-width: 1166px) {
  .swiper-slide {
    max-width: 260px;
  }
}
@media (max-width: 992px) {
  .promo-blocks .item {
    width: 100%;
  }
  .block p {
    color: white;
    font-size: 0.8rem;
    top: 60%;
    line-height: 1;
  }
  .log-in-header {
    display: none;
  }
  .header .Sign-in {
    display: none;
  }
  .header .log-in {
    display: none;
  }
  .fixed-button {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 777;
    height: 45px;
  }
  .fixed-button .sign-up, .fixed-button .log-in {
    margin: 0;
    border-radius: 0;
    width: 50%;
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 45px;
    font-size: 1.2rem;
  }
  .fixed-button .log-in {
    left: 0;
  }
  .fixed-button .sign-up {
    left: 50%;
    margin: 0 !important;
    width: 50% !important;
  }
  .section-explore .container {
    flex-direction: column-reverse;
  }
  .container {
    max-width: 720px;
  }
  .swiper-slide {
    max-width: 160px;
  }
  .img-shape {
    width: 70px !important;
  }
  .img-left-inner {
    display: none;
  }
  .wr-inner ul {
    flex-basis: 50%;
  }
  .text-btn {
    flex-basis: 50%;
  }
  .footer-nav ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
      list-style-type: none;
  }
  footer .menuBanking ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .section-explore .title-explore {
    font-size: 2rem;
  }
  .section-oz {
    margin-bottom: 80px;
  }
}
.img-bg-inner {
  height: 100%;
}

.promotions {
  padding-top: 30px;
}

@media (max-width: 900px) {
  .goToupHeader {
    display: none;
  }
}
@media (max-width: 768px) {
  .promo-blocks {
    margin-right: 0;
  }
  .title-promo {
    font-size: 2rem;
  }
  .title-section.cursive.yellow {
    font-size: 1.2rem;
  }
  .promo-blocks .wr-text-promo .p-wtite-big {
    font-size: 1.2rem;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-games {
    margin-right: 0;
  }
  .swiper-journey {
    margin-right: 0;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .section-oz .title {
    font-size: 2rem;
  }
  .img-shape {
    width: 110px !important;
  }
  .block {
    width: calc(46% + 10px);
  }
  .swiper-slide {
    max-width: 260px;
  }
  .header {
    flex-direction: row-reverse;
    padding: 15px;
  }
  .container {
    max-width: 540px;
  }
  .nav-header.active {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
  body {
    padding: 0;
    scroll-behavior: smooth;
  }
  section {
    margin-bottom: 30px;
  }
  footer {
    margin-bottom: 40px;
  }
  .section-explore h2 {
    font-size: 1.5rem;
  }
  h2, .title-h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  .timer {
    margin-top: 40px;
  }
  .btn {
    font-size: 0.8rem;
  }
  .random-winner .wr-inner {
    align-items: end;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .p-wtite-big {
    font-size: 1.1rem;
  }
}
.img-expl {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-basis: 50%;
}

body h2 {
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .wr-inner .btn {
    margin-top: 20px;
  }
  .wr-inner .p-wtite-big {
    margin-top: 10px;
  }
  .footer-nav li {
    margin-bottom: 0;
  }
  .btn {
    padding: 0 10px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .img-logo {
    max-width: 170px;
  }
  .swiper-slide {
    max-width: 220px;
  }
  .container {
    max-width: 490px;
  }
  .section-oz .title {
    font-size: 1.7rem;
  }
  .open-nav {
    margin-top: 0;
  }
  footer .container {
    padding-top: 0;
  }
  .section-footer-menu {
    margin-bottom: 0;
  }
  .footer-nav ul {
    padding: 0;
  }
  .footer-nav li {
    padding: 5px;
  }
  h2 {
    line-height: 1rem;
  }
  p {
    font-size: 1rem;
  }
  .wr-inner ul p {
    font-size: 0.7rem;
  }
  .questions-list li {
    padding: 10px;
  }
  .footer-nav a {
    font-size: 0.8rem;
  }
  .menuBanking li a {
    width: 60px;
  }
  .fixed-button .sign-up, .fixed-button .log-in {
    font-size: 1rem;
  }
  footer .Copyright {
    font-size: 0.8rem;
  }
  .text-btn .cursive {
    line-height: 1;
  }
  footer .Copyright {
    padding: 15px 0;
  }
}
.ld-slot-heading {
  font-size: 2.5rem;
}

@media (max-width: 480px) {
  .img-shape {
    width: 70px !important;
  }
  .swiper-slide {
    max-width: 140px;
  }
  .container {
    max-width: 320px;
  }
  .title-section {
    font-size: 1.5rem;
  }
}
.wr-inner-cashback {
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.wr-inner-random {
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 15px;
}

.img-person {
  max-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.nav-header li {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-header li:first-of-type:before {
  content: url("./img/Icon_Gift.png");
}
.nav-header li:nth-of-type(2):before {
  content: url("./img/Icon_Journey.png");
}
.nav-header li:nth-of-type(3):before {
  content: url("./img/Icon_Bag.png");
}
.nav-header li:nth-of-type(4):before {
  content: url("./img/Icon_Bubble.png");
}

.nav-header li a:hover {
  color: #ffe18e;
}

.entry-content {
  text-align: left;
  color: white;
}
.entry-content .container {
  text-align: center;
  color: white;
}
.entry-content h1 {
  font-family: "Rubik";
  font-weight: bold;
  font-size: 2.5rem;
  padding: 40px 0;
}

.supports {
  display: flex;
  justify-content: space-between;
}
.supports .item {
  display: flex;
  flex-direction: column;
  background-color: #1f1f1f;
  margin: 0 15px;
  border-radius: 8px;
}
.supports .ld-slot-heading {
  font-size: 1.7rem;
}
.supports .title-support, .supports .title_hear_from_other_ozwinners {
  font-weight: bold;
  font-size: 1.7rem;
  color: white;
}
.supports .text_support {
  font-size: 1rem;
  margin: 10px 0;
}
.supports .wr-text-support {
  padding: 35px 20px;
}
.supports .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px auto;
}
.supports .image-support {
  max-height: 176px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hear_from_other_ozwinners {
  display: flex;
  align-content: center;
}
.hear_from_other_ozwinners .wr-img {
  flex-basis: 50%;
}
.hear_from_other_ozwinners div {
  color: white;
  text-align: center;
}

.text_hear_from_other_ozwinners {
  font-style: oblique;
}

.image_hear_from_other_ozwinners {
  max-width: 190px;
}

.wr-support-text {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
}

.title_hear_from_other_ozwinners {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .supports {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hear_from_other_ozwinners {
    flex-wrap: wrap;
    align-content: center;
  }
  .hear_from_other_ozwinners .wr-img {
    flex-basis: 100%;
  }
  .wr-support-text {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .supports .item {
    max-width: 320px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title-support, .title_hear_from_other_ozwinners {
    font-size: 1.7rem;
  }
  .entry-content h1 {
    font-size: 2rem;
    padding: 20px 0;
  }
  .supports .title-support, .supports .title_hear_from_other_ozwinners {
    font-size: 1.5rem;
  }
}
.ld-frame-loader {
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ld-small-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1300px;
}

.ld-frame-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.ld-slot-heading {
  color: #ffffff;
  font-family: "Rubik";
  padding: 8px;
}

.ld-frame-itself {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
  .ld-slot-heading {
    font-size: 2rem;
  }
  .ld-frame-loader {
    max-height: 150px;
    max-width: 150px;
  }
}
.games {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.games .item {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  width: calc(50% - 25px);
  overflow: hidden;
}

.title-section {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align:center;
}

.title-404 {
  color: white;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 2.5rem;
}

.com_block_star{
    margin: 10px 0; 
}
   

.comments-rating{
      border: none;
    padding: 0;
    margin-left: 0;
}
  

.comments-rating label{
        display: inline-block;
    font-size: 18px;
}


.rating-container{
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;

}
    
.rating-container * {
    font-size: 1.4rem;
}
    

.rating-container > input {
    display: none;
}
    

.rating-container > input + label {
     font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}
   

.rating-container > input + label:before{
       display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}
 

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
      content: "\f155";
    color: #FB9C30;
    text-shadow: 0 0 1px #888;
}
  

.rating-container > .star-cb-clear + label{
        text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}


.rating-container > .star-cb-clear + label:before{
        width: 0.5em;
}


.rating-container:hover > input + label:before{
      content: "\f154";
    color: #888;
    text-shadow: none;
}
  

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before{
        content: "\f155";
    color: #FB9C30;
    text-shadow: 0 0 1px #888;
}


.comment-respond {
       margin: 1.5rem 0 0 0;
}
 

.comment-respond h3 {
        margin-bottom: 0.75rem;
}


.comments-area {
      margin: 3rem 0;
    color: #fff;
}
  

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
     display: block;
    margin-bottom: 0.5rem;
}
   

.comments-area .comment-form input,
.comments-area .comment-form textarea {
      background: #fff;
    border-radius: 8px;
 
    padding: 0.5rem 0 0.5rem 0.5rem;
    border: none;
}
  

.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
     color: rgba(255, 255, 255, 0.4);
}
   

.comments-area .comment-form textarea {
     width: 50%;
    height: 100px;
}
   

.comments-area .comment-form input{
       width: 50%; 
}


.comments-area .comment-form .submit{
       background: #00c070 !important;
    border-radius: 8px;
    color: #ffe18e !important;
    font-weight: bold;
    padding: 0.75rem;
    cursor: pointer;
    transition: 0.3s;
}
 

.comments-area .comment-notes{
      display: none;
}
  

.comments-area .comment-list{
    list-style: none;
    padding: 0;
}
   

.comments-area .comment-list li {
    padding: 1.5rem;
    background: #222535;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}
    

.comments-area .comment-list li .commentmetadata{
        display: none;
}


.comments-area .comment-list li time{
     display: none
}
   

.comments-area .comment-list li p{
       margin: 1rem 0;
    font-size: 14px;
    line-height: 22px ;
}


.comments-area .comment-form-email{
       display: none;
}
 

.dashicons-star-filled{
    color: #fb9c30 !important;
}
    
@media (max-width: 768px) {
  .ld-frame-itself {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .ld-frame-itself {
    height: auto;
  }
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
    border: solid white 1px;
    padding: 10px;
}
.swiper-games .swiper-slide img{
    object-fit: cover;
    display: block;
    border-radius: 8px;
    width: 100%;
    max-width: 265px;
    max-height: 265px;
    height: 100%;
}
.swiper-games .swiper-slide a {

    width: 265px;
    height: 265px;
 
}
@media (max-width:992px){
    .swiper-games .swiper-slide a {
    width: 160px;
    height: 160px;
}
}
@media (max-width:768px){
    .swiper-games .swiper-slide a {
    width: 260px;
    height: 260px;
}
}
@media (max-width:576px){
    .swiper-games .swiper-slide a {
    width: 220px;
    height: 220px;
}
}
@media (max-width:480px){
    .swiper-games .swiper-slide a {
    width: 140px;
    height: 140px;
}
}
.slide-block {
    position: relative;
}
.slide-block a.block-btn {
    display: none;
}
.slide-block:hover > .block-btn {
    display: block;
    position: absolute;
    top: 70%;
    left: 40%;
  
    z-index:33;
}
.slide-block:hover a:first-of-type::before {
  position: absolute;
  content: url("./img/play-icon.png");
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.games .slide-block img {
    
    max-width: 200px;
    max-height: 200px;
    height: 100%;
}
.games .slide-block a{
    
    width: 200px;
    height: 200px;

}
.active-btn  span:first-of-type {
  transform: rotate(45deg) translate(4px,4px);
    width:30px;
}
.active-btn  span:last-of-type {
  transform: rotate(-45deg) ;
  width:30px;
}
.open-nav.active-btn {
    border: solid white 2px;
    padding-bottom: 3px;
}
.active-btn  span:nth-of-type(2) {
  display:none;
}
.wr-inner ul li {
    
    list-style-type: none;
}
title-section {
 
    text-align: center;
}
.entry-content h1 {
  
    text-align: center !important;
}

/*# sourceMappingURL=style.css.map */ 
.timer__items {
  display: flex;
  font-size: 48px;
}
.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
} 
.timer {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
} 
.timer__items {
    display: flex;
} 
.timer__item{
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    color:white;
    font-size: 20px;
	text-transform: uppercase;
} 
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  color: #ffc107 !important;
    font-size: 20px;
}