@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");
/*CSS Table Of Content Starts Here*/
/*
01. General CSS
---------------------------
Section css
---------------------------
---------------------------
02. Header Section CSS
---------------------------
03. Banner Section CSS
---------------------------
04. Footer Section CSS
---------------------------
---------------------------
05. About Section CSS
---------------------------
06. Dashboard Section CSS
---------------------------
07. Alert Section CSS
---------------------------
08. Auction Section CSS
---------------------------
09. Testimonial Section CSS
---------------------------
10. Pricing Section CSS
---------------------------
15. Support Section CSS
---------------------------
12. Contact Section CSS
---------------------------
13. Error Section CSS
---------------------------
14. Working Location CSS
---------------------------
15. Bidding Section CSS
---------------------------
16. Winning Details Section CSS
---------------------------
17. Team Section CSS
---------------------------
19. Blog Section CSS
---------------------------
---------------------------
20. Blog Details Section CSS
---------------------------
---------------------------
21. Personal Profile Section CSS
---------------------------
---------------------------
22. Product Details Section CSS
---------------------------
---------------------------
23. Favorites Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
25. Animate CSS
---------------------------
*/
/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #d72323;
  --theme-one: #FFC827 ;
  --theme-two: #99754566;
  --primary-color: #d72323;
  --section-bg: #0C1924;
  --section-bg-two: #35082B;
  --button-color: #1fb5ac;
  --secoundary-color: #636363;
  --paragraph-color: #707070;
  --background-color: #020C15;
  --white-color: #fff;
  --black-color: #000000;
  --border-color: rgb(240, 240, 240);
  --ratting-color: #ffd247;
}

body {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  overflow-x: auto;
}

