@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  background: #080e37;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input, textarea, select {
  border-radius: 3px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

body {
  font-size: 1.225rem;
  color: #fff;
  font: normal 120%/1.4;
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}
body h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 3rem;
  }
}
body h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 2.25rem;
  }
}
body h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 1.875rem;
  }
}
body h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body h4 {
    font-size: 1.5rem;
  }
}
body h5 {
  font-size: 1.25rem;
}
body h6 {
  font-size: 1.125rem;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  transition: 0.3s all linear;
}
body a {
  transition: 0.3s all linear;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
body a:hover {
  color: #ff0052;
}
body ul {
  padding: 0;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes pluse_animate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes rotating {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes lab_zoominout {
  0% {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}
.contact-form-wrapper .contact-form form.comment-form, .faq .section-wrapper .accordion li .accordion-list, .contact-form, .testimonial-item .testimonial-inner .testimonial-footer ul, .testimonial-item .testimonial-inner .testimonial-footer, .testimonial-item .testimonial-inner .testimonial-head .testi-top, .testimonial-item .testimonial-inner .testimonial-head, .grid .game__filter, .grid .game__overlay, .game__filter, .game-style2 .game__inner, .header-form .form-container, .header-form, .menu, .header-wrapper .menu-area, .header-wrapper, .header-top-area .left, .header-top-area, .default-pagination {
  display: flex;
  flex-wrap: wrap;
}

.about-item .about-item-thumb, .faq .section-wrapper .accordion li .accordion-list .left .icon, .contact-item .contact-thumb img, .contact-item .contact-thumb, .video-overlay, .video-icon i, .grid .game__filter li, .game__filter li, .default-button, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a, .menu-item-has-children > a, .header-bar, .header-wrapper .menu-area .login span,
.header-wrapper .menu-area .signup span, .header-wrapper .menu-area .login,
.header-wrapper .menu-area .signup, .header-top-area .left li:first-child, .header-top-area .social-icons li, .header-menu-part, .header-section.header-fixed .header-holder, .catmenu-item-has-children > a, .cart-plus-minus, .common-filter-button-group li, .item-layer, .counter__area {
  position: relative;
}

.about-item .about-item-thumb:before, .about-item .about-item-thumb:after, .faq .section-wrapper .accordion li .accordion-list .left .icon::after, .faq .section-wrapper .accordion li .accordion-list .left .icon::before, .contact-item .contact-thumb:before, .contact-item .contact-thumb:after, .video-icon, .abs-video-content, .game__overlay, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before, .menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span, .header-wrapper .menu-area .signup:after, .header-wrapper .menu-area .signup:before, .header-wrapper .menu-area .login:before, .catmenu-item-has-children > a::before, .catmenu-item-has-children > a::after, .cart-plus-minus .qtybutton, .common-filter-button-group li:first-child::before, .common-filter-button-group li::after, .pluse::after, .pluse::before, .pluse, .item-layer:after, .item-layer:before {
  position: absolute;
  content: "";
}

.testimonial-item .testimonial-inner .testimonial-footer ul, .testimonial-item .testimonial-inner .testimonial-head .name-des p {
  padding: 0;
  margin: 0;
}

.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb, .page-header-section.style-1, .cart-plus-minus, .video-item .video-inner .video-content h3, .pageheader-section .pageheader-title {
  overflow: hidden;
}

.contact-form-wrapper .contact-form form.comment-form button.default-button, .header-bar, .header-wrapper .menu-area .ellepsis-bar i, .common-filter-button-group li {
  cursor: pointer;
}

.contact-form-wrapper .contact-form form.comment-form textarea, .contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email], .contact-form-wrapper .contact-form form.comment-form, .video-overlay::after, .abs-video-content, .grid .game__overlay, .header-bar span, .header-menu-part, .header-section.header-fixed, .header-section, .body-shape img, .body-shape, input, textarea, select {
  width: 100%;
}

.video-overlay::after {
  height: 100%;
}

.video-item .video-inner .video-content a, .page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a, body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active, .page-header-section.style-1 .page-header-content .page-header-inner .page-title h2 {
  font-weight: 400;
}

.video-overlay::after, .video-icon {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game__inner, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb, .default-pagination {
  justify-content: center;
}

.contact-form-wrapper .contact-form form.comment-form, .grid .game__overlay, .header-wrapper, .header-top-area {
  justify-content: space-between;
}

.testimonial-item .testimonial-inner .testimonial-footer {
  justify-content: flex-start;
}

.testimonial-item .testimonial-inner .testimonial-footer, .grid .game__overlay, .game-style2 .game__inner, .header-wrapper .menu-area, .header-wrapper, .header-top-area {
  align-items: center;
}

.video-item .video-inner .video-content h3, .video-item .video-inner .video-content a {
  text-transform: uppercase;
}

.header-wrapper .logo a {
  display: block;
}

.video-icon i, .video-icon a, .default-button, .header-bar span, .header-top-area .social-icons li a, .scrollToTop i {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.video-item .video-inner .video-content h3, .pageheader-section .pageheader-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.video-icon i, .video-item .video-inner .video-content a, .pageheader-section .breadcrumb li.active, .pageheader-section .breadcrumb li a:hover {
  color: #fff;
}

.cart-plus-minus .qtybutton, .cart-plus-minus .cart-plus-minus-box {
  color: #000;
}

.header-wrapper .menu-area .login {
  background-color: #fff;
}

.video-icon i, .video-item .video-inner .video-content a, .header-wrapper .menu-area .signup, .cart-plus-minus .qtybutton:hover {
  background: #ff0052;
}

.pageheader-section .breadcrumb li a, .common-filter-button-group li.is-checked {
  color: #ff0052;
}

.page-header-section.style-1, .header-top-area .social-icons li a, .scrollToTop i, .social-media li a, .section-header {
  text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.form-message, .page-header-section.style-1, .header-top-area .social-icons, .cart-plus-minus .qtybutton, .cart-plus-minus .cart-plus-minus-box, .section-header h2 {
  margin: 0;
}

.about-item .about-item-content p, .contact-item .contact-content p, .testimonial-item .testimonial-inner .testimonial-footer h5, .testimonial-item .testimonial-inner .testimonial-body p, .testimonial-item:last-child .testimonial-inner, .video-item .video-inner .video-content h3, .grid .game__overlay-left p, .game-style2 .game__content p, .page-header-section.style-1 .page-header-content .page-header-inner .page-title p, .header-top-area .social-icons li p, .section-header p {
  margin-bottom: 0px;
}

.faq .section-wrapper .accordion li, .video-item .video-inner .video-content a {
  margin-bottom: 10px;
}

ul li {
  margin-left: 0;
}

.testimonial-item .testimonial-inner .testimonial-footer h5, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active {
  margin-left: 10px;
}

.testimonial-item .testimonial-inner .testimonial-footer ul li, .header-top-area .left li i, .social-media li a {
  margin-right: 5px;
}

.testimonial-item .testimonial-inner, .game-style2 .game__content h4, .game__content h4, .banner__content h1 {
  margin-bottom: 15px;
}

.contact-form-wrapper .contact-form form.comment-form, .banner__content h1 {
  margin-top: 0;
}

.section-header p {
  margin-top: 15px;
}

.about-section .section-header, .testimonial-item .testimonial-inner .testimonial-head, .banner__content h2 {
  margin-bottom: 20px;
}

.header-wrapper .menu-area .ellepsis-bar {
  margin-left: 20px;
}

.common-filter-button-group li {
  margin-bottom: 5px;
}

.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email], .about-content > p, .grid .game__thumb, .game-style3 .game__content p, .game__thumb, .banner-style2 .banner__content p, .banner__content p, .item-layer {
  margin-bottom: 30px;
}

.contact-form-wrapper .contact-form form.comment-form button.default-button, .form-message.error, .form-message.success {
  margin-top: 30px;
}

.header-bar {
  margin-left: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.page-header-section.style-1, .header-top-area .social-icons li {
  padding: 0;
}

input, textarea, select {
  padding: 10px;
}

.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email] {
  padding: 15px;
}

.testimonial-item .testimonial-inner {
  padding: 20px;
}

.video-item .video-inner .video-content, .grid .game__inner, .game__inner {
  padding: 30px;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb {
  padding-top: 0;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb {
  padding-left: 0;
}

.testimonial-item .testimonial-inner .testimonial-head .name-des {
  padding-left: 20px;
}

.testimonial-item .testimonial-inner .testimonial-head {
  padding-bottom: 20px;
}

.testimonial-item .testimonial-inner .testimonial-head .name-des {
  padding-left: 20px;
}

.banner__content p {
  padding-right: 30px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul li {
  list-style: none;
}

.gradient-bg-yellow {
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, #ffd46c 340%);
}

.gradient-bg-pink {
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(250, 165, 126) 340%);
}

.gradient-bg-blue {
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(109, 199, 156) 340%);
}

.gradient-bg-orange {
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(214, 212, 68) 340%);
}

.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 45px;
  }
}
.section-header p {
  color: #fff;
}
@media (min-width: 992px) {
  .section-header p {
    margin: 15px auto 0;
    margin-bottom: 25px;
  }
}
.section-header h2 {
  text-shadow: 2px 2px 2px rgba(255, 0, 82, 0.9);
}
@media (min-width: 1200px) {
  .section-header h2 {
    font-size: 48px;
  }
}

.counter__area {
  padding: 40px;
  margin-top: -70px;
  box-shadow: 0px 5px 35px 0px rgba(105, 90, 166, 0.23);
  background: url(../../assets/images/counter/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .counter__left {
    text-align: center;
    margin-bottom: 10px;
  }
}
.counter__left h4 {
  font-size: 42px;
  text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: auto;
  letter-spacing: 0px;
  padding-top: 20px;
}
.counter__right ul {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .counter__right ul {
    justify-content: flex-end;
  }
}
.counter__right ul li.counter-after {
  width: 50px;
  height: 68px;
  margin: 0 5px;
  margin-top: 4px;
  background-image: linear-gradient(to bottom, #ffffff, #f1d5fa, #faa2dc, #ff66a2, #ff0052);
  border-radius: 3px;
}
.counter__right ul li h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  cursor: auto;
}
.counter__right ul li h3 .odometer-digit {
  width: 50px;
  margin: 0 5px;
  background-image: linear-gradient(to bottom, #ffffff, #f1d5fa, #faa2dc, #ff66a2, #ff0052);
  border-radius: 3px;
  text-align: center;
}
.counter__right ul li h3 .odometer-digit .odometer-digit-inner {
  height: 100%;
}
.counter__right ul li h3 .odometer-digit .odometer-digit-inner .odometer-ribbon {
  height: 100%;
}
.counter__right ul li h3 .odometer-digit .odometer-digit-inner .odometer-ribbon .odometer-ribbon-inner {
  height: 100%;
}

.padding-top {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .padding-lg-top {
    padding-top: 115px;
  }
}
.padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

.bg-attachment {
  background-attachment: fixed;
}

.ls-2 {
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .mr-xl-50-none {
    margin-right: -50px;
  }
  .ml-xl-50-none {
    margin-left: -50px;
  }
}
.rating-star li i {
  color: #ff0052;
}

.theme-color {
  color: #ff0052;
}

.body-shape {
  position: fixed;
  top: -50%;
  left: 0;
  z-index: -1;
}
.item-layer {
  transition: 0.3s all linear;
  z-index: 1;
}
.item-layer:before {
  width: 95%;
  height: 95%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  bottom: -12px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.item-layer:after {
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  bottom: -22px;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.item-layer:hover {
  transform: translateY(10px);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}
.item-layer:hover:after, .item-layer:hover:before {
  opacity: 0;
  bottom: 0;
  visibility: hidden;
}

.cta-content h2 {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cta-content h2 {
    font-size: 1.875rem;
  }
}

.pluse {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}
.pluse::after, .pluse::before {
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.pluse::after {
  width: 70px;
  height: 70px;
  animation: pluse_animate 3.5s infinite linear;
  animation-delay: 1s;
}
.pluse:before {
  width: 80px;
  height: 80px;
  animation: pluse_animate 3s infinite linear;
  animation-delay: 1s;
}

.social-media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.25rem;
}
.social-media li a:hover {
  color: #fff;
  transform: translateY(-5px);
}
.social-media li a.vimeo {
  background: #3b5998;
}
.social-media li a.youtube {
  background: #cd201f;
}
.social-media li a.twitch {
  background: #6441a5;
}
.social-media li a.facebook {
  background: #3b5998;
}
.social-media li a.twitter {
  background: #55acee;
}
.social-media li a.linkedin {
  background: #007bb5;
}
.social-media li a.dribbble {
  background: #ea4c89;
}
.social-media li a.skype {
  background: #2fb7df;
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

@media (min-width: 576px) {
  .common-filter-button-group {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.common-filter-button-group li {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .common-filter-button-group li {
    border: none;
    width: auto;
    margin: 0;
  }
}
.common-filter-button-group li::after {
  display: none;
  transform: rotate(20deg);
}
@media (min-width: 576px) {
  .common-filter-button-group li::after {
    width: 1px;
    height: calc(100% + 2px);
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    right: 0;
    display: block;
  }
}
.common-filter-button-group li:first-child::before {
  display: none;
  transform: rotate(20deg);
}
@media (min-width: 576px) {
  .common-filter-button-group li:first-child::before {
    width: 1px;
    height: calc(100% + 2px);
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    display: block;
  }
}
/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid #ecf0f3;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  float: left;
  font-size: 14px;
  height: 40px;
  text-align: center;
  width: 120px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s all linear;
}
.cart-plus-minus .qtybutton:hover {
  color: #fff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
  right: 0;
  top: 0;
}

.default-pagination {
  margin: -7px !important;
  margin-top: 31px !important;
}
@media (min-width: 768px) {
  .default-pagination {
    margin-top: 41px !important;
  }
}
.default-pagination li {
  padding: 7px;
}
.default-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #000;
}
.default-pagination li a:hover, .default-pagination li a.active {
  background: #ff0052;
  box-shadow: none;
  color: #fff;
}

.catmenu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.catmenu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  transition: 0.3s all linear;
}
@media (min-width: 992px) {
  .catmenu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .catmenu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    transition: 0.3s all linear;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a::after {
    right: 11px;
  }
  .catmenu-item-has-children .menu-item-has-children a::before {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a:hover::after, .catmenu-item-has-children .menu-item-has-children a:hover::before {
    background: #fff;
  }
}
.catmenu-item-has-children.open > a:before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: rgb(39, 19, 101);
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 99;
}
.scrollToTop i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #ff0052;
  font-size: 1.5rem;
  transition: 0.3s all linear;
}
.scrollToTop i:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(255, 0, 82, 0.5);
}

.hands__image {
  padding-bottom: 25px;
}

.section__title._large {
  margin: 5px;
}

.upper {
  text-transform: uppercase;
}

.links-box .footer__nav {
  display: flex;
  justify-content: center;
}

.footer__social {
  justify-content: center;
}

.section-fh {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.section-boxed {
  margin-left: auto;
  margin-right: auto;
}

.section-xl {
  padding: 70px 0;
}

.bg-nocturne h1 {
  color: #fff;
}

.bg-nocturne .btn-primary {
  color: #ffffff;
  background-color: #6B39BD;
  border-color: #6B39BD;
}

.btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #6B39BD;
  border-color: #6B39BD;
}

.image-parallax {
  padding: 250px 0;
}

.image-parallax-item {
  position: absolute;
  will-change: transform;
}

.image-parallax-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-holdem img {
  animation: blink 0.7s infinite alternate;
}

.main-holdem h1 {
  margin-top: 0px;
  line-height: 36px;
}

.section-boxed {
  background-image: url(../images/bg/background.png);
  background-size: cover;
  position: relative;
}

.section-boxed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21, 28, 92, 0.7);
  width: 100%;
  height: 100%;
}

.play-now-row {
  z-index: 9;
  position: relative;
}

.contact-section {
  padding-bottom: 60px;
}

.about-page-img {
  padding: 25px;
}

.mobile-sector {
  position: relative;
}

.mobile-screen {
  z-index: 2;
  position: relative;
}

.mobile-cards {
  position: absolute;
  left: 0;
  bottom: -23%;
  z-index: 1;
  transform: scale(0);
  animation: cards-up 1s forwards;
  animation-delay: 0.5s;
}

.play-container {
  margin-top: 250px;
  margin-bottom: 175px;
  position: relative;
  z-index: 5;
}

.box-top-content {
  margin-bottom: 90px;
}

.learn-more-heading {
  margin-bottom: 50px;
}

.play-container .holder, .play-container .top-content {
  border-radius: 16px;
  box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #20276c, rgba(32, 39, 108, 0.5803921569) 0.74%);
  padding: 20px;
}

.play-container .holder.top-one {
  min-height: 525px;
}

.play-container .holder.bottom-one {
  min-height: 355px;
}

.play-container .holder h3 {
  font-size: 22px !important;
}

.play-container .holder h4 {
  font-size: 20px !important;
}

.play-container .article-content {
  margin-bottom: 90px;
}

.play-container .article-content.content.row {
  gap: 90px 0px;
}

.play-container .how-play {
  /* border-radius: 16px; */
  border-radius: 16px 16px 0px 0px;
  box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #20276c, rgba(32, 39, 108, 0.5803921569) 0.74%);
  margin: 0;
  padding: 0px;
  min-height: 585px;
}

.play-container img {
  border-radius: 15px 15px 0px 0px;
}

.play-container .how-play-section {
  padding: 20px;
}

.widget.widget-post ul.widget-wrapper li .post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.widget.widget-post ul.widget-wrapper li .post-content a {
  text-decoration: underline;
}

/*================*** Header Section Start Here     ***===================*/
body {
  background-color: #10195d !important;
}

.header-logo {
  width: 130px;
  padding: 4px 0px;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(35, 42, 92, 0.3);
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.header-section {
  background: rgb(39, 19, 101);
  position: relative;
  z-index: 999;
}
.header-section.style2 {
  top: 0;
}
.header-section.style2.header-fixed.header-logo {
  width: 125px;
}
@media (min-width: 992px) {
  .header-section.style2.header-fixed {
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .header-section.style2.header-fixed {
    top: 0px;
  }
}
.header-section.style2 .header-menu-part::after {
  display: none;
}
.header-section.header-fixed {
  position: fixed;
  background-color: #080e37;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  background: rgba(35, 42, 92, 0.3);
  z-index: 999;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.header-section.header-fixed .header-top {
  display: none;
}
.header-section.header-fixed .header-menu-part::after {
  height: 156%;
}

@media (min-width: 992px) {
  .header-menu-part {
    width: 75%;
  }
}

.header-top * {
  color: #fff;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
    background-color: rgba(35, 42, 92, 0.95);
  }
}

@media (max-width: 991px) {
  .header-top-area .social-icons li:last-child::after {
    display: none;
  }
}
.header-top-area .social-icons li a {
  height: 40px;
  line-height: 40px;
  width: 50px;
  background: transparent;
}
.header-top-area .social-icons li:last-child {
  right: -12px;
}
.header-top-area .left {
  margin: 0 -25px;
}
.header-top-area .left li {
  padding: 5px 25px;
}
@media (max-width: 1199px) {
  .header-top-area .left li {
    font-size: 16px;
    padding: 9px 15px;
  }
  .header-top-area .social-icons li a {
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
}
@media (max-width: 991px) {
  .header-top-area .left {
    display: none;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-top-area .left li {
    flex-grow: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .header-top-area .left li:first-child {
    border-top: none;
  }
  .header-top-area .social-icons {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-top-area .social-icons li {
    flex-grow: 1;
  }
}

.header-wrapper {
  padding: 12px 0;
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area .login,
.header-wrapper .menu-area .signup {
  display: none;
}
@media (min-width: 768px) {
  .header-wrapper .menu-area .login,
  .header-wrapper .menu-area .signup {
    padding: 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .header-wrapper .menu-area .login,
  .header-wrapper .menu-area .signup {
    padding: 15px;
  }
}
.header-wrapper .menu-area .login span,
.header-wrapper .menu-area .signup span {
  z-index: 1;
}
.header-wrapper .menu-area .login {
  color: #ff0052;
  border-radius: 2px 0 0 2px;
  transition: 0.3s all linear;
}
.header-wrapper .menu-area .login:before {
  bottom: 0;
  left: 1px;
  height: 2px;
  width: 100%;
  background: #ff0052;
  transition: 0.3s all linear;
}
.header-wrapper .menu-area .signup {
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.header-wrapper .menu-area .signup:before {
  bottom: 0;
  left: 1px;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
.header-wrapper .menu-area .signup:after {
  bottom: 0;
  right: -1px;
  width: 2px;
  height: calc(100% - 2px);
  background: #fff;
}
.header-wrapper .menu-area .ellepsis-bar {
  font-size: 20px;
}
.header-wrapper .menu-area .ellepsis-bar i {
  color: #fff;
}
@media (max-width: 575px) {
  .header-wrapper .menu-area {
    padding: 15px 0;
  }
  .header-wrapper .menu-area .ellepsis-bar {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .menu {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.menu > li > a {
  color: #fff;
  font-size: 1.225rem;
  font-weight: 500;
  padding: 15px 16px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .menu > li > a {
    font-size: 1.1rem;
  }
}
.menu > li > a i {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all ease 0.3s;
    z-index: 9;
    background: #ffffff;
    width: 220px;
    padding: 0;
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ecf0f3;
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #ff0052;
    padding-left: 22px;
    color: #fff;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .menu li:hover > .submenu a::before {
    right: 14px;
  }
  .menu li:hover > .submenu a::after {
    right: 10px;
  }
  .menu li:hover > .submenu a::after, .menu li:hover > .submenu a::before {
    background: #000;
  }
  .menu li:hover > .submenu a:hover::after, .menu li:hover > .submenu a:hover::before {
    background: #fff;
  }
  .menu li:hover > .submenu .submenu {
    transform: translateY(0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    transition: all ease 0.3s;
    transform: scaleY(0);
    transform-origin: top;
    background: rgba(35, 42, 92, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .menu li a:hover {
    background: rgba(255, 0, 82, 0.6);
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    transform: scaleY(1);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
.header-bar span {
  height: 3px;
  transition: 0.3s all linear;
  background-color: #fff;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.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);
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a.active::after, .menu-item-has-children > a.active::before {
  background-color: #fff !important;
}
.menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  transition: 0.3s all linear;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    transition: 0.3s all linear;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

.header-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.3s all linear;
}
.header-form.active {
  visibility: visible;
  opacity: 1;
}
.header-form -color-lay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.header-form -color-lay .cross {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff0052;
}
.header-form .form-container {
  margin: 15px;
  max-width: 700px;
  width: 100%;
  padding: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.header-form .form-container button {
  width: 120px;
  height: 60px;
  background: #ff0052;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.header-form .form-container input {
  width: calc(100% - 120px);
  height: 60px;
  border: none;
  outline: none;
  padding: 20px;
}
@media (max-width: 575px) {
  .header-form .form-container {
    padding: 1px;
    margin: 10px;
  }
  .header-form .form-container button {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
  }
  .header-form .form-container input {
    width: calc(100% - 100px);
  }
}

/*================*** Header Section End Here     ***===================*/
.page-header-section.style-1 {
  background-position: center !important;
  background-size: cover !important;
  border: none;
  padding-top: 200px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .page-header-section.style-1 {
    padding-top: 280px;
    padding-bottom: 100px;
  }
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li {
  color: #fff;
  margin: 0 5px;
  text-transform: capitalize;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a {
  color: #fff;
  padding: 0 5px;
  outline: none;
  transition: 0.3s all linear;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a:hover {
  color: #ff0052;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before {
  background: #fff;
  width: 8px;
  height: 1px;
  transform: translateY(-50%);
  top: 60%;
  right: -10px;
  transition: 0.3s all linear;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li:first-child {
  margin-left: 0;
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
  font-size: 1.5rem;
  color: #fff;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text span {
  color: #ff0052;
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title p {
  color: #fff;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.play-btn {
  width: 130px;
}

/* Default button styles */
.fix-button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 80px;
  background-color: #bb1117;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  gap: 8px;
  cursor: pointer;
  position: fixed;
  bottom: 18%;
  right: 5%;
  z-index: 9999;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, width 0.25s ease-in-out, padding 0.25s ease-in-out;
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Prevents interaction when hidden */
}

.fix-button.visible {
  opacity: 1;
  visibility: visible;
}

/* Initial state - only icon visible */
.fix-button img {
  width: 24px;
  height: 24px;
  transform: translateX(102px);
  transition: transform 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.fix-button span {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  pointer-events: none;
}

/* Hover state - full width with text visible */
.fix-button:hover {
  width: 245px;
  padding: 0 24px;
}

.fix-button:hover img {
  transform: translateX(0);
}

.fix-button:hover span {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  color: #fff;
}

.fix-button:focus {
  outline: 2px solid rgba(211, 0, 0, 0.5);
  outline-offset: 4px;
}

.button-play {
  height: 42px;
  width: 125px;
  border-radius: 20px 5px 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font: 15px sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  animation: breath2 1s 0.5s infinite alternate;
  transition: all 0.4s ease;
  cursor: pointer;
}

.button-play:before {
  content: "";
  display: block;
  width: calc(100% - 22px);
  height: 42px;
  animation: breath 1s infinite alternate;
  left: 10px;
  top: 3px;
  position: absolute;
  border-radius: 15px 3px 15px 3px;
}

.button-play.play {
  background-image: linear-gradient(to bottom, rgb(255, 0, 82), rgb(255, 0, 82));
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
}

.button-play:hover.play {
  transform: scale(1.1) skewX(-10deg);
}

.banner {
  display: flex;
  align-items: center;
  height: 70vh;
  background-size: cover;
  background-position: center left;
  margin-bottom: 0 !important;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .banner {
    padding: 350px 0 330px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .banner {
    background-position: center;
  }
}
.banner--right {
  justify-content: flex-end;
  text-align: right;
}
.banner__content h1 {
  text-shadow: 2px 2px 2px rgba(255, 0, 82, 0.9);
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  .banner__content h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .banner__content h1 {
    font-size: calc(1.46875rem + 2.625vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner__content h1 {
    font-size: 3.4375rem;
  }
}
.banner__content .default-button {
  padding: 0 2rem;
}
.banner__content p {
  text-transform: capitalize;
  line-height: 30px;
}
@media (min-width: 768px) {
  .banner-style2 {
    padding: 240px 0 330px;
  }
}
@media (min-width: 992px) {
  .banner-style2 {
    background-position: top center;
  }
}
.banner-style2 .banner__content h1 {
  transform: translateY(450px);
  transition: 1s ease;
}
.banner-style2 .banner__content h2 {
  transform: translateY(450px);
  transition: 1s ease;
}
.banner-style2 .banner__content h3 {
  transform: translateY(450px);
  transition: 1s ease;
}
.banner-style2 .banner__content .default-button {
  padding: 0 2rem;
  transform: translateY(350px);
  transition: 1s ease;
}
.banner-style2 .banner__content .button-contain {
  transform: translateY(350px);
  transition: 1s ease;
}
.banner-style2 .banner__content p {
  text-transform: capitalize;
  line-height: 30px;
  transform: translateY(350px);
  transition: 1s ease;
}

.swiper-slide-active .banner__content h1,
.swiper-slide-duplicate-active .banner__content h1 {
  transform: translateY(0px);
}
.swiper-slide-active .banner__content h2,
.swiper-slide-duplicate-active .banner__content h2 {
  transform: translateY(0px);
}
.swiper-slide-active .banner__content h3,
.swiper-slide-duplicate-active .banner__content h3 {
  transform: translateY(0px);
}
.swiper-slide-active .banner__content .default-button, .swiper-slide-active .banner__content .button-contain,
.swiper-slide-duplicate-active .banner__content .default-button,
.swiper-slide-duplicate-active .banner__content .button-contain {
  transform: translateY(0px);
}
.swiper-slide-active .banner__content p,
.swiper-slide-duplicate-active .banner__content p {
  transform: translateY(0px);
}

.button-contain {
  display: flex;
}
.button-contain img {
  width: 150px;
}
.button-contain .first-child {
  margin-right: 12px;
}

.pageheader-section {
  padding: 150px 0;
  padding-top: 250px;
  background-size: cover;
  background-position: center;
}
.pageheader-section .pageheader-title {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .pageheader-section .pageheader-title {
    font-size: 3rem;
  }
}
.initial-opacity-zero {
  opacity: 0;
}

.banner-style2 .row {
  align-items: center;
}

.banner-slider-1 {
  background-image: url(../../assets/images/banner/bg1.png);
}

.banner-slider-2, .banner-slider-3 {
  background-image: url(../../assets/images/banner/bg3.png);
}

.slide-box {
  display: flex;
  justify-content: flex-start;
}

.slide-animate {
  width: 500px;
  height: 500px;
  position: relative;
  transform: translate(0, 100px) scale(1);
}

.slide-poker {
  position: absolute;
  top: 30%;
  z-index: 60;
}

.slide-chip1 {
  position: absolute;
  width: 120px;
  left: 0%;
  top: 28%;
  z-index: 8;
}

.slide-chip2 {
  position: absolute;
  width: 120px;
  right: 6%;
  top: 28%;
  z-index: 9;
}

.slide-cards {
  position: absolute;
  top: 1%;
  left: 6%;
  z-index: 4;
}

.slide-poker,
.slide-chip1,
.slide-chip2,
.slide-cards {
  transition: transform 2s ease-in-out;
}

.slide-cards {
  transform: scale(1.2);
  transform-origin: bottom;
}

@keyframes scale-up {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.2);
  }
}
.animate {
  animation: translateAndSpin 2s linear infinite; /* Adjust the duration and timing function as needed */
}

@keyframes translateAndSpin {
  0% {
    transform: translateY(40px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(360deg);
  }
}
.reward-slider-col {
  display: flex;
  justify-content: center;
}

.reward-slider {
  position: relative;
  width: 450px;
  height: 450px;
}

.mockup-image {
  position: absolute;
}

.third-slider .daily-img {
  width: 200px;
}

.flyer-img {
  width: 120px;
  position: absolute;
  top: 37px;
  left: 160px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  animation: circleRotate 4s linear infinite; /* Only rotation animation initially */
  -webkit-animation: circleRotate 4s linear infinite;
  opacity: 0;
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.daily-img {
  animation: zoomInOut 1.2s ease-in forwards; /* Smooth easing added */
  -webkit-animation: zoomInOut 1.2s ease-in forwards;
  position: relative;
  right:-39px;
  top: -108px;
  transform: scale(0.55);
  -webkit-transform: scale(0.55);
  display: inline-block;
  will-change: transform, top, right;
}

.play-tables {
  display: flex;
  justify-content: center;
}

.table-bets {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: scale(1.3);
}

.get-tables,
.get-tables-3 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.play-tables img,
.get-tables img {
  margin-right: 20px;
  width: 118px;
}

.get-table-bottom,
.get-table-top,
.get-table-center,
.table-game-top,
.table-game-center,
.table-game-bottom {
  opacity: 0;
}

.table-game-top {
  animation: topTable 0.5s ease-in forwards;
}

@keyframes topTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.table-game-center {
  animation: centerTable 0.5s ease-in 0.4s forwards;
}

@keyframes centerTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.table-game-bottom {
  animation: bottomTable 1s ease-in 0.8s forwards;
}

@keyframes bottomTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.get-table-bottom {
  animation: bottomGetTable 0.5s ease-in 2s forwards;
}

@keyframes bottomGetTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.get-table-top {
  animation: topGetTable 0.5s ease-in 1.2s forwards;
}

@keyframes topGetTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.get-table-center {
  animation: centerGetTable 0.5s ease-in 1.6s forwards;
}

@keyframes centerGetTable {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner {
  height: 55vh;
}

.footer {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
  position: relative;
  z-index: 2;
}
.footer-container {
  position: relative;
  z-index: 99;
}
.footer__logo {
  width: 9.5625rem;
  aspect-ratio: 201/206;
  margin-inline: auto;
  margin-block-end: 2rem;
  display: flex;
  position: relative;
  z-index: 99;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.3);
}
.footer__nav {
  width: 100%;
  margin-block-end: 2.75rem;
}
.footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
}
.footer__links-sm {
  display: none;
}
.footer__social {
  display: flex;
  justify-content: center;
}
.footer__social-store {
  display: flex;
  gap: 1.2rem;
}
.footer__social-store a {
  height: 2.8rem;
}
.footer__social-store img {
  display: block;
  height: 100%;
  width: auto;
}
.footer__social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer__social-link {
  width: 35px;
  height: 35px;
  display: flex;
  border: 1px solid #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.footer__social-link:hover {
  border: 1px solid #ff0052;
}
.footer__text p {
  line-height: 1.5714285714;
  letter-spacing: 0.0175rem;
}
.footer__links ul {
  display: flex;
  justify-content: space-around;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
}

.footer-break {
  content: "";
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ff0052;
  height: 2px;
}

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

.footer-parallax-coin {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(0.75);
}

.rellax-coin-alt-2 {
  position: absolute;
  top: 90px;
  left: 300px;
  transform: scale(1.25);
}

.rellax-coin-alt-3 {
  position: relative;
  transform: scaleY(-1);
  left: 75px;
}

.rellax-coin-2-box {
  position: absolute;
  right: 0px;
  top: 250px;
}

.footer-parallax-coin, .rellax-coin-2-box {
  transform: scale(0.35) !important;
}

.rellax-coin-2-box {
  right: -70px !important;
}

.rellax-coin-alt-3 {
  transform: scale(1) !important;
}

.default-button {
  font-size: 1.125rem;
  color: #ff0052;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  padding: 0 1rem;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.default-button span {
  position: inherit;
  z-index: 2;
}
.default-button:after, .default-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.default-button:before {
  background-color: #fff;
  z-index: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.default-button:after {
  background-color: #ff0052;
  transform: translate(4px, 4px);
  z-index: 0;
}
.default-button:hover {
  transform: translate(4px, 4px);
  color: #fff;
}
.default-button:hover:before {
  background-color: #ff0052;
}
.default-button:hover:after {
  background-color: #fff;
  transform: translate(-4px, -4px);
}
.default-button.reverse-effect {
  color: #fff;
}
.default-button.reverse-effect::before {
  background-color: #ff0052;
}
.default-button.reverse-effect::after {
  background-color: #fff;
}
.default-button.reverse-effect:hover {
  color: #ff0052;
}
.default-button.reverse-effect:hover::before {
  background-color: #fff;
}
.default-button.reverse-effect:hover:after {
  background-color: #ff0052;
}

button {
  outline: none;
  border: none;
}

@media (max-width: 575px) {
  .game-section {
    background-image: none !important;
    background: transparent;
  }
}

.game-section-bg {
  background-image: url(../images/game/spin-bg.jpg);
}

.game__item {
  transition: 0.3s all linear;
}
.game__inner {
  background: #232a5c;
  border-radius: 6px;
}
.game__inner:hover .game__overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.game__overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease;
  display: grid;
  place-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.8);
}
.game__overlay .default-button {
  line-height: 50px;
}
.game-style2 .game__item {
  transition: 0.3s all linear;
}
@media (min-width: 576px) {
  .game-style2 .game__thumb {
    margin-bottom: 0;
    width: 150px;
  }
}
@media (min-width: 576px) {
  .game-style2 .game__content {
    width: calc(100% - 150px);
    text-align: left;
    padding-left: 30px;
  }
}
.game__filter {
  justify-content: center;
  margin: -5px;
  margin-bottom: 30px;
}
.game__filter li {
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 5px;
  cursor: pointer;
}
.game__filter li.is-checked {
  background: #ff0052;
}
@media (min-width: 768px) {
  .game__filter {
    margin-bottom: 60px;
  }
}
.game-style3 {
  padding: 60px 0;
  background-size: cover;
}
@media (min-width: 1200px) {
  .game-style3 .game__thumb {
    animation: lab_zoominout 15s linear infinite;
    -webkit-animation: lab_zoominout 15s linear infinite;
  }
}
@media (min-width: 1440px) {
  .game-style3 .game__thumb img {
    max-width: none;
    transform: translateX(-150px);
  }
}
.grid .game__inner {
  background: #232a5c;
  border-radius: 6px;
}
.grid .game__inner:hover .game__overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0%) scale(1);
}
.grid .game__overlay {
  height: auto;
  background-color: rgba(255, 0, 82, 0.8);
  padding: 15px 30px;
  bottom: 0;
  top: auto;
}
.grid .game__overlay-left {
  text-align: left;
}
.grid .game__filter {
  justify-content: center;
  margin: -5px;
  margin-bottom: 30px;
}
.grid .game__filter li {
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 5px;
  cursor: pointer;
}
.grid .game__filter li.is-checked {
  background: #ff0052;
}
@media (min-width: 768px) {
  .grid .game__filter {
    margin-bottom: 60px;
  }
}

.video-item .video-inner {
  border: 10px solid #232a5c;
}
.video-item .video-inner .video-content a {
  padding: 8px 17px;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .video-item .video-inner .video-content a {
    display: none;
  }
}
.video-item .video-inner .video-content h3 {
  font-weight: 500;
}

.abs-video-content {
  left: 0px;
  bottom: 0px;
}

.video-icon {
  z-index: 1;
}
.video-icon i {
  font-size: calc(1.5rem + 3vw);
  z-index: 1;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .video-icon i {
    font-size: 3.75rem;
  }
}

.video-overlay::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9098039216), rgba(59, 59, 59, 0.6509803922), rgba(119, 119, 119, 0.3490196078), rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
}

@media (max-width: 1199px) {
  .testimonial__thumb img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .testimonial__thumb img {
    max-width: none;
    transform: translateX(-100px);
  }
}

.testimonial-item:last-child .testimonial-inner .testimonial-footer ul li {
  background: #f06a22;
  border-radius: 100%;
}
.testimonial-item:last-child .testimonial-inner .testimonial-footer h5 {
  color: #f06a22;
}
.testimonial-item .testimonial-inner {
  background: #232a5c;
  transition: 0.3s all linear;
  border-radius: 6px;
}
.testimonial-item .testimonial-inner:hover {
  transform: translateY(-5px);
}
.testimonial-item .testimonial-inner:hover .testimonial-head a img {
  transform: rotateY(360deg);
}
.testimonial-item .testimonial-inner .testimonial-head {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(236, 240, 243, 0.1);
}
.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb img {
  width: 100%;
  height: 100%;
}
.testimonial-item .testimonial-inner .testimonial-head .name-des h5 {
  font-weight: 600;
}
.testimonial-item .testimonial-inner .testimonial-head .name-des p {
  font-size: 1.125rem;
}
.testimonial-item .testimonial-inner .testimonial-head a img {
  transition: 0.3s all linear;
}
.testimonial-item .testimonial-inner .testimonial-footer ul li {
  padding: 3px 7px;
  background: #00b67a;
  border-radius: 3px;
}
.testimonial-item .testimonial-inner .testimonial-footer ul li i {
  color: #fff;
}
.testimonial-item .testimonial-inner .testimonial-footer h5 {
  color: #00b67a;
}

.testimonial-item .testimonial-inner {
  min-height: 255px;
}

.contact-item {
  padding: 50px 30px;
  background: #232a5c;
  border-radius: 4px;
}
.contact-item .contact-thumb {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #ff0052;
  margin: 0 auto 30px;
}
.contact-item .contact-thumb:before, .contact-item .contact-thumb:after {
  opacity: 1;
  z-index: 1 !important;
  border-color: #ff0052 !important;
}
.contact-item .contact-thumb:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 25px;
}
.contact-item .contact-thumb:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 15px;
}
.contact-item .contact-thumb img {
  z-index: 2;
}
.contact-form {
  justify-content: space-between;
  margin-bottom: -30px;
}
.contact-form .form-group {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-form .form-group {
    width: calc(50% - 15px);
  }
}
.contact-form .form-group input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  height: 57px;
  padding: 0 25px;
  background: rgba(35, 42, 92, 0.5);
  color: #fff;
}
.contact-form .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 25px;
  background: rgba(35, 42, 92, 0.5);
  color: #fff;
}
.contact-form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group button {
  height: 55px;
}
@media (max-width: 575px) {
  .contact-form {
    margin-bottom: -20px;
  }
  .contact-form .form-group {
    margin-bottom: 20px;
  }
}

.form-message {
  font-size: 1.225rem;
}
.form-message.success {
  color: #fff;
}
.form-message.error {
  color: #ff0052;
}

.faq {
  background: transparent;
}
.faq .faq-left-part {
  margin-bottom: 15px;
}
.faq .faq-left-part .section-header {
  margin-bottom: 45px;
}
.faq .faq-left-part .section-header:after {
  display: none;
}
.faq .faq-left-part .section-header h2:first-child {
  margin-bottom: 0;
}
.faq .section-wrapper .accordion {
  margin: 0;
}
.faq .section-wrapper .accordion li {
  padding: 20px 30px;
  border: none;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.faq .section-wrapper .accordion li .accordion-list {
  width: 100%;
  min-height: 45px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.faq .section-wrapper .accordion li .accordion-list.in .left .icon::before {
  display: none;
}
.faq .section-wrapper .accordion li .accordion-list .left {
  width: 40px;
  text-align: center;
  background: transparent;
}
.faq .section-wrapper .accordion li .accordion-list .left::after, .faq .section-wrapper .accordion li .accordion-list .left::before {
  display: none;
}
.faq .section-wrapper .accordion li .accordion-list .left .icon {
  width: 30px;
  height: 30px;
  background: #ff0052;
  border-radius: 100%;
}
.faq .section-wrapper .accordion li .accordion-list .left .icon::after, .faq .section-wrapper .accordion li .accordion-list .left .icon::before {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq .section-wrapper .accordion li .accordion-list .left .icon::after {
  width: 15px;
  height: 2px;
}
.faq .section-wrapper .accordion li .accordion-list .left .icon::before {
  width: 2px;
  height: 15px;
}
.faq .section-wrapper .accordion li .accordion-list .right {
  width: calc(100% - 40px);
}
.faq .section-wrapper .accordion li .accordion-list .right h6 {
  padding-right: 30px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.faq .section-wrapper .accordion li .accordion-answer {
  display: none;
}
.faq .section-wrapper .accordion li .accordion-answer p {
  padding-top: 30px;
  margin-bottom: 0;
}
.faq .faq-right-part {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .faq .faq-right-part {
    margin-bottom: 0;
  }
}
.faq .faq-right-part .faq-thumb {
  text-align: center;
}
@media (min-width: 1440px) {
  .faq .faq-right-part .faq-thumb {
    margin-right: -30px;
    animation: lab_zoominout 15s linear infinite;
    -webkit-animation: lab_zoominout 15s linear infinite;
  }
  .faq .faq-right-part .faq-thumb img {
    max-width: none;
  }
}

.icofont-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

.about-section {
  padding-bottom: 5px;
}
.about-section--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .section-header {
  text-align: left;
}
.about-section.style2 .section-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}

@media (min-width: 768px) {
  .about-wrapper {
    padding-left: 30px;
  }
}

.about-item {
  gap: 20px;
}
.about-item:not(.about-item:last-child) {
  margin-bottom: 25px;
}
.about-item .about-item-thumb {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #ff0052;
}
.about-item .about-item-thumb:before, .about-item .about-item-thumb:after {
  animation-play-state: paused;
  opacity: 1;
}
.about-item .about-item-thumb:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 25px;
}
.about-item .about-item-thumb:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 15px;
}
.about-item .about-item-thumb span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
}
.about-item .about-item-content {
  width: calc(100% - 90px);
}
.about-item:hover .about-item-thumb:before, .about-item:hover .about-item-thumb:after {
  animation-play-state: running;
}

.match-section {
  background-size: cover;
  background-position: center;
}

.player-slider {
  overflow: hidden;
  margin: 0 -0.75rem;
}

.testimonial {
  padding-bottom: 25px;
  position: relative;
  padding-top: 45px;
}

.testimonial-section {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-single .section-wrapper .post-item-2 .post-inner:hover {
  transform: translateY(0);
}
.blog-single .section-wrapper .post-item-2 .post-inner .post-content p,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
  margin-bottom: 20px;
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
@media (max-width: 991px) {
  .location-map {
    margin-bottom: 15px;
  }
}
.location-map #map {
  height: 435px;
  width: 100%;
}
.location-map #map iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.contact-form-wrapper .contact-form p {
  max-width: 610px;
}
.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email] {
  border: 1px solid #ecf0f3;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .contact-form-wrapper .contact-form form.comment-form input[type=text],
  .contact-form-wrapper .contact-form form.comment-form [type=email] {
    width: calc(50% - 15px);
  }
}
.contact-form-wrapper .contact-form form.comment-form textarea {
  background: #fff;
  border: 1px solid #ecf0f3;
  padding: 10px 15px;
  border-radius: 4px;
}
.contact-form-wrapper .contact-form form.comment-form input,
.contact-form-wrapper .contact-form form.comment-form textarea {
  outline: none;
  border: none;
}
.contact-form-wrapper .contact-form form.comment-form button.default-button {
  outline: none;
  border: none;
  border-radius: 3px;
}

.contact-page {
  margin-top: 50px;
}

.contact-info-wrapper {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .contact-info-wrapper {
    margin-top: 50px;
    padding-left: 0;
  }
}
.contact-info-wrapper .contact-info-title p {
  max-width: 280px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-content .contact-info-item {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contact-info-wrapper .contact-info-content .contact-info-item {
    margin-bottom: 30px;
  }
  .contact-info-wrapper .contact-info-content .contact-info-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
  margin-bottom: 15px;
}
.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-details span {
  color: #000;
}

.working {
  color: #ff0052 !important;
}

.pageheader-section .breadcrumb li a {
  color: #fff !important;
}

.pageheader-section .breadcrumb li.active {
  color: #ff0052 !important;
}

.multiplayer-sect {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 3rem 0;
  overflow: hidden;
}

.multiplayer-sect h2 {
  margin-bottom: 2.5rem;
}

.multiplayer-sect .content {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  justify-content: space-evenly;
  align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 20px;
  width: min(1170px, 100%);
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

.multiplayer-sect .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: justify;
}

.multiplayer-sect .info p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}

.multiplayer-sect .movie-night {
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

.multiplayer-sect .btn {
  display: block;
  padding: 10px 40px;
  margin: 10px auto;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  color: #784ba0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.join-btn {
  padding: 0 1.75rem !important;
}

/* SWIPER */
.swiper-mp {
  width: 240px;
  height: 550px;
  padding: 50px 0;
}

.swiper-mp .swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-mp .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.swiper-mp .img-position {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.swiper-mp .swiper-button-next, .swiper-mp .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: unset;
}

.swiper-mp .swiper-button-prev:after, .swiper-mp .swiper-button-next:after {
  display: none;
}

.swiperBtn {
  position: relative;
  width: 115px;
  top: 40px;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

.invite-section {
  padding-top: 35px;
  position: relative;
  padding-bottom: 45px;
}
.invite-section h1 {
  text-align: center;
}
.invite-section--desc {
  margin-bottom: 25px !important;
}

.game__cols {
  display: flex;
  justify-content: center;
  align-items: center;
}

.game__cols .game__item {
  width: 225px;
  position: relative;
}

.game__content {
  margin: 0;
}

.game__content-col {
  position: relative;
  margin-top: 100px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.invite-section .invite-cont {
  padding: 45px 0px 30px 0px;
}

.theme-container {
  max-width: 1020px !important;
}

#theme-section .theme-slider {
  height: 35rem;
  padding: 2rem 0;
  position: relative;
  padding-left: 15px;
}

#theme-section .container {
  margin-bottom: 5rem;
}

#theme-section h1 {
  margin-top: 0px !important;
}

.theme-slide .theme-slide-img img {
  width: 18rem;
  height: 26rem;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.theme-slider-control {
  position: relative;
  bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.theme-slider-control .slider-arrow {
  background: var(--white);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid;
  left: 44%;
  transform: translateX(-44%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.theme-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.theme-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.theme-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.theme-slide {
  transition: 0.4s ease;
}

.theme-slide.swiper-slide-active {
  transform: scale(1.1);
}

.theme-slider-control .slider-arrow::after {
  content: "";
}

.theme-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.theme-imags {
  position: relative;
  display: inline-block;
  animation: pulsate 1.5s infinite alternate;
  border: 2px solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 0.6rem #940dc9, 0 0 0.8rem #940dc9, 0 0 0.6rem #940dc9, inset 0 0 1.3rem #940dc9;
}

@keyframes pulsate {
  100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #940dc9, 0 0 80px #940dc9, 0 0 90px #940dc9, 0 0 100px #940dc9, 0 0 150px #940dc9;
  }
  0% {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #940dc9, 0 0 45px #940dc9, 0 0 55px #940dc9, 0 0 70px #940dc9, 0 0 80px #940dc9;
  }
}
.swiper-slide.theme-slide.swiper-slide-duplicate {
  margin-right: 15px;
  margin-left: 2px;
}

.owl-carousel.owl-drag .owl-item {
  display: flex;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: var(--white);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid !important;
  left: 44%;
  transform: translateX(-44%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.owl-theme .owl-dots {
  display: none !important;
}

.theme-slider-control {
  left: 50%;
  transform: translate(0%, 0%);
}

.theme-slider-control .swiper-button-next {
  left: 8px !important;
}

.theme-slider-control .swiper-button-prev {
  left: -55px !important;
}

.theme-slider-control .slider-arrow {
  border: 1px solid #fff !important;
}

.icofont-arrow-right, .icofont-arrow-left {
  color: #fff !important;
}

.game-section {
  padding-top: 0;
  position: relative;
  z-index: 4;
}

.wheel-base {
  position: absolute;
  bottom: -19%;
  left: 0;
  z-index: -1;
}

.handle {
  position: absolute;
  left: 38%;
  top: -10%;
  transform: scale(0.4);
  z-index: 9;
}

.spin-btn {
  position: absolute;
  left: 0%;
  bottom: -30%;
  transform: scale(0.4);
}

.containerWheel {
  z-index: 12;
  position: relative;
  width: 400px;
  height: 400px;
}

.spin-btn {
  cursor: pointer;
}

.spin-base {
  transition: transform 7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.testimonial-image {
  position: absolute;
  top: -185px;
  left: -90px;
  width: 100%;
}

.testimonial-image img {
  width: 100%;
}

.testimonial {
  background-size: 100%;
  padding-bottom: 50px;
}

.game__spin-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.faq {
  position: relative;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  padding-bottom: 75px !important;
}

.faq-title {
  width: 100% !important;
  margin-left: 0 !important;
}

.faq-row {
  width: 100%;
}

.faq .section-wrapper .accordion li {
  margin-bottom: 25px;
}

/* SOCIAL MEDIA SECTION */
.social-section {
  background-image: url(../images/social/social-mobile.png);
  background-size: 100%;
  padding-bottom: 120px;
  padding-top: 45px;
  background-position: center center;
}

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

.social-section-container {
  max-width: 1000px !important;
}

.social-numbers__list {
  margin-block-start: 3.5rem;
  margin-block-end: 3.5rem;
}

.social-numbers__item {
  max-width: 250px;
  max-height: 400px;
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(1.375rem) brightness(1.25);
          backdrop-filter: blur(1.375rem) brightness(1.25);
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(4, 4, 4, 0.17);
}

.social-numbers__item .background {
  inset: 0;
}

.social-numbers .background {
  inset-block: 11.25rem 0.625rem;
}

.background {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.social-numbers__icon {
  display: flex;
  justify-content: center;
  width: 3rem;
  border-radius: 4rem;
  overflow: hidden;
  box-shadow: 0 0.375rem 3.4375rem 0 rgba(4, 170, 248, 0.4);
  margin-block-end: 1.25rem;
}

.social-numbers__number {
  font-family: Oswald;
  font-size: 2rem;
  font-weight: 600;
  margin-block-end: 1rem;
  position: relative;
}

.social__numbers--link {
  width: 3rem;
}

.social-numbers__label {
  font-weight: 500;
  line-height: 1.8;
  margin-block-end: 2rem;
}

.social-numbers__buttons {
  display: flex;
  justify-content: center;
  margin-block-start: auto;
  gap: 0.25rem;
}

.social-numbers__buttons .social-numbers__button img {
  width: 36px;
}

.social-numbers__buttons .button {
  font-size: 0.8rem;
  padding-inline: 2rem;
}
.social-numbers__buttons .button:hover {
  color: #fff;
}

.button._upper {
  text-transform: uppercase;
}

.button {
  font-weight: 500;
  background-color: #4c037b;
  box-shadow: inset -0.625rem -0.75rem 0.375rem #2f006e;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0.75rem 2.5rem;
  border-radius: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.025rem;
}

.chips__section {
  width: 100%;
  display: flex;
  padding-top: 60px;
  padding-bottom: 75px;
}
.chips__section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  gap: 40px;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.chips__section .row {
  justify-content: space-between;
}
.chips__section-card {
  display: flex;
  justify-content: space-between;
  width: 48%;
  align-items: center;
  gap: 28px;
  color: #fcfcfc;
  margin-bottom: 2rem;
  padding: 32px;
  border-radius: 30%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(4, 4, 4, 0.17);
}
.chips__section-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -2;
}
.chips__section-card::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(1.375rem) brightness(1.25);
          backdrop-filter: blur(1.375rem) brightness(1.25);
  transition: box-shadow 0.3s ease;
  z-index: -1;
}
.chips__section-info {
  display: flex;
  flex-flow: column nowrap;
}
.chips__section-sub {
  color: #ffffff;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
}
.chips__section-title {
  max-width: 260px;
  line-height: 28px;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chips__section-btn {
  margin-top: 16px;
  color: #fff;
  background: transparent;
  border: unset;
  border-radius: 16px;
  overflow: hidden;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: background 0.3s ease;
}
.chips__section-btn::before, .chips__section-btn::after {
  content: "";
  position: absolute;
}
.chips__section-btn::before {
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, #9700ff 0%, transparent 45%, transparent 55%, #be00ff 100%);
  transform: translate(-50%, -50%) rotate(55deg);
  width: 100%;
  height: 240%;
  border-radius: 16px;
  z-index: -2;
  opacity: 0.4;
  transition: all 0.3s ease;
  animation: 5s move infinite linear paused;
}
.chips__section-btn::after {
  left: 2px;
  top: 2px;
  background: #4c037b;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 16px;
  z-index: -1;
}
.chips__section-btn:hover {
  color: #fff;
}
.chips__section-btn:hover::before {
  animation-play-state: running;
  opacity: 1;
}
.chips__section-image {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.chips__section-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -2;
}
.chips__section-image::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 50%;
  z-index: -1;
}
.chips__section-image > i {
  font-size: 30px;
  color: #ff7a00;
}

@keyframes move {
  0% {
    transform: translate(-50%, -50%) rotate(55deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(415deg);
  }
}
.about-bottom {
  margin-bottom: 6rem;
}

.free-chips {
  margin-bottom: 60px;
}

.about-features {
  margin-bottom: 20px;
  margin-top: 50px;
}

.about-page {
  padding-bottom: 0 !important;
}

.privacy-container {
  margin-top: 50px;
}

.pageheader-section {
  position: relative;
  margin-top: 50px;
}

.pageheader-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  -webkit-backdrop-filter: blur(0.205rem) brightness(0.55);
          backdrop-filter: blur(0.205rem) brightness(0.55);
  width: 100%;
  height: 100%;
}

.container-opacity {
  position: relative;
  z-index: 8;
}

.swiper-container.blog-slider {
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
}

.swiper-container.blog-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-flex;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-slider .btn {
  border: 0px;
  padding: 8px 0px;
}

.user-blog {
  padding: 120px 0 50px;
  padding-bottom: 0px;
}

.blog-grid {
  background: #232a5c;
  margin: 10px 0;
  border-radius: 1px;
}

.discretion-blog {
  padding: 15px;
  text-align: left;
}

.discretion-blog p {
  font-size: 18px;
  color: #ffffff;
}

.discretion-blog h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.discretion-blog .btn {
  color: #fefeff;
  background: #ff0052;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 10px;
  transform: perspective(122px) translateZ(0);
}

.discretion-blog .btn:hover {
  color: #ffffff;
}

.discretion-blog .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #080e37;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.discretion-blog .btn:hover:before {
  transform: scaleX(1);
}

.date-blog {
  background: #080e37;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

.date-blog:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 0 solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 12px solid #080e37;
  top: -11px;
  position: absolute;
  left: 0;
}

.img-date {
  position: relative;
}

.blog-slider .swiper-button-prev:after, .blog-slider .swiper-button-next:after {
  display: none;
}

.blog-slider .swiper-button-prev, .blog-slider .swiper-button-next {
  font-size: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 44px;
  background: transparent;
}

.blog-slider .swiper-button-next, .blog-slider .swiper-button-prev {
  top: 92%;
}

.blog-slider .swiper-button-prev {
  left: 45%;
}

.blog-slider .swiper-button-next {
  right: 45%;
}

/* Updated */
.faq-title {
  margin-left: auto !important;
}

.about-section--flex {
  justify-content: flex-start;
}

.game__col-left {
  justify-content: flex-start;
}

.game__col-right {
  justify-content: flex-end;
}

.theme-container, .social-section-container {
  max-width: 1170px !important;
}

.testimonial__thumb img {
  transform: translateX(0px) !important;
}

.invite-arrow-col {
  justify-content: center;
}

.blog-section {
  padding-top: 100px;
  z-index: 5;
  position: relative;
}

.aside-bg:after {
  background: transparent;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

.menu > li > a {
  padding: 15px 16px;
}

.default-pagination li a {
  line-height: 32px;
}

.detail-main {
  margin-top: 250px;
  margin-bottom: 150px;
  position: relative;
  z-index: 5;
}

.main-content-head {
  margin-bottom: 25px;
  text-align: center;
}

.detail-main .detail-main-row {
  row-gap: 50px;
}

.detail-main-row h3 {
  margin-bottom: 25px;
}

.invite-section .row {
  justify-content: center;
}

.invite-section p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 25px;
}

.invite-cols {
  width: 285px;
}

.invite-arrow-col {
  width: 140px;
  display: flex;
  align-items: center;
}

.invite-frame-share {
  -o-object-fit: contain;
     object-fit: contain;
}

.poker-hands__row, .about-index, .texas-box.texas-last, .chips__section, .privacy-container {
  position: relative;
  z-index: 5;
}

.about-page {
  padding-top: 50px;
}

.free-chips {
  margin-top: 50px;
}

.spin-outer {
  position: absolute;
  left: 1px;
  top: 10px;
  transform: scale(1.15);
}

.banner__slider .swiper-button-next, .banner__slider .swiper-button-prev {
  margin-top: 0px;
  background: none;
  color: #fff;
}

.main-hands {
  background-image: url(../images/inner-bg/inner-bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.main-hands__section {
  padding: 50px 0px;
  padding-bottom: 20px;
}

.hands-heading {
  text-align: center;
  margin-bottom: 45px;
}

.poker-hands__row {
  padding: 30px 0px;
}
.poker-hands__count {
  position: absolute;
  top: -35px;
}
.poker-hands__text {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .main-hands {
    background-size: cover;
  }
  .poker-hands__responsive {
    margin-top: 55px;
  }
}
.poker-hands__section ol {
  margin-bottom: 0px !important;
  padding-left: 0px;
}

.main-holdem {
  padding: 100px 0px 70px;
  background-image: url(../images/inner-bg/inner-bg.png);
  background-size: cover;
}

.holdem__img {
  overflow: hidden;
}

.texas-box {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .holdem__text-order {
    order: 2;
  }
  .holdem__text h1 {
    margin-top: 0px;
  }
  .holdem-img-flex {
    display: flex;
    justify-content: center;
  }
  .texas-last {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1800px) {
  .testimonial {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1750px) {
  .faq {
    background-size: cover !important;
  }
}
@media (min-width: 1550px) {
  .testimonial {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1440px) {
  #theme-section {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1440px) {
  #theme-section {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .user-blog {
    padding-top: 40px !important;
  }
  .banner {
    height: 70vh !important;
    padding: 50px 0 60px;
  }
}
@media (max-width: 1400px) and (min-width: 1050px) {
  .banner {
    height: 80vh !important;
    padding: 45px 0 60px;
  }
  .menu > li > a {
    padding: 15px 8px !important;
  }
  .user-blog {
    padding-top: 50px !important;
  }
}
@media (max-width: 1400px) {
  .social-section {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1300px) {
  .testimonial-section {
    background-size: cover !important;
  }
}
@media (min-width: 1200px) {
  .menu > li > a {
    font-size: 1.23rem !important;
  }
}
@media (max-width: 1200px) {
  .blog-slider .swiper-button-next, .blog-slider .swiper-button-prev {
    top: 95%;
  }
 .banner__slider .swiper-button-next, .banner__slider .swiper-button-prev {
    margin-top: -130px;
  }
  .blog-slider .swiper-button-prev {
    left: 45%;
  }
  .blog-slider .swiper-button-next {
    right: 42%;
  }
  .section-fh {
    padding: 50px 0px;
  }
}
@media (max-width: 1175px) {
  .invite-cols {
    width: 270px;
  }
}
@media (max-width: 1075px) {
  .invite-cols {
    width: 210px;
  }
}
@media (max-width: 1050px) {
  .social-numbers__list {
    margin-block-end: 0;
  }
  .poker-hands__list {
    margin-bottom: 0 !important;
  }
  .about-bottom {
    margin-bottom: 7.5rem !important;
  }
  .rellax-coin-2,
  .parallax-coins {
    display: none;
  }
  .footer {
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid #be151b;
  }
}
@media (min-width: 991px) {
  .header-top {
    display: block !important;
  }
  .header-section.header-fixed .header-top {
    display: none !important;
  }
  .game-section-header {
    margin-bottom: 60px !important;
  }
  .spin-section-header {
    margin-bottom: 0 !important;
    margin: 0;
  }
  @keyframes zoomInOut {
    0% {
      transform: scale(0.3) translateZ(0);
      -webkit-transform: scale(0.3) translateZ(0);
    }
    100% {
      transform: scale(0.55) translateZ(0);
      -webkit-transform: scale(0.55) translateZ(0);
    }
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .containerWheel {
    width: 340px;
    height: 340px;
  }
  .testimonial__thumb img {
    transform: translate(50px, 110px) !important;
  }
}
@media (max-width: 991px) {
  .d-ml-none {
    display: none !important;
  }
  .header-fixed .ellepsis-bar {
    display: none;
  }
  .multiplayer-sect .info {
    padding: 0px 32px;
  }
  .game__spin-col {
    align-items: center !important;
  }
  .about-section {
    padding-bottom: 60px;
  }
  #theme-section {
    padding-top: 6.5rem;
  }
  .game.game-section {
    padding-top: 0px;
  }
  .faq .padding-top {
    padding-top: 60px;
  }
  .main-holdem h1 {
    margin-top: 40px;
  }
  .main-holdem img {
    width: 100%;
  }
  .about-section {
    background-image: none;
  }
  .social-numbers__boxes {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .social-numbers__boxes li {
    width: 310px;
  }
  .testimonial-image {
    position: static !important;
  }
  .multiplayer-sect {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .multiplayer-sect .content {
    flex-direction: column-reverse;
    width: auto !important;
    padding: 4rem 0;
  }
}
@media (max-width: 890px) {
  .invite-cols {
    width: 400px;
  }
  .game__cols .game__item {
    width: 315px;
  }
  .invite-section .row {
    align-items: center;
    flex-direction: column;
  }
  .invite-frame-share {
    height: 100%;
  }
  .invite-arrow-col {
    flex-direction: column;
    transform: rotate(75deg);
    margin: 38px 0px;
  }
}
@media (max-width: 1300px) and (min-width: 767px) {
  .testimonial {
    background-size: cover;
  }
  .social-section {
    background-size: cover;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  .social-section {
    background-size: cover;
  }
  .menu > li > a {
    padding: 15px 7px !important;
    font-size: 1rem;
  }
  #theme-section {
    padding-top: 0px !important;
  }
  #theme-section .container {
    margin-bottom: 1rem !important;
  }
  .testimonial {
    padding-top: 0px !important;
  }
  .user-blog {
    padding-top: 35px !important;
  }
}
@media (max-width: 1050px) and (min-width: 767px) {
  .banner-style2 {
    background-position: center center;
    padding: 10px 0 0px;
    height: 45vh;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .banner-style2 {
    height: 55vh;
  }
  .theme-slide .theme-slide-img img {
    width: 14rem;
    height: 20rem;
  }
  .theme-slider-control {
    bottom: 7rem;
  }
  .testimonial-head {
    flex-direction: column;
  }
  .testi-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .testi-top .name-des {
    text-align: center;
    padding-left: 0 !important;
    margin: 12px 0;
  }
  .testi-top .name-des h5 {
    margin-bottom: 0;
  }
  .multiplayer-sect .content .info {
    margin-top: 50px;
  }
  .blog-slider .swiper-button-next {
    right: 39% !important;
  }
  .game.game-section {
    padding-top: 30px;
  }
  .slide-animate {
    transform: translate(0, 100px) scale(0.75);
  }
  .daily-img {
    right: 1px;
    top: -150px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  .flyer-img {
    width: 75px;
    top: 33px;
    left: 138px;
  }
  .table-bets {
    transform: scale(1);
  }
  @keyframes zoomInOut {
    0% {
      transform: scale(0.3) translateZ(0);
      -webkit-transform: scale(0.3) translateZ(0);
    }
    100% {
      transform: scale(0.45) translateZ(0);
      -webkit-transform: scale(0.45) translateZ(0);
    }
  }
}
@media (min-width: 767px) {
  .footer__social {
    margin-bottom: 32px;
  }
  .chips__section-info {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .banner-style2 .row {
    flex-direction: column-reverse;
  }
  .slide-animate {
    transform: translate(0, 35px) scale(0.5);
  }
  .banner-slider-1 .slide-one-col {
    display: flex;
    justify-content: center;
  }
  .banner-slider-1 .slide-animate {
    transform: translate(0, 35px) scale(1);
    width: 250px;
    height: 250px;
  }
  .banner-slider-1 .slide-chip2 {
    width: 90px;
    right: -6%;
    top: 26%;
  }
  .banner-slider-1 .slide-chip1 {
    width: 90px;
    left: -5%;
    top: 26%;
  }
  .banner-slider-1 .slide-cards {
    top: -1%;
    left: -2%;
  }
  .reward-slider {
    width: 200px;
    height: 260px;
  }
  .daily-img {
    right: 0px;
    top: -85px;
    transform: scale(0.45);
    -webkit-transform: scale(0.45);
  }
  @keyframes zoomInOut {
    0% {
      transform: scale(0.2) translateZ(0);
      -webkit-transform: scale(0.2) translateZ(0);
    }
    100% {
      transform: scale(0.45) translateZ(0);
      -webkit-transform: scale(0.45) translateZ(0);
    }
  }
  .flyer-img {
    width: 50px;
    top: 17px;
    left: 74px;
  }
  .table-bets {
    transform: scale(0.9);
  }
  .play-tables img, .get-tables img {
    width: 75px;
  }
  .banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .bluffing-texas {
    padding-top: 65px;
  }
  .multiplayer-sect .info {
    margin-top: 30px;
  }
  .invite-section {
    padding-bottom: 12px !important;
  }
  .chips__section {
    padding-top: 10px !important;
  }
  .chips__section .row {
    flex-direction: column;
  }
  .about-section {
    padding-bottom: 80px !important;
  }
  #theme-section .container {
    margin-bottom: 3rem;
  }
  .about-page {
    padding-top: 25px;
  }
  .about-page.about-section {
    padding-bottom: 0px !important;
  }
  .multiplayer-sect .content {
    padding-top: 0.5rem;
  }
  .game.game-section {
    padding-bottom: 0px !important;
  }
  .user-blog {
    padding-top: 30px !important;
  }
  .blog-slider .swiper-button-next {
    right: 33% !important;
  }
  .blog-slider .swiper-button-prev {
    left: 35% !important;
  }
  .game__content-col {
    margin-top: 70px !important;
  }
  .containerWheel {
    transform: scale(0.75) !important;
  }
  #theme-section .theme-slider {
    padding-left: 0px !important;
  }
  .chips__section-card {
    width: 100%;
  }
  .chips__section-image {
    width: 85px;
    height: 85px;
  }
  .about-bottom {
    margin-bottom: 7.5rem;
  }
  .theme-slider-control .swiper-button-next {
    left: 34px !important;
  }
  .theme-slider-control .swiper-button-prev {
    left: -32px !important;
  }
  .banner {
    height: 54vh;
  }
  .footer-container {
    display: grid;
  }
  .rellax-coin-2,
  .parallax-coins {
    display: none;
  }
  .footer__nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  .links-box {
    flex-direction: column;
  }
  .footer__links-sm {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    text-align: center;
    align-items: center;
  }
  .footer__links-sm ul {
    display: flex;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
  }
  .links-box {
    display: flex;
    margin-bottom: 0.5rem;
  }
  .footer__links {
    display: none;
  }
  .footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__social-icons {
    margin-bottom: 2rem;
  }
  .footer-break-none {
    display: none;
  }
  .footer__text p {
    margin-bottom: 0px;
    text-align: center;
  }
  .game.game-section {
    padding-top: 45px;
  }
  .theme-slide {
    display: flex;
    justify-content: center;
  }
  .social-section {
    background-image: url(../images/social/social-mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .social-numbers__item {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .social-section {
    padding: 0;
  }
  .social-numbers__icon {
    width: 3rem;
  }
  .social-numbers__label {
    margin-block-end: 0.5rem;
  }
  .social-numbers__number {
    margin-block-end: 0;
  }
  .theme-slider-control {
    bottom: 1rem;
  }
  .game__cols {
    display: flex;
  }
  .game__cols-2 {
    order: 2;
  }
  .game__spin-col {
    align-items: center;
  }
  .about-bottom {
    margin-bottom: 5rem !important;
  }
  .faq .section-wrapper .accordion li .accordion-list .right h6 {
    font-weight: 400;
    padding-right: 0px;
  }
}
@media (max-width: 767px) and (min-width: 460px) {
  .banner {
    height: 75vh !important;
  }
}
@media (max-width: 767px) and (min-width: 400px) {
  .links-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) and (min-width: 400px) {
  #theme-section .theme-slider {
    height: 38rem;
  }
}
@media (max-width: 500px) {
  .theme-slide .theme-slide-img img {
    width: 18rem !important;
    height: 30rem !important;
  }
  .testimonial {
    background-position: center !important;
  }
  .social-numbers__boxes li {
    width: 100%;
  }
  .social-numbers__boxes {
    display: block;
  }
  .theme-slider-control {
    bottom: 0rem !important;
  }
}
@media (max-width: 475px) {
  .multiplayer-sect .content {
    margin: 2rem;
  }
  .banner__slider  .swiper-button-next, .banner__slider .swiper-button-prev {
    transform: scale(0.5);
  }
}
@media (max-width: 450px) {
  .banner {
    height: 60vh;
  }
  .button-contain img {
    width: 120px;
  }
  .chips__section-card {
    flex-direction: column-reverse;
  }
  .testimonial-head {
    flex-direction: column;
  }
  .testi-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .testi-top .name-des {
    text-align: center;
    padding-left: 0 !important;
    margin: 12px 0;
  }
  .testi-top .name-des h5 {
    margin-bottom: 0;
  }
  .banner-style2 {
    position: relative;
  }
  .banner-style2 .banner__content h3 {
    font-size: 20px;
  }
  .banner-style2 .banner__content h1 {
    font-size: 28px;
    margin-bottom: 7px;
  }
  .banner-style2 .banner__content p {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 22px;
  }
  .banner-style2 .banner__content .default-button {
    font-size: 0.85rem !important;
    padding: 0px 1.2rem !important;
    line-height: 45px !important;
  }
}
@media (max-width: 400px) {
  .play-btn {
    width: 85px;
  }
  .mobile-logo {
    max-width: 80px;
  }
  .theme-slide .theme-slide-img img {
    width: 15rem !important;
    height: 25rem !important;
  }
  .theme-slider-control {
    bottom: 1.5rem !important;
  }
  .footer__nav {
    margin-block-end: 0px;
  }
  .footer__nav ul {
    margin-bottom: 7px;
  }
}
@media (max-width: 380px) and (min-width: 365px) {
  .banner {
    height: 75vh;
  }
}
@media (max-width: 375px) {
  .swiper-mp {
    width: 160px;
    height: 390px;
  }
}
@media (max-width:365px){
  .banner {
    height: 65vh;
  }
}
@media (max-width: 350px) {
  .banner {
    height: 55vh;
  }
  .game__cols .game__item {
    width: 270px;
  }
}


.layer-size-2{
  width: 200px;
}
.layer-size-3{
  width: 230px;
}
/*# sourceMappingURL=style.css.map */