:root {
  --bs-primary: #45F882;        /* Primary color */
  --bs-secondary: #FFFFFF;      /* Secondary color */
  --bs-black: #0B0E13;
  --bs-yellow: #FFBE18;
  
  --bs-font-family: "Rajdhani", sans-serif; /* Default font family */

  --font-weight-500: 500;
  --font-weight-bold: bold;

  --font-size-36: 36px;
  --font-size-18: 18px;
  --font-size-16: 16px;

}

.container {
    max-width: 1140px;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.eot');
    src: url('../fonts/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Bold.woff') format('woff'),
        url('../fonts/Rajdhani-Bold.ttf') format('truetype'),
        url('../fonts/Rajdhani-Bold.svg#Rajdhani-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.eot');
    src: url('../fonts/Rajdhani-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
        url('../fonts/Rajdhani-Medium.woff') format('woff'),
        url('../fonts/Rajdhani-Medium.ttf') format('truetype'),
        url('../fonts/Rajdhani-Medium.svg#Rajdhani-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--bs-font-family);
    background-color: #000000;
}

/* Navbar css */

.site-branding .site-title {
    color: var(--bs-secondary);
    text-transform: capitalize;
    text-decoration: none;
    font-weight: var(--font-weight-bold);
    margin: 0;
    font-size: var(--font-size-36);
}

.site-branding .site-title a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.navbar-custom {
    padding: 15px 0;
}

.navbar-custom .collapse .menu-item .nav-link {
    color: #FFF;
    font-size: var(--font-size-16);
    padding: 0 10px;
}

.right-topbar-menu .top-bar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.right-topbar-menu .top-bar-nav li a {
    text-decoration: none;
    color: var(--bs-black);
    background: var(--bs-primary);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-bold);
    padding: 11.5px 0;
    display: inline-block;
    width: 64px;
    text-align: center;
    position: relative;
}

.right-topbar-menu .top-bar-nav li a::after, .right-topbar-menu .top-bar-nav li a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 14px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}

.right-topbar-menu .top-bar-nav li a::after {
    right: -14px;
    background: url('../images/button-shape.svg');
}

.right-topbar-menu .top-bar-nav li a::before {
    left: -14px;
    background: url('../images/button-shape-left.svg');
}


.right-topbar-menu .top-bar-nav li a span {
    position: relative;
    top: 1px;
}

.right-topbar-menu .marquee {
    display: none;
}

.hero-banner {
    padding: 170px 0 40px;
    position: relative;
    height: 600px;
}

.hero-banner h2 {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-500);
    color: var(--bs-primary);
    margin: 0;
}

.hero-banner h1 {
    font-size: 84px;
    font-weight: var(--font-weight-bold);
    color: var(--bs-secondary);
    margin: 0;
    line-height: 54px;
    margin-top: 31px;
}

.hero-banner h1 span {
    display: block;
    margin-top: 31px;
    color: var(--bs-primary);
}

.hero-banner p {
    font-family: 'Poppins';
    color: #969EB2;
    font-size: 16px;
    width: 65%;
    margin: 31px auto 0;
    line-height: 28px;
}

.hero-banner-btn {
    margin-top: 30px;
    }

.hero-banner-btn a {
    background: var(--bs-primary);
    display: inline-block;
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    width: 100px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px;
    color: var(--bs-black);
}

.hero-banner-btn a::after, .hero-banner-btn a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 14px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}

.hero-banner-btn a::after {
    right: -14px;
    background: url('../images/button-shape.svg');
}

.hero-banner-btn a::before {
    left: -14px;
    background: url('../images/button-shape-left.svg');
}

.hero-banner-btn a:last-child {
    background: var(--bs-yellow);   
}

.hero-banner-btn a:last-child::after {
    right: -13px;
    background: url('../images/button-shape-yellow.svg');
}

.hero-banner-btn a:last-child:before {
    left: -14px;
    background: url('../images/button-shape-yellow-left.svg');
}

.hero-banner-btn a span {
    position: relative;
    top: 2px;
}