::selection {
  color: var(--white-color);
  background: var(--theme-color);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  margin-top: -7px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  margin-top: -12px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  margin-top: -15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  margin-top: -3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 22px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.mb__30 {
  margin-bottom: 30px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-30-none {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: 25px;
}

.background-color {
  background-color: #141b22;
}

.background-color-two {
  background-color: #171627;
}

.section-bg-two {
  background-color: #131222;
}

.right {
  text-align: right;
}

.mr-10 {
  margin-right: 20px;
}

.item-bg {
  background-color: var(--theme-color);
}

.items-bg-2 {
  background-color: #141b22;
}

.item-bg-3 {
  background-color: var(--section-bg);
}

.item-bg-4 {
  background-color: #020c15;
}

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

.ml-50 {
  margin-left: 50px;
}

.footer-border-bg {
  background-color: #171627;
}

.footer-border-bg-2 {
  background-color: #020c15;
}

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

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--box-bg);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: #60d4e3;
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.bg-white {
  background: var(--white-color);
}

.text-block {
  color: #170808;
}

.section__header__space {
  padding-bottom: 40px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: #0c1924;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.style-client {
  margin: 0 auto 20px;
}

.section-header .section-title {
  text-transform: uppercase;
}
.section-header .section-title span {
  color: var(--theme-one);
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
}
/*--Section Header End--*/
/*--Section Header End--*/
.about-section {
  overflow: hidden;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-content h3 {
  text-transform: uppercase;
}

/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  position: relative;
}
.footer-section .footer-top {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-head {
  margin-bottom: 20px;
}
.footer-section .footer-top .widget-items .footer-head .header-content {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer-section .footer-top .widget-items .footer-content-area {
  margin-bottom: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: var(--white-color);
  margin-bottom: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link {
  margin-bottom: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .footer-content li {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .footer-content li a {
  color: var(--white-color);
  transition: all 0.4s ease-in-out;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .footer-content li a:hover {
  color: var(--theme-color);
  margin-left: 4px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list {
  padding: 10px 0;
  font-size: 16px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-social {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-social li {
  margin-right: 15px;
  font-size: 18px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-social li a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-social li a:hover {
  color: var(--theme-color);
}
.footer-section .footer-top .widget-items .footer-content-area .footer-social .active a {
  color: var(--theme-color);
}
.footer-section .footer-top .widget-items .footer-content-area .form {
  position: relative;
  margin-top: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .form input {
  color: var(--black-color);
  width: 100%;
  padding: 20px 33% 20px 15px;
  outline: none;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: var(--white-color);
}
.footer-section .footer-top .widget-items .footer-content-area .form input::placeholder {
  color: var(--black-color) !important;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button .f-btn {
  padding: 12px 18px;
  display: block;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--theme-color);
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .link h5 {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li {
  margin-right: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link {
  display: flex;
  margin-bottom: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .thumb img {
  width: 75px;
  height: 75px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list {
  display: flex;
  color: var(--white-color);
  margin-bottom: 25px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a {
  font-weight: 500;
  color: var(--white-color);
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  margin-left: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a:hover {
  color: var(--theme-color);
}
.footer-section .border-area .footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section .border-area .footer-bottom p {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom p a {
  color: var(--theme-color);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.footer-section .border-area .footer-bottom ul {
  display: flex;
  align-items: center;
}
.footer-section .border-area .footer-bottom ul li {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid var(--white-color);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.footer-section .border-area .footer-bottom ul li a i {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom ul li:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.footer-section .border-area .footer-bottom ul .active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.footer-section .border-area .footer-bottom ul .mr-none {
  margin-right: initial !important;
}

/*========== Footer Scetion Here ==========*/
@media screen and (max-width: 991px) {
  .footer-section .border-area .footer-bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer-section .border-area .footer-bottom {
    justify-content: center;
  }
  .footer-section .border-area .footer-bottom ul {
    margin-top: 10px;
  }
}
/*----Menu Header Start-----*/
.header-section {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background: var(--theme-color);
  border-bottom: unset;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 21px 0 21px;
}
.header-wrapper .logo-menu {
  max-width: 160px;
  height: auto;
}
.header-wrapper .logo-menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .cmn--btn {
  padding: 8px 25px 9px;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
  /*Abstracts / animation*/
  /*Abstracts / componets*/
  /*--Button Area Start--*/
  /*--Button Area Start--*/
  /*--Button Area End--*/
  /*--Button Area End--*/
  /*Abstracts / componets*/
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  text-transform: capitalize;
  border-radius: initial;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 35px;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 15px !important;
}
.header-wrapper .main-menu li .sub-menu {
  margin: 0 10px 10px 10px;
  display: none;
  transform: translateY(15px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    background-color: rgb(245, 244, 255);
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  border: unset;
  background-color: var(--white-color);
  margin-right: 0;
  margin-bottom: 5px;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 14px 20px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li .cmn--btn {
  color: var(--white-color);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .cmn--btn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s;
  text-align: center;
  background: var(--button-one);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-wrapper .main-menu .cmn--btn:hover::before {
  width: 100%;
}
.header-wrapper .main-menu .cmn--btn:hover span {
  color: var(--white-color);
}
.header-wrapper .main-menu .cmn--btn span {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
  display: block;
}
.header-wrapper .main-menu .mneu-btn-grp {
  display: flex;
  align-items: center;
  gap: 13px;
}

/*----Menu Header Start-----*/
/*----Scroll Top To Bottom Start-----*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--white-color);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*----Scroll Top To Bottom Start-----*/
/*----Preloader Start-----*/
.bg-load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  background-color: #171627;
  z-index: 999999;
}

.load {
  border: 1px solid var(--theme-one);
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 50px;
  height: 50px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #19a68c;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #f63d3a;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #fda543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #03b8fe;
}

@keyframes spin {
  0%, 100% {
    transform: translateX(200%);
  }
  25% {
    transform: translateY(200%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateY(0);
  }
}
/*----Preloader End-----*/
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgb(23, 22, 39);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--white-color);
  border-bottom: 2px solid var(--white-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--white-color);
}

input.main-search-input::placeholder {
  color: var(--white-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--white-color);
  cursor: pointer;
}

/*------ fullscreen search bar area end here --------*/
/*========== Banner Section Start ==========*/
.banner-section {
  overflow: hidden;
  padding: 250px 0px;
  background-size: cover;
  position: relative;
  background: url(../img/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
}
.banner-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(17, 20, 34, 0.6);
}
.banner-section .banner-content {
  position: relative;
  max-width: 780px;
}
.banner-section .banner-content h1 {
  text-transform: uppercase;
  line-height: 90px;
  font-size: 72px;
}
.banner-section .banner-content p {
  color: var(--white-color);
}
.banner-section .banner-content .banner-btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.banner-section .banner-content .banner-btns .cmn--btn {
  margin-right: 15px;
}

/*========== Banner Section Start ==========*/
/*------Banner Video Here--------*/
.video-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.video-banner .video-banner-content {
  position: relative;
  z-index: 99;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.video-banner .video-banner-content .video-font {
  color: var(--white-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 120px;
}
.video-banner .video-banner-content p {
  position: relative;
  color: var(--white-color);
  margin-bottom: 30px;
  font-size: 18px;
}
.video-banner .blue-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(5, 12, 14, 0.4);
  width: 100%;
  height: 100%;
}
.video-banner .back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*------Banner Video End--------*/
/*========== Breadcumd Banner Start  ==========*/
/*--Breadcumd Banner--*/
.breadcumd-banner {
  padding: 220px 0;
  background: url(../img/bg/3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.breadcumd-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcumd-banner .breadcumd-wrapper .left-content {
  color: var(--white-color);
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
.breadcumd-banner .breadcumd-wrapper .right-content {
  display: flex;
  align-items: center;
}
.breadcumd-banner .breadcumd-wrapper .right-content li {
  font-size: 18px;
  position: relative;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
  margin-right: 30px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:first-child)::before {
  position: absolute;
  right: 100%;
  content: "";
  top: 4px;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  background-color: var(--white-color);
  border-radius: 100%;
  left: -15px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a {
  color: var(--white-color);
  transition: all 0.4s;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
  color: var(--theme-color);
}
.breadcumd-banner .breadcumd-wrapper .right-content .cont-color {
  color: var(--theme-color);
}

/*========== Breadcumd Banner End  ==========*/
.game-section {
  overflow: hidden;
}
.game-section .game-items {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.game-section .game-items .game-thumb {
  position: relative;
}
.game-section .game-items .game-thumb img {
  width: 100%;
  height: 100%;
}
.game-section .game-items .game-thumb .icon-item {
  position: absolute;
  bottom: -55;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 5px solid var(--theme-color);
  background-color: var(--white-color);
  transform: translate(-50%, -50%);
}
.game-section .game-items .game-thumb .icon-item .icon {
  width: 50px;
  padding: 5px;
  height: 50px;
}
.game-section .game-items .game-content {
  text-align: center;
  padding: 45px 15px 20px;
}
.game-section .game-items .game-content h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.game-section .game-items .game-content h5 a {
  color: var(--black-color);
  transition: all 0.3s;
}
.game-section .game-items .game-content h5 a:hover {
  color: var(--theme-color);
}
.game-section .game-items .game-content .btn {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

/*========== Video Section Start ==========*/
.video__section {
  overflow: hidden;
  position: relative;
  margin-top: -480px;
  z-index: 1;
}
.video__section .section-header .section-title {
  color: var(--white-color);
}
.video__section .section-header p {
  color: var(--white-color);
}
.video__section .video__thumb {
  position: relative;
}
.video__section .video__thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.video__section .video__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.video__section .video__items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__section .video__items .video__content {
  position: relative;
  text-align: center;
}
.video__section .video__items .video__content .video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video__section .video__items .video__content .video a {
  position: relative;
  color: var(--white-color);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme-color);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  transition: 0.6s;
}
.video__section .video__items .video__content .video-pulse::after,
.video__section .video__items .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.video__section .video__items .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.style-two {
  margin-top: 0px;
}
.style-two .section-header .section-title {
  color: var(--black-color);
}
.style-two .section-header p {
  color: var(--paragraph-color);
}

/* Animation of the Video */
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*========== Video Section End ==========*/
/*========== Classes Section Start ==========*/
.classes__section {
  position: relative;
  padding-top: 390px;
  padding-bottom: 190px;
  background: url(../img/bg/bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.classes__section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background-color: rgba(215, 18, 18, 0.9);
}
.classes__section .classes__items {
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.02);
}
.classes__section .classes__items .classes__thumb {
  position: relative;
}
.classes__section .classes__items .classes__thumb img {
  width: 100%;
  height: 100%;
}
.classes__section .classes__items .classes__wrap {
  padding: 20px 20px;
  border-left: 10px solid var(--theme-color);
}
.classes__section .classes__items .classes__wrap .classes__content h5 {
  margin-bottom: 0;
  margin-top: 0;
}
.classes__section .classes__items .classes__wrap .classes__content h5 a {
  color: var(--black-color);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

/*========== Classes Section End ==========*/
/*========== Casino Section start ==========*/
.portfolio-section {
  overflow: hidden;
  position: relative;
}
.portfolio-section .portfolio-thumb {
  position: relative;
}
.portfolio-section .portfolio-thumb .effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.portfolio-section .portfolio-thumb .cmn-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-section .portfolio-thumb .cmn-button .cmn--btn {
  padding: 10px 20px 10px;
  font-size: 14px;
}
.portfolio-section .portfolio-thumb img {
  width: 100%;
  height: 100%;
}
.portfolio-section .portfolio-thumb:hover .effect {
  opacity: 1;
}
.portfolio-section .portfolio-slide .owl-nav {
  position: absolute;
  top: -74px;
  right: 47px;
}
.portfolio-section .portfolio-slide .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 0%;
  line-height: 35px;
  background: var(--white-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s;
}
.portfolio-section .portfolio-slide .owl-nav .owl-prev i {
  font-size: 16px;
  color: var(--black-color);
  transition: all 0.3s;
}
.portfolio-section .portfolio-slide .owl-nav .owl-prev:hover {
  background-color: var(--theme-color);
}
.portfolio-section .portfolio-slide .owl-nav .owl-prev:hover i {
  color: var(--white-color);
}
.portfolio-section .portfolio-slide .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  left: 56%;
  line-height: 35px;
  background: var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s;
}
.portfolio-section .portfolio-slide .owl-nav .owl-next i {
  font-size: 18px;
  line-height: 20px;
  color: var(--white-color);
}
.portfolio-section .portfolio-slide .owl-nav .owl-next:hover {
  background-color: var(--white-color);
}
.portfolio-section .portfolio-slide .owl-nav .owl-next:hover i {
  color: var(--theme-color);
}
.portfolio-section .portfolio-slide .owl-dots {
  position: absolute;
  bottom: -80px;
  right: 40%;
  transform: translate(-50%, -50%);
}
.portfolio-section .portfolio-slide .owl-dots .owl-dot span {
  background-color: var(--white-color);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.portfolio-section .portfolio-slide .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/*========== Casino Section End ==========*/
/*========== Choose Section Start  ==========*/
.choose-section {
  overflow: hidden;
}
.choose-section .choose-items {
  display: flex;
  margin-bottom: 20px;
}
.choose-section .choose-items .choose-content h6 {
  font-size: 18px;
  text-transform: capitalize;
}
.choose-section .choose-items .choose-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
  background-color: var(--theme-color);
}
.choose-section .choose-items .choose-icon-wrap .choose-icon i {
  color: var(--white-color);
  font-size: 24px;
}
.choose-section .choose-items:hover .choose-content h6 a {
  color: var(--theme-one);
}

/*========== Choose Section End  ==========*/
/*========== Game History Start  ==========*/
.game-history {
  overflow: hidden;
}
.game-history .section-header .section-title {
  color: var(--white-color);
}
.game-history .section-header p {
  color: var(--white-color);
}
.game-history .table-content {
  position: relative;
}
.game-history .table-content .table-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.game-history .table-content table {
  border-collapse: collapse;
  width: 100%;
}
.game-history .table-content table th {
  text-align: left;
  padding: 8px 10px 8px 30px;
  height: 80px;
  text-transform: uppercase;
}
.game-history .table-content table td {
  text-align: left;
  padding: 8px 10px 8px 30px;
  height: 80px;
}
.game-history .table-content table td img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}

/*========== Game History End  ==========*/
/*========== Game History Start  ==========*/
.live-stream {
  overflow: hidden;
}
.live-stream .live-content {
  position: relative;
}
.live-stream .live-content .live-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.live-stream .live-content table {
  border-collapse: collapse;
  width: 100%;
}
.live-stream .live-content table td {
  text-align: center;
  padding: 8px 10px 8px 30px;
  height: 80px;
  font-size: 18px;
}
.live-stream .live-content table td a i {
  font-size: 18px;
  color: var(--white-color);
}
.live-stream .live-content table td img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.live-stream .live-content table td .table-2 {
  color: var(--white-color);
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 500;
}

/*========== Game History End  ==========*/
/*=============== Faq Start ===============*/
.faq-section {
  position: relative;
  overflow: hidden;
}
.faq-section .faq-thumb img {
  width: 100%;
  height: 100%;
}

.faq-left-wrapper {
  position: relative;
}
.faq-left-wrapper .accordion-item {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  padding: 11px 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.faq-left-wrapper .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  padding: 15px 20px 12px;
}
.faq-left-wrapper .accordion-item .accordion-button.collapse .icon img {
  transform: rotate(-180deg);
}
.faq-left-wrapper .accordion-item .accordion-button:not(.collapsed) .icon img {
  transform: rotate(180deg);
}
.faq-left-wrapper .accordion-item span {
  color: var(--black-color);
}
.faq-left-wrapper .accordion-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--theme-color);
}
.faq-left-wrapper .accordion-item .icon img {
  width: 21px;
  height: 19px;
  transition: all 0.4s;
}
.faq-left-wrapper .accordion-item:hover .icon {
  background-color: var(--theme-color);
}
.faq-left-wrapper .accordion-body {
  padding: 5px 0px;
}
.faq-left-wrapper .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--theme-one);
}
.faq-left-wrapper .accordion-button::after {
  display: none;
}
.faq-left-wrapper .accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: none !important;
}

/*=============== Faq End ===============*/
/*========== Testimonial Section End ==========*/
.client-section {
  overflow: hidden;
  position: relative;
}
.client-section .client-items {
  padding: 50px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 30px 5px 0px;
}
.client-section .client-items .client-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.client-section .client-items .client-content {
  margin-top: 15px;
}
.client-section .client-items .client-content h6 {
  text-transform: capitalize;
  margin-bottom: 2px;
  color: var(--black-color);
}
.client-section .swiper-pagination-bullet {
  background-color: var(--theme-color);
}

/*========== Testimonial Section End ==========*/
/*========== Counter Section Start ==========*/
.counter-section {
  overflow: hidden;
  background: url(../img/counter/counter-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.counter-section .section-header {
  position: relative;
}
.counter-section .section-header .section-title {
  color: var(--white-color);
}
.counter-section .section-header p {
  color: var(--white-color);
}

.main-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main-counter-wrapper .counter-items {
  width: 25%;
  text-align: center;
}
.main-counter-wrapper .counter-items .counter-content {
  margin: 0 auto;
}
.main-counter-wrapper .counter-items .counter-content .cont {
  justify-content: center;
}
.main-counter-wrapper .counter-items .counter-content .cont span {
  color: var(--theme-one);
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}
.main-counter-wrapper .counter-items .counter-content h2 {
  color: var(--white-color);
  font-size: 62px;
  font-weight: 600;
}
.main-counter-wrapper .counter-items .counter-content p {
  font-size: 16px;
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .main-counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-counter-wrapper .counter-items {
    width: 31.6666666667%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 0;
  }
  .main-counter-wrapper .counter-items:nth-child(1) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items:nth-child(2) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 44px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 31px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 31px;
    margin-top: 2px;
  }
  .main-counter-wrapper .counter-items .counter-content p {
    font-size: 16px;
  }
}
/*========== Counter Section End ==========*/
/*========== Casino Section End ==========*/
.casino-game {
  overflow: hidden;
}
.casino-game .tittle-items .swiper-tittle {
  text-transform: uppercase;
  color: var(--white-color);
}
.casino-game .tittle-items .swiper-tittle span {
  color: var(--theme-color);
}
.casino-game .tittle-items .cmn--btn {
  padding: 10px 15px 10px;
  font-size: 16px;
}
.casino-game .tittle-items .cmn--btn i {
  margin-right: 2px;
}
.casino-game .casino-game-items {
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
}
.casino-game .casino-game-items .casino-thumb {
  flex: 0 0 auto;
}
.casino-game .casino-game-items .casino-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px 0px 0px 10px;
}
.casino-game .casino-game-items .casino-content {
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
}
.casino-game .casino-game-items .casino-content h6 {
  text-transform: uppercase;
}
.casino-game .casino-game-items .casino-content h6 a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}
.casino-game .casino-game-items .casino-content h6 a:hover {
  color: var(--theme-color);
}
.casino-game .casino-game-items .casino-content p {
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
}
.casino-game .casino-game-items .casino-content .cmn--btn {
  padding: 10px 20px 10px;
  font-size: 16px;
}

/*========== Casino Section End ==========*/
/*========== Ads Section Start ==========*/
.casino-ads {
  overflow: hidden;
}
.casino-ads .casino-ads-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*========== Ads Section End ==========*/
/*=============== Login Modal Start ===============*/
.register__modal {
  z-index: 9999;
  top: 40px;
}

.register__modal .modal-content {
  background-color: #283352;
  padding: 20px 20px;
  border-radius: 20px;
}

.register__modal .modal-content .modal-header {
  border: unset;
  padding: 0 0;
}

.register__modal .modal-content .modal-header button {
  background-image: none;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: 20px;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: 0px;
  margin-right: 15px;
}

.register__modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}

.register__modal .modal-content .modal-body .modal__left {
  max-width: 400px;
}

.register__modal .modal-content .modal-body .modal__left img {
  width: 100%;
  height: 100%;
}

.register__modal .modal-content .modal-body .modal__left .modal__left__head {
  text-align: center;
  margin: 0 auto 0px;
}

.register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
  color: var(--black-theme);
}

.register__modal .modal-content .modal-body .modal__left .modal__left__head h6 {
  color: var(--black-theme);
  font-weight: 400;
  font-size: 16px;
}

.register__modal .modal-content .modal-body .modal__right {
  background: #141c33;
  border-radius: 20px;
  padding: 25px 30px 30px;
  width: 100%;
}

.register__modal .modal-content .modal-body .modal__right .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: transparent;
  border-radius: 26px;
  border: unset;
  margin-bottom: 25px;
}

.register__modal .modal-content .modal-body .modal__right .nav .nav-item .nav-link {
  color: var(--white);
  font-weight: 600;
  line-height: 150%;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  border-radius: 10px;
  width: 100%;
  padding: 8px 20px 11px;
  background: transparent;
  border: 1px solid var(--theme-color);
}

.register__modal .modal-content .modal-body .modal__right .nav .nav-item .nav-link.active {
  background: var(--theme-color);
  border-radius: 10px;
  border: none;
  outline: none;
  color: var(--white-color);
  box-shadow: none;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .focus__icon {
  text-align: center;
  margin: 0 auto 20px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .focus__icon p {
  color: var(--white-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .focus__icon p a {
  font-weight: 500;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head {
  text-align: center;
  margin-top: -8px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(138, 146, 171, 0.4);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .border__static {
  width: 100%;
  height: 1px;
  background-color: #c6c6cb;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  text-align: center;
  transform: translateY(-16px);
  background-color: #272833;
  display: inline-block;
  padding: 4px 15px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: transparent;
  border: 1px solid var(--theme-color);
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a i {
  color: var(--white-color);
  font-size: 13px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a:hover i {
  color: var(--white);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp {
  position: relative;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp:not(:last-child) {
  margin-bottom: 18px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp .field-icon {
  position: absolute;
  top: 47px;
  right: 20px;
  z-index: 99999;
  color: #858b9d;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 8px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp input {
  border-radius: 10px;
  border: unset;
  font-size: 14px;
  font-weight: 400;
  background: #20283f;
  border: unset;
  width: 100%;
  padding: 13px 50px 15px 18px;
  outline: none;
  color: var(--white);
  position: relative;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp ::placeholder {
  color: #858b9d;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup .form-check {
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .create__btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .create__btn .cmn--btn {
  font-weight: 500;
  width: 160px;
  text-align: center;
  padding: 10px 10px 10px;
  font-size: 15px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text {
  text-align: center;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text p {
  color: var(--white);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text p a {
  font-size: 14px;
  color: var(--theme-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select {
  padding: 0 0 30px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .nice-select {
  width: 100%;
  background: linear-gradient(#3e0f36, #3e0f36) padding-box, linear-gradient(to right, #e4a91b, #f88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
  color: #989898;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .form-country {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  line-height: 30px;
  margin-bottom: 8px;
  display: block;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp__new {
  margin-top: 40px;
  position: static;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -4px;
  margin-bottom: 30px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-input {
  width: 24px;
  height: 24px;
  background-color: var(--theme-color);
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--theme-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-label {
  width: calc(100% - 15px);
  color: var(--white);
  font-size: 16px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-label span {
  color: var(--theme-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select_last {
  margin-top: 40px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .cmn--btn2 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 20px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p {
  text-align: center;
  color: var(--white);
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p a {
  color: var(--theme-color);
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .reset {
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  color: var(--black-theme);
  margin-bottom: 30px;
  margin-top: -20px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li {
  background: var(--modal-bg);
  width: 40%;
  border-radius: 10px;
  padding: 10px 15px 12px;
  margin: 10px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a i {
  color: var(--white);
}

.modal__thumb__wrap {
  padding: 50px 20px 30px 20px;
  background-color: #272833;
}

.modal__thumb__wrap .section-header h4 {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 600;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: contain;
  border: 0;
  z-index: 999;
  border-radius: 0.375rem;
  opacity: 1;
}

/*=============== Login Modal End ===============*/
/*========== Coming-section Here ==========*/
.comming-section {
  overflow: hidden;
  background: url(../img/bg/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.comming-section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(215, 18, 18, 0.8);
}
.comming-section .section-header .section-title {
  color: var(--white-color);
}
.comming-section .section-header p {
  color: var(--white-color);
}
.comming-section .comming-time {
  position: relative;
  padding: 150px 0px;
}
.comming-section .comming-time ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.comming-section .comming-time li {
  color: #fff;
  font-weight: 600;
  margin-right: 50px;
  display: inline-block;
  text-align: center;
}
.comming-section .comming-time li #day {
  color: #ff739c;
  font-weight: 800;
  display: block;
  font-size: 100px;
}
.comming-section .comming-time li #Hours {
  color: #d26dfb;
  font-size: 100px;
  font-weight: 800;
  display: block;
}
.comming-section .comming-time li #Minutes {
  color: #00c08c;
  font-size: 100px;
  font-weight: 800;
  display: block;
}
.comming-section .comming-time li #Seconds {
  color: #009cff;
  font-size: 100px;
  font-weight: 800;
  display: block;
}

@media screen and (max-width: 767px) {
  .comming-section .comming-time ul {
    flex-wrap: wrap;
  }
  .comming-section .comming-time ul li #day {
    font-size: 70px;
  }
  .comming-section .comming-time ul li #Hours {
    font-size: 70px;
  }
  .comming-section .comming-time ul li #Minutes {
    font-size: 70px;
  }
  .comming-section .comming-time ul li #Seconds {
    font-size: 70px;
  }
}
/*========== Coming-section End ==========*/
/*========== Pricing-section Here ==========*/
.pricing-section {
  overflow: hidden;
}
.pricing-section .pricing-items {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}
.pricing-section .pricing-items .price-content {
  text-align: center;
}
.pricing-section .pricing-items .price-content h6 {
  font-size: 16px;
  color: var(--theme-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pricing-section .pricing-items .price-content .pricing-list {
  margin-top: 20px;
}
.pricing-section .pricing-items .price-content .pricing-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
  margin-bottom: 15px;
}
.pricing-section .pricing-items .price-content .pricing-button {
  margin-top: 20px;
}
.pricing-section .pricing-items .price-content .pricing-button .cmn--btn {
  padding: 10px 25px 10px;
  font-size: 16px;
}

/*========== Pricing-section End ==========*/
/*========== Casinus section Start ==========*/
.casinus-section {
  overflow: hidden;
  background: url(../img/casinus/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.casinus-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
.casinus-section .section-header {
  position: relative;
}
.casinus-section .section-header .section-title {
  color: var(--white-color);
}
.casinus-section .section-header p {
  color: var(--white-color);
}
.casinus-section .casinus-items {
  background-color: var(--white-color);
  padding: 15px 15px 15px 15px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
}
.casinus-section .casinus-items .casinus-thumb {
  margin-right: 15px;
}
.casinus-section .casinus-items .casinus-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
.casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-wrap-cont h6 {
  text-transform: uppercase;
  font-size: 18px;
}
.casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-button {
  margin-left: 15px;
}
.casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-button .cmn--btn {
  padding: 10px 25px 10px;
  font-size: 15px;
}

/*========== Casinus section End ==========*/
/*========== Book section Start ==========*/
.book-section {
  overflow: hidden;
}
.book-section .book-items .book-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
.book-section .book-content h3 {
  text-transform: capitalize;
}
.book-section .book-content .pdf-items {
  display: flex;
  align-items: center;
}
.book-section .book-content .pdf-items .pdf-icon i {
  font-size: 62px;
  color: var(--theme-color);
}
.book-section .book-content .content {
  margin-left: 15px;
}
.book-section .book-content .content h6 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.book-section .book-content .content .pdt-btn {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 60;
  color: var(--theme-color);
  text-decoration: underline;
}

/*========== Book section End ==========*/
/*========== Logo Section Start ==========*/
.logo-section {
  overflow: hidden;
  background: url(../img/bg/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 200px 0px;
}
.logo-section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(215, 18, 18, 0.8);
}
.logo-section .section-header {
  position: relative;
}
.logo-section .section-header .section-title {
  color: var(--white-color);
}
.logo-section .section-header p {
  color: var(--white-color);
}
.logo-section .logo-thumb {
  width: 170px;
  height: auto;
}
.logo-section .logo-thumb img {
  width: auto;
}

/*========== Logo Section End ==========*/
/*=============== Error 404 Start ===============*/
.error-section {
  overflow: hidden;
}
.error-section .error-items .error-tittle {
  font-size: 150px;
  color: var(--theme-color);
}
.error-section .error-items .error-tittle span {
  color: var(--theme-color);
}
.error-section .error-items .error-content h2 {
  font-size: 46px;
}
.error-section .error-items .error-content h2 span {
  color: var(--theme-color);
}

/*=============== Error 404 End ===============*/
/*=============== Contact Page Here ===============*/
.contact-right {
  padding: 15px 15px;
}
.contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 16px 15px;
  color: var(--white-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact-right .form-clt-big textarea {
  padding: 16px 15px 100px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  color: var(--white-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact-right .button-contact .cmn--btn {
  padding: 15px 35px 15px;
  border: none;
}

/*=============== Contact Page End ===============*/
/*=============== Contact Page Here ===============*/
.contact-info {
  overflow: hidden;
}
.contact-info .contact-info-items {
  text-align: center;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  padding: 50px 30px;
  transition: all 0.4s ease-in-out;
}
.contact-info .contact-info-items i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--theme-color);
  font-size: calc(1.275rem + 0.3vw);
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.15);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
.contact-info .contact-info-items h5 {
  color: var(--black-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-info .contact-info-items p {
  font-weight: 500;
  font-size: 16px;
  color: var(--paragraph-color);
  margin-top: 10px;
}
.contact-info .contact-info-items:hover {
  box-shadow: 0px 4px 24px 0px rgba(131, 194, 236, 0.25);
}
.contact-info .contact-right .reply-head {
  font-size: 32px;
  color: var(--black-color);
  font-weight: 600;
  margin: 40px 0px;
}
.contact-info .contact-right .cmn--btn {
  border: none;
}
.contact-info .googpemap {
  padding: 65px 20px 0;
}
.contact-info .googpemap iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .contact-info .googpemap {
    padding: 30px 0px 0;
  }
  .contact-info .googpemap iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-info .contact-info-items h5 {
    font-size: 18px;
  }
  .contact-info .contact-info-items p {
    font-size: 14px;
  }
  .contact-info .contact-right .reply-head {
    font-size: 24px;
  }
  .contact-info .contact-right .cmn--btn {
    font-size: 14px;
  }
}
/*=============== Contact Page End ===============*/
.boxes-bg {
  position: fixed;
  z-index: 999999999999;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(35, 20, 24, 0.9);
}

.boxes {
  opacity: 1;
  height: 32px;
  width: 32px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: 32px;
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.boxes .box {
  width: 32px;
  height: 32px;
  top: 0px;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation: box1 1s linear infinite;
  animation: box1 1s linear infinite;
}

.boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: box2 1s linear infinite;
  animation: box2 1s linear infinite;
}

.boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-animation: box3 1s linear infinite;
  animation: box3 1s linear infinite;
}

.boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-animation: box4 1s linear infinite;
  animation: box4 1s linear infinite;
}

.boxes .box > div {
  background: var(--theme-color);
  --translateZ: 15.5px;
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.boxes .box > div:nth-child(1) {
  top: 0;
  left: 0;
  background: var(--theme-color);
}

.boxes .box > div:nth-child(2) {
  background: var(--theme-color);
  right: 0;
  --rotateY: 90deg;
}

.boxes .box > div:nth-child(3) {
  background: var(--theme-color);
  --rotateX: -90deg;
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
@keyframes pro {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Animation of the preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/*========== Blog Section Start  ==========*/
.blog-section {
  overflow: hidden;
}
.blog-section .blog-items {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-thumb {
  overflow: hidden;
  position: relative;
}
.blog-section .blog-items .blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-content {
  padding: 25px 20px;
}
.blog-section .blog-items .blog-content h6 {
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 10px;
}
.blog-section .blog-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-content h6 a:hover {
  color: var(--theme-color);
}
.blog-section .blog-items .blog-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-section .blog-items .blog-content ul li {
  margin-right: 20px;
  color: var(--paragraph-color);
}
.blog-section .blog-items .blog-content ul li i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-section .blog-items:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-section .blog-items:hover .blog-content h5 a {
  color: var(--theme-color);
}
.blog-section .right-items {
  display: flex;
  align-items: center;
}
.blog-section .right-items .blog-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.blog-section .right-items .blog-content {
  padding: initial;
  margin-left: 15px;
}
.blog-section .right-items .blog-content h6 {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blog-section .right-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .right-items .blog-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.blog-section .right-items .blog-content ul li {
  margin-right: 20px;
  color: var(--paragraph-color);
}
.blog-section .right-items .blog-content ul li i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-section .right-items .blog-content .blog-btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .right-items:hover .blog-content h6 a {
  color: var(--theme-color);
}
.blog-section .right-items:hover .blog-btn {
  color: var(--theme-color);
}
.blog-section .style-two {
  border-radius: 10px 10px 10px 10px;
}
.blog-section .style-two .blog-thumb {
  position: relative;
}
.blog-section .style-two .blog-thumb img {
  border-radius: 10px 10px 0 0;
}
.blog-section .style-two .blog-thumb .blog-date {
  position: absolute;
  top: 15px;
  right: 15px;
}
.blog-section .style-two .blog-thumb .blog-date .date {
  background-color: var(--theme-color);
  padding: 10px;
  border-radius: 5px;
}
.blog-section .style-two .blog-thumb .blog-date .date p {
  font-size: 15px;
  color: var(--white-color);
  font-weight: 60;
}
.blog-section .style-two .cmn--btn {
  font-size: 16px;
  padding: 12px 20px 12px;
}
.blog-section .style-two:hover .blog-thumb img {
  transform: initial !important;
}

.default-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.default-pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  cursor: pointer;
  background-color: #131222;
}
.default-pagination li a {
  transition: all 0.4s ease-in-out;
  color: var(--white-color);
}
.default-pagination li:hover {
  background-color: var(--theme-color);
}
.default-pagination li:hover a {
  color: var(--white-color);
}
.default-pagination .active-one {
  background-color: var(--theme-color);
}
.default-pagination .active-one a {
  color: var(--white-color);
}
.default-pagination .active-one:hover a {
  color: var(--white-color);
}
.default-pagination .active-two {
  background-color: var(--theme-color);
}
.default-pagination .active-two a {
  color: var(--white-color);
}
.default-pagination .active-two:hover {
  background-color: var(--theme-color);
}

/*========== Blog Section End  ==========*/
/*=============== Blog Single Start ===============*/
.blog-section .hover-none:hover .blog-thumb img {
  transform: initial !important;
}
.blog-section .hover-none .blog-content {
  padding: 25px 25px;
  margin-left: initial;
}
.blog-section .hover-none .b-single-button .cmn-link {
  text-transform: uppercase;
}
.blog-section .hover-none .blog-thumb {
  position: relative;
}
.blog-section .hover-none .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 40%;
}
.blog-section .hover-none .owl-dots .owl-dot span {
  background-color: var(--theme-color);
}
.blog-section .hover-none .owl-dots .owl-dot.active span {
  background: var(--theme-one);
}
.blog-section .style-single {
  position: relative;
}
.blog-section .style-single .blog-content .single-icon {
  text-align: center;
  margin-bottom: 10px;
}
.blog-section .style-single .blog-content .single-icon i {
  color: var(--theme-one);
  font-size: 36px;
}
.blog-section .style-single .blog-content h5 {
  color: var(--theme-one);
  font-weight: normal;
}
.blog-section .style-single .blog-content .single-text {
  text-align: center;
}
.blog-section .style-single .blog-content .single-text a {
  color: #979797;
  font-size: 18px;
  font-weight: 500;
}
.blog-section .blog-single {
  border-bottom: none;
}
.blog-section .blog-single:hover {
  border-bottom: none;
}
.blog-section .blog-single .blog-content {
  padding: 25px 25px;
}
.blog-section .blog-single .blog-content h6 {
  color: var(--theme-color);
}
.blog-section .blog-single .quote-cont {
  margin: 20px 0;
  padding: 30px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-single .quote-cont i {
  font-size: 36px;
  color: var(--theme-color);
  margin-right: 20px;
}
.blog-section .blog-single .quote-cont p {
  color: var(--theme-color);
}
.blog-section .blog-instructor-items .review-tittle {
  text-transform: uppercase;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content {
  margin-left: 15px;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap h6 span {
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 500;
  margin-left: 15px;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap a {
  color: var(--white-color);
  text-decoration: underline;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-section .tag-icon h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-list-right .items-box .style-two {
  margin-bottom: 20px !important;
}
.blog-list-right .items-box .post-category li {
  transition: all 0.4s ease-in-out;
  padding: 15px 10px;
  border: 1px solid #e1e1e1;
}
.blog-list-right .items-box .post-category li a {
  color: var(--paragraph-color);
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}
.blog-list-right .items-box .post-category li:hover a {
  color: var(--theme-color);
  margin-left: 10px;
}
.blog-list-right .items-box .box-head {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-list-right .items-box .box-head span {
  font-size: 18px;
  font-weight: 400;
  color: var(--pragraph-color);
  display: block;
  padding-top: 14px;
}
.blog-list-right .items-box form {
  position: relative;
}
.blog-list-right .items-box form input {
  border: none;
  outline: none;
  width: 100%;
  position: relative;
  padding: 18px 50px 18px 10px;
  color: var(--paragraph-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog-list-right .items-box form input::placeholder {
  color: var(--paragraph-color);
}
.blog-list-right .items-box form i {
  position: absolute;
  top: 36%;
  right: 4%;
  color: var(--white-color);
}
.blog-list-right .items-box:not(:last-child) {
  margin-bottom: 30px;
}
.blog-list-right .items-box .tag {
  display: flex;
  flex-wrap: wrap;
}
.blog-list-right .items-box .tag li a {
  padding: 12px 12px;
  display: inline-block;
  margin: 5px;
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.8s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.blog-list-right .items-box .tag li a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

/*=============== Blog Single End ===============*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(215, 35, 35) 0%, rgb(215, 35, 35) 30%, rgb(215, 35, 35) 100%);
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 5px;
}
.cmn--btn:hover {
  color: var(--white-color);
  background: linear-gradient(#eb5555, #d72323);
}
.cmn--btn::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

.cmn--cmn--btn-two {
  border-radius: 2px;
  padding: 15px 20px 15px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  border: 2px solid var(--theme-one);
  color: var(--black-color);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.cmn--cmn--btn-two:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn--cmn--btn-two:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-one);
  transition: all 0.6s;
  z-index: -1;
}
.cmn--cmn--btn-two:hover {
  color: var(--white-color);
}
.cmn--cmn--btn-two:hover:before {
  bottom: 0;
  left: 0;
}

.cmn--btn-menu {
  padding: 10px 30px 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 5px;
  border: 1px solid var(--white-color);
}
.cmn--btn-menu:hover {
  color: var(--white-color);
  background: linear-gradient(#eb5555, #d72323);
  border: 1px solid var(--theme-color);
}
.cmn--btn-menu::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}
.cmn--btn-menu:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  p {
    font-size: 15px;
  }
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    border-bottom: unset;
  }
  .header-section .header-wrapper {
    justify-content: space-between;
    width: 100%;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 0px 0px;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
    background-color: #171627;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-bottom: none;
    border-radius: 10px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .main-menu li a {
    display: block;
    padding: 10px 10px 14px;
  }
  .main-menu li .sub-menu {
    transform: translateY(0px) !important;
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li {
    margin-bottom: 10px;
  }
  .main-menu li .sub-menu li a {
    padding: 12px 15px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 15px 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    padding: 10px 15px !important;
    display: block;
  }
  .main-menu .btn--items {
    box-shadow: none;
    border: unset;
  }
  .main-menu .btn--items .cmn--btn {
    width: 140px;
    text-align: center;
    display: block !important;
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 40px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    width: 30px;
    background: var(--white-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    width: 25px;
    background: var(--white-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
    width: 40px;
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .cmn--btn {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .verification__box .attach__wrap .nice-select {
    font-size: 12px;
  }
  .verification__box .attach__wrap .cmn--btn {
    font-size: 12px;
    padding: 6px 15px 8px;
  }
  .contact__preference__wrap {
    padding: 0px 20px 20px;
  }
  .contact__preference__wrap .preference__items {
    display: grid;
  }
  .virtual__video__wrap {
    justify-content: center;
  }
  .horse__chart__wrap .chart__point__wrap a {
    padding: 5px 6px 5px 3px;
  }
  .event__modal .modal-content,
  .mybets__modal .modal-content {
    width: 100%;
  }
  .footer__section .shape__right {
    display: none;
  }
  .register__modal {
    z-index: 9999999;
  }
  .register__modal .modal-content {
    padding: 0px 0px 30px;
  }
  .register__modal .modal-content .modal-header button {
    background-image: none;
    background: url(../img/modal/cros.png) no-repeat;
    background-size: 20px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-top: 15px;
    margin-right: 15px;
  }
  .register__modal .modal-content .modal-body {
    padding: 0px 0px 0px 0px;
  }
  .register__modal .modal-content .modal-body .modal__left {
    margin-top: 300px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head {
    text-align: center;
    margin: 0 auto 30px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
    font-size: 22px;
  }
  .register__modal .modal-content .modal-body .modal__right {
    padding: 20px 15px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p {
    font-size: 16px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup {
    flex-wrap: wrap;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup .form-check {
    width: 100%;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li {
    background: var(--modal-bg);
    width: 45%;
    border-radius: 10px;
    padding: 10px 15px 12px;
    margin: 4px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a i {
    color: var(--white-color);
  }
}
/*=============== Banner Start ===============*/
@media screen and (max-width: 1199px) {
  .video-banner .video-banner-content .video-font {
    font-size: 72px;
    line-height: 85px;
  }
  .video-banner .video-banner-content p {
    font-size: 14px;
  }
  .video-banner .video-banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
  .header-section .main-menu li a {
    font-size: 14px;
  }
  .header-section .main-menu .mneu-btn-grp .cmn--btn {
    font-size: 14px;
    padding: 9px 18px 9px;
  }
}
@media screen and (max-width: 991px) {
  .video-banner .video-banner-content .video-font {
    font-size: 56px;
    line-height: 65px;
  }
  .video-banner .video-banner-content p {
    font-size: 14px;
  }
  .video-banner .video-banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
  .banner-section .banner-content h1 {
    font-size: 56px;
    line-height: 65px;
  }
  .banner-section .banner-content p {
    font-size: 14px;
  }
  .banner-section .banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .video-banner .video-banner-content .video-font {
    font-size: 48px;
    line-height: 60px;
  }
  .video-banner .video-banner-content p {
    font-size: 13px;
  }
  .video-banner .video-banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
  .banner-section .banner-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-section .banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
  .breadcumd-banner .breadcumd-wrapper {
    flex-wrap: wrap;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .video-banner .video-banner-content .video-font {
    font-size: 32px;
    line-height: 43px;
  }
  .video-banner .video-banner-content p {
    font-size: 13px;
  }
  .video-banner .video-banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
  .banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .banner-section .banner-content p {
    font-size: 13px;
  }
  .banner-section .banner-content .cmn--btn {
    padding: 12px 25px 12px;
    font-size: 14px;
  }
}
/*=============== Banner End ===============*/
/*=============== Blog  Start ===============*/
@media screen and (max-width: 1199px) {
  .blog-section .right-items {
    align-items: initial;
  }
  .blog-section .right-items .blog-content {
    padding: initial;
    margin-left: 15px;
  }
  .blog-section .right-items .blog-content h6 {
    font-size: 13px;
  }
  .blog-section .right-items .blog-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .blog-section .right-items .blog-content ul li {
    margin-right: 8px;
    font-size: 13px;
  }
  .blog-section .right-items .blog-content ul li i {
    font-size: 13px;
  }
  .blog-section .right-items .blog-content .blog-btn {
    font-size: 12px;
  }
  .book-section .book-content h3 {
    font-size: 28px;
  }
  .book-section .book-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 525px) {
  .blog-section .right-items {
    display: inline-block;
  }
  .blog-section .right-items .blog-content {
    padding: 20px 20px;
  }
}
/*=============== Blog  End ===============*/
/*========== Blog Single Start ==========*/
@media screen and (max-width: 991px) {
  .blog-section .riview-wrapper .review-items {
    flex-wrap: wrap;
  }
  .blog-section .riview-wrapper .review-items .review-content {
    margin-top: 15px;
    margin-left: inherit;
  }
  .blog-section .riview-wrapper .review-items .review-content .head-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .blog-section .riview-wrapper .review-items {
    justify-content: center;
  }
  .blog-section .riview-wrapper .review-items .review-content {
    text-align: center;
  }
  .blog-section .riview-wrapper .review-items .review-content .head-wrap {
    justify-content: center;
  }
  .ml-50 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .single-all .services-s-item .instructor-category .content h6 {
    font-size: 14px;
  }
  .shop-showing-result .shop-showing-title h6 {
    font-size: 14px;
  }
  .book-section .book-content h3 {
    font-size: 18px;
  }
}
/*========== Blog Single End ==========*/
/*=============== Faq Start ===============*/
@media screen and (max-width: 575px) {
  .faq-left-wrapper .accordion-item .accordion-button {
    font-size: 14px;
    padding: 9px 45px 12px 8px;
    margin-top: 0;
  }
  .faq-left-wrapper .accordion-item span {
    font-size: 13px;
  }
  .faq-left-wrapper .accordion-item .icon {
    position: absolute;
    right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .faq-left-wrapper .accordion-item .icon img {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 500px) {
  .faq-left-wrapper .accordion-body {
    padding: 2px 0px;
  }
  .faq-left-wrapper .accordion-body p {
    font-size: 16px;
  }
}
/*=============== Faq End ===============*/
/*=============== Game History Start ===============*/
@media screen and (max-width: 991px) {
  .game-history .table-box,
  .game-history .table-contentt {
    max-width: 100%;
    overflow-x: auto;
  }
  .game-history .table-wrapper {
    min-width: 1000px;
  }
}
/*=============== Game History End ===============*/
/*=============== Live Stram Start ===============*/
@media screen and (max-width: 991px) {
  .live-stream .live-box,
  .live-stream .live-contentt {
    max-width: 100%;
    overflow-x: auto;
  }
  .live-stream .live-wrapper {
    min-width: 1000px;
  }
}
/*=============== Live Stram End ===============*/
/*=============== Video & Classes Start ===============*/
@media screen and (max-width: 991px) {
  .video__section {
    margin-top: -380px;
  }
  .book-section .book-content {
    padding: 0 40px;
    margin-top: -45px;
  }
  .style-two {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .classes__section {
    padding-top: 280px;
    padding-bottom: 80px;
  }
  .video__section {
    margin-top: -280px;
  }
  .video__section .video__items .video__content .video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .book-section .book-content h3 {
    font-size: 24px;
  }
  .book-section .book-content p {
    font-size: 13px;
  }
  .style-two {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .video__section {
    margin-top: -250px;
  }
  .video__section .video__items .video__content .video a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .style-two {
    margin-top: 0px;
  }
}
/*=============== Video & Classes End ===============*/
/*========== Casino Section End ==========*/
@media screen and (max-width: 991px) {
  .casino-game .casino-game-items .casino-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .casino-game .casino-game-items .casino-content .cmn--btn {
    padding: 12px 15px 12px;
    font-size: 11px;
  }
}
@media screen and (max-width: 395px) {
  .casino-game .casino-game-items {
    display: inline-block;
  }
  .casino-game .casino-game-items .casino-thumb img {
    border-radius: initial;
  }
  .casino-game .casino-game-items .casino-content {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px;
  }
}
/*========== Casino Section End ==========*/
/*========== Casinus Section Start ==========*/
@media screen and (max-width: 450px) {
  .casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-wrap-cont {
    margin-top: 20px;
  }
  .casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-wrap-cont h6 {
    font-size: 15px;
  }
  .casinus-section .casinus-items .casinus-content .casinus-wrap .casinus-button .cmn--btn {
    padding: 8px 20px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .casinus-section .casinus-items {
    flex-wrap: wrap;
  }
}
/*========== Casinus Section End ==========*//*# sourceMappingURL=main.css.map */

.start-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at top left, rgba(255, 200, 39, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(215, 35, 35, 0.12), transparent 28%),
        linear-gradient(135deg, #0a0a0a 0%, #16071f 45%, #241133 100%);
    color: #ffffff;
    overflow: hidden;
}

.start-section__inner {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.start-section__header {
    max-width: 860px;
    margin: 0 auto 55px;
}

.start-section__label {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 200, 39, 0.30);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffcc00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.start-section__title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.start-section__subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.8;
    color: #d7d7d7;
}

.start-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.start-step {
    position: relative;
    padding: 35px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    text-align: left;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.start-step:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 200, 39, 0.35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.start-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff9f1a 100%);
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.start-step h4 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
}

.start-step p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #cfcfcf;
}

.start-bonus {
    max-width: 860px;
    margin: 0 auto 35px;
    padding: 28px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(215, 35, 35, 0.95) 0%, rgba(255, 140, 0, 0.92) 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.30);
}

.start-bonus__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.start-bonus__text {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 800;
    color: #ffffff;
}

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

.start-section__btn {
    display: inline-block;
    padding: 16px 38px;
    border-radius: 999px;
    background: #ffcc00;
    color: #111111;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 14px 30px rgba(255, 204, 0, 0.22);
}

.start-section__btn:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(255, 204, 0, 0.30);
}

@media (max-width: 991px) {
    .start-section {
        padding: 90px 0;
    }

    .start-section__title {
        font-size: 34px;
    }

    .start-section__subtitle {
        font-size: 18px;
    }

    .start-steps {
        grid-template-columns: 1fr;
    }

    .start-bonus__text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .start-section {
        padding: 75px 0;
    }

    .start-section__title {
        font-size: 28px;
    }

    .start-section__subtitle {
        font-size: 17px;
        line-height: 1.7;
    }

    .start-step {
        padding: 28px 22px;
    }

    .start-step h4 {
        font-size: 22px;
    }

    .start-step p {
        font-size: 16px;
    }

    .start-bonus {
        padding: 22px 20px;
    }

    .start-bonus__text {
        font-size: 21px;
    }

    .start-section__btn {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
    }
}

    .popular-games-section {
         background: linear-gradient(135deg, #0a0a0a 0%, #1f0036 100%);
        padding: 120px 0;
        color: #fff;
    }

   .popular-games-section .section-title {
    text-align: center;
    font-size: 36px;
    color: #ffffff; /* ← Вот это */
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
}

    .game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .game-card {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        background: #1a1a1a;
        transition: transform 0.3s;
        box-shadow: 0 0 10px rgba(255, 204, 0, 0.1);
    }

    .game-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .game-card:hover img {
        transform: scale(1.05);
    }

    .play-now-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ff0000;
        color: #fff;
        padding: 12px 25px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        opacity: 0;
        transition: 0.3s;
        z-index: 2;
        pointer-events: none;
    }

    .game-card:hover .play-now-btn {
        opacity: 1;
        pointer-events: auto;
    }

    @media (max-width: 768px) {
        .play-now-btn {
            font-size: 12px;
            padding: 10px 20px;
        }
    }
    
    .venue-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 200, 39, 0.10), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(215, 35, 35, 0.12), transparent 25%),
        linear-gradient(135deg, #090909 0%, #14081d 45%, #22112f 100%);
    overflow: hidden;
}

.venue-section__bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.venue-section__bg-shape--one {
    width: 280px;
    height: 280px;
    top: -60px;
    left: -80px;
    background: rgba(255, 204, 0, 0.08);
}

.venue-section__bg-shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -90px;
    background: rgba(255, 0, 85, 0.08);
}

.venue-section__wrapper {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.venue-section__media {
    position: relative;
}

.venue-section__image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.venue-section__image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.05));
    z-index: 1;
}

.venue-section__image {
    width: 100%;
    height: 100%;
    min-height: 740px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform 0.5s ease;
}

.venue-section__image-wrap:hover .venue-section__image {
    transform: scale(1.06);
}

.venue-section__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.65);
    border: 1px solid rgba(255, 204, 0, 0.26);
    backdrop-filter: blur(8px);
}

.venue-section__badge span {
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.venue-section__content {
    color: #ffffff;
}

.venue-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.venue-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.venue-section__lead {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.8;
    color: #d5d5d5;
    max-width: 760px;
}

.venue-section__info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}

.venue-info-card {
    position: relative;
    padding: 24px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.venue-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.30);
    background: rgba(255, 255, 255, 0.07);
}

.venue-info-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
    color: #ffffff;
}

.venue-info-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #cccccc;
}

.venue-section__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.venue-highlight {
    min-width: 160px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 204, 0, 0.16);
    text-align: center;
}

.venue-highlight__number {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #ffcc00;
}

.venue-highlight__text {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.venue-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.venue-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.venue-section__btn--primary {
    background: #ffcc00;
    color: #111111;
    box-shadow: 0 16px 32px rgba(255, 204, 0, 0.22);
}

.venue-section__btn--primary:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-3px);
}

.venue-section__btn--secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.venue-section__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 1199px) {
    .venue-section__wrapper {
        grid-template-columns: 1fr;
    }

    .venue-section__image {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .venue-section {
        padding: 90px 0;
    }

    .venue-section__title {
        font-size: 34px;
    }

    .venue-section__info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .venue-section {
        padding: 75px 0;
    }

    .venue-section__title {
        font-size: 28px;
    }

    .venue-section__lead {
        font-size: 17px;
        line-height: 1.7;
    }

    .venue-section__image {
        min-height: 380px;
    }

    .venue-info-card {
        padding: 20px 18px;
    }

    .venue-info-card h3 {
        font-size: 20px;
    }

    .venue-section__actions {
        flex-direction: column;
    }

    .venue-section__btn {
        width: 100%;
    }
}

.advantages-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 80%, rgba(215, 35, 35, 0.12), transparent 24%),
        linear-gradient(135deg, #0b0b0d 0%, #160a20 45%, #231132 100%);
    overflow: hidden;
}

.advantages-section__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.advantages-section__glow--left {
    width: 280px;
    height: 280px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.advantages-section__glow--right {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -100px;
    background: rgba(255, 0, 85, 0.08);
}

.advantages-section__header {
    max-width: 860px;
    margin: 0 auto 55px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.advantages-section__label {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.22);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.advantages-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}

.advantages-section__subtitle {
    max-width: 780px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #d2d2d2;
}

.advantage-card {
    position: relative;
    height: 100%;
    padding: 34px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(8px);
    text-align: left;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.advantage-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 64px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffcc00 0%, #ff8a00 100%);
}

.advantage-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 204, 0, 0.28);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.advantage-card__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.18) 0%, rgba(255, 138, 0, 0.14) 100%);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.advantage-card__title {
    margin-bottom: 14px;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
}

.advantage-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #cfcfcf;
}

.advantages-section__action {
    margin-top: 45px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.advantages-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    border-radius: 999px;
    background: #ffcc00;
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(255, 204, 0, 0.22);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.advantages-section__btn:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 204, 0, 0.28);
}

@media (max-width: 991px) {
    .advantages-section {
        padding: 90px 0;
    }

    .advantages-section__title {
        font-size: 34px;
    }

    .advantages-section__subtitle {
        font-size: 17px;
    }

    .advantage-card {
        padding: 30px 24px;
    }
}

@media (max-width: 767px) {
    .advantages-section {
        padding: 75px 0;
    }

    .advantages-section__title {
        font-size: 28px;
    }

    .advantages-section__subtitle {
        font-size: 16px;
        line-height: 1.7;
    }

    .advantage-card__title {
        font-size: 21px;
    }

    .advantage-card__text {
        font-size: 15px;
        line-height: 1.7;
    }

    .advantages-section__btn {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
    }
}

.promo-parallax-section {
    position: relative;
    padding: 80px 0;
    background-image: url("../img/banner/bonus-parallax.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.promo-parallax-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 14, 0.4); /* регулируй затемнение здесь */
    z-index: 1;
}

.promo-parallax-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 204, 0, 0.10) 0%,
        rgba(255, 138, 0, 0.08) 35%,
        rgba(0, 0, 0, 0.08) 100%
    );
    z-index: 1;
}

.promo-parallax__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 40px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(8px);
}

.promo-parallax__label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 204, 0, 0.28);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-parallax__title {
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.promo-parallax__text {
    max-width: 760px;
    margin: 0 auto 28px;
    font-size: 18px;
    line-height: 1.8;
    color: #ececec;
}

.promo-parallax__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    border-radius: 999px;
    background: #ffcc00;
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(255, 204, 0, 0.24);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.promo-parallax__btn:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 204, 0, 0.30);
}

@media (max-width: 991px) {
    .promo-parallax-section {
        padding: 110px 0;
        background-attachment: scroll;
    }

    .promo-parallax__content {
        padding: 40px 28px;
    }

    .promo-parallax__title {
        font-size: 34px;
    }

    .promo-parallax__text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .promo-parallax-section {
        padding: 90px 0;
    }

    .promo-parallax__content {
        padding: 32px 20px;
        border-radius: 22px;
    }

    .promo-parallax__title {
        font-size: 28px;
    }

    .promo-parallax__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .promo-parallax__btn {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
    }
}

.rewards-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 80%, rgba(215, 35, 35, 0.12), transparent 26%),
        linear-gradient(135deg, #09090c 0%, #14091d 45%, #22112f 100%);
    overflow: hidden;
}

.rewards-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.rewards-section__shape--one {
    width: 260px;
    height: 260px;
    top: -70px;
    left: -90px;
    background: rgba(255, 204, 0, 0.08);
}

.rewards-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -110px;
    background: rgba(255, 0, 98, 0.08);
}

.rewards-section__header {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto 55px;
    text-align: center;
}

.rewards-section__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.24);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rewards-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.rewards-section__subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #d5d5d5;
}

.rewards-top-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.rewards-feature {
    position: relative;
    padding: 34px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.rewards-feature::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00 0%, #ff8a00 100%);
}

.rewards-feature--online::before {
    background: linear-gradient(90deg, #ffcc00 0%, #d72323 100%);
}

.rewards-feature__badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rewards-feature__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.3;
    color: #ffffff;
}

.rewards-feature__text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.8;
    color: #d0d0d0;
}

.rewards-feature__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rewards-feature__list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #f0f0f0;
    font-size: 15px;
    line-height: 1.7;
}

.rewards-feature__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.rewards-highlight {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    padding: 34px 28px;
    border-radius: 26px;
    text-align: center;
    background: linear-gradient(135deg, rgba(215, 35, 35, 0.96) 0%, rgba(255, 138, 0, 0.94) 100%);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.rewards-highlight__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rewards-highlight__value {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.rewards-highlight__text {
    max-width: 820px;
    margin: 0 auto;
    color: #fff7f2;
    font-size: 17px;
    line-height: 1.75;
}

.reward-card {
    position: relative;
    height: 100%;
    padding: 30px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    overflow: hidden;
}

.reward-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 204, 0, 0.28);
}

.reward-card--accent {
    border-color: rgba(255, 204, 0, 0.22);
    box-shadow: 0 18px 38px rgba(255, 204, 0, 0.08);
}

.reward-card--gold {
    border-color: rgba(255, 185, 60, 0.24);
    box-shadow: 0 18px 38px rgba(255, 185, 60, 0.08);
}

.reward-card__tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.reward-card__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.35;
    color: #ffffff;
}

.reward-card__value {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    color: #ffcc00;
    text-transform: uppercase;
}

.reward-card__text {
    margin: 0;
    color: #cecece;
    font-size: 15px;
    line-height: 1.8;
}

.rewards-bottom-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.rewards-info,
.rewards-panel {
    padding: 34px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20);
}

.rewards-info__badge,
.rewards-panel__mini {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rewards-info__title,
.rewards-panel__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.3;
    color: #ffffff;
}

.rewards-info__text {
    margin-bottom: 24px;
    color: #d1d1d1;
    font-size: 16px;
    line-height: 1.85;
}

.rewards-points {
    display: grid;
    gap: 14px;
}

.rewards-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #efefef;
    font-size: 15px;
    line-height: 1.7;
}

.rewards-point__dot {
    width: 11px;
    height: 11px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    flex: 0 0 11px;
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.rewards-panel__header {
    margin-bottom: 20px;
}

.rewards-panel__items {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.rewards-panel__item {
    padding: 16px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.rewards-panel__name {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.rewards-panel__desc {
    display: block;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
}

.rewards-panel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 24px;
    border-radius: 999px;
    background: #ffcc00;
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(255, 204, 0, 0.22);
    transition: all 0.3s ease;
}

.rewards-panel__btn:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .rewards-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .rewards-section {
        padding: 90px 0;
    }

    .rewards-section__title {
        font-size: 34px;
    }

    .rewards-top-grid {
        grid-template-columns: 1fr;
    }

    .rewards-highlight__value {
        font-size: 28px;
    }

    .rewards-info__title,
    .rewards-panel__title,
    .rewards-feature__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .rewards-section {
        padding: 75px 0;
    }

    .rewards-section__title {
        font-size: 28px;
    }

    .rewards-section__subtitle,
    .rewards-highlight__text,
    .rewards-info__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .rewards-feature,
    .rewards-info,
    .rewards-panel,
    .reward-card,
    .rewards-highlight {
        padding: 26px 20px;
    }

    .rewards-feature__title,
    .rewards-info__title,
    .rewards-panel__title {
        font-size: 23px;
    }

    .reward-card__title {
        font-size: 22px;
    }

    .reward-card__value,
    .rewards-highlight__value {
        font-size: 24px;
    }
}

.games-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.12), transparent 24%),
        linear-gradient(135deg, #0a0a0c 0%, #14091e 48%, #231230 100%);
    overflow: hidden;
}

.games-section__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.games-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -90px;
    background: rgba(255, 204, 0, 0.07);
}

.games-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -100px;
    background: rgba(255, 0, 98, 0.08);
}

.games-section__header {
    max-width: 980px;
    margin: 0 auto 55px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.games-section__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.28);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.games-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.games-section__subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #d4d4d4;
}

.games-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.games-panel {
    position: relative;
    height: 100%;
    padding: 34px 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.games-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00 0%, #ff8a00 100%);
}

.games-panel--online::before {
    background: linear-gradient(90deg, #ffcc00 0%, #d72323 100%);
}

.games-panel__top {
    margin-bottom: 24px;
}

.games-panel__badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.games-panel__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.games-panel__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #d1d1d1;
}

.games-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.games-category-card {
    height: 100%;
    padding: 24px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.games-category-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 204, 0, 0.26);
}

.games-category-card h4 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff !important;
}

.games-category-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.games-category-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1.7;
}

.games-category-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.games-bottom {
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.games-bottom__content {
    padding: 34px 30px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 204, 0, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.games-bottom__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.20);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.games-bottom__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.games-bottom__text {
    max-width: 950px;
    margin: 0 auto;
    color: #dfdfdf;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1199px) {
    .games-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .games-section {
        padding: 90px 0;
    }

    .games-section__title {
        font-size: 34px;
    }

    .games-panel__title,
    .games-bottom__title {
        font-size: 26px;
    }

    .games-category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .games-section {
        padding: 75px 0;
    }

    .games-section__title {
        font-size: 28px;
    }

    .games-section__subtitle,
    .games-panel__desc,
    .games-bottom__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .games-panel,
    .games-bottom__content {
        padding: 26px 20px;
    }

    .games-panel__title,
    .games-bottom__title {
        font-size: 23px;
    }

    .games-category-card {
        padding: 20px 18px;
    }

    .games-category-card h4 {
        font-size: 20px;
    }
}



    .live-games-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1f0036 100%);
    padding: 120px 0;
    color: #fff;
}

.live-games-section .section-title {
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
}

.live-game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.live-game-card {
    overflow: hidden;
    border-radius: 10px;
    background: #1a1a1a;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.1);
    transition: transform 0.3s ease;
}

.live-game-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.live-game-card:hover img {
    transform: scale(1.03);
}
.tables-section {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(180deg, #0c0b10 0%, #140a1b 45%, #1f122a 100%);
    overflow: hidden;
}

.tables-section__blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.tables-section__blur--one {
    width: 260px;
    height: 260px;
    top: -70px;
    left: -80px;
    background: rgba(255, 204, 0, 0.08);
}

.tables-section__blur--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -100px;
    background: rgba(215, 35, 35, 0.10);
}

.tables-section__header {
    max-width: 980px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tables-section__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.26);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tables-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.tables-section__subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #d6d6d6;
}

.tables-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.tables-panel {
    position: relative;
    padding: 34px 30px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.tables-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00 0%, #ff8a00 100%);
}

.tables-panel--online::before {
    background: linear-gradient(90deg, #ffcc00 0%, #d72323 100%);
}

.tables-panel__top {
    margin-bottom: 24px;
}

.tables-panel__badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tables-panel__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.tables-panel__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #d3d3d3;
}

.tables-featured {
    margin-bottom: 24px;
    padding: 22px 22px;
    border-radius: 20px;
    background: rgba(255, 204, 0, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.14);
}

.tables-featured__label {
    display: block;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.tables-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tables-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f3f3f3;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.tables-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.tables-info-card {
    padding: 22px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.tables-info-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 204, 0, 0.20);
}

.tables-info-card h4 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff !important;
}

.tables-info-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #d0d0d0;
}

.tables-hours {
    padding: 24px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 204, 0, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.12);
}

.tables-hours__head {
    margin-bottom: 16px;
}

.tables-hours__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tables-hours__head h4 {
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
    color: #ffffff !important;
}

.tables-hours__rows {
    display: grid;
    gap: 12px;
}

.tables-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.tables-hours__name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.tables-hours__time {
    color: #ffcc00;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.tables-bottom {
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.tables-bottom__inner {
    padding: 34px 30px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 204, 0, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.tables-bottom__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.20);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tables-bottom__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.tables-bottom__text {
    max-width: 940px;
    margin: 0 auto;
    color: #dddddd;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1199px) {
    .tables-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .tables-section {
        padding: 90px 0;
    }

    .tables-section__title {
        font-size: 34px;
    }

    .tables-panel__title,
    .tables-bottom__title {
        font-size: 26px;
    }

    .tables-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tables-section {
        padding: 75px 0;
    }

    .tables-section__title {
        font-size: 28px;
    }

    .tables-section__subtitle,
    .tables-panel__desc,
    .tables-bottom__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .tables-panel,
    .tables-bottom__inner,
    .tables-hours,
    .tables-featured {
        padding: 24px 20px;
    }

    .tables-panel__title,
    .tables-bottom__title {
        font-size: 23px;
    }

    .tables-info-card {
        padding: 20px 18px;
    }

    .tables-info-card h4,
    .tables-hours__head h4 {
        font-size: 20px;
    }

    .tables-hours__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tables-hours__time {
        text-align: left;
    }
}

.poker-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0b0b0e 0%, #140a1c 48%, #22112f 100%);
    overflow: hidden;
}

.poker-section__wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 38px;
    align-items: start;
}

.poker-section__media {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.poker-section__image-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
}

.poker-section__image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.48), rgba(10, 10, 10, 0.10));
    z-index: 1;
}

.poker-section__image {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform 0.45s ease;
}

.poker-section__image-box:hover .poker-section__image {
    transform: scale(1.05);
}

.poker-section__image-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.62);
    border: 1px solid rgba(255, 204, 0, 0.24);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.poker-section__content {
    color: #ffffff;
}

.poker-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.22);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.poker-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.poker-section__lead {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
    color: #d6d6d6;
}

.poker-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 22px;
}

.poker-section__side-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.poker-section__bottom {
    margin-top: 28px;
}

.poker-section__bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.poker-card,
.poker-detail-card {
    padding: 22px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.poker-card:hover,
.poker-detail-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 204, 0, 0.22);
}

.poker-card h3,
.poker-detail-card h4,
.poker-hours__title {
    margin-bottom: 12px;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.35;
}

.poker-card h3 {
    font-size: 22px;
}

.poker-detail-card h4 {
    font-size: 20px;
}

.poker-card p,
.poker-detail-card p {
    margin: 0;
    color: #d0d0d0;
    font-size: 15px;
    line-height: 1.75;
}

.poker-section__game-types {
    margin-bottom: 22px;
    padding: 22px 20px;
    border-radius: 20px;
    background: rgba(255, 204, 0, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.14);
}

.poker-section__mini-title {
    display: block;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.poker-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.poker-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f0f0f0;
    font-size: 13px;
    font-weight: 700;
}

.poker-hours {
    padding: 24px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 204, 0, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.12);
    margin-bottom: 24px;
}

.poker-hours__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.poker-hours__head {
    margin-bottom: 16px;
}

.poker-hours__list {
    display: grid;
    gap: 12px;
}

.poker-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.poker-hours__day {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.poker-hours__time {
    color: #ffcc00;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.poker-section__action {
    text-align: left;
}

.poker-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #ffcc00;
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(255, 204, 0, 0.22);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.poker-section__btn:hover {
    background: #ffd84d;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 204, 0, 0.28);
}

@media (max-width: 1199px) {
    .poker-section__wrap {
        grid-template-columns: 1fr;
    }

    .poker-section__bottom-grid {
        grid-template-columns: 1fr;
    }

    .poker-section__image {
        min-height: 520px;
    }
}

@media (max-width: 991px) {
    .poker-section {
        padding: 90px 0;
    }

    .poker-section__title {
        font-size: 34px;
    }

    .poker-section__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .poker-section {
        padding: 75px 0;
    }

    .poker-section__title {
        font-size: 28px;
    }

    .poker-section__lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .poker-section__image {
        min-height: 380px;
    }

    .poker-card,
    .poker-detail-card,
    .poker-hours,
    .poker-section__game-types {
        padding: 20px 18px;
    }

    .poker-card h3,
    .poker-detail-card h4,
    .poker-hours__title {
        font-size: 20px;
    }

    .poker-hours__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .poker-hours__time {
        text-align: left;
    }

    .poker-section__btn {
        width: 100%;
        max-width: 320px;
    }
}

.slots-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0a0a0d 0%, #14091d 48%, #221230 100%);
    overflow: hidden;
}

.slots-section__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(12px);
}

.slots-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -90px;
    background: rgba(255, 204, 0, 0.07);
}

.slots-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -100px;
    background: rgba(255, 0, 98, 0.08);
}

.slots-section__header {
    max-width: 980px;
    margin: 0 auto 55px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.slots-section__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.28);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slots-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.slots-section__subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.85;
    color: #d4d4d4;
}

.slots-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.slots-panel {
    position: relative;
    height: 100%;
    padding: 34px 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.slots-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00 0%, #ff8a00 100%);
}

.slots-panel--online::before {
    background: linear-gradient(90deg, #ffcc00 0%, #d72323 100%);
}

.slots-panel__top {
    margin-bottom: 24px;
}

.slots-panel__badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.10);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slots-panel__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.slots-panel__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #d1d1d1;
}

.slots-highlight {
    margin-bottom: 24px;
    padding: 26px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(215, 35, 35, 0.94) 0%, rgba(255, 138, 0, 0.92) 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.slots-highlight__label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slots-highlight__value {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.slots-highlight__text {
    margin: 0;
    color: #fff6ef;
    font-size: 16px;
    line-height: 1.8;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.slots-card {
    padding: 24px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.slots-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 204, 0, 0.24);
}

.slots-card h4 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff !important;
}

.slots-card p {
    margin: 0;
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.75;
}

.slots-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slots-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.7;
}

.slots-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.slots-bottom {
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.slots-bottom__inner {
    padding: 34px 30px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 204, 0, 0.14);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.slots-bottom__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.20);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slots-bottom__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.slots-bottom__text {
    max-width: 950px;
    margin: 0 auto;
    color: #dfdfdf;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1199px) {
    .slots-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .slots-section {
        padding: 90px 0;
    }

    .slots-section__title {
        font-size: 34px;
    }

    .slots-panel__title,
    .slots-bottom__title,
    .slots-highlight__value {
        font-size: 26px;
    }

    .slots-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .slots-section {
        padding: 75px 0;
    }

    .slots-section__title {
        font-size: 28px;
    }

    .slots-section__subtitle,
    .slots-panel__desc,
    .slots-bottom__text,
    .slots-highlight__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .slots-panel,
    .slots-bottom__inner,
    .slots-highlight {
        padding: 26px 20px;
    }

    .slots-panel__title,
    .slots-bottom__title,
    .slots-highlight__value {
        font-size: 23px;
    }

    .slots-card {
        padding: 20px 18px;
    }

    .slots-card h4 {
        font-size: 20px;
    }
}

.promo-parallax-section--games {
    background-image: url("../img/banner/games-parallax.jpg");
    
}

.complex-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0b0b0f 0%, #140a1d 50%, #221230 100%);
    overflow: hidden;
}

.complex-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.complex-bg-shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.complex-bg-shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.complex-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 60px;
}

.complex-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.30);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.complex-title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.complex-subtitle {
    max-width: 880px;
    margin: 0 auto;
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.85;
}

.complex-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.complex-card {
    position: relative;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.complex-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.30);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.complex-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.16) 0%, rgba(255, 138, 0, 0.10) 100%);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.complex-card h3 {
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.complex-card p {
    margin: 0;
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.8;
}

.complex-highlight {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding: 40px 34px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.20);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.complex-highlight__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.15);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.complex-highlight__title {
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.complex-highlight__text {
    max-width: 860px;
    margin: 0 auto;
    color: #dddddd;
    font-size: 16px;
    line-height: 1.85;
}

@media (max-width: 1199px) {
    .complex-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .complex-section {
        padding: 90px 0;
    }

    .complex-title {
        font-size: 34px;
    }

    .complex-subtitle {
        font-size: 17px;
    }

    .complex-grid {
        grid-template-columns: 1fr;
    }

    .complex-highlight__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .complex-section {
        padding: 75px 0;
    }

    .complex-title {
        font-size: 28px;
    }

    .complex-subtitle,
    .complex-highlight__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .complex-card {
        padding: 24px 20px;
    }

    .complex-card h3 {
        font-size: 20px;
    }

    .complex-card p {
        font-size: 15px;
        line-height: 1.75;
    }

    .complex-highlight {
        padding: 30px 22px;
    }

    .complex-highlight__title {
        font-size: 23px;
    }
}

.visitor-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 204, 0, 0.09), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 48%, #221230 100%);
    overflow: hidden;
}

