/*============================================ 
# Template Name: Bitbetio 
# Version: 1.0
# Date: 20/01/2022
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis/portfolio
# Developed By: Pranto
# Description: Sports Betting Website HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&amp;display=swap");

:root {
  --body-font: "Nunito Sans", sans-serif;
  --body-color: #1e0f25;
  --body-alt-color: #450e35;
  --bg-color: #1e0f25;
  --head-color: #dcbc26;
  --head-alt-color: #ae3594;
  --border-color: #8790ae;
  --hover-color: #ae3594;
  --hover-alt-color: #1e0f25;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
  font-family: var(--body-font);
  color: var(--bs-white);
  font-weight: 600;
  text-transform: initial;
  transition: all 0.3s;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
  color: var(--bs-white);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--bs-white);
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

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

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 20px;
  color: var(--bs-white);
  width: 100%;
  font-family: var(--body-font);
  height: 50px;
  background: var(--body-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=password] {
  font-family: initial;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.d-grid {
  display: grid !important;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h1>a {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2>a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -16px;
}

h3,
h3>a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4>a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5>a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6>a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
  margin: 0;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  color: var(--para-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-white);
  line-height: 30px;
}

li,
p {
  color: #e2e1ff;
}

.section-text {
  margin-bottom: 34px;
}

.section-header {
  margin-bottom: 55px;
}

.sub-title {
  color: var(--head-color);
  margin-bottom: 25px;
}

.title {
  font-weight: 700;
  margin-bottom: 14px;
}

.xxlr {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .mt-60 {
    margin-top: 40px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .mt-80 {
    margin-top: 60px;
  }

  .banner-section .counter-section {
    margin-top: -160px;
  }

  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #1e0f25;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}

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

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--hover-color);
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* cmn btn */
.btn-border {
  border: 1px solid var(--hover-color);
  border-radius: 30px;
  padding: 6px;
}

.cmn-btn {
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  background: var(--hover-color);
  color: var(--bs-white);
  transition: 0.3s;
  border-radius: 25px;
  border: 1px solid var(--hover-color);
}