.our-partners {
    padding: 100px 0;
}

.our-partners h3 {
    margin: 0;
    font-size: 20px;
    color: var(--bs-primary);
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: var(--font-weight-500);
}

.our-partners h2 {
    margin: 10px 0 0;
    font-size: 44px;
    color: #FFF;
    line-height: 54px;
    font-weight: var(--font-weight-bold);
}

.custom-row {
    width: 1025px;
    margin: 50px auto 0;
}

.our-grid-main {
 background: linear-gradient(96.84deg, #45F882 -1.78%, #FFBE18 100.8%);
  padding: 2px;
  display: inline-block;
  /* clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%); */
  clip-path: polygon(90.71% 100%, 100% 70.71%, 100% 29.29%, 90.71% 0%, 10.29% 0%, 0% 29.29%, 0% 70.71%, 10.29% 100%);
  width: 100%;
  margin-bottom: 20px;
}

.our-grid {
 background-color: #000; /* black background inside */
  padding: 30px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  clip-path: inherit; /* apply the same shape inside */
  height: auto;
  flex-direction: column;
  width: 100%;
}

.our-grid img {
	height: 60px;
	width: 185px;
}
.our-btn {
    width: 100%;
    text-align: center;
}

.our-btn a {
    color: var(--bs-black);
     background: var(--bs-primary);
    display: inline-block;
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    width: calc(100% /2 - 43px);
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px;
}

.our-btn a:first-child {
    margin-left: 0;
}

.our-btn a:last-child {
    margin-right: 0;
}

.our-btn a::after, .our-btn a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 14px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}

.our-btn a::after {
    right: -14px;
    background: url('../images/button-shape.svg');
}

.our-btn a::before {
    left: -14px;
    background: url('../images/button-shape-left.svg');
}

.our-btn a:first-child {
    background: var(--bs-yellow);   
}

.our-btn a:first-child::after {
    right: -13px;
    background: url('../images/button-shape-yellow.svg');
}

.our-btn a:first-child:before {
    left: -14px;
    background: url('../images/button-shape-yellow-left.svg');
}

.winning-streak {
    background: url('../images/winning-streak-new.png');
    height: 400px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.winning-streak h2 {
    font-weight: var(--font-weight-bold);
    font-size: 54px;
    color: var(--bs-primary);
    margin-bottom: 20px;
}

.winning-streak p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 40px;
}

.winning-streak a {
     background: var(--bs-yellow);
    display: inline-block;
    font-size: 18px;
    color: var(--bs-black);
    font-weight: var(--font-weight-bold);
    text-decoration: none;
    width: 100px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px;
}

.winning-streak a::after, .winning-streak a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 14px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}

.winning-streak a::after {
    right: -13px;
    background: url('../images/button-shape-yellow.svg');
}

.winning-streak a::before {
    left: -14px;
    background: url('../images/button-shape-yellow-left.svg');
}

.winning-content {
    background: #0F1C23;
    margin-top: -42px;
    padding-top: 42px;
    position: relative;
    z-index: -1;
}

.winning-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.winning-content p {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
    font-family: 'Poppins';
    line-height: 28px;
    margin: 30px auto 0;
    padding-bottom: 60px;
    width: 89%;
}

.all-sports {
    padding: 100px 0;
}

.all-sports h3,
.testimonials h3,
.faqs-main h3,
.contact-us-main h3,
.payment-main h3 {
    margin: 0;
    font-size: 20px;
    color: var(--bs-primary);
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: var(--font-weight-500);
}

.all-sports h2,
.testimonials h2,
.faqs-main h2,
.contact-us-main h2,
.payment-main h2 {
    margin: 10px 0 0;
    font-size: 44px;
    color: #FFF;
    line-height: 54px;
    font-weight: var(--font-weight-bold);
}

.all-sports .slick-slider {
    margin-top: 50px;
}