.visitor-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.visitor-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.visitor-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.visitor-section__header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 60px;
}

.visitor-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.30);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visitor-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.visitor-section__subtitle {
    max-width: 900px;
    margin: 0 auto;
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.85;
}

.visitor-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.visitor-card {
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.visitor-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.30);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.visitor-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.16) 0%, rgba(255, 138, 0, 0.10) 100%);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.visitor-card h3 {
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.visitor-card p {
    margin: 0;
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.8;
}

.visitor-summary {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.visitor-summary__inner {
    padding: 40px 34px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.20);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.visitor-summary__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.15);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visitor-summary__title {
    margin-bottom: 18px;
    color: #ffffff !important;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.visitor-points {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.visitor-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.7;
}

.visitor-point__dot {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
    flex: 0 0 10px;
}

@media (max-width: 1199px) {
    .visitor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .visitor-section {
        padding: 90px 0;
    }

    .visitor-section__title {
        font-size: 34px;
    }

    .visitor-section__subtitle {
        font-size: 17px;
    }

    .visitor-grid {
        grid-template-columns: 1fr;
    }

    .visitor-summary__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .visitor-section {
        padding: 75px 0;
    }

    .visitor-section__title {
        font-size: 28px;
    }

    .visitor-section__subtitle,
    .visitor-card p {
        font-size: 16px;
        line-height: 1.75;
    }

    .visitor-card {
        padding: 24px 20px;
    }

    .visitor-card h3 {
        font-size: 20px;
    }

    .visitor-summary__inner {
        padding: 30px 22px;
    }

    .visitor-summary__title {
        font-size: 23px;
    }
}

.auth-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0a0a0d 0%, #140a1d 50%, #221230 100%);
    color: #ffffff;
    overflow: hidden;
}