.cmn-btn:hover {
  background: var(--hover-alt-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }

  33% {
    transform: translate(-5px, -5px);
  }

  66% {
    transform: translate(5px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes stretch {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }

  33% {
    transform: translate(5px, -5px);
  }

  66% {
    transform: translate(-5px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--body-alt-color);
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--head-alt-color);
}

.header-section .navbar {
  padding: 30px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  color: var(--bs-white);
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
  color: var(--head-alt-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: var(--head-alt-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  margin-right: 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "C";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  font-size: 14px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
  background: var(--hover-color);
  transition: 0.3s;
  color: var(--bs-white);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
  margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 48px;
}

.header-section .navbar .navbar-collapse .right-area .login {
  background: transparent;
  color: var(--bs-white);
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn {
  margin-left: 15px;
}

.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: #1f2340;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  right: -80%;
  top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.header-section.user-dashboard {
  background-color: #1f2340;
}

.header-section.user-dashboard .navbar-collapse .right-area {
  position: relative;
  margin-left: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .search-icon {
  margin-right: 0;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item {
  margin-left: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select {
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select::after {
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  width: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select .list .option {
  background: transparent;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select .list .option:hover {
  color: var(--head-alt-color);
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-alt-color);
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .items {
  position: absolute;
  top: 0;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #ff96a5;
  font-weight: bold;
  border-radius: 50%;
  font-size: 12px;
  line-height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f007f;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn {
  cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .user-profile img {
  border-radius: 50%;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .name-area {
  font-weight: bold;
  margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn i {
  color: var(--bs-white);
  margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .notifications-btn {
  cursor: pointer;
  position: relative;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .img-area img {
  border-radius: 50px;
  margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area {
  padding: 20px;
  width: 365px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area p {
  margin-top: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .time-area {
  color: #e2d7ff;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area button {
  background: transparent;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area a {
  align-items: initial;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .left span {
  width: 28px;
  height: 28px;
  background: #c2a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070044;
  margin-left: 10px;
  border-radius: 26px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
  position: absolute;
  top: 50px;
  width: 350px;
  right: 0;
  padding: 30px;
  background: #3d329b;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  max-height: 350px;
  overflow-y: scroll;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area.active {
  transform: translateY(0px);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .img-area img {
  border-radius: 50px;
  margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area h5 {
  margin-bottom: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area img {
  margin-right: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li {
  margin-top: 5px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li.border-area {
  border-top: 1px solid #706eb1;
  padding-top: 15px;
  margin-top: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a img {
  margin-right: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a.active,
.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a:hover {
  background: #493eac;
  border-radius: 5px;
  transition: 0.3s;
}

.banner-section .overlay {
  position: relative;
}

.banner-section .overlay .banner-image {
  width: 100vw;
  /* Full viewport width */
  height: auto;
  /* Automatically adjust height based on aspect ratio */
  display: block;
}

.banner-section .overlay .shape-area img,
.banner-section .overlay .banner-content .container .content-shape img {
  position: absolute;
}

/* Maintain the existing CSS for the coin images and animations */
.banner-section .overlay .shape-area .obj-1 {
  left: 46%;
  top: 46%;
  animation: ripple2Ani 4s linear infinite;
}

.banner-section .overlay .shape-area .obj-2 {
  left: 6%;
  bottom: 32%;
  animation: rippleAni 3s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-1 {
  left: 20%;
  top: 18%;
  animation: spin 30s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-2 {
  left: 16%;
  bottom: 41%;
  animation: ripple2Ani 5s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-3 {
  left: 40%;
  bottom: 78%;
  animation: rippleAni 5s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-4 {
  left: 92%;
  bottom: 42%;
  animation: spin 30s linear infinite;
}

.banner-section.inner-banner .banner-content {
  padding: 211px 0 256px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--bs-white);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  background-image: url(../images/icon/arrow-right-3.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
  padding: 0 14px;
  content: "";
}

.banner-section.soccer-bets .content-shape .obj-8 {
  left: 25%;
  top: -70%;
  animation: spin 30s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-1 {
  left: 3%;
  top: 5%;
}

.banner-section.soccer-bets .shape-area .obj-2 {
  left: 9%;
  bottom: 40%;
}

.banner-section.soccer-bets .shape-area .obj-3 {
  left: 2%;
  bottom: 25%;
  animation: ripple2Ani 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-4 {
  left: 9%;
  bottom: 10%;
  animation: spin 35s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-5 {
  right: 6%;
  top: 12%;
  animation: ripple2Ani 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-6 {
  right: 5%;
  top: 35%;
  animation: rippleAni 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-7 {
  right: 1%;
  bottom: 9%;
  animation: spin 30s linear infinite;
}

.banner-section.soccer-bets .overlay {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.banner-section.currency-bet .overlay {
  background-image: unset;
}

.banner-section.currency-bet .overlay .shape-area .chart-illu {
  right: 0;
  bottom: 0;
}

.banner-section.currency-bet .overlay .content-shape .obj-9 {
  left: 45%;
  top: -70%;
  width: 30%;
}

.banner-section.currency-bet.create-currency .overlay .content-shape .obj-9 {
  top: -45%;
}

.banner-section.escrow-bets-banner .banner-content {
  padding: 283px 0 186px;
}

.banner-section.escrow-bets-banner .banner-content .content-shape .obj-11 {
  bottom: -70px;
  right: 20%;
}

.banner-section.escrow-bets-banner .banner-content .content-shape .obj-12 {
  top: -85%;
  right: 18%;
}

.banner-section.escrow-bets-banner.soccer-bets .shape-area .obj-4 {
  bottom: 7%;
}

.banner-section.escrow-bets-banner.soccer-bets .shape-area .obj-11 {
  bottom: 10%;
}

.banner-section.faqs .overlay {
  background-color: #000000;
  background-image: url(../images/line-effect.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-section.faqs .overlay .shape-area .faqs-illu {
  right: 0;
  bottom: 0;
}

.banner-section.faqs .overlay .banner-content {
  padding: 281px 0 182px;
}

.banner-section.affiliate .overlay {
  background-image: unset;
  z-index: 2;
  position: relative;
}

.banner-section.affiliate .overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-image: url(../images/affiliate-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.6;
  z-index: -1;
}

.banner-section.affiliate .overlay .shape-area img {
  right: 0;
  bottom: 0;
}

.banner-section.affiliate .overlay .banner-content {
  padding: 288px 0 191px;
}

.banner-section.affiliate .overlay .banner-content .content-shape img {
  right: 20%;
  bottom: -40%;
}

.banner-section.tournaments .overlay {
  background-color: #000000;
  background-image: unset;
}

.banner-section.tournaments .overlay .shape-area img {
  right: 0;
  bottom: 0;
}

.banner-section.tournaments .overlay .banner-content {
  padding: 251px 0 228px;
}

.banner-section.tournaments .overlay .banner-content .content-shape img {
  right: 10%;
  bottom: -40%;
}

.banner-section.terms .overlay {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.banner-section.terms .overlay .banner-content {
  padding: 222px 0 125px;
}

.banner-section.blog .overlay {
  background-color: #000000;
  background-image: url(../images/blog-line-effect.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-section.blog .overlay .shape-area img {
  right: 0;
  bottom: 0;
}

.banner-section.blog .overlay .banner-content {
  padding: 281px 0 182px;
}

.banner-section.contact {
  overflow-x: initial;
}

.banner-section.contact .overlay {
  background-image: unset;
}

.banner-section.contact .overlay .banner-content {
  padding: 215px 0 262px;
}

.banner-section.contact .overlay .shape-area .contact-illu {
  right: 0;
  bottom: 0;
}

.banner-section .counter-section {
  margin-top: -70px;
}

.footer-section {
  background-color: var(--body-alt-color);
}

.footer-section .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .menu-item .footer-link {
  display: flex;
}

.footer-section .menu-item .footer-link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

.footer-section .menu-item .footer-link li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.footer-section .menu-item .footer-link li a:hover {
  color: var(--head-alt-color);
  transition: 0.3s;
}

.footer-section .menu-item .footer-link li a.active {
  color: var(--head-alt-color);
}

.footer-section .copyright {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .copyright .copy-area a {
  color: var(--head-color);
}

.footer-section .copyright .copy-area .auth {
  color: #ff96a5;
}

.footer-section .copyright .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.footer-section .copyright .social-link a i {
  color: #fff;
  transition: 0.3s;
}

.footer-section .copyright .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.footer-section .copyright .social-link a:hover i {
  color: var(--bs-white);
}

.counter-section {
  position: relative;
  padding: 40px 0 30px;
  margin-top: -105px;
  transform: translateZ(10px);
}

.counter-section::before {
  position: absolute;
  content: "";
  width: 90%;
  background: #450e35;
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 5%;
  z-index: -1;
}

.counter-section .single-area .text-area {
  margin-left: 30px;
}

.counter-section .single-area .text-area p {
  color: var(--head-color);
}

.counter-section .single-area h3 span {
  font-size: inherit;
  font-weight: inherit;
}

.about-bitbetio .overlay {
  position: relative;
  background-color: #1E0F25;
}

.how-it-works {
  position: relative;
}

.how-it-works::before {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/how-works-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.how-it-works .main-content {
  position: relative;
  padding: 66px 0 60px;
}

.how-it-works .main-content::before {
  position: absolute;
  content: "";
  width: 120%;
  background: var(--hover-alt-color);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
}

.how-it-works .main-content ul {
  margin-bottom: -30px;
}

.how-it-works .main-content ul li {
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}

.how-it-works .main-content ul li h5 {
  display: inline-flex;
  align-items: center;
  background: #450E35;
  border-radius: 5px;
  width: 100%;
  padding: 7px 30px;
  color: var(--bs-white);
}

.how-it-works .main-content ul li h5.active {
  background: var(--hover-color);
  box-shadow: 0px 4px 10px var(--hover-color);
  border-radius: 5px;
}

.how-it-works .main-content ul li h5 .image-area {
  margin-right: 20px;
}

.how-it-works .main-content .tab-content {
  background: var(--body-color);
  border-radius: 20px;
  text-align: center;
  padding: 27px 30px 30px;
}

.how-it-works .main-content .tab-content h4 {
  margin: -4px 0 24px;
}

.how-it-works .counter-section {
  padding: 0;
  margin-top: 0;
}

.how-it-works .counter-section::before {
  display: none;
}

.how-it-works.affiliates::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #450e35;
  height: 75%;
  top: 0;
  left: 0;
  z-index: -1;
}

.how-it-works.affiliates .single-area {
  margin-bottom: 30px;
}

.how-it-works.affiliates .single-area h4 {
  margin-top: 25px;
}

.how-it-works.affiliates .magnific-area {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.how-it-works.affiliates .magnific-area .bg-item {
  padding: 20px 0;
}

.how-it-works.affiliates .magnific-area .mfp-iframe {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f55164;
  height: 77px;
  width: 77px;
  border-radius: 50%;
  z-index: 5;
}

.how-it-works.affiliates .magnific-area .mfp-iframe::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -2;
  animation: stretch 5s linear infinite;
  width: 180px;
  height: 180px;
  background: #f55164;
  opacity: 0.2;
}

.how-it-works.affiliates .magnific-area .mfp-iframe::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
  animation: stretch 7s linear infinite;
  width: 130px;
  height: 130px;
  background: #f55164;
  opacity: 0.2;
}

.how-it-works.affiliates .magnific-area .popupvideo {
  position: absolute;
}

.bet-this-game .overlay {
  background-image: url(../images/bet-this-game-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bet-this-game .cus-mar {
  margin-bottom: -30px;
}

.bet-this-game .single-area {
  background: var(--hover-alt-color);
  border-radius: 10px;
  margin-bottom: 30px;
}

.bet-this-game .single-area .head-area {
  background: #382591;
  padding: 13px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.bet-this-game .single-area .head-area .cmn-btn:hover {
  background: var(--hover-color);
}

.bet-this-game .single-area .head-area p {
  margin-left: 20px;
}

.bet-this-game .single-area .main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 50px 40px 40px;
}

.bet-this-game .single-area .main-content .team-single {
  text-align: center;
}

.bet-this-game .single-area .main-content .team-single .mdr {
  color: var(--head-color);
}

.bet-this-game .single-area .main-content .team-single .img-area {
  margin-top: 25px;
}

.bet-this-game .single-area .main-content .mid-area .countdown {
  background: #1d613a;
  border-radius: 10px;
  padding: 13px 30px;
  margin-bottom: 26px;
}

.bet-this-game .single-area .main-content .mid-area .countdown h4 {
  margin: 0;
}

.bet-this-game .single-area .main-content .mid-area .countdown h4 span {
  font-size: inherit;
  font-weight: inherit;
}

.bet-this-game .single-area .bottom-item {
  border-top: 1px solid #8e78c0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bet-this-game.all-soccer-bets {
  margin-top: -145px;
  transform: translateZ(0px);
  overflow-x: initial;
}

.bet-this-game.all-soccer-bets .filter-section {
  padding: 60px 30px;
  border-radius: 30px;
  background-color: #382590;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(183, 167, 255);
  border-radius: 10px;
  background-color: rgb(67, 47, 159);
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option {
  background: transparent;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option:hover {
  color: var(--head-color);
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.bet-this-game.all-soccer-bets .filter-section .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #432f9f;
  border-radius: 10px;
  padding-left: 15px;
}

.bet-this-game.all-soccer-bets .filter-section .input-area input {
  border: none;
  padding-left: 10px;
}

.bet-this-game.bets-2 {
  margin-bottom: 30px;
}

.bet-this-game .sidebar .single-sidebar {
  border-radius: 10px;
  background-color: #450e35;
  margin-bottom: 30px;
}

.bet-this-game .sidebar .single-sidebar .title-area {
  background: #382590;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bet-this-game .sidebar .single-sidebar .single-item {
  padding: 20px;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #462faf;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .left-area {
  display: flex;
  align-items: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area {
  align-items: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background: #3a2a86;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark::after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon/check.png);
  background-repeat: no-repeat;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked~.checkmark {
  background: #571ce0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked~.checkmark:after {
  display: block;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title img {
  margin-right: 20px;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title .vs {
  color: var(--head-alt-color);
  font-weight: bold;
}

.category-features {
  position: relative;
}

.category-features::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/categories-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
}

.category-features .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.category-features .features-grid .single-slide {
  text-align: center;
}

.category-features .features-grid .single-slide .slide-content {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px 0 34px;
  text-align: center;
}

.category-features .features-grid .single-slide .slide-content:hover {
  background: linear-gradient(90deg, #450E35, #AE3594, #450E35);
  transition: background 0.3s ease-in-out;
}

.category-features .features-grid .single-slide .slide-content img {
  margin: auto;
  max-width: 100%;
}

.category-features .features-grid .single-slide .slide-content {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  margin: 0 10px;
  padding: 40px 0 34px;
  text-align: center;
}

.category-features .features-grid .single-slide .slide-content img {
  margin: auto;
}

.category-features .features-grid .single-slide .slide-content h5 {
  margin-top: 34px;
}

.category-features .features-carousel .slick-arrow {
  position: absolute;
  outline: none;
  bottom: calc(50% - 10px);
  width: 60px;
  height: 40px;
  background: var(--hover-alt-color);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-features .features-carousel .slick-arrow:hover {
  background: var(--hover-color);
  transition: all 0.5s;
}

.category-features .features-carousel .slick-arrow.slick-prev {
  left: -20px;
  z-index: 2;
}

.category-features .features-carousel .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../images/icon/arrow-left.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.category-features .features-carousel .slick-arrow.slick-next {
  right: -20px;
}

.category-features .features-carousel .slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../images/icon/arrow-right.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.amazing-features {
  position: relative;
}

.amazing-features::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/amazing-features-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
}

.amazing-features::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/amazing-features-circle.png);
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  z-index: -1;
}

.amazing-features .single-slide .slide-content {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  margin: 0 10px;
  padding: 40px 0 34px;
  text-align: center;
}

.amazing-features .single-slide .slide-content img {
  margin: auto;
}

.amazing-features .single-slide .slide-content h5 {
  margin-top: 34px;
}

.amazing-features .features-carousel .slick-arrow {
  position: absolute;
  outline: none;
  bottom: calc(50% - 10px);
  width: 60px;
  height: 40px;
  background: var(--hover-alt-color);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amazing-features .features-carousel .slick-arrow:hover {
  background: var(--hover-color);
  transition: all 0.5s;
}

.amazing-features .features-carousel .slick-arrow.slick-prev {
  left: -20px;
  z-index: 2;
}

.amazing-features .features-carousel .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../images/icon/arrow-left.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.amazing-features .features-carousel .slick-arrow.slick-next {
  right: -20px;
}

.amazing-features .features-carousel .slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../images/icon/arrow-right.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.more-features .content-area {
  margin-bottom: -40px;
}

.more-features .content-area .single-item {
  display: flex;
  margin-bottom: 35px;
}

.more-features .content-area .single-item .image-area img {
  max-width: initial;
}

.more-features .content-area .single-item .text-area {
  margin-left: 20px;
}

.more-features .content-area .single-item .text-area h5 {
  margin-bottom: 16px;
}

.faqs-section {
  position: relative;
}

.faqs-section::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #1E0F25;
  /* background-image: url(../images/faqs-bg.png);
  background-repeat: no-repeat;
  background-position: top center; */
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.faqs-section .faq-bg {
  position: relative;
}

.faqs-section .faq-bg::before {
  position: absolute;
  content: "";
  width: 120%;
  background: #450e35;
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
}

.faqs-section .accordion .accordion-item {
  margin-bottom: 20px;
  background: var(--hover-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.faqs-section .accordion .accordion-item .accordion-header::after {
  position: absolute;
  left: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../images/icon/faq-icon.png);
  background-repeat: no-repeat;
}

.faqs-section .accordion .accordion-item .accordion-button {
  padding: 20px;
  padding-left: 70px;
  background: var(--hover-color);
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #1e0f25;
  border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #b0baf1;
}

.faqs-section.second::before {
  position: absolute;
  background-image: url(../images/faqs-2-bg.png);
  background-repeat: no-repeat;
}

.faqs-section.faqs-page::before {
  display: none;
}

.faqs-section.faqs-page ul {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 40px;
}

.faqs-section.faqs-page ul .cmn-btn {
  margin: 0 5px;
  text-transform: capitalize;
}

.faqs-section.faqs-page ul .cmn-btn.active,
.faqs-section.faqs-page ul .cmn-btn:hover {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
}

.faqs-section.faqs-page .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.ui-datepicker.ui-widget-content {
  background-color: var(--body-color);
  border: 1px solid #483f90;
}

.ui-datepicker .ui-datepicker-header {
  background: var(--body-color);
  border: 1px solid #483f90;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-button.ui-state-disabled:active {
  border: 1px solid var(--border-color);
  background: var(--body-color);
  text-align: center;
  color: var(--bs-white);
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: var(--head-color);
  border: 1px solid var(--hover-color);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: transparent !important;
  border: none;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background: var(--head-alt-color);
  border-color: var(--hover-alt-color);
}

.pagination {
  display: inline-flex;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background: #450e35;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  border: none;
  font-weight: bold;
  margin: 0 8px;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  background: #571ce0;
  transition: all 0.3s;
}

.pagination .page-item .page-btn {
  background: var(--hover-alt-color);
  border-radius: 10px;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-item .page-btn:hover {
  background: #571ce0;
  transition: all 0.3s;
}

.pagination .page-item .page-btn.previous {
  margin-right: 20px;
}

.pagination .page-item .page-btn.next {
  margin-left: 20px;
}

.betpopmodal .modal .modal-dialog {
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.betpopmodal .modal .modal-dialog .modal-content {
  border-radius: 10px;
  background-color: #4832b1;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-header {
  position: relative;
  padding: 0;
  border: none;
  z-index: 1;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 3px;
  margin: 0;
  background-color: #ffb4bc;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8e78c0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .cmn-btn:hover,
.betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .cmn-btn.active {
  background: #cab4ff;
  color: #450e35;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds {
  border-radius: 10px;
  background-color: #382590;
  padding: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val {
  width: 20%;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #5b41d1;
  border-radius: 10px;
  background-color: #4630ae;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val {
  border: 1px solid #5b41d1;
  border-radius: 10px;
  background-color: #382590;
  width: 100%;
  position: relative;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val input {
  display: inline;
  border: none;
  text-align: center;
  background-color: #382590;
  padding-left: 0;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area {
  display: grid;
  position: absolute;
  right: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area button {
  background: transparent;
  padding: 0;
  width: 12px;
  height: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area button img {
  max-width: unset;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .item-title {
  margin-bottom: 5px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  width: 33%;
  height: 0;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select::after {
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .option {
  background: transparent;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .option:hover {
  color: var(--head-color);
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .input-item .quickIn {
  border-style: solid;
  border-width: 1px;
  border-color: #5b41d1;
  border-radius: 10px;
  background-color: #382590;
  color: var(--bs-white);
  padding: 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .input-item .quickIn:hover {
  border: 1px solid #25ad5f;
  transition: 0.3s;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area.smart-value {
  border-radius: 10px;
  background-color: #382590;
  padding: 12px 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area.smart-value h5 {
  margin-left: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #8e78c0;
  margin-top: 30px;
  padding-top: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area p span {
  color: #ffe1e5;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .fee-area p .amount {
  color: #8bffbd;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area button {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--bs-white);
  border-radius: 10px;
  background-color: #571ce0;
  box-shadow: 4px 6.928px 24px 0px rgba(0, 0, 0, 0.18);
}

.currency-bet-section {
  margin-top: -120px;
  transform: translateZ(10px);
}

.currency-bet-section .overlay {
  background-image: url(../images/currency-bet-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.currency-bet-section .filter-section {
  padding: 60px 30px;
  border-radius: 30px;
  background-color: #382590;
}

.currency-bet-section .filter-section .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #432f9f;
  border-radius: 10px;
  padding: 5px;
  padding-left: 15px;
}

.currency-bet-section .filter-section .input-area input {
  border: none;
  padding-left: 10px;
}

.currency-bet-section .filter-section .input-area button {
  border-radius: 10px;
  color: var(--bs-white);
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #571ce0;
}

.currency-bet-section .filter-section .input-area button img {
  margin-right: 5px;
}

.currency-bet-section .table-responsive .table {
  margin-bottom: 0;
}

.currency-bet-section .table-responsive .table tr {
  background-color: #450e35;
  border-bottom: 1px solid #5946b5;
}

.currency-bet-section .table-responsive .table tr th,
.currency-bet-section .table-responsive .table tr td {
  color: var(--bs-white);
  text-align: center;
  vertical-align: middle;
}

.currency-bet-section .table-responsive .table tr th img,
.currency-bet-section .table-responsive .table tr td img {
  margin-right: 5px;
}

.currency-bet-section .table-responsive .table tr .progress {
  background-color: #25596f;
  border-radius: 7px;
  height: 14px;
}

.currency-bet-section .table-responsive .table tr .progress .progress-bar {
  background-color: #19652a;
  font-size: 10px;
}

.betting-details {
  margin-top: -145px;
  transform: translateZ(10px);
}

.betting-details .main-content {
  border-radius: 30px;
  background-color: #382590;
  padding: 0 40px 40px;
}

.betting-details .main-content .countdown span {
  font-size: inherit;
  font-weight: inherit;
}

.betting-details .main-content .table-responsive {
  border-radius: 20px;
}

.betting-details .main-content .table-responsive .table {
  margin-bottom: 0;
  border-top: 1px solid #5946b5;
}

.betting-details .main-content .table-responsive .table tr {
  background-color: #450e35;
  border-bottom: 1px solid #5946b5;
  vertical-align: middle;
}

.betting-details .main-content .table-responsive .table tr th,
.betting-details .main-content .table-responsive .table tr td {
  padding: 30px 40px;
}

.betting-details .main-content .escrow-bet-single {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #a996fe;
  align-items: center;
  margin-top: 20px;
  padding: 30px;
}

.betting-details .main-content .escrow-bet-single .left-area p {
  color: var(--head-color);
  padding-top: 20px;
}

.betting-details .main-content .escrow-bet-single .right-area {
  border-style: solid;
  border-width: 1px;
  border-color: #5f4bbd;
  border-radius: 10px;
  background-color: #332282;
  padding: 40px;
  text-align: center;
}

.betting-details .main-content .escrow-bet-single .right-area .cmn-btn {
  margin-top: 20px;
}

.escrow-bets-fee .single-item {
  border-radius: 20px;
  background-color: #382590;
  padding: 40px;
  text-align: center;
}

.escrow-bets-fee .single-item h4 {
  margin-top: 30px;
}

.escrow-bets-fee .single-item h3 {
  margin: 40px 0;
  padding: 30px 0 25px;
  border-top: 1px solid #5c47c0;
  border-bottom: 1px solid #5c47c0;
}

.escrow-bets-fee .single-item h3 span {
  font-size: inherit;
  font-weight: inherit;
  color: #ffbec6;
}

.escrow-bets-fee .single-item p {
  margin-bottom: 30px;
}

.escrow-bets-fee .single-item .btn-border {
  margin-top: 10px;
}

.testimonails-section .slick-slide {
  opacity: 0.3;
}

.testimonails-section .slick-slide.slick-center {
  opacity: 1;
  transition: 0.3s;
}

.testimonails-section .slick-slide .single-content {
  border-radius: 10px;
  background-color: #450e35;
  margin: 0 15px;
  padding: 40px;
}

.testimonails-section .slick-slide .single-content .profile-area {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonails-section .slick-slide .single-content .profile-area img {
  border-radius: 50%;
}

.testimonails-section .slick-slide .single-content .profile-area .text-area {
  margin-left: 20px;
}

.testimonails-section .slick-slide .single-content .profile-area .text-area h5 {
  margin-bottom: 5px;
}

.testimonails-section .testimonails-carousel {
  padding-bottom: 100px;
}

.testimonails-section .testimonails-carousel .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: var(--hover-alt-color);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonails-section .testimonails-carousel .slick-arrow:hover {
  background: var(--hover-color);
  transition: all 0.5s;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-prev {
  left: calc(50% - 55px);
  z-index: 2;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url(../images/icon/arrow-left-4.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-next {
  right: calc(50% - 55px);
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url(../images/icon/arrow-right-4.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.create-future-currency {
  transform: translateZ(10px);
  margin-top: -150px;
}

.create-future-currency .main-content {
  background: #382590;
  border-radius: 30px;
  padding: 60px;
}

.create-future-currency .main-content .single-input {
  margin-bottom: 30px;
  margin-top: -7px;
}

.create-future-currency .main-content .single-input .input-items {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.create-future-currency .main-content .single-input .input-items input {
  border: none;
}

.create-future-currency .main-content .single-input .input-items input:first-child {
  width: 80%;
}

.create-future-currency .main-content .single-input .input-items input:last-child {
  width: 20%;
  border-left: 1px solid var(--border-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.create-future-currency .main-content .single-input .input-select {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.create-future-currency .main-content .single-input .input-select input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  border-left: 1px solid var(--border-color);
}

.create-future-currency .main-content .single-input .nice-select {
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 30%;
  height: auto;
  background: #432f9f;
  border-radius: 10px;
}

.create-future-currency .main-content .single-input .nice-select::after {
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.create-future-currency .main-content .single-input .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.create-future-currency .main-content .single-input .nice-select .list .option {
  background: transparent;
}

.create-future-currency .main-content .single-input .nice-select .list .option:hover {
  color: var(--head-color);
}

.create-future-currency .main-content .single-input .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.create-future-currency .main-content .single-input p.mdr {
  margin-top: 5px;
}

.create-future-currency .main-content .invite-friends {
  background: #33237c;
  border: 1px dashed #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.create-future-currency .main-content .invite-friends .checkbox-single {
  position: relative;
  padding-left: 35px;
  padding-bottom: 30px;
  cursor: pointer;
  user-select: none;
  display: inline-flex !important;
}

.create-future-currency .main-content .invite-friends .checkbox-single .left-area {
  display: flex;
  align-items: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area {
  align-items: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background: #3a2a86;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkmark::after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon/check.png);
  background-repeat: no-repeat;
}

.create-future-currency .main-content .invite-friends .checkbox-single input:checked~.checkmark {
  background: #571ce0;
}

.create-future-currency .main-content .invite-friends .checkbox-single input:checked~.checkmark:after {
  display: block;
}

.create-future-currency .main-content .invite-friends .checkbox-single .item-title img {
  margin-right: 20px;
}

.create-future-currency .main-content .invite-friends .checkbox-single .item-title .vs {
  color: var(--head-alt-color);
  font-weight: bold;
}

.create-future-currency .main-content .invite-friends .single-btn button {
  margin-right: 10px;
}

.create-future-currency .main-content .more-info ul {
  margin-top: 30px;
}

.create-future-currency .main-content .more-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.create-future-currency .main-content .more-info ul li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--head-color);
  left: 0;
}

.bitbetio-affiliates ul {
  margin: 25px 0 -6px;
}

.bitbetio-affiliates ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}

.bitbetio-affiliates ul li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--head-color);
  left: 0;
  top: 10px;
}

.features-section .cus-mar {
  margin-bottom: -30px;
}

.features-section .single-area {
  margin-bottom: 30px;
}

.features-section .single-area h5 {
  margin-top: 25px;
}

.how-works-tournaments {
  transform: translateZ(10px);
  margin-top: -78px;
}

.how-works-tournaments .single-area {
  border-radius: 10px;
  background-color: #450e35;
  padding: 60px 0 55px;
}

.how-works-tournaments .single-area h4 {
  margin: 30px 0 20px;
}

.tournaments-section ul.nav {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 40px;
}

.tournaments-section ul.nav .cmn-btn {
  margin: 0 5px;
  text-transform: capitalize;
}

.tournaments-section ul.nav .cmn-btn.active,
.tournaments-section ul.nav .cmn-btn:hover {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
}

.tournaments-section .single-item {
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #7f8fc9;
  border-radius: 10px;
  background-color: #450e35;
  padding: 20px;
  margin-bottom: 30px;
}

.tournaments-section .single-item:last-child {
  margin-bottom: 0;
}

.tournaments-section .single-item .left-item {
  display: flex;
}

.tournaments-section .single-item .mid-area {
  margin-top: 5px;
  margin-left: 20px;
  padding-right: 15px;
}

.tournaments-section .single-item .mid-area ul {
  display: flex;
  align-items: center;
  margin: 15px 0 20px;
}

.tournaments-section .single-item .mid-area ul li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.tournaments-section .single-item .mid-area ul li span {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4129b0;
  width: 30px;
  height: 30px;
}

.tournaments-section .single-item .last-item {
  border-radius: 10px;
  background-color: #382590;
  padding: 40px 20px;
  text-align: center;
}

.tournaments-section .single-item .last-item h4 {
  margin: 20px 0 30px;
  border-radius: 10px;
  padding: 5px 67px;
  background-color: #1d613a;
}

.tournaments-section .single-item .last-item .cmn-btn,
.tournaments-section .single-item .last-item .btn-border {
  width: 100%;
}

.tournaments-section .table-responsive .table {
  margin-bottom: 0;
}

.tournaments-section .table-responsive .table tbody tr:hover {
  background-color: #382590;
}

.tournaments-section .table-responsive .table tr {
  background-color: #450e35;
  border-bottom: 1px solid #5946b5;
}

.tournaments-section .table-responsive .table tr th,
.tournaments-section .table-responsive .table tr td {
  color: var(--bs-white);
  text-align: center;
  vertical-align: middle;
}

.tournaments-section .table-responsive .table tr th.prize,
.tournaments-section .table-responsive .table tr td.prize {
  color: #ffc107;
  font-weight: 600;
}

.blog-section .single-blog {
  margin-bottom: 30px;
}

.blog-section .single-blog:last-child {
  margin-bottom: 0;
}

.blog-section .single-blog .blog-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-section .single-blog .blog-content {
  padding: 30px;
  background: #322a71;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-section .single-blog .blog-content .mid-content p {
  margin: 20px 0 15px;
}

.blog-section .single-blog .blog-content .bottom-item {
  border-top: 1px solid #617097;
  margin-top: 25px;
  padding-top: 25px;
}

.blog-section .single-blog .blog-content .bottom-item a {
  color: var(--bs-white);
}

.blog-section .single-blog .blog-content .bottom-item a img {
  margin-left: 10px;
}

.blog-section .sidebar-blog .sidebar-single {
  padding: 30px;
  background: #322a71;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-section .sidebar-blog .sidebar-single:last-child {
  margin-bottom: 0;
}

.blog-section .sidebar-blog .sidebar-single .title {
  margin-bottom: 25px;
}

.blog-section .sidebar-blog .sidebar-single form input {
  margin-bottom: 30px;
}

.blog-section .sidebar-blog .sidebar-single form .cmn-btn {
  width: 100%;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img {
  border-radius: 10px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .title {
  margin-top: 30px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area i {
  width: 35px;
  height: 35px;
  background: #5b2ed9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  margin-right: 5px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
  position: absolute;
  outline: none;
  top: -55px;
  width: 40px;
  height: 40px;
  background: var(--hover-alt-color);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow:hover {
  background: var(--hover-color);
  transition: all 0.5s;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev {
  right: 15%;
  z-index: 2;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url(../images/icon/arrow-left-4.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next {
  right: 0;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url(../images/icon/arrow-right-4.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.blog-section .sidebar-blog .sidebar-single .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #5653a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.3s;
}

.blog-section .sidebar-blog .sidebar-single .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.blog-section .sidebar-blog .sidebar-single .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.blog-section .sidebar-blog .sidebar-single .social-link a:hover i {
  color: var(--bs-white);
}

.blog-section .blog-post {
  background: #322a71;
  border-radius: 20px;
  padding: 40px;
}

.blog-section .blog-post .head-area span {
  margin-right: 20px;
}

.blog-section .blog-post .title {
  margin: 30px 0 35px;
}

.blog-section .blog-post .author {
  margin-right: 30px;
}

.blog-section .blog-post .author .author-img {
  border: 3px solid #0dd8b3;
  border-radius: 50%;
  max-width: initial;
}

.blog-section .blog-post .author .author-bottom {
  display: grid;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.blog-section .blog-post .author .author-bottom .icon-area {
  margin-bottom: 15px;
}

.blog-section .blog-post .author .author-bottom .icon-area i {
  color: var(--bs-white);
  background: #5b2ed9;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.blog-section .blog-post .author-content p {
  margin-bottom: 25px;
}

.blog-section .blog-post .author-content img {
  margin: 15px 0 35px;
}

.blog-section .blog-post .bottom-item {
  border-top: 1px solid #584dad;
  padding-top: 30px;
  margin-top: 7px;
}

.blog-section .blog-post .bottom-item .social-link a {
  width: 35px;
  height: 35px;
  border: 1px solid #5653a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s;
}

.blog-section .blog-post .bottom-item .social-link a i {
  color: #5ac4ff;
  transition: 0.3s;
}

.blog-section .blog-post .bottom-item .social-link a:hover {
  background: #ff96a5;
  border-color: #ff96a5;
}

.blog-section .blog-post .bottom-item .social-link a:hover i {
  color: var(--bs-white);
}

.blog-section .comments-area .title {
  border-bottom: 1px solid #4641ba;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.blog-section .comments-area .single-comments {
  display: flex;
  border-bottom: 1px solid #38357a;
  padding: 15px 0 30px;
  margin-bottom: 30px;
}

.blog-section .comments-area .single-comments:last-child {
  margin-bottom: 0;
}

.blog-section .comments-area .single-comments .left-area {
  margin-right: 20px;
}

.blog-section .comments-area .single-comments .left-area img {
  max-width: initial;
  border: 1px solid #6c82ba;
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.blog-section .comments-area .single-comments .right-area p.mdr {
  margin: 10px 0 20px;
}

.blog-section .comments-area .single-comments .right-area .reply-btn {
  margin-bottom: 10px;
  color: #ffc107;
  background: transparent;
  padding: 0;
  margin-top: 15px;
}

.blog-section .comments-area .single-comments .right-area form {
  background: #382590;
  border-radius: 10px;
  padding: 20px;
  display: none;
}

.blog-section .comments-area .single-comments.mid {
  margin-left: 11%;
}

.blog-section .leave-comments {
  border-radius: 20px;
  background-color: #322a71;
  padding: 40px 20px 35px;
}

.blog-section .leave-comments .single-input {
  margin-bottom: 30px;
}

.blog-section .leave-comments .single-input .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #2d2565;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 20px;
}

.blog-section .leave-comments .single-input .input-area input {
  background: #2d2565;
  border: none;
  padding-left: 10px;
}

.blog-section .leave-comments .single-input textarea {
  background: #2d2565;
}

.privacy-content {
  overflow-x: initial;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}

.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}

.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}

.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}

.privacy-content .safe-data {
  margin: 55px 0;
}

.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}

.privacy-content .safe-data ul li {
  padding-left: 15px;
}

.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}

.privacy-content .cookies {
  margin-bottom: -36px;
}

.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.dashboard-content {
  margin-top: -8px;
}

.dashboard-content .dashboard-heading {
  background-color: #322a71;
  margin-bottom: 30px;
}

.dashboard-content .dashboard-heading ul {
  justify-content: space-between;
}

.dashboard-content .dashboard-heading ul li .nav-link {
  background-color: transparent;
  color: var(--bs-white);
  text-transform: capitalize;
  padding: 30px 12px;
  font-weight: 700;
}

.dashboard-content .dashboard-heading ul li .nav-link.active,
.dashboard-content .dashboard-heading ul li .nav-link:hover {
  background: #463b9f;
  transition: 0.3s;
}

.dashboard-content .dashboard-sidebar .single-item {
  text-align: center;
  background: #322a71;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.dashboard-content .dashboard-sidebar .single-item:last-child {
  margin-bottom: 0;
}

.dashboard-content .dashboard-sidebar .single-item img {
  border-radius: 50%;
}

.dashboard-content .dashboard-sidebar .single-item h5 {
  margin: 30px 0 15px;
}

.dashboard-content .dashboard-sidebar .single-item .btn-border {
  margin-top: 30px;
}

.dashboard-content .dashboard-sidebar .balance {
  margin-bottom: 30px;
}

.dashboard-content .dashboard-sidebar .balance .single-item {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dashboard-content .dashboard-sidebar .balance .bottom-area {
  background: #571ce0;
  padding: 8px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dashboard-content .dashboard-sidebar .balance .bottom-area a {
  color: var(--bs-white);
}

.dashboard-content .tab-content .single-info {
  background: #322a71;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 30px;
}

.dashboard-content .tab-content .single-info .text-area {
  margin-left: 25px;
}

.dashboard-content .tab-content .single-info .text-area p {
  color: #00ff6d;
}

.dashboard-content .tab-content h5.title {
  padding: 15px 10px 15px 30px;
  background: #322a71;
  margin-bottom: 0;
  margin-top: 40px;
}

.dashboard-content .tab-content .table-responsive .table {
  margin-bottom: 0;
}

.dashboard-content .tab-content .table-responsive .table tr {
  background-color: #450e35;
  border-bottom: 1px solid var(--body-color);
}

.dashboard-content .tab-content .table-responsive .table tr th,
.dashboard-content .tab-content .table-responsive .table tr td {
  color: var(--bs-white);
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}

.dashboard-content .tab-content .table-responsive .table tr th img,
.dashboard-content .tab-content .table-responsive .table tr td img {
  margin-right: 5px;
}

.dashboard-content .tab-content .file-upload {
  display: flex;
  align-items: center;
}

.dashboard-content .tab-content .file-upload .img-area {
  margin-right: 30px;
}

.dashboard-content .tab-content .file-upload .img-area img {
  display: inline;
  border: 1px solid #5c61c8;
  padding: 10px;
  border-radius: 50%;
}

.dashboard-content .tab-content .file-upload input {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.dashboard-content .tab-content .file-upload .file {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.dashboard-content .tab-content .file-upload .file .file-custom {
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 5;
  height: 55px;
  border-radius: 20px;
  border: 1px solid #AD3492;
  display: flex;
  align-items: center;
}

.dashboard-content .tab-content .file-upload .file .file-custom::before {
  position: absolute;
  left: 0;
  background-image: url(../images/icon/upload-icons.png);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  left: 20px;
}

.dashboard-content .tab-content .file-upload .file .file-custom::after {
  content: "Payment Proof";
  position: absolute;
  right: 20px;
}

.dashboard-content .bets-tab ul {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 40px;
}

.dashboard-content .bets-tab ul .cmn-btn {
  margin: 0 5px;
  text-transform: capitalize;
}

.dashboard-content .bets-tab ul .cmn-btn.active,
.dashboard-content .bets-tab ul .cmn-btn:hover {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
}

.dashboard-content .deposit-with-tab .balance-area {
  background: var(--body-alt-color);
  border: 1px solid #3f4291;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select {
  border: 1px solid #2b2791;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
  width: 35%;
  height: 35px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select::after {
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select span {
  font-size: 16px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .option {
  background: transparent;
  font-size: 16px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .option:hover {
  color: var(--head-color);
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.dashboard-content .deposit-with-tab .balance-area h6 {
  background: #463b9f;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 25px;
  margin: 20px 0 25px;
  color: #ffe599;
}

.dashboard-content .deposit-with-tab .balance-area h6 span {
  font-size: inherit;
  font-weight: inherit;
}

.dashboard-content .deposit-with-tab .right-area {
  background: var(--body-alt-color);
  border: 1px solid #3f4290;
  padding: 30px;
  border-radius: 20px;
}

.dashboard-content .deposit-with-tab .right-area .para-area {
  margin: 10px 0 25px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar {
  border-style: solid;
  border-width: 1px;
  border-color: #474a9e;
  border-radius: 10px;
  background-color: #322a71;
  padding: 30px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #282470;
  border-radius: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 20px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area img {
  cursor: pointer;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area input {
  padding-left: 0;
  background-color: #282470;
  border: none;
}

.dashboard-content .deposit-with-tab .right-area .address-bar form .input-single {
  margin-bottom: 25px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar form .btn-border {
  margin-top: 10px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .qr-copy {
  margin-top: 15px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .qr-copy p {
  margin-left: 20px;
  cursor: pointer;
}

.dashboard-content .deposit-with-tab .right-area .bottom-area .single-item {
  margin-top: 35px;
}

.dashboard-content .deposit-with-tab .right-area .bottom-area .single-item h6 {
  color: #ffe599;
  margin-bottom: 5px;
}

.dashboard-content .buy-crypto {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(63, 66, 144);
  border-radius: 20px;
  background-color: var(--body-alt-color);
  padding: 30px;
}

.dashboard-content .buy-crypto h5 {
  margin-bottom: 15px;
}

.dashboard-content .buy-crypto .form-box {
  border-style: solid;
  border-width: 1px;
  border-color: #474a9e;
  border-radius: 10px;
  background-color: #322a71;
  padding: 30px;
  margin-top: 15px;
}

.dashboard-content .buy-crypto .nice-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7a7ff;
  border-radius: 10px;
  background-color: #282470;
}

.dashboard-content .buy-crypto .nice-select::after {
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.dashboard-content .buy-crypto .nice-select span {
  font-size: 16px;
}

.dashboard-content .buy-crypto .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.dashboard-content .buy-crypto .nice-select .list .option {
  background: transparent;
  font-size: 16px;
}

.dashboard-content .buy-crypto .nice-select .list .option:hover {
  color: var(--head-color);
}

.dashboard-content .buy-crypto .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.dashboard-content .buy-crypto .input-single {
  margin-top: 20px;
}

.dashboard-content .buy-crypto .input-select {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.dashboard-content .buy-crypto .input-select input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  border-left: 1px solid var(--border-color);
  background-color: #282470;
}

.dashboard-content .buy-crypto .input-select .nice-select {
  width: 35%;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #474a9e;
  background-color: #282470;
}

.dashboard-content .buy-crypto .table-area {
  margin-top: 30px;
}

.dashboard-content .buy-crypto .table-area p {
  margin-bottom: 20px;
}

.dashboard-content .affiliate-tab {
  background: var(--body-alt-color);
  border: 1px solid #3f4290;
  border-radius: 20px;
  padding: 30px;
}

.dashboard-content .affiliate-tab h5 {
  margin-bottom: 10px;
}

.dashboard-content .affiliate-tab .referral-bar {
  border-style: solid;
  border-width: 1px;
  border-color: #474a9e;
  border-radius: 10px;
  background-color: #322a71;
  padding: 30px;
  margin: 25px 0 30px;
}

.dashboard-content .affiliate-tab .referral-bar .input-area {
  display: flex;
  align-items: center;
  border: 1px solid #b7a7ff;
  background-color: #282470;
  border-radius: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 20px;
}

.dashboard-content .affiliate-tab .referral-bar .input-area img {
  cursor: pointer;
}

.dashboard-content .affiliate-tab .referral-bar .input-area input {
  padding-left: 0;
  background-color: #282470;
  border: none;
}

.dashboard-content .affiliate-tab .table-area {
  border-radius: 10px;
  background-color: #322a71;
  padding: 30px;
  margin-top: 30px;
}

.dashboard-content .affiliate-tab .table-area .head-area {
  margin-bottom: 30px;
}

.dashboard-content .affiliate-tab .table-area .input-area {
  border-style: solid;
  border-width: 1px;
  border-color: #3d2a98;
  background-color: #450e35;
  padding-right: 15px;
  border-radius: 25px;
}

.dashboard-content .affiliate-tab .table-area .input-area input {
  border: none;
  background: transparent;
}

.dashboard-content .transactions-tab form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.dashboard-content .transactions-tab form .single-input {
  width: 100%;
  margin-right: 20px;
}

.dashboard-content .transactions-tab form button {
  padding: 10px 20px;
  color: var(--bs-white);
  background: #571ce0;
  border-radius: 5px;
}

.dashboard-content .transactions-tab .nice-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7a7ff;
  border-radius: 10px;
  background-color: #282470;
}

.dashboard-content .transactions-tab .nice-select::after {
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.dashboard-content .transactions-tab .nice-select span {
  font-size: 16px;
}

.dashboard-content .transactions-tab .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.dashboard-content .transactions-tab .nice-select .list .option {
  background: transparent;
  font-size: 16px;
}

.dashboard-content .transactions-tab .nice-select .list .option:hover {
  color: var(--head-color);
}

.dashboard-content .transactions-tab .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.dashboard-content .setting-tab .single-area {
  padding: 30px;
  background: #450e35;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.dashboard-content .setting-tab .single-area:last-child {
  margin-bottom: 0;
}

.dashboard-content .setting-tab .single-area .icon-area {
  border-radius: 50%;
  background-color: #571ce0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.dashboard-content .setting-tab .single-area a.mdr {
  color: #fe8f9c;
  margin-left: 20px;
}

.dashboard-content .setting-tab .single-area .cmn-btn {
  border-radius: 10px;
}

.dashboard-content .setting-tab .single-area .switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 25px;
  margin-left: 15px;
}

.dashboard-content .setting-tab .single-area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dashboard-content .setting-tab .single-area .switch input:checked+.slider {
  background-color: #571ce0;
}

.dashboard-content .setting-tab .single-area .switch input:focus+.slider {
  box-shadow: 0 0 1px #571ce0;
}

.dashboard-content .setting-tab .single-area .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--border-color);
  transition: 0.4s;
}

.dashboard-content .setting-tab .single-area .switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.dashboard-content .setting-tab .single-area .switch .slider.round {
  border-radius: 24px;
}

.dashboard-content .setting-tab .single-area .switch .slider.round::before {
  border-radius: 50%;
}

.dashboard-content .setting-tab .single-area .switch input:checked+.slider:before {
  transform: translateX(26px);
}

.dashboard-content .setting-personal-details {
  border-style: solid;
  border-width: 1px;
  border-color: #3f4290;
  border-radius: 20px;
  background-color: var(--body-alt-color);
  padding: 30px;
  border-radius: 20px;
}

.dashboard-content .setting-personal-details .nice-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7a7ff;
  border-radius: 10px;
  background-color: var(--body-color);
}

.dashboard-content .setting-personal-details .nice-select::after {
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}

.dashboard-content .setting-personal-details .nice-select span {
  font-size: 16px;
}

.dashboard-content .setting-personal-details .nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #483f90;
}

.dashboard-content .setting-personal-details .nice-select .list .option {
  background: transparent;
  font-size: 16px;
}

.dashboard-content .setting-personal-details .nice-select .list .option:hover {
  color: var(--head-color);
}

.dashboard-content .setting-personal-details .nice-select .list .focus {
  background-color: transparent;
  color: var(--head-color);
}

.dashboard-content .setting-personal-details .single-input {
  margin-top: 25px;
}

.dashboard-content .setting-personal-details .single-input input {
  border-style: solid;
  border-width: 1px;
  border-color: #b7a7ff;
  border-radius: 10px;
  background-color: var(--body-color);
}

.dashboard-content .setting-personal-details .btn-border {
  margin-top: 35px;
}

.dashboard-content .setting-personal-details .file-upload .file {
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

.dashboard-content .google-authentication {
  border-style: solid;
  border-width: 1px;
  border-color: #3f4290;
  border-radius: 20px;
  background-color: var(--body-alt-color);
  padding: 30px;
}

.dashboard-content .google-authentication h4 {
  margin-bottom: 25px;
}

.dashboard-content .google-authentication ul {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 30px;
}

.dashboard-content .google-authentication ul .cmn-btn {
  margin: 0 5px;
  text-transform: capitalize;
}

.dashboard-content .google-authentication ul .cmn-btn.active,
.dashboard-content .google-authentication ul .cmn-btn:hover {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
}

.dashboard-content .google-authentication .brand {
  margin-top: 20px;
}

.dashboard-content .google-authentication .brand img {
  margin-right: 30px;
}

.dashboard-content .google-authentication .number-area {
  margin-top: 20px;
}

.dashboard-content .google-authentication .number-area .number {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 800;
  display: inline-block;
  margin-top: 15px;
}

.dashboard-content .google-authentication form {
  margin-top: 20px;
}

.dashboard-content .google-authentication form .single-input {
  margin-bottom: 25px;
}

.dashboard-content .google-authentication .footer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #594998;
  padding-top: 30px;
  margin-top: 30px;
}

.contact-section {
  margin-top: -140px;
  transform: translateZ(10px);
}

.contact-section .bg-area {
  background: #450E35;
  border-radius: 30px;
  padding: 80px 60px;
}

.contact-section .form-content {
  margin-top: -38px;
}

.contact-section .form-content .single-input {
  margin-top: 30px;
}

.contact-section .form-content .single-input input,
.contact-section .form-content .single-input textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #b7a7ff;
  border-radius: 10px;
  background-color: var(--body-color);
}

.error-section .btn-border {
  display: inline-flex;
}

@media screen and (min-width: 1399px) and (max-width: 1499px) {
  .counter-section::before {
    width: 95%;
    left: 2%;
  }
}

@media (max-width: 1799px) {
  .banner-section .overlay {
    background-size: 45%, 80%;
  }

  .how-it-works::before {
    background-size: 120%;
    background-position: top center;
  }

  .banner-section.affiliate .overlay .banner-content .content-shape img {
    right: 35%;
    bottom: 40%;
    width: 20%;
  }

  .banner-section.currency-bet.escrow-bets-banner .overlay .shape-area .chart-illu {
    width: 20%;
  }

  .banner-section.faqs .overlay .shape-area .faqs-illu {
    width: 25%;
  }

  .banner-section.tournaments .overlay .banner-content .content-shape img {
    right: 20%;
    bottom: -65%;
    width: 20%;
  }

  .banner-section.tournaments .overlay .shape-area img {
    right: 0;
    bottom: 0;
    width: 35%;
  }

  .banner-section.blog .overlay .shape-area img {
    width: 30%;
  }

  .affilliate-section .img-area img {
    width: 100%;
  }
}

@media (max-width: 1499px) {
  .banner-section.soccer-bets .overlay {
    background-position: bottom -40px right 150px, top 95px right 150px;
    background-size: 50% 85%;
  }

  .banner-section.faqs .overlay .shape-area .faqs-illu {
    width: 30%;
  }
}

@media (max-width: 1399px) {
  .banner-section .overlay .banner-content .container .content-shape .obj-4 {
    left: 57%;
    bottom: 72%;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-3 {
    right: 20%;
    left: initial;
    bottom: 0%;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-2 {
    left: 36%;
    bottom: 10%;
  }

  .counter-section {
    padding: 40px 30px 30px;
  }

  .counter-section .single-area .img-area {
    width: 25%;
  }

  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 10px;
  }

  .bet-this-game .single-area .main-content .team-single .img-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .bet-this-game .single-area .main-content {
    margin: 50px 25px 40px;
  }

  .currency-bet-section .table-responsive .table {
    width: 110%;
  }

  .dashboard-content .google-authentication ul {
    padding-bottom: 0;
    justify-content: center;
  }

  .dashboard-content .google-authentication ul li {
    margin-bottom: 10px;
  }

  .banner-section.contact .overlay .shape-area .contact-illu {
    width: 45%;
  }
}

@media (max-width: 1299px) {
  .counter-section::before {
    width: 94%;
    left: 3%;
  }

  .banner-section.soccer-bets .shape-area img {
    display: none;
  }

  .banner-section.escrow-bets-banner .banner-content {
    padding: 210px 0 110px;
  }

  .banner-section.contact .overlay .shape-area .contact-illu {
    width: 50%;
  }
}

@media (max-width: 1250px) {
  .testimonails-section .slick-slide {
    opacity: 1;
  }
}

@media (max-width: 1199px) {

  h1,
  h1>a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }

  h2,
  h2>a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }

  .banner-section .overlay .banner-content {
    padding: 220px 0 230px;
  }

  .banner-section.inner-banner .overlay .banner-content {
    padding: 215px 0 100px;
  }

  .banner-section.inner-banner.soccer-bets .overlay .banner-content {
    padding: 220px 0 230px;
  }

  .banner-section.inner-banner.escrow-bets-banner .overlay .banner-content {
    padding: 220px 0 110px;
  }

  .banner-section.inner-banner.tournaments .overlay .banner-content {
    padding: 215px 0 180px;
  }

  .banner-section.inner-banner.contact .overlay .banner-content {
    padding: 215px 0 230px;
  }

  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 20px;
  }

  .header-section.user-dashboard .navbar-collapse .right-area {
    margin-left: -25px;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select {
    padding-right: 20px;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select::after {
    right: 5px;
  }

  .how-it-works::before {
    width: 100%;
    background-color: #450e35;
    background-image: unset;
    height: 60%;
  }

  .counter-section .cus-mar {
    margin-bottom: -20px;
  }

  .counter-section .single-area {
    margin-bottom: 30px;
  }

  .bet-this-game .single-area .main-content {
    margin: 50px 10px 40px;
  }

  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 2px;
  }

  .bet-this-game .single-area .bottom-item {
    padding: 20px;
  }

  .bet-this-game .single-area .bottom-item .cmn-btn {
    padding: 10px 16px;
  }

  .banner-section.affiliate .overlay .banner-content .content-shape img {
    display: none;
  }

  .banner-section.affiliate .overlay .shape-area img {
    width: 30%;
  }

  .banner-section.tournaments .overlay .shape-area img {
    width: 45%;
  }

  .banner-section .overlay .banner-content .container .content-shape img,
  .banner-section.soccer-bets .shape-area img {
    display: none;
  }

  .bet-this-game.all-soccer-bets .filter-section form {
    margin-bottom: -30px;
  }

  .bet-this-game.all-soccer-bets .filter-section .nice-select,
  .bet-this-game.all-soccer-bets .filter-section .input-area {
    margin-bottom: 30px;
  }

  .currency-bet-section .table-responsive .table {
    width: 120%;
  }

  .create-future-currency .main-content .single-input .nice-select {
    width: 40%;
  }

  .tournaments-section .single-item .mid-area ul {
    display: grid;
    margin: 15px 0 5px;
  }

  .tournaments-section .single-item .mid-area ul li {
    margin-bottom: 15px;
  }

  .dashboard-content .tab-content .single-info {
    margin-bottom: 20px;
  }

  .dashboard-content .tab-content h5.title {
    margin-top: 20px;
  }

  .dashboard-content .tab-content .table-responsive .table {
    margin-bottom: 0;
    width: 140%;
  }

  .dashboard-content .deposit-with-tab .balance-area {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {

  h1,
  h1>a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }

  h2,
  h2>a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }

  h3,
  h3>a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }

  h4,
  h4>a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }

  h5,
  h5>a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }

  h6,
  h6>a,
  table thead tr th,
  a,
  p,
  span,
  li {
    font-size: 16px;
    line-height: 22px;
  }

  .section-header {
    margin-top: -8px;
    margin-bottom: 40px;
  }

  .title {
    margin-bottom: 20px;
  }

  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }

  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }

  .header-section .navbar-toggler {
    display: inline-block;
  }

  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }

  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }

  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }

  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }

  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }

  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }

  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }

  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item {
    margin-right: 20px;
    margin-left: 0;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item .nice-select {
    padding-left: 10px;
  }

  .header-section.user-dashboard .navbar .navbar-collapse.collapsing {
    display: none;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
    left: 0;
  }

  .banner-section .overlay {
    background-size: 0, 60%;
  }

  .banner-section.soccer-bets .overlay {
    background-size: 0;
  }

  .how-it-works .main-content ul {
    margin-bottom: 10px;
  }

  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 10px 20px;
  }

  .bet-this-game .single-area .main-content {
    margin: 50px 20px 40px;
  }

  .category-features::before {
    background-size: 175% 74%;
  }

  .amazing-features::before {
    background-size: 175% 74%;
  }

  .more-features .img-area {
    width: 60%;
    padding-top: 40px;
    margin: auto;
  }

  .affilliate-section .img-area {
    text-align: center;
  }

  .affilliate-section .img-area img {
    width: 60%;
    padding-top: 30px;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .quick-amounts {
    padding: 0 25px;
  }

  .testimonails-section .testimonails-carousel {
    padding-bottom: 70px;
  }

  .features-section .section-img-area {
    display: none;
  }

  .bitbetio-affiliates .img-area {
    text-align: center;
  }

  .bitbetio-affiliates .img-area img {
    margin-top: 30px;
    width: 60%;
  }

  .bet-this-game .sidebar {
    margin-bottom: 30px;
  }

  .call-to-action .d-rtl {
    text-align: center;
  }

  .call-to-action .d-rtl img {
    margin-top: 30px;
    width: 60%;
  }

  .currency-bet-section .table-responsive .table {
    width: 155%;
  }

  .betting-details .main-content .escrow-bet-single .left-area {
    margin-right: 30px;
  }

  .betting-details .main-content .table-responsive .table {
    width: 115%;
  }

  .betting-details .main-content .escrow-bet-single .right-area {
    width: 50%;
  }

  .escrow-bets-fee .single-item img {
    width: 30%;
  }

  .create-future-currency .main-content .single-input .input-items input:last-child {
    width: 42%;
  }

  .create-future-currency .main-content .single-input .nice-select {
    width: 23%;
  }

  .how-works-tournaments {
    overflow-x: initial;
  }

  .how-works-tournaments .cus-mar {
    margin-bottom: -25px;
  }

  .how-works-tournaments .cus-mar .single-area {
    margin-bottom: 25px;
  }

  .tournaments-section .single-item {
    display: grid;
  }

  .tournaments-section .single-item .last-item {
    padding: 40px 120px;
    margin-top: 30px;
  }

  .how-works-tournaments.tournaments-section {
    margin-bottom: 25px;
  }

  .blog-section .sidebar-blog {
    margin-top: 40px;
  }

  .dashboard-content {
    margin-top: 48px;
  }

  .dashboard-content .tab-content {
    margin-top: 30px;
  }

  .dashboard-content .bets-tab ul {
    margin-bottom: 0;
  }

  .dashboard-content .dashboard-heading ul li .nav-link {
    padding: 20px 12px;
  }

  .error-section .section-text {
    margin-top: 40px;
  }

  .category-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .banner-section .overlay .banner-content {
    padding: 0 0 60px;
  }

  .banner-section .overlay .shape-area .obj-1 {
    display: none;
  }

  .banner-section .overlay .shape-area .obj-2 {
    display: none;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-1 {
    display: none;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-2 {
    display: none;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-3 {
    display: none;
  }

  .banner-section .overlay .banner-content .container .content-shape .obj-4 {
    display: none;
  }

  .banner-section .overlay {
    margin-top: 80px;
    background-size: cover;
  }

  .banner-section .overlay .shape-area img,
  .banner-section .overlay .banner-content .container .content-shape img {
    max-width: 60px;
    /* Reduce shape sizes */
  }

  .counter-section .single-area {
    margin-bottom: 20px;
    /* Add spacing for counters on small screens */
  }

  .counter-section .single-area .text-area h3 {
    font-size: 20px;
    /* Adjust font size */
  }

  .counter-section .single-area .text-area p {
    font-size: 14px;
    /* Adjust description size */
  }

  .footer-section .menu-item .footer-link li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .footer-section .copyright {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .footer-section .copyright .copy-area {
    order: 1;
  }

  .footer-section .copyright .social-link {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-section .copyright .social-link a {
    margin: 10px;
  }

  .footer-section .newsletter {
    padding: 60px;
  }

  .footer-section {
    position: relative;
  }

  .footer-section::before {
    content: "";
    width: 100%;
    height: 80%;
    bottom: 0;
    background-color: var(--body-alt-color);
    position: absolute;
    z-index: -1;
  }

  .faqs-section .accordion .accordion-item .accordion-button {
    padding-right: 60px;
  }

  .counter-section .single-area .img-area {
    width: 20%;
  }

  .amazing-features .single-slide .slide-content img,
  .category-features .single-slide .slide-content img {
    width: 40%;
  }

  .amazing-features .single-slide .slide-content h5,
  .category-features .single-slide .slide-content h5 {
    margin-top: 25px;
  }

  .amazing-features::after,
  .category-features::after {
    background-image: unset;
  }

  .how-it-works .main-content {
    padding: 35px 0 60px;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area {
    display: grid;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .quick-amounts {
    padding: 20px 0;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area {
    display: grid;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area {
    margin: 20px 0;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area button {
    padding: 15px 10px;
  }

  .features-section .single-area .img-area img {
    width: 35%;
  }

  .how-it-works.affiliates .single-area .img-area img {
    width: 25%;
  }

  .how-it-works.affiliates::before {
    height: 90%;
  }

  .currency-bet-section .table-responsive .table {
    width: 210%;
  }

  .betting-details .main-content .table-responsive .table {
    width: 170%;
  }

  .betting-details .main-content .escrow-bet-single {
    display: grid;
    padding: 20px;
  }

  .betting-details .main-content .escrow-bet-single .left-area {
    margin: 0;
    margin-bottom: 20px;
  }

  .betting-details .main-content .escrow-bet-single .right-area {
    width: 100%;
    padding: 20px;
  }

  .escrow-bets-fee .cus-mar {
    margin-bottom: -30px;
  }

  .escrow-bets-fee .single-item {
    margin-bottom: 30px;
  }

  .create-future-currency .main-content {
    padding: 50px 30px;
  }

  .create-future-currency .main-content .invite-friends {
    padding: 30px 20px;
  }

  .create-future-currency .main-content .single-input .nice-select {
    width: 30%;
  }

  .create-future-currency .main-content .single-input .input-items input:last-child {
    width: 60%;
  }

  .faqs-section.faqs-page ul {
    padding-bottom: 0;
    justify-content: center;
  }

  .faqs-section.faqs-page ul li {
    margin-bottom: 10px;
  }

  .tournaments-section .table-responsive .table {
    width: 120%;
  }

  .dashboard-content .dashboard-heading ul {
    justify-content: start;
  }

  .dashboard-content .tab-content .affiliate-tab .table-responsive .table {
    width: 180%;
  }

  .dashboard-content .transactions-tab form {
    flex-wrap: wrap;
  }

  .dashboard-content .transactions-tab form .single-input {
    margin-bottom: 20px;
  }

  .dashboard-content .transactions-tab form .text-end {
    margin-bottom: 10px;
  }

  .dashboard-content .tab-content .file-upload .file .file-custom {
    width: 65%;
  }

  .category-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-features .features-grid .single-slide .slide-content {
    padding: 20px 0 20px;
  }

  .category-features .features-grid .single-slide .slide-content img {
    width: 70%;
  }

  .dashboard-content .google-authentication .footer-area {
    display: inline-grid;
  }

  .dashboard-content .google-authentication .footer-area h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {

  h1,
  h1>a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }

  h2,
  h2>a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }

  h3,
  h3>a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }

  h4,
  h4>a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }

  a,
  p,
  span,
  li,
  .cmn-btn,
  thead tr th,
  tbody tr th,
  tbody tr td,
  input,
  label,
  textarea,
  h6,
  h6>a {
    font-size: 15px;
    line-height: 19px;
  }

  .section-header {
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .title {
    margin-bottom: 15px;
  }

  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }

  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }

  .header-section .navbar {
    padding: 20px 15px;
  }

  .banner-section .overlay img {
    margin-top: 80px;
  }

  .banner-section .overlay .banner-content {
    padding: 80px 0 60px;
    /* Further reduce padding */
  }

  .banner-section .overlay .shape-area img,
  .banner-section .overlay .banner-content .container .content-shape img {
    max-width: 40px;
    /* Further reduce shape sizes */
  }

  .banner-section .counter-section {
    margin-top: -160px;
  }

  .counter-section .single-area {
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }

  .counter-section .single-area .img-area {
    margin-bottom: 0px;
  }

  .counter-section .single-area .text-area h3 {
    font-size: 18px;
  }

  .counter-section .single-area .text-area p {
    font-size: 12px;
  }

  .banner-section.inner-banner .overlay .banner-content {
    padding: 170px 0 65px;
  }

  .banner-section.inner-banner.soccer-bets .overlay .banner-content {
    padding: 170px 0 210px;
  }

  .banner-section.inner-banner.soccer-bets.currency-bet .overlay .banner-content {
    padding: 170px 0 190px;
  }

  .banner-section.inner-banner.soccer-bets.currency-bet.escrow-bets-banner .overlay .banner-content {
    padding: 170px 0 70px;
  }

  .banner-section.inner-banner.tournaments .overlay .banner-content {
    padding: 170px 0 140px;
  }

  .banner-section.inner-banner.contact .overlay .banner-content {
    padding: 170px 0 210px;
  }

  .faqs-section .accordion .accordion-item .accordion-button {
    padding-left: 20px;
  }

  .faqs-section .accordion .accordion-item .accordion-header::after {
    display: none;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item {
    display: grid;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .draw {
    margin: 20px 0;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds {
    padding: 15px;
  }

  .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val {
    width: 40%;
  }

  .features-section .single-area .img-area img {
    width: 20%;
  }

  .how-it-works.affiliates .magnific-area .mfp-iframe::before {
    width: 120px;
    height: 120px;
  }

  .how-it-works.affiliates .magnific-area .mfp-iframe {
    height: 60px;
    width: 60px;
  }

  .how-it-works.affiliates .single-area h4 {
    margin-top: 10px;
  }

  .features-section .single-area h5 {
    margin-top: 10px;
  }

  .testimonails-section .slick-slide .single-content {
    padding: 30px 20px;
  }

  .tournaments-section .single-item .left-item {
    display: grid;
  }

  .tournaments-section .single-item .mid-area {
    margin-top: 30px;
    margin-left: 0;
  }

  .tournaments-section .single-item .last-item {
    padding: 40px 70px;
  }

  .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img {
    width: 100%;
  }

  .blog-section .blog-post .bottom-item {
    display: grid !important;
  }

  .blog-section .blog-post .bottom-item .social-link {
    margin-top: 30px;
  }

  .blog-section .blog-post .bottom-item .social-link a {
    margin: 0;
    margin-right: 20px;
  }

  .dashboard-content {
    margin-top: 38px;
  }

  .dashboard-content .tab-content .file-upload .file .file-custom {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .footer-section .menu-item {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .footer-section .menu-item ul {
    margin-top: 20px;
  }

  .bet-this-game .single-area .main-content {
    margin: 50px 0 40px;
  }

  .bet-this-game .single-area .main-content .team-single .img-area {
    width: 65%;
  }

  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 6px 3px;
  }

  .bet-this-game .single-area .bottom-item {
    border-top: 1px solid #8e78c0;
    display: grid;
    justify-content: center;
  }

  .bet-this-game .single-area .bottom-item .cmn-btn {
    margin-bottom: 15px;
  }

  .bet-this-game .single-area .bottom-item .cmn-btn:last-child {
    margin-bottom: 0;
  }

  .bet-this-game .single-area .head-area {
    display: grid !important;
  }

  .bet-this-game .single-area .head-area .cmn-btn {
    width: 50%;
  }

  .bet-this-game .single-area .head-area p {
    margin: 20px 0 0;
  }

  .footer-section .newsletter {
    padding: 60px 15px;
  }

  .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
  }

  .pagination .page-item .page-btn {
    width: 50px;
    height: 30px;
  }

  .pagination .page-item .page-btn.previous,
  .pagination .page-item .page-btn.next {
    margin: 0;
  }

  .currency-bet-section .table-responsive .table {
    width: 255%;
  }

  .betting-details .main-content {
    padding: 0 15px 30px;
  }

  .betting-details .main-content .table-responsive .table {
    width: 245%;
  }

  .create-future-currency .main-content .invite-friends .single-btn {
    display: inline-grid;
  }

  .create-future-currency .main-content .invite-friends .single-btn .clear {
    margin-top: 15px;
  }

  .create-future-currency .main-content .single-input .input-items {
    display: grid !important;
  }

  .create-future-currency .main-content .single-input .input-items input:first-child,
  .create-future-currency .main-content .single-input .input-items input:last-child {
    width: 100%;
    border-radius: 10px;
  }

  .create-future-currency .main-content .single-input .nice-select {
    width: 70%;
  }

  .tournaments-section .single-item .last-item {
    padding: 30px;
  }

  .tournaments-section ul.nav {
    padding: 0 10px;
    padding-top: 10px;
    padding-bottom: -10px;
    justify-content: center;
  }

  .tournaments-section ul.nav li {
    margin-bottom: 10px;
  }

  .tournaments-section .single-item .mid-area ul li {
    margin-right: 0;
  }

  .tournaments-section .table-responsive .table {
    width: 170%;
  }

  .blog-section .single-blog .blog-content {
    padding: 20px 15px;
  }

  .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom {
    display: grid !important;
  }

  .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area {
    margin-top: 15px;
  }

  .blog-section .sidebar-blog .sidebar-single .title {
    margin-bottom: 10px;
  }

  .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
    display: none !important;
  }

  .blog-section .blog-post {
    padding: 30px 15px;
  }

  .log-reg .modal-content .tab-content .login-reg-content .counter-area {
    display: grid;
    padding-top: 15px;
  }

  .log-reg .modal-content .tab-content .login-reg-content .counter-area .single {
    margin-top: 15px;
  }

  .dashboard-content .bets-tab ul {
    padding-bottom: 0;
    justify-content: center;
  }

  .dashboard-content .bets-tab ul li {
    margin-bottom: 10px;
  }

  .dashboard-content .tab-content .table-responsive .table {
    width: 190%;
  }

  .dashboard-content .deposit-with-tab .right-area .address-bar {
    padding: 20px 10px;
  }

  .dashboard-content .deposit-with-tab .right-area {
    padding: 20px 10px;
  }

  .dashboard-content .buy-crypto .col-6 {
    width: 100% !important;
  }

  .dashboard-content .google-authentication .brand {
    display: grid !important;
    margin-top: 10px;
  }

  .dashboard-content .google-authentication .brand a {
    margin-top: 10px;
  }

  .dashboard-content .tab-content .file-upload {
    display: grid;
  }

  .dashboard-content .tab-content .file-upload .img-area {
    margin-bottom: 20px;
  }

  .dashboard-content .setting-tab .single-area {
    display: grid;
  }

  .dashboard-content .setting-tab .single-area a.mdr {
    margin-left: 0;
  }

  .dashboard-content .setting-tab .single-area p {
    margin: 15px 0;
  }

  .dashboard-content .setting-tab .single-area a.cmn-btn {
    margin-top: 15px;
  }

  .dashboard-content .setting-tab .single-area .switch {
    margin-left: 0;
  }

  .dashboard-content .google-authentication {
    padding: 20px 10px;
  }

  .dashboard-content .tab-content .file-upload .file .file-custom {
    width: 75%;
  }

  .dashboard-content .affiliate-tab .table-area {
    padding: 20px 10px;
  }

  .dashboard-content .buy-crypto .form-box {
    padding: 20px 10px;
  }

  .dashboard-content .buy-crypto {
    padding: 20px 10px;
  }

  .dashboard-content .tab-content .buy-crypto .table-responsive .table {
    width: 245%;
  }

  .dashboard-content .affiliate-tab .referral-bar {
    padding: 20px 10px;
  }

  .dashboard-content .affiliate-tab {
    padding: 20px 10px;
  }

  .dashboard-content .tab-content .affiliate-tab .table-responsive .table {
    width: 260%;
  }

  .contact-section .bg-area {
    padding: 50px 20px;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area,
  .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
    width: 290px;
    padding: 20px 10px;
  }

  .leave-comments .col-6 {
    width: 100% !important;
  }

  .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a {
    padding: 15px 0;
  }
}

@media (max-width: 375px) {
  .banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 12px;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 9px;
  }

  .bet-this-game .single-area .main-content {
    display: grid;
    justify-content: center;
  }

  .bet-this-game .single-area .main-content .mid-area {
    padding: 30px 0;
  }

  .bet-this-game .single-area .head-area .cmn-btn {
    width: 60%;
  }

  .footer-section .newsletter form .form-group input {
    padding-left: 0;
  }

  .footer-section .newsletter form .form-group button {
    min-width: 40px;
    min-height: 40px;
  }

  .how-it-works .main-content ul li h5 {
    padding-left: 15px;
  }

  .how-it-works .main-content ul li h5 .image-area {
    width: 20%;
  }

  .currency-bet-section .table-responsive .table {
    width: 350%;
  }

  .blog-section .title {
    margin: 30px 0 15px;
  }

  .blog-section .author-blog-post {
    display: grid !important;
  }

  .blog-section .blog-post .author {
    display: flex;
    align-items: center;
  }

  .blog-section .blog-post .author .author-bottom {
    display: flex;
  }

  .blog-section .blog-post .author .author-bottom .icon-area {
    margin-left: 20px;
  }

  .log-reg .modal-content .tab-content .login-reg-content .remember-me {
    display: grid;
  }

  .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .left-area {
    margin-bottom: 25px;
  }

  .log-reg .modal-content .log-reg-btn {
    margin-bottom: -10px;
  }

  .log-reg .modal-content .log-reg-btn li {
    margin-bottom: 20px;
  }

  .dashboard-content .tab-content .file-upload .file .file-custom {
    width: 91%;
  }
}

/*# sourceMappingURL=style.css.map */


/* Game Sections of Category Pages Start */

.categoty-games-section {
  position: relative;
}

.categoty-games-section::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #1E0F25;
  border-radius: 20px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.categoty-games-section .image-area {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.categoty-games-section .game-bg {
  position: relative;
}

.categoty-games-section .game-bg::before {
  position: absolute;
  content: "";
  width: 105%;
  background: #450e35;
  border-radius: 20px;
  height: 100%;
  z-index: -1;
}

.categoty-games-section .game-bg .all-rules {
  background-color: #AE3594;
  border-radius: 15px;
  padding: 2rem;
}

.categoty-games-section .game-bg .all-rules .list-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-left: 50px;
  padding-bottom: 15px;
}

.categoty-games-section .game-bg .all-rules .list-style-1::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-1.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-2::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-2.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-3::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-3.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-4::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-4.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-5::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-5.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-6::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-6.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-7::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-7.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-8::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-8.png);
  background-repeat: no-repeat;
}

.categoty-games-section .game-bg .all-rules .list-style-9::after {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-9.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item {
  margin-bottom: 13px;
  background: var(--hover-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 3px;
  border: none;
}

.categoty-games-section .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.categoty-games-section .accordion .accordion-item .list-icon-1::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-1.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-2::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-2.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-3::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-3.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-4::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-4.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-5::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-5.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-6::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-6.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .list-icon-7::after {
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background-image: url(../images/li-icons/list-icon-7.png);
  background-repeat: no-repeat;
}

.categoty-games-section .accordion .accordion-item .accordion-button {
  padding: 12px;
  padding-left: 70px;
  background: var(--hover-color);
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}

.categoty-games-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}

.categoty-games-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #1e0f25;
  border-radius: 5px;
}

.categoty-games-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.categoty-games-section .accordion .accordion-item .accordion-collapse {
  border: none;
}

.categoty-games-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}

.categoty-games-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #b0baf1;
}

.categoty-games-section.second::before {
  position: absolute;
  background-image: url(../images/faqs-2-bg.png);
  background-repeat: no-repeat;
}

.categoty-games-section.faqs-page::before {
  display: none;
}

.categoty-games-section.faqs-page ul {
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 40px;
}

.categoty-games-section.faqs-page ul .cmn-btn {
  margin: 0 5px;
  text-transform: capitalize;
}

.categoty-games-section.faqs-page ul .cmn-btn.active,
.categoty-games-section.faqs-page ul .cmn-btn:hover {
  background: #cab4ff;
  color: #450e35;
  border-color: transparent;
}

.categoty-games-section.faqs-page .accordion .accordion-item:last-child {
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .categoty-games-section .accordion .accordion-item .accordion-button {
    padding-right: 60px;
  }

  .categoty-games-section.faqs-page ul {
    padding-bottom: 0;
    justify-content: center;
  }

  .categoty-games-section.faqs-page ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .categoty-games-section .accordion .accordion-item .accordion-button {
    padding-left: 20px;
  }

  .categoty-games-section .accordion .accordion-item .accordion-header::after {
    display: none;
  }

  .categoty-games-section .accordion .accordion-item .list-icon-1::after {
    display: none;
  }
}

/* Game Sections of Category Pages End */


/* Mechandise Page CSS Start */

.product-card-setting {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.product-card h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #AD3492;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.product-card span {
  display: block;
  font-size: 1rem;
  color: #333;
}

.product-card .sale-price {
  font-size: 1rem;
  text-decoration: line-through;
}

.product-card .discount-percentage {
  font-size: 1rem;
  display: inline-block;
}


.product-card .discounted-price {
  font-weight: bold;
  color: #ffffff;
  background-color: #AD3492;
  padding: 0.8rem 1.6rem;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

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

@media (min-width: 768px) and (max-width: 1799px) {
  .merchandise-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1800px) {
  .merchandise-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575px) {
  .product-card-setting {
    margin: 0 auto;
    flex-direction: row !important;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5rem;
  }

  .product-card {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    width: 100%;
    max-width: 180px;
  }

  .product-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .product-card h4 {
    font-size: 1rem;
    font-weight: 700;
  }

  .product-card .sale-price {
    font-size: 0.6rem;
  }

  .product-card .discount-percentage {
    font-size: 0.6rem;
  }

  .product-card .discounted-price {
    font-weight: 700;
    padding: 0.4rem 0.2rem;
    margin-top: 5px;
    text-align: center;
    font-size: 0.6rem;
  }
}

/* Mechandise Page CSS End */

/* Registration Invoice Page CSS Start */

.invoicesearch {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #450E35;
  background-clip: border-box;
  border: 1px solid #AD3492;
  border-radius: 0.5rem;
}

.invoicesearch-header {
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  background-color: #AD3492;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 575px) {
  .invoicesearch-header {
    padding: 0.4rem 0.8rem;
    font-weight: 600;
  }
}
/* Registration Invoice Page CSS End */