.sports-gird {
    /* background: linear-gradient(90deg, #45F882 0%, #FFBE18 100%);
    clip-path: polygon(10% 0%, 80% 0%, 90% 10%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 10%);
    height: 365px; */
    position: relative;
    margin: 0 20px;
    text-align: center;
    padding: 10px;
}

.sports-gird img {
    margin: auto;
    width: 100%;
}

.sports-gird::before {
    position: absolute;
    content: '';
    background: url('../images/Subtract.png');
    /* background: linear-gradient(90deg, #45F882 0%, #FFBE18 100%); */
    /* background: red; */
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    /* clip-path: polygon(10% 0%, 80% 0%, 90% 7%, 100% 80%, 80% 100%, 7% 100%, 0% 80%, 0% 7%); */
    /* height: 365px;
    width: 270px; */
}

.sports-gird h4 {
    font-size: 24px;
    line-height: 34px;
    color: var(--bs-black);
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: var(--font-weight-500);
}

.all-sports .slick-slider .slick-dots {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    gap: 6px;
}

.all-sports .slick-slider .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    border: 1px solid #FFFFFF1A;
    background: #0E1A21;
}

.all-sports .slick-slider .slick-dots li.slick-active {
    background: linear-gradient(90deg, #45F882 0%, #FFBE18 100%);
}

.all-sports .slick-slider .slick-dots li button {
    border: none;
}

.how-its-work {
    padding-top: 0;
    overflow: hidden;
}

.all-sports.how-its-work h2 {
    background: #000000;
    position: relative;
    z-index: 2;
}

.how-its-work-grid {
    /* background: red; */
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px;
    background: linear-gradient(96.84deg, #45F882 -1.78%, #FFBE18 100.8%);
    position: relative;
    margin-top: 44px;
    z-index: 2;
}

.how-its-work-grid::before {
    position: absolute;
    content: '';
    background: #0F1B22;
    width: calc(100% - 2px);
    height: calc(100% - 0px);
    left: 0;
    top: -2px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.how-its-work-grid::after {
    position: absolute;
    content: '';
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 40%;
    left: 0;
    top: -44px;
    bottom: auto;
    right: 0;
    margin: auto;
    background-color: #000;
    z-index: -5;
}

.work-grid {
    background: linear-gradient(96.84deg, #45F882 -1.78%, #FFBE18 100.8%);
    position: relative;
    text-align: center;
    padding: 30px;
    width: calc(100% / 4 - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.work-grid.active {
    border-color: #ffffff;
    box-shadow: 0 0 15px #ffffff; /* Optional glow effect */
}

.work-grid::before {
     position: absolute;
    content: '';
    background: #000000;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.work-grid::after {
    position: absolute;
    content: '';
    background: linear-gradient(96.84deg, #45F882 -1.78%, #FFBE18 100.8%);
    width: 20px;
    height: 4px;
    border-radius: 4px;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.work-grid:last-child::after {
    display: none;
}

.work-grid img {
    position: relative;
}

.work-grid h5 {
    position: relative;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    margin-top: 10px;
}

.work-round-bg {
    text-align: center;
    margin-top: -366px;
    animation: spin 12000ms linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.testimonials-main {

}

.testimonials {
    /* margin-top: 50px; */
    background: url(../images/testimonials-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials .slick-slider {
    margin-top: 50px;
}

.testimonials-grid {
    text-align: center;
}

.testimonials-grid p {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 34.01px;
    letter-spacing: 0%;
    margin: 0 0 16px;
}

.testimonials-grid .user-profile {
    width: 54px;
    height: 54px;
    border-radius: 99em;
    margin: auto;
    object-fit: cover;
}

.testimonials-grid h6 {
    font-family: Rajdhani;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #fff;
    margin: 10px 0;
}

.testimonials-grid ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.custom-arrows-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -90px;
}

.custom-arrows-wrapper .custom-arrow {
    background: #45F882;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    position: relative;
}

.custom-arrows-wrapper .custom-arrow.slick-prev img {
    transform: rotate(180deg);
    position: relative;
    top: -1px;
}

.custom-arrows-wrapper .custom-arrow.slick-prev::before,
.custom-arrows-wrapper .custom-arrow.slick-next::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 14px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}

.custom-arrows-wrapper .custom-arrow.slick-prev::before {
    left: -14px;
    background: url(../images/button-shape-left.svg);
}

.custom-arrows-wrapper .custom-arrow.slick-next::before {
    right: -14px;
    background: url(../images/button-shape.svg);
}

.faqs-main {
    padding: 100px 0;
}

.faqs-main .accordion {
    margin-top: 50px;
}

.faqs-main .accordion .accordion-item {
    /* background: linear-gradient(98.46deg, #45F882 -17.61%, #FFBE18 117.46%); */
    background: #0F1B22;
    margin-bottom: 20px;
    padding: 0;
}

.faqs-main .accordion .accordion-item .accordion-header {
    margin-top: 0;
}

.faqs-main .accordion .accordion-item .accordion-header button {
    background: transparent;
    border-bottom: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    padding: 30px 30px;
    color: #FFF;
    border: none;
    box-shadow: none;
    font-family: 'Poppins';
    border-radius: 0;
}

.faqs-main .accordion .accordion-item.active .accordion-header button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faqs-main .accordion .accordion-item .accordion-header button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0);
}

.faqs-main .accordion .accordion-item .accordion-collapse {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 0 30px 30px;
}

.faqs-main .accordion .accordion-item .accordion-collapse .accordion-body {
    color: #000;
}

.faqs-main .accordion .accordion-item .accordion-header button[aria-expanded="true"] {
  color: #000;
}

.accordion-body {
    padding: 0;
}

.faqs-main .accordion .accordion-item.active {
    background: linear-gradient(98.46deg, #45F882 -17.61%, #FFBE18 117.46%);
}

.contact-us-main {

}

.contact-us-inner {
    margin-top: 50px;
    background: #0F1B22;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.contact-grid {
    background: #000;
    padding: 30px;
    width: calc(100% / 2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-grid p {
    color: #FFF;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 34.01px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.contact-grid span {
    color: #FFF;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.contact-us-follow {
    background: #0F1B22;
    padding: 0 30px 30px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.follow-grid {
    display: flex;
    align-items: center;
    width: calc(100% / 2 - 25px);
    justify-content: space-between;
    position: relative;
}

.follow-grid::before {
    position: absolute;
    content: '';
    background: #FFFFFF;
    opacity: 20%;
    width: 2px;
    height: 100%;
    right: -25px;
    top: 0;
    bottom: 0;
}

.follow-grid:last-child::before {
    display: none;
}

.follow-grid p {
    font-weight: 600;
    font-size: 24px;
    line-height: 34.01px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFF;
    margin: 0;
}

.follow-grid span  {
    display: block;
}

.follow-grid span a {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    background: #FFBE18;
    padding: 10px 17px;
    outline: none;
    margin-top: 10px;
    display: inline-block;
    border-radius: 99em;
}

.follow-grid ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.payment-main {
    padding: 100px 0;
    background: #0F1B22;
    margin-top: 100px;
}

.payment-main ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-main {
    position: relative;
}

.footer-main::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url('../images/footer-bg.png') no-repeat;
    height: 85px;
    background-size: 100% 100%;
    z-index: -1;
}

.footer-main p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--bs-primary);
    margin: 0;
    padding-top: 33px;
}

 .close-iocn {
    display: none;
 }

 .banner-social-link {
    position: fixed;
    left: 20px;
    bottom: 20px;
    top: auto;
    z-index: 5;
 }

 .banner-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
 }

 .banner-social-whats-up-link {
    left: auto;
    right: 20px;
 }

 .hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.payment-slider .slick-slide {
  padding: 0 10px;  /* left & right padding */
}

.dice-drifting {
    position: absolute;
    top: 198px;
    left: 18px;
}

.dice-drifting img {
    animation: rotate 4s linear infinite;
    transform-origin: center;
}

.coin-drifting {
    position: absolute;
    bottom: 9.5px;
    left: 12px;
}

.coin-drifting img {
    animation: rotate 4s linear infinite;
    transform-origin: center;
}

.coin-drifting-right {
    position: absolute;
    right: 160px;
    bottom: 32px;
    perspective: 1000px;
}

.coin-drifting-right img {
    transform: rotateX(25deg) rotateZ(-20deg); /* tilt the coin */
    transform-style: preserve-3d;
    animation: spin 2s linear infinite;
    transform-origin: center center;
}

.red-coin-drifting {
    position: absolute;
    bottom: 90px;
    right: 162px;
}

.red-coin-drifting img {
    animation: rotate 4s linear infinite;
    transform-origin: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@keyframes spinY {
    0% {
       transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.all-sports.how-its-work {
    position: relative;
    z-index: -1;
}

.ssl-icon {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ssl-icon p {
    color: var(--bs-secondary);
    font-size: 16px;
    font-family: 'Poppins';
    margin-bottom: 0;
}

.ssl-icon p span {
    /* display: block; */
    margin-top: 10px;
}

.follow-grid:first-child ul li:last-child {
    display: none;
}

.work-video-main {
    padding-bottom: 100px;
}

.work-video-main video.hero-video-background {
    height: 720px;
    position: relative;
    padding: 0;
}


    .footer-menu {
        display: none;
    }

@media screen and (max-width: 1440px) {
    
    
    .coin-drifting img {
        width: 110px;
    }

    .dice-drifting img {
        width: 110px;
    }

    .dice-drifting {
        top: 170px;
        left: 65px;
    }

    .red-coin-drifting img {
        width: 95px;
    }

    .coin-drifting-right img {
        width: 95px;
    }

    .red-coin-drifting {
        bottom: 130px;
        right: 100px;
    }

    .coin-drifting-right {
        right: 150px;
        bottom: 35px;
    }

    .coin-drifting {
        bottom: 18.5px;
        left: 290px;
    }

}

 @media screen and (max-width: 1200px) {
    
    .winning-streak {
        background-size: cover;
        padding: 100px 0 ;
    }

    .winning-content p {
        padding-bottom: 40px;
    }

    .coin-drifting img {
        width: 100px;
    }

    .dice-drifting img {
        width: 100px;
    }

    .dice-drifting {
        top: 75px;
        left: 65px;
    }

    .red-coin-drifting img {
        width: 85px;
    }

    .coin-drifting-right img {
        width: 85px;
    }

    .red-coin-drifting {
        bottom: 45px;
        right: 100px;
    }

    .coin-drifting-right {
        right: 150px;
        bottom: 35px;
    }

    .coin-drifting {
        bottom: 18.5px;
        left: 40px;
    }

 }

@media screen and (max-width: 1024px) {
    
    .site-branding .site-title {
        font-size: 30px;
    }

    .right-topbar-menu .top-bar-nav li a {
        font-size: 16px;
    }

    .right-topbar-menu .top-bar-nav li a {
        padding: 7.5px 0;
    }

     .right-topbar-menu .top-bar-nav li a::after, .right-topbar-menu .top-bar-nav li a::before {
        background-size: 100% 100%;
    }

     .right-topbar-menu .top-bar-nav li a::after {
        right: -12px;
    }

    .right-topbar-menu .top-bar-nav li a::before {
        background: url(../images/button-shape.svg);
        background-size: 100% 100%;
        transform: rotate(180deg);
        left: -12px;
    }

    .hero-banner {
        padding: 100px 0;
        height: 500px;
    }

    .hero-banner h1 {
        font-size: 74px;
        line-height: 70px;
        margin-top: 20px;
    }

    .hero-banner h1 span {
        margin-top: 0;
    }

    .hero-banner p {
        width: 100%;
    }

    .winning-streak {
        /* background: none; */
        height: auto;
        /* background: url('../images/game-bg-mobile.png') no-repeat; */
        background-size: cover;
        padding: 100px 0 ;
        position: relative;
    }

    .winning-streak h2 {
        font-size: 52px;
    }

     .winning-content p {
        margin: 30px 0 0;
        padding-bottom: 40px;
        width: 100%;
    }

     .all-sports {
        padding: 70px 0;
    }

    .sports-gird {
        margin: 0 10px;
    }

    .all-sports .slick-slider {
        margin-top: 40px;
        padding-right: 0;
    }

    .all-sports .slick-slider .slick-dots {
        margin: 30px 0 0;
    }

    .all-sports.how-its-work {
        padding-top: 0;
    }

    .how-its-work-grid {
    /* background: red; */
        padding: 50px 20px;
        margin: 0;
    }

    .all-sports.how-its-work .row:last-child {
        margin: 0;
    }

    .how-its-work-grid::after {
        height: 39%;
        background-size: 100% 100%;
    }

    .work-grid {
        width: calc(100% / 2 - 15px);
    }

    .work-grid:nth-child(2):after {
        display: none;
    }

    .work-round-bg {
        margin-top: -320px;
    }

    .testimonials-main .row {
        margin: 0;
    }

    .footer-main p {
        font-size: 16px;
        padding: 20px 0;
    }

    .footer-main::before {
        display: none;
    }

    .custom-row {
        width: 100%;
        margin: 50px auto 0;
    }

    .our-grid {
        padding: 20px 20px;
    }

    .our-partners {
        padding: 70px 0;
    }

    .our-grid-main {
        clip-path: polygon(90.71% 100%, 100% 82.00%, 100% 18%, 90.71% 0%, 10.29% 0%, 0% 18.00%, 0% 82.00%, 10.29% 100%);
    }

    .coin-drifting img {
        width: 100px;
    }

    .dice-drifting img {
        width: 100px;
    }

    .dice-drifting {
        top: 75px;
        left: 65px;
    }

    .red-coin-drifting img {
        width: 85px;
    }

    .coin-drifting-right img {
        width: 85px;
    }

    .red-coin-drifting {
        bottom: 45px;
        right: 100px;
    }

    .coin-drifting-right {
        right: 150px;
        bottom: 35px;
    }

    .coin-drifting {
        bottom: 18.5px;
        left: 40px;
    }

    .work-video-main video.hero-video-background {
        height: 500px;
    }

}

@media screen and (max-width: 984px) {
    
    
    .coin-drifting img {
        width: 100px;
    }

    .dice-drifting img {
        width: 100px;
    }

    .dice-drifting {
        top: 90px;
        left: 65px;
    }

    .red-coin-drifting img {
        width: 85px;
    }

    .coin-drifting-right img {
        width: 85px;
    }

    .red-coin-drifting {
        bottom: 90px;
        right: 100px;
    }

    .coin-drifting-right {
        right: 150px;
        bottom: 75px;
    }

    .coin-drifting {
        bottom: 40.5px;
        left: 40px;
    }

}

@media screen and (max-width: 991px) {

    .container-md {
        max-width: none;
    }
    
    .navbar-toggler {

    }

    .collapseing {
        height: auto !important;
    }

    .navbar-custom {
        z-index: 1;
    }

    .navbar-collapse {
        position: fixed;
        background: #000;
        width: calc(100% - 0px);
        left: 0;
        top: 0;
        z-index: 0;
        height: 100%;
        padding: 30px;
        left: 100%;
        transition: all 0.3s;
    }

    .navbar-custom .collapse .menu-item .nav-link {
        color: #FFF;
        font-size: 18px;
        padding: 5px 10px;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-custom {
        padding: 5px 0;
    }

    .site-title a {
        font-size: 26px;
    }

    .right-topbar-menu .top-bar-nav li a {
        font-size: 12px;
        padding: 6px 0;
        width: 50px;
    }

    .right-topbar-menu {
        margin-left: auto;
        padding-right: 20px;
        position: relative;
        z-index: -1;
    }

    .right-topbar-menu .top-bar-nav li a::after, .right-topbar-menu .top-bar-nav li a::before {
        background-size: 100% 100%;
    }

    .right-topbar-menu .top-bar-nav li a::after {
        right: -11px;
    }

    .right-topbar-menu .top-bar-nav li a::before {
        background: url(../images/button-shape.svg);
        background-size: 100% 100%;
        transform: rotate(180deg);
        left: -11px;
    }

    .close-iocn {
        border-radius: 99em;
        width: 30px;
        height: 30px;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        z-index: 99999;
    }

    .close-iocn img {
        width: 14px;
    }

}

@media screen and (max-width: 767px) {
    
    .dice-drifting,
    .red-coin-drifting,
    .coin-drifting,
    .coin-drifting-right {
        display: none;
    }

    .hero-banner {
        padding: 100px 0;
    }

    .hero-banner h2 {
        font-size: 20px;
    }

    .hero-banner h1 {
        font-size: 64px;
        line-height: 55px;
        width: 75%;
        margin: 12px auto 12px;
    }

    .hero-banner h1 span {
        margin-top: 0;
    }

    .hero-banner p {
        width: 100%;
        margin: 31px auto 0;
        line-height: 28px;
    }

    .winning-streak {
        background: none;
        height: auto;
        background: url('../images/game-bg-mobile.png') no-repeat;
        background-size: 100% 100%;
        padding: 80px 0 ;
    }

    .winning-streak h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .winning-content p {
        margin: 30px 0 0;
        padding-bottom: 40px;
        width: 100%;
    }

    .all-sports {
        padding: 70px 0;
    }

    .sports-gird {
        margin: 0 10px;
    }

    .all-sports .slick-slider {
        margin-top: 40px;
        padding-right: 0;
    }

    .all-sports.how-its-work {
        padding-top: 0;
    }

    .how-its-work-grid {
        padding: 30px 20px 20px;
        margin-top: 84px;
    }

    .all-sports.how-its-work .row:last-child {
        margin: 0;
    }

    .work-grid {
        padding: 30px;
        width: calc(100% / 1 - 0px);
    }

    .work-grid::after {
       width: 3px;
        height: 20px;
        top: auto;
        bottom: -20px;
        left: 0;
        right: 0;
    }

    .how-its-work-grid::after {
        background: url('../images/work-bg-mobile.png') no-repeat;
        background-size: 100% 100%;
        height: 80px;
    }

    .how-its-work-grid::before {
        width: calc(100% - 4px);
    }

    .work-round-bg {
        margin-top: -146px;
    }

    .testimonials-main .row {
        margin: 0;
    }

    .testimonials {
        padding: 80px 20px;
        display: block;
        background: url('../images/testimonials-bg-mobile.png') no-repeat;
        background-size: 100% 100%;
    }

    .testimonials h3 {
        margin-top: 15px;
    }

    .testimonials-grid {
        margin-bottom: 20px;
    }

    .custom-arrows-wrapper {
        bottom: -104px;
    }

    .faqs-main {
        padding: 100px 0 70px;
    }

    .contact-grid {
        width: calc(100% / 1);
    }

    .follow-grid {
        width: calc(100% / 1 - 0px);
    }

    .follow-grid::before {
        opacity: 20%;
        width: 100%;
        height: 1px;
        right: 0px;
        top: auto;
        bottom: -30px;
    }

    .follow-grid span a {
        display: block;
        padding: 10px 14px;
    }

    .payment-main {
        padding: 80px 0;
        margin-top: 80px;
    }

    .payment-main ul {
        flex-wrap: wrap;
    }

    .payment-main ul li {
        width: calc(100% / 2 - 52px);
    }

    .footer-main p {
        font-size: 12px;
    }

    .footer-main::before {
        background: url(../images/footer-bg-mobile.png) no-repeat;
        height: 59px;
    }

    .footer-main p {
        padding-top: 20px;
    }

     /* .banner-social-link {
        display: none;
     } */

     .coin-drifting img {
        width: 100px;
     }

     .testimonials-grid p {
        font-size: 20px;
     }

     .contact-grid {
        position: relative;
     }

     .contact-grid:last-child::before {
        display: none;
     }

     .contact-grid::before {
        position: absolute;
        content: '';
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 85%;
        height: 2px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
     }

     .contact-grid p,
     .follow-grid p {
        color: var(--bs-primary);
     }

     .follow-grid:last-child p {
        width: 100%;
     }

     .follow-grid span {
        color: #FFF;
    }

     .follow-grid span a {
        display: inline-block;
     }

     .follow-grid:last-child ul {
        display: none;
     }

     .follow-grid ul {
        gap: 10px;
    }

    .follow-grid ul li a img {
        width: 30px;
    }

}

.dice-drifting-red {
    display: none;
}

@media screen and (max-width: 576px) {
    .our-btn a {
        width: calc(100% / 1 - 20px);
        margin: 0 0 20px;
    }

    .our-grid img {
        width: 115px;
        height: 40px;
    }

    .our-btn a:last-child {
        margin-bottom: 10px;
    }

    .hero-banner {   
        padding: 300px 0 60px;
        height: auto;
    }

    .hero-banner p {
        display: none;
    }

    .hero-banner h1 {
        font-size: 34px;
        width: 100%;
        margin-top: 0;
    }

    .hero-banner h1 span {
        line-height: 32px;
    }

    .winning-streak {
        background: url(../images/game-bg-mobile-new.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .ssl-icon {
        margin-top: 50px;
        display: block;
    }

    .ssl-icon p {
        color: var(--bs-secondary);
        font-size: 16px;
        font-family: 'Poppins';
    }

    .ssl-icon p span {
        display: block;
        margin-top: 10px;
    }

    .payment-main {
        padding: 80px 0 50px;
        margin-top: 30px;
    }

    .site-branding a img {
        width: 140px;
    }

    .follow-grid ul li:last-child {
        display: block;
    }

    .dice-drifting {
        top: 235px;
        left: 30px;
    }

    .dice-drifting img {
        width: 65px;
    }

    .coin-drifting {
        bottom: 132.5px;
        left: -26px;
    }

    .coin-drifting img {
        width: 85px;
    }

    .red-coin-drifting {
        bottom: -60px;
        right: -20px;
    }

    .red-coin-drifting img {
        width: 75px;
    }

    .dice-drifting, .coin-drifting, .red-coin-drifting, .dice-drifting-red {
        display: block;
    }

    .dice-drifting-red {
        position: absolute;
        bottom: 46px;
        right: 16px;
    }

    .dice-drifting-red img {
        animation: rotate 4s linear infinite;
        transform-origin: center;
    }

    .work-video-main {
       padding-bottom: 70px;
    }

    .work-video-main video.hero-video-background {
        height: 271px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .follow-grid:first-child ul li:last-child {
        display: block;
    }

    .right-topbar-menu marquee {
        font-size: 14px;
        color: #FFF;
        display: block;
        margin: 0;
        /* animation: marquee 5s linear infinite;
        padding-left: 100%; */
    }

    .marquee {
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
		display: block !important;
    }
	
	    .right-topbar-menu {
     
        padding-right: 0px;
    }

    @keyframes marquee {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-100%); }
    }

    .right-topbar-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-menu {
        display: block;
        padding-top: 50px;
    }

    .footer-menu .navbar-nav {
        display: flex;
        flex-direction: row;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-left-width: 0;
        border-right-width: 0;
        gap: 0;
        padding: 10px 0;
    }

    .footer-menu .navbar-nav li {
        width: auto;
    }

    .footer-menu .navbar-nav li a.nav-link {
        color: #FFF;
        padding: 10px;
    }

    .banner-social-link.banner-social-whats-up-link ul li a img {
        width: 50px;
    }

}

@media screen and (max-width: 450px) {
    .custom-arrows-wrapper {
        bottom: -100px;
    }
}

@media screen and (max-width: 390px) {
    .custom-arrows-wrapper {
        bottom: -90px;
    }
}

.post, .page {
    margin: 0 !important;
}