.auth-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.auth-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.auth-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.auth-section__header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 60px;
}

.auth-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.30);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.auth-section__subtitle {
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.85;
}

.auth-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.auth-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.auth-panel,
.auth-card {
    padding: 30px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.auth-card--accent {
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.16);
}

.auth-panel__badge,
.auth-card__label,
.auth-summary__label,
.auth-note__title {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.12);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-panel__title,
.auth-card__title,
.auth-summary__title,
.auth-recovery-box h4,
.auth-step__content h4 {
    color: #ffffff !important;
    font-weight: 700;
}

.auth-panel__title,
.auth-card__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.35;
    text-transform: uppercase;
}

.auth-panel__text,
.auth-card__text,
.auth-summary__text,
.auth-note p {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.auth-steps {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.auth-step {
    display: flex;
    gap: 16px;
    padding: 18px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.auth-step__number {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffcc00 0%, #ff9f1a 100%);
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.auth-step__content h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
}

.auth-step__content p {
    margin: 0;
    color: #d3d3d3;
    font-size: 15px;
    line-height: 1.7;
}

.auth-recovery-box {
    margin-top: 22px;
    padding: 22px 20px;
    border-radius: 20px;
    background: rgba(255, 204, 0, 0.06);
    border: 1px solid rgba(255, 204, 0, 0.14);
}

.auth-recovery-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.35;
}

.auth-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #dfdfdf;
    font-size: 15px;
    line-height: 1.7;
}

.auth-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.auth-note {
    margin-top: 22px;
    padding: 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.auth-points {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.auth-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.7;
}

.auth-point__dot {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
    flex: 0 0 10px;
}

.auth-summary {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.auth-summary__inner {
    padding: 34px 30px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.20);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.auth-summary__title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .auth-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .auth-section {
        padding: 90px 0;
    }

    .auth-section__title {
        font-size: 34px;
    }

    .auth-section__subtitle {
        font-size: 17px;
    }

    .auth-panel__title,
    .auth-card__title,
    .auth-summary__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .auth-section {
        padding: 75px 0;
    }

    .auth-section__title {
        font-size: 28px;
    }

    .auth-section__subtitle,
    .auth-panel__text,
    .auth-card__text,
    .auth-summary__text,
    .auth-note p {
        font-size: 16px;
        line-height: 1.75;
    }

    .auth-panel,
    .auth-card,
    .auth-summary__inner {
        padding: 24px 20px;
    }

    .auth-panel__title,
    .auth-card__title,
    .auth-summary__title {
        font-size: 22px;
    }

    .auth-step {
        flex-direction: column;
    }
}

.app-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 48%, #221230 100%);
    overflow: hidden;
}

.app-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.app-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.app-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.app-section__header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 940px;
    margin: 0 auto 60px;
}

.app-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.30);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.app-section__subtitle {
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.85;
}

.app-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 30px;
    align-items: start;
}

.app-column {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.app-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: radial-gradient(circle, rgba(255,204,0,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);

    height: 320px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.05));
    z-index: 1;
    pointer-events: none;
}

.app-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.app-image-box:hover .app-image {
    transform: scale(1.05);
}

.app-image-box__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.65);
    border: 1px solid rgba(255, 204, 0, 0.24);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.app-card,
.app-install-card {
    padding: 28px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.app-card:hover,
.app-install-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.30);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.app-card--accent {
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.16);
}

.app-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.16) 0%, rgba(255, 138, 0, 0.10) 100%);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.app-card h3,
.app-install-card h4 {
    margin-bottom: 12px;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.35;
}

.app-card h3 {
    font-size: 24px;
}

.app-install-card h4 {
    font-size: 22px;
}

.app-card p {
    margin: 0 0 12px;
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.8;
}

.app-card p:last-child {
    margin-bottom: 0;
}

.app-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.app-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #dfdfdf;
    font-size: 15px;
    line-height: 1.7;
}

.app-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
}

.app-steps {
    margin: 0;
    padding-left: 18px;
}

.app-steps li {
    margin-bottom: 10px;
    color: #dfdfdf;
    font-size: 15px;
    line-height: 1.7;
}

.app-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.app-store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.app-store-badge:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 204, 0, 0.26);
    background: rgba(255, 255, 255, 0.08);
}

.app-store-badge img {
    display: block;
    max-height: 56px;
    width: auto;
}

@media (max-width: 1199px) {
    .app-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .app-section {
        padding: 90px 0;
    }

    .app-section__title {
        font-size: 34px;
    }

    .app-section__subtitle {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .app-section {
        padding: 75px 0;
    }

    .app-section__title {
        font-size: 28px;
    }

    .app-section__subtitle,
    .app-card p,
    .app-list li,
    .app-steps li {
        font-size: 16px;
        line-height: 1.75;
    }

    .app-card,
    .app-install-card {
        padding: 24px 20px;
    }

    .app-card h3 {
        font-size: 22px;
    }

    .app-install-card h4 {
        font-size: 20px;
    }

    .app-image {
        min-height: 320px;
    }

    .app-store-badge img {
        max-height: 50px;
    }
}

.promo-parallax-section--playwin {
    background-image: url("../img/banner/play-win-parallax.jpg");
}

.payments-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 48%, #221230 100%);
    overflow: hidden;
}

.payments-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.payments-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.payments-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.payments-section__header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 60px;
}

.payments-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.30);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.payments-section__title {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.payments-section__subtitle {
    max-width: 900px;
    margin: 0 auto;
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.85;
}

.payments-intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 34px;
}

.payments-intro-card,
.payments-note-card {
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.payments-intro-card:hover,
.payments-note-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.30);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.payments-intro-card__icon,
.payments-note-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.16) 0%, rgba(255, 138, 0, 0.10) 100%);
    border: 1px solid rgba(255, 204, 0, 0.18);
    color: #ffcc00;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.payments-intro-card h3,
.payments-note-card h3,
.payments-table-head__title,
.payments-summary__title {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.35;
}

.payments-intro-card h3,
.payments-note-card h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.payments-intro-card p,
.payments-note-card p,
.payments-summary__text {
    margin: 0 0 12px;
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.8;
}

.payments-intro-card p:last-child,
.payments-note-card p:last-child {
    margin-bottom: 0;
}

.payments-table-wrap {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.payments-table-head {
    text-align: center;
    margin-bottom: 24px;
}

.payments-table-head__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.15);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.payments-table-head__title {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}

.payments-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.payments-tab {
    min-width: 150px;
    padding: 13px 20px;
    border: 1px solid rgba(255, 204, 0, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payments-tab:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 204, 0, 0.32);
}

.payments-tab.is-active {
    background: #ffcc00;
    color: #111111;
    border-color: #ffcc00;
    box-shadow: 0 12px 28px rgba(255, 204, 0, 0.18);
}

.payments-panel {
    display: none;
}

.payments-panel.is-active {
    display: block;
}

.payments-table {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.payments-table__head,
.payments-row {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 0.8fr;
    gap: 16px;
    align-items: center;
}

.payments-table__head {
    padding: 16px 20px;
    background: rgba(255, 204, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.payments-row {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.payments-row:last-child {
    border-bottom: none;
}

.payments-method {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    min-width: 0;
}

.payments-type,
.payments-limit {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 1.6;
}

.payments-limit {
    color: #ffcc00;
    font-weight: 700;
}

.payments-icon {
    width: 76px;
    height: 42px;
    flex: 0 0 76px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    padding: 6px 10px;
}

.payments-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.payments-notes-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.payments-summary {
    position: relative;
    z-index: 2;
    margin-top: 42px;
}

.payments-summary__inner {
    padding: 40px 34px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 204, 0, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.20);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.payments-summary__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.15);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.payments-summary__title {
    margin-bottom: 18px;
    font-size: 30px;
    text-transform: uppercase;
}

.payments-points {
    display: grid;
    gap: 14px;
    max-width: 940px;
    margin: 0 auto;
    text-align: left;
}

.payments-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.7;
}

.payments-point__dot {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ff8a00 100%);
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.35);
    flex: 0 0 10px;
}

@media (max-width: 1199px) {
    .payments-notes-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .payments-section {
        padding: 90px 0;
    }

    .payments-section__title {
        font-size: 34px;
    }

    .payments-section__subtitle {
        font-size: 17px;
    }

    .payments-intro-grid {
        grid-template-columns: 1fr;
    }

    .payments-table-head__title,
    .payments-summary__title {
        font-size: 26px;
    }

    .payments-table__head,
    .payments-row {
        grid-template-columns: 1.3fr 0.9fr 0.9fr;
    }
}

@media (max-width: 767px) {
    .payments-section {
        padding: 75px 0;
    }

    .payments-section__title {
        font-size: 28px;
    }

    .payments-section__subtitle,
    .payments-intro-card p,
    .payments-note-card p,
    .payments-summary__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .payments-intro-card,
    .payments-note-card,
    .payments-table-wrap {
        padding: 24px 20px;
    }

    .payments-intro-card h3,
    .payments-note-card h3 {
        font-size: 22px;
    }

    .payments-table-head__title,
    .payments-summary__title {
        font-size: 23px;
    }

    .payments-tabs {
        gap: 10px;
    }

    .payments-tab {
        min-width: 130px;
        padding: 12px 16px;
        font-size: 13px;
    }

    .payments-table {
        background: transparent;
        border: none;
    }

    .payments-table__head {
        display: none;
    }

    .payments-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px;
        margin-bottom: 12px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .payments-method {
        font-size: 15px;
    }

    .payments-type,
    .payments-limit {
        font-size: 14px;
    }

    .payments-limit::before {
        content: "Limits: ";
        color: #ffffff;
        font-weight: 600;
    }

    .payments-type::before {
        content: "Type: ";
        color: #ffffff;
        font-weight: 600;
    }

    .payments-icon {
        width: 68px;
        height: 40px;
        flex-basis: 68px;
    }

    .payments-summary__inner {
        padding: 30px 22px;
    }
}

/*==== Trust Section =======*/

.trust-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 25%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.10), transparent 25%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 50%, #221230 100%);
    overflow: hidden;
}

/* HEADER */

.trust-section__header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.trust-section__eyebrow {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,204,0,0.3);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.trust-section__title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.trust-section__subtitle {
    color: #ccc;
    font-size: 17px;
    line-height: 1.8;
}

/* HERO */

.trust-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.trust-hero-card {
    padding: 30px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.trust-hero-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(255,204,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcc00;
    font-size: 26px;
    margin-bottom: 15px;
}

.trust-hero-card h3 {
    color: #fff;
    margin-bottom: 12px;
}

.trust-hero-card p {
    color: #ccc;
    line-height: 1.8;
}

/* HIGHLIGHTS */

.trust-highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.trust-highlight {
    padding: 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

.trust-highlight__number {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #ffcc00;
}

.trust-highlight__label {
    color: #ccc;
    font-size: 14px;
}

/* GRID */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */

.trust-card {
    padding: 28px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s;
}

.trust-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,204,0,0.3);
    background: rgba(255,255,255,0.08);
}

.trust-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: rgba(255,204,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcc00;
    font-size: 22px;
    margin-bottom: 15px;
}

.trust-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.trust-card p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* LIST */

.trust-list {
    padding-left: 0;
    list-style: none;
}

.trust-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #ddd;
}

.trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #ffcc00;
    border-radius: 50%;
}

/* SUB BOX */

.trust-subbox {
    margin-top: 15px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
}

.trust-subbox h4 {
    color: #ffcc00;
    margin-bottom: 10px;
}

/* NOTE */

.trust-note {
    margin-top: 15px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255,204,0,0.08);
}

.trust-note__title {
    display: block;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 6px;
}

/* SUPPORT STRIP */

.trust-support-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    gap: 16px;
}

.trust-support-strip__item {
    padding: 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    text-align: center;
}

.trust-support-strip__label {
    display: block;
    font-size: 13px;
    color: #aaa;
}

.trust-support-strip__value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #ffcc00;
}

/* SUMMARY */

.trust-summary {
    margin-top: 50px;
}

.trust-summary__inner {
    padding: 35px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    text-align: center;
}

.trust-summary__label {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,204,0,0.15);
    color: #ffcc00;
    font-size: 12px;
    margin-bottom: 12px;
}

.trust-summary__title {
    color: #fff;
    margin-bottom: 20px;
}

.trust-points {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.trust-point {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: #ddd;
}

.trust-point__dot {
    width: 8px;
    height: 8px;
    background: #ffcc00;
    border-radius: 50%;
    margin-top: 6px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .trust-hero {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-support-strip {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .trust-section {
        padding: 80px 0;
    }

    .trust-section__title {
        font-size: 28px;
    }

    .trust-support-strip {
        grid-template-columns: 1fr;
    }
}

.reviews-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 204, 0, 0.10), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.10), transparent 24%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 48%, #221230 100%);
    overflow: hidden;
}

.reviews-section__shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.reviews-section__shape--one {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -100px;
    background: rgba(255, 204, 0, 0.08);
}

.reviews-section__shape--two {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -120px;
    background: rgba(215, 35, 35, 0.08);
}

.reviews-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.reviews-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
}

.reviews-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.08));
    z-index: 1;
}

.reviews-image {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    transition: transform 0.45s ease;
}

.reviews-image-box:hover .reviews-image {
    transform: scale(1.05);
}

.reviews-image-box__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.62);
    border: 1px solid rgba(255, 204, 0, 0.24);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.reviews-content {
    color: #ffffff;
}

.reviews-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.22);
    color: #ffcc00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.reviews-section__title {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
}

.reviews-section__subtitle {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.8;
    color: #d4d4d4;
}

.reviews-slider {
    position: relative;
    min-height: 290px;
}

.review-card {
    display: none;
    padding: 30px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.review-card.is-active {
    display: block;
    animation: fadeReview 0.45s ease;
}

@keyframes fadeReview {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card__stars {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    color: #ffcc00;
    font-size: 18px;
}

.review-card__text {
    margin-bottom: 18px;
    color: #e2e2e2;
    font-size: 18px;
    line-height: 1.85;
    font-style: italic;
}

.review-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
}

.review-card__name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.review-card__type {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.12);
    color: #ffcc00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.reviews-controls {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.reviews-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 204, 0, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #ffcc00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-btn:hover {
    background: #ffcc00;
    color: #111111;
    border-color: #ffcc00;
}

@media (max-width: 1199px) {
    .reviews-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .reviews-section {
        padding: 90px 0;
    }

    .reviews-section__title {
        font-size: 34px;
    }

    .reviews-image {
        min-height: 420px;
    }

    .reviews-slider {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .reviews-section {
        padding: 75px 0;
    }

    .reviews-section__title {
        font-size: 28px;
    }

    .reviews-section__subtitle,
    .review-card__text {
        font-size: 16px;
        line-height: 1.75;
    }

    .review-card {
        padding: 24px 20px;
    }

    .reviews-image {
        min-height: 320px;
    }
}

.faq-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0b0b0f 0%, #140a1d 50%, #221230 100%);
}

.faq-section__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.faq-section__eyebrow {
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.faq-section__title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.faq-section__subtitle {
    color: #ccc;
    line-height: 1.7;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.faq-item {
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #ffcc00;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #ccc;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item:hover {
    border-color: #ffcc00;
}

/* responsive */

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

.footer-section--skycity {
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 204, 0, 0.08), transparent 22%),
        radial-gradient(circle at 90% 85%, rgba(215, 35, 35, 0.08), transparent 24%),
        linear-gradient(135deg, #0b0b0f 0%, #140a1d 48%, #221230 100%);
    position: relative;
    overflow: hidden;
}

.footer-section--skycity .footer-head .header-content {
    color: #ffffff !important;
    letter-spacing: 0.02em;
}

.footer-section--skycity .footer-content-area p {
    color: #cfcfcf !important;
    line-height: 1.8;
}

.footer-section--skycity .footer-content li a {
    color: #e7e7e7 !important;
    transition: all 0.3s ease;
}

.footer-section--skycity .footer-content li a:hover {
    color: #ffcc00 !important;
    margin-left: 6px;
}

.footer-trust-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.footer-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e5e5e5;
    font-size: 15px;
    line-height: 1.6;
}

.footer-trust-item i {
    color: #ffcc00;
    font-size: 15px;
    width: 18px;
    text-align: center;
}

.footer-payments ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.footer-payments ul li {
    margin-right: 0 !important;
}

.footer-payments ul li img {
    max-height: 26px;
    width: auto;
    display: block;
    opacity: 0.95;
}

.footer-section--skycity .form {
    margin-top: 18px;
}

.footer-section--skycity .form input {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #111111 !important;
    border-radius: 10px !important;
    padding: 20px 145px 20px 16px !important;
}

.footer-section--skycity .form input::placeholder {
    color: #555555 !important;
}

.footer-section--skycity .effect-button {
    bottom: 8px !important;
    right: 8px !important;
}

.footer-section--skycity .effect-button .f-btn {
    background: #ffcc00 !important;
    color: #111111 !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 18px !important;
}

.footer-section--skycity .effect-button .f-btn:hover {
    background: #ffd84d !important;
}

.footer-disclaimer-mini {
    margin-top: 18px;
}

.footer-disclaimer-mini p {
    color: #9f9f9f !important;
    font-size: 13px;
    line-height: 1.6;
}

.footer-section--skycity .border-area .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 26px 0 !important;
}

.footer-section--skycity .border-area .footer-bottom p {
    color: #d8d8d8 !important;
    margin-bottom: 0;
}

.footer-section--skycity .border-area .footer-bottom p a {
    color: #ffcc00 !important;
}

.footer-section--skycity .border-area .footer-bottom ul li {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.footer-section--skycity .border-area .footer-bottom ul li a i {
    color: #ffffff !important;
}

.footer-section--skycity .border-area .footer-bottom ul li:hover {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
}

.footer-section--skycity .border-area .footer-bottom ul li:hover a i {
    color: #111111 !important;
}

@media (max-width: 991px) {
    .footer-section--skycity .form input {
        padding: 18px 18px 70px 16px !important;
    }

    .footer-section--skycity .effect-button {
        position: static !important;
        margin-top: 10px;
    }

    .footer-section--skycity .effect-button .f-btn {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }
}