@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');


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

body {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.custcontainer {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.secondcontainer {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

/* -----banner css---- */

.bannermain {
    position: relative;
    padding: 347px 20px 203px;
    background-image: url(./assets/images/bannerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bannermain .bannercontainer {
    max-width: 740px;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid rgb(255 255 255 / 18%);
    position: relative;
    backdrop-filter: blur(5px);
}

.bannermain .bannercontainer::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    left: -3px;
    top: -3px;
}

.bannermain .bannercontainer::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    right: -3px;
    top: -3px;
}

.bannermain .bannerpattern {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

.bannermain .bannerpattern::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    left: -3px;
    bottom: -3px;
}

.bannermain .bannerpattern::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    right: -3px;
    bottom: -3px;
}

.bannermain .maintitle {
    font-size: 100px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bannermain::before {
    position: absolute;
    content: "";
    height: 203px;
    width: 1px;
    background: rgb(255 255 255 / 18%);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 144px;
}

.bannermain::after {
    position: absolute;
    content: "";
    height: 203px;
    width: 1px;
    background: rgb(255 255 255 / 18%);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}


/* ----------about css------ */
.about-section {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    background: #023CA5;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
}

.about-section .abouttitle {
    position: relative;
    left: calc(50% + 36px);
    margin-bottom: 95px;
    color: #fff;
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -5px;
}

.custrow {
    display: flex;
    flex-wrap: wrap;
}

.about-section .about-text {
    max-width: 485px;
    padding-right: 85px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -1px;
    color: rgb(255 255 255 / 70%);
}

.about-section .experience {
    max-width: 270px;
    padding-left: 58px;
    align-content: end;
}

.about-section .abttitle {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    width: fit-content;
    margin-left: auto;
}

.about-section .abtpara {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    letter-spacing: -0.13px;
}

.about-section .about-link {
    color: #fff;
    text-decoration: none;
    margin-left: -180px;
}

.about-section .image-wrapper {
    position: relative;
    z-index: 1;
}

/* -------card css----- */
.cardsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 20px;
}

.cardsection .headingtxt {
    text-align: right;
    margin-bottom: 40px;
    color: #0B0B0B;
    max-width: 585px;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -5px;
}

.cardsection .heading h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
    color: #000;
}

.cardsection .cards {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.cardsection .card {
    width: calc(33.33% - 34px);
    background: #f8f8f8;
    padding: 22px;
    position: relative;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.cardsection .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cardsection .cardimg {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
}

.cardsection .arrow {
    font-size: 28px;
    color: #333;
    text-decoration: none;
    line-height: 1;
}

.cardsection .card-content .cardtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #111;
}

.cardsection .card-content .cardpara {
    font-size: 16px;
    line-height: 18px;
    color: #0B0B0B;
}

/* ===== GAMES FAQ (Namespaced) ===== */
.games-faq {
    background: #000;
    color: #fff;
    padding: 110px 20px;
    font-family: Arial, sans-serif;
    position: relative;
}

.games-faq:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    left: 0;
    top: 0;
    background: #fff;
}

.games-faq:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #0F7414;
}

.games-faq .games-faq__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 40px;
}

.games-faq .games-faq__label {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}

.games-faq .games-faq__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
}

.games-faq .games-faq__item {
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.games-faq .games-faq__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.games-faq .games-faq__trigger {
    width: 100%;
    background: none;
    border: 0;
    color: inherit;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.games-faq .games-faq__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.games-faq .games-faq__number {
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, .5);
}

.games-faq .games-faq__name {
    font-size: 16px;
    line-height: 18px;
}

.games-faq .games-faq__icon {
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, .8);
}

.games-faq .games-faq__content {
    display: none;
    padding: 10px 0 40px;
}

.games-faq .games-faq__item.active .games-faq__content {
    display: block;
}

.games-faq .games-faq__body {
    margin-left: auto;
    width: min(100%, 620px);
}

.games-faq .games-faq__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.games-faq .games-faq__text p {
    color: rgba(255, 255, 255, .6);
    line-height: 18px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.games-faq .games-faq__image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* --------------- */

.greenabout {
    position: relative;
    padding: 80px 20px;
    background: #0f7414;
}

.greenabout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
}

.greenabout .greenleft {
    width: 50%;
}

.greenabout .smltxt {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 166px;
}

.greenabout .greenbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 500px;
    margin-bottom: 60px;
}

.greenabout .whitedot {
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
}

.greenabout .greencontent {
    max-width: 150px;
}

.greenabout .greenbox:last-child {
    margin-bottom: 0;
}

.greenabout .greennymber {
    font-size: 58px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.greenabout .greenpara {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

.greenabout .greenright {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.greenabout .greentitle {
    color: #fff;
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 40px;
    max-width: 550px;
    text-transform: uppercase;
    letter-spacing: -4px;
}

.greenabout .greensmltxt {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 500px;
    text-transform: uppercase;
    opacity: 0.7;
}

.greenabout .client {
    display: flex;
    align-items: center;
    gap: 10px;
}

.greenabout .clientname {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}


/* ------------- */

.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 150px 20px;
}

.testimonial-slider>.custcontainer {
    position: relative;
}

.testimonial-slider>.custcontainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgb(11, 11, 11, 0.08);
}

.testimonial-slider .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonial-slider .slides {
    display: flex;
    transition: transform 0.8s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.testimonial-slider .slide {
    flex: 0 0 100%;
    width: 100%;
}

/* CONTENT ANIMATION */

.testimonial-slider .slide .left,
.testimonial-slider .slide .right,
.testimonial-slider .slide .top-text,
.testimonial-slider .slide blockquote,
.testimonial-slider .slide .author {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.testimonial-slider .slide .left {
    width: 50%;
    padding-right: 50px;
}

.testimonial-slider .slide .right {
    width: 50%;
}

.testimonial-slider .slide.active .left,
.testimonial-slider .slide.active .right,
.testimonial-slider .slide.active .top-text,
.testimonial-slider .slide.active .author {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-slider .slide.active .clientmaintxt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s;
}

.testimonial-slider .slide.active .author {
    transition-delay: .25s;
}

.testimonial-slider .slide.active .right {
    transition-delay: .2s;
}

/* IMAGE ANIMATION */

.testimonial-slider .slide .right img {
    width: 100%;
    display: block;
    opacity: 0;
    transform: scale(1.08);
    transition:
        opacity .9s ease,
        transform .9s ease;
}

.testimonial-slider .slide.active .right img {
    opacity: 1;
    transform: scale(1);
}

/* BUTTONS */

.testimonial-slider .controls {
    position: absolute;
    top: 200px;
    right: 0;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.testimonial-slider .controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    transition: .3s;
}

.testimonial-slider .controls button:hover img {
    filter: invert(1);
}

.testimonial-slider .controls button:hover {
    background: #000;
    color: #fff;
}

.testimonial-slider .content {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-slider .testimonailupper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.testimonial-slider .testimonailtitle {
    width: 50%;
}

.testimonial-slider .testimonialsmltxt {
    width: 50%;
    text-align: right;
    color: rgb(11 11 11 / 60%);
}

.testimonial-slider .testimonailclint {
    padding-left: 40px;
    margin-top: 40px;
    max-width: 490px;
    filter: grayscale(1);
}

.testimonial-slider .testimonailtitletxt {
    text-align: right;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

.testimonial-slider .top-text {
    max-width: 400px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.testimonial-slider .clientmaintxt {
    max-width: 545px;
    text-align: right;
    margin-left: auto;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
    color: #0B0B0B;
    margin-bottom: 40px;
}

.testimonial-slider .test-name {
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    color: #0B0B0B;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.testimonial-slider .test-para {
    color: rgb(11 11 11 / 60%);
    text-align: right;
    font-size: 12px;
    line-height: 14px;
}

.testimonial-slider .quote-icon {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.testimonial-slider:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #e9e9e9;
}

/* ------------ */

.faq {
    background: #E9E9E9;
    padding: 80px 20px;
    position: relative;
}

.faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(11, 11, 11, 0.08);
}

.faq .faq__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.faq .faq__label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    color: rgb(11 11 11 / 60%);
    margin-bottom: 10px;
}

.faq .faq__heading {
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    text-align: right;
    max-width: 565px;
    margin-left: auto;
    letter-spacing: -5px;
}

.faq .faq__right {
    padding-top: 180px;
}

.faq .faq-card {
    border-bottom: 1px solid #ddd;
}

.faq .faq-card__button {
    width: 100%;
    background: none;
    border: 0;
    padding: 22px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .faq-card__header {
    display: flex;
    gap: 8px;
}

.faq .faq-card__number {
    font-size: 10px;
    line-height: 12px;
    color: #0B0B0B;
}

.faq .faq-card__title {
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(11 11 11 / 60%);
}

.faq .faq-card__icon {
    font-size: 24px;
}

.faq .faq-card__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: .4s ease;
}

.faq .faq-card__text {
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    max-width: 600px;
    color: #0B0B0B;
}

.faq .faq__item.active .faq-card__text {
    padding-bottom: 24px;
}

.faq .faq__item.active .faq-card__content {
    grid-template-rows: 1fr;
}

.faq .askbtn {
    margin-top: 40px;
    padding: 6px 10px;
    background: #0B0B0B;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    cursor: pointer;
}


/* ------------subpage banner- */
.subpagebanner .subpageimg {
    height: 800px;
    object-fit: cover;
    max-width: 100%;
}

.subpagebanner .subpagecontainer {
    display: flex;
    position: relative;
}

.subpagebanner .submaintitle {
    font-size: 100px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -4px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 110px;
    left: 50%;
    font-weight: 600;
}

.subpagebanner .subpagecontainer:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #fff;
}

/* ------------------ */
.betting-layout {
    display: flex;
    padding: 150px 20px;
    position: relative;
}

.betting-layout .sidebar {
    width: 300px;
    flex-shrink: 0;
}

.betting-layout .sidebar-content {
    position: sticky;
    top: 150px;
    height: 100%;
    max-height: calc(100vh - 170px);
    padding: 20px;
    background: #fff;
    box-shadow: 5px 80px 100px 0 rgb(0 0 0 / 8%);
}

.betting-layout .sidebar .sidebarheading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #0B0B0B;
    font-weight: 500;
}

.betting-layout .sidebar .sidebarpara {
    color: rgb(11 11 11 / 60%);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
}

.betting-layout .tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: calc(100vh - 330px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #b8c2cc transparent;
}

.betting-layout .tabs::-webkit-scrollbar {
    width: 8px;
}

.betting-layout .tabs::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0;
}

.betting-layout .tabs::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #cbd5e1, #94a3b8);
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.betting-layout .tabs::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #94a3b8, #64748b);
    background-clip: content-box;
}

.betting-layout .tabs::-webkit-scrollbar-corner {
    background: transparent;
}

.betting-layout .tab-btn {
    background: #e9e9e9;
    border: none;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.betting-layout .tab-btn:hover {
    background: #ddd;
}

.betting-layout .tab-btn.active {
    background: #111;
    color: white;
}

.betting-layout .tab-btn span {
    font-size: 22px;
}

.betting-layout .content {
    overflow-x: auto;
    width: calc(100% - 330px);
}

.betting-layout .tab-content {
    display: none;
}

.betting-layout .tab-content.active {
    display: block;
}

.betting-layout .table-wrapper {
    overflow-x: auto;
    background: white;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    position: relative;
}

.betting-layout table {
    width: 100%;
    border-collapse: collapse;
}

.betting-layout thead {
    background: #000;
    color: white;
}

.betting-layout th {
    text-align: left;
    padding: 20px 10px;
    white-space: nowrap;
}

.betting-layout th:first-child {
    padding-left: 20px;
}

.betting-layout td {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    color: rgb(11 11 11 / 60%);
}

.betting-layout tr:first-child td {
    border-top: 10px solid #fff;
}

.betting-layout tr:nth-child(2n) td {
    border-bottom: 10px solid #fff;
}

.betting-layout td[rowspan="2"] {
    padding-left: 20px;
    color: #0B0B0B;
    border-bottom: 10px solid #fff;
}

.betting-layout tbody tr {
    background: #f5f5f5;
}

.betting-layout .custrow {
    gap: 30px;
}

.betting-layout .gap td {
    height: 12px;
    padding: 0;
    border: none;
    background: #fff;
}

.betting-layout .tab-content {
    position: relative;
}

.betting-layout .tab-content:before {
    position: absolute;
    content: "";
    height: 61px;
    width: 10px;
    background: #000;
    left: 1px;
    top: 1px;
    z-index: 2;
}

.betting-layout .tab-content:after {
    position: absolute;
    content: "";
    height: 61px;
    width: 10px;
    background: #000;
    right: 1px;
    top: 1px;
    z-index: 2;
}

/* ------------------ */

.leftrightsection {
    position: relative;
    padding: 150px 20px;
}

.firstrow {
    display: flex;
    gap: 150px;
    margin-bottom: 150px;
    align-items: center;
}

.abouttitles {
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #0b0b0b;
}


.aboutpara {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: rgb(11 11 11 / 60%);
}

.secondrow {
    display: flex;
    gap: 80px;
    position: relative;
}

.aboutrighttitle {
    font-size: 80px;
    line-height: 80px;
    color: #0b0b0b;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 60px;
}

.aboutleftboxpara {
    padding: 40px;
    background: #fff;
    box-shadow: 5px 80px 100px 0px rgb(0 0 0 / 8%);
    color: rgb(11 11 11 / 60%);
    font-size: 16px;
    line-height: 23px;
    width: calc(100% + 195px);
    z-index: 2;
    position: relative;
}

/* ------------------ */

.aboutblack {
    position: relative;
    padding: 150px 20px;
    background: #000;
}

.aboutblack .aboutrighttitle {
    color: #fff;
    text-align: left;
}

.normalabtpara {
    color: rgb(255 255 255 / 60%);
    padding-left: 50px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.5px;
    max-width: 421px;
}

.aboutblack:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    left: 0;
    top: 0;
    background: #fff;
}

.aboutblack:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #fff;
}

/* ------------------ */

.aboutsecond {
    position: relative;
    padding: 150px 20px;
}

.aboutsecond .leftbox {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-direction: column;
}

.normalaparasecond {
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    color: rgb(11 11 11 / 60%);
    letter-spacing: -0.5px;
}

.aboutsecond:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #E9E9E9;
}

/* ------------------ */

.grayboxsection {
    position: relative;
    padding: 120px 20px;
    background: #e9e9e9;
}

.grayboxsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: rgba(11, 11, 11, 0.08);
}

.grayrow {
    display: flex;
    gap: 100px;
}

.graytitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #0b0b0b;
    margin-bottom: 30px;
    font-weight: 500;
}

.graypara {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: rgb(11 11 11 / 60%);
}

.graypara a {
    color: rgb(11 11 11 / 60%);
}

.graybox {
    flex: 1;
}

/* ------------------ */

.casinocardbox {
    position: relative;
    padding: 150px 20px;
}

.casinocardbox:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #e9e9e9;
}

.casinotitle {
    max-width: 585px;
}

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

.casinocard .casionoimg {
    width: 100%;
}

/* ------------------ */

.casinotabsection {
    position: relative;
    padding: 150px 20px;
    background: #e9e9e9;
}

.casino-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.casino-tab-btn {
    flex: 1;
    min-width: 180px;
    padding: 28px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 24px;
}

.casino-tab-btn:hover {
    background: #000;
    color: #fff;
}

.casino-tab-btn.active {
    background: #000;
    color: #fff;
}

.casinotabsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: min(100%, 776px);
    background: rgba(11, 11, 11, 0.08);
    z-index: 0;
}


/* Cards */
.casino-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.casino-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: .3s;
    display: block;
    z-index: 1;
}

.casino-card.casino-hidden {
    display: none;
}

.casino-card:hover {
    transform: translateY(-5px);
}

.casino-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.casino-card-body {
    padding: 30px;
    text-align: center;
}

.casino-card-title {
    font-size: 20px;
    line-height: 24px;
    color: #0b0b0b;
    margin-bottom: 5px;
    font-weight: 500;
}

.casino-card-info {
    color: rgb(11 11 11 / 60%);
    font-size: 16px;
    line-height: 18px;
}

/* ------------------ */
.livebettingabout {
    position: relative;
    padding: 150px 20px;
}

.livebettingabout .livebettingrow {
    display: flex;
    align-items: center;
    gap: 65px;
}

.livebettingabout .bettingtxt {
    font-size: 32px;
    line-height: 34px;
    color: #0b0b0b;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.livebettingabout .bettingpara {
    font-size: 16px;
    line-height: 23px;
    color: rgb(11 11 11 / 60%);
    margin-bottom: 35px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.livebettingabout .bettingpara2 {
    font-size: 22px;
    line-height: 32px;
    color: rgb(11 11 11 / 60%);
    margin-bottom: 35px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.livebettingabout .whitebox {
    padding: 40px;
    box-shadow: 5px 80px 100px 0 rgb(0 0 0 / 8%);
    margin-left: -80px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.livebettingabout .whiteboxpara {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 24px;
}

.loaddemo {
    padding: 8px 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.12px;
}

.bonusmaintitle {
    margin-bottom: 48px;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -5px;
    text-transform: uppercase;
    left: 50%;
    max-width: 585px;
    position: relative;
    font-weight: 600;
}

/* ------------------ */

.loyalty-bonus-section {
    position: relative;
    background: #E9E9E9;
    padding: 150px 20px;
}

.loyalty-bonus-header {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.loyalty-bonus-title {
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    color: #0b0b0b;
    text-transform: uppercase;
    width: 50%;
    text-align: right;
    letter-spacing: -5px;
}


.bonus-cards {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.bonus-card {
    width: 100%;
    background: #fff;
    z-index: 1;
}

.bonus-card-image {
    position: relative;
}

.bonus-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.bonus-card-label {
    position: absolute;
    bottom: 14px;
    left: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.bonus-card-content {
    padding: 34px 30px;
    font-size: 40px;
    line-height: 46px;
    color: #111;
    font-weight: 500;
}

.highlight {
    color: #2ea44f;
    font-weight: 700;
}

.loyalty-bonus-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: min(100%, 776px);
    background: rgba(11, 11, 11, 0.08);
    z-index: 0;
}

.loyalty-bonus-section:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    top: -30px;
    background: #e9e9e9;
}

/* ------------------ */

.cashierboxmain {
    position: relative;
    padding: 150px 20px;
}

.cashierboxmain .cashierbox {
    box-shadow: 5px 80px 100px 0 rgb(0 0 0 / 8%);
    padding: 40px;
    display: flex;
    gap: 50px;
    background: #fff;
}

.cashierboxmain .cashierimgbox {
    min-height: 280px;
    min-width: 280px;
    display: flex;
    justify-content: center;
    background: #f4f4f4;
    align-items: center;
}

.cashierboxmain .cashiertop {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.cashierboxmain .cashiertitle {
    font-size: 40px;
    line-height: 1;
    color: #0b0b0b;
}

.cashierboxmain .howitworks {
    font-size: 16px;
    line-height: 24px;
    color: #0b0b0b;
}

.cashierboxmain .cashierpara {
    font-size: 16px;
    line-height: 24px;
    color: rgb(11 11 11 / 60%);
    letter-spacing: -0.5px;
    font-weight: 500;
}

.cashierboxmain .cashiercontent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.cashierboxmain .cashierbottom {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.cashierboxmain .depositrbtn {
    background: #000;
    color: #fff;
    font-size: 12px;
    border: 1px solid #000;
    line-height: 15px;
    padding: 8px 10px;
    text-decoration: none;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}

.cashierboxmain .cashierloadmorebtn {
    background: #000;
    color: #fff;
    font-size: 12px;
    border: 1px solid #000;
    line-height: 15px;
    padding: 8px 10px;
    text-decoration: none;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    display: flex;
    margin: 60px auto 0;
    cursor: pointer;
}

.cashierboxmain .or {
    font-size: 16px;
    line-height: 24px;
    color: rgb(11 11 11 / 60%);
}

.cashierboxmain .lrnmorebtn {
    background: #fff;
    color: #000;
    font-size: 12px;
    border: 1px solid #000;
    line-height: 15px;
    padding: 8px 10px;
    text-decoration: none;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}

.cashierboxmain .cashierbox:not(:last-child) {
    margin-bottom: 40px;
}

/* ------------------ */

.livebettingabout .livebettingrow.rowexchange {
    flex-direction: row-reverse;
}

.livebettingabout .livebettingrow.rowexchange .bettingpara2 {
    text-align: right;
}

.livebettingabout .custtitle01 {
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 1;
    text-align: right;
    color: #0b0b0b;
    letter-spacing: -2px;
}

/* ------------------ */

.mobileversion {
    position: relative;
    padding: 100px 20px;
    background: #0F7414;
}

.mobileversion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: min(100%, 776px);
    background: rgba(255, 255, 255, 0.18);
    z-index: 0;
}

.mobileversion:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 30px;
    right: 0;
    top: -30px;
    background: #0F7414;
}

.mobileversion .greenleft {
    width: 50%;
    align-content: end;
}

.mobileversion .greenright {
    width: 50%;
}

.mobileversion .greentitle {
    font-size: 80px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -4px;
    margin-bottom: 70px;
}

.mobileversion .welcome {
    font-size: 22px;
    line-height: 1;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 36px;
}

.mobileversion input.greeninput {
    width: 100%;
    margin-bottom: 32px;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    background: transparent;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.5px;
    outline: none;
}

.mobileversion input.greeninput::placeholder {
    color: rgb(255 255 255 / 60%);
}

.mobileversion input.greensubmit {
    margin-top: 18px;
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.12px;
    cursor: pointer;
}

/* ------------------ */

.faq-section {
    font-family: "Jost", sans-serif;
    padding: 150px 20px;
}


.faq-section .faq-title {
    margin-bottom: 40px;
}

.faq-section .faq-title .faq-heading {
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: #0B0B0B;
    margin: 0;
}

.faq-section .faq-title .faq-heading.first {
    max-width: 585px;
    text-align: right;
}

/* Tabs */
.faq-section .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.faq-section .faq-tab-btn {
    padding: 27px 30px;
    border: 1px solid #000000;
    background: #e7e7e7;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #0B0B0B;
    width: 100%;
}

.faq-section .faq-tab-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Tab Content */
.faq-section .faq-tab-content {
    display: none;
}

.faq-section .faq-tab-content.active {
    display: block;
}

/* Accordion */
.faq-section .faq-accordion-item {
    border: 0px solid #fff;
    margin-bottom: 20px;
    padding: 28px 30px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.faq-section .faq-accordion-header {
    width: 100%;
    border: none;
    cursor: pointer;
    background: #fff;
    padding: 0px;
    justify-content: space-between;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #0B0B0B;
    gap: 15px;
}

.faq-section .faq-accordion-icon {
    font-size: 22px;
    transition: 0.3s;
}

.faq-section .faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-section .faq-accordion-content-inner {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #0B0B0B;
    opacity: 0.6;
    padding-top: 20px;
}

.faq-accordion-item.active .faq-accordion-icon {
    transform: rotate(-80deg);
}


.faq-title .faq-heading {
    display: none;
}

.faq-title .faq-heading.active {
    display: block;
}

/* ------------------ */

.news {
    position: relative;
    padding: 150px 20px;
}

.news .newsgrid {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
}

.news .newsbox {
    position: relative;
}

.news .newsimgbox {
    height: 718px;
}

.news .newsimg {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.news .newscontent {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 30px;
}

.news .newsbox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
}

.news .newsboxtitle {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: -0.26px;
}

.news .newsauthor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news .authorimg {
    max-width: 100%;
}

.news .newsname {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
}

.news .author_deg {
    font-size: 10px;
    line-height: 1;
    color: rgb(255 255 255 / 60%);
    letter-spacing: -0.2px;
}

/* ------------------ */

.newsdetail {
    position: relative;
    padding: 150px 20px;
}

.newsdetail .newsdetailtitle {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-align: center;
    color: #0b0b0b;
    margin-bottom: 20px;
}

.newsdetail .newsauthor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.newsdetail .authorimg {
    max-width: 100%;
}

.newsdetail .newsname {
    font-size: 14px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
}

.newsdetail .author_deg {
    font-size: 10px;
    line-height: 1;
    color: rgb(0 0 0 / 60%);
    letter-spacing: -0.2px;
}

.newsdetail .newsabout {
    padding: 80px 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsdetail .newsleft {
    width: 50%;
    padding-right: 60px;
}

.newsdetail .newsright {
    width: 50%;
}

.newsdetail .newsright img {
    max-width: 100%;
    width: 100%;
}

.newsdetail .newsleftpara {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: rgb(11 11 11 / 60%);
}

.newsdetail .newsdetailcontentbox:not(:last-child) {
    margin-bottom: 40px;
}

.newsdetail .contenttitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    color: #0b0b0b;
    font-weight: 500;
}

.newsdetail .contentpara {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: rgb(11 11 11 / 60%);
}

/* ------------------ */

.racebokeoffer {
    position: relative;
    padding: 150px 20px;
}

.racebokeoffer .racebookgroup {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 5px 20px 40px 0px rgba(0, 0, 0, .1);
}

.racebokeoffer .racebookgroup .racebookcardtitle {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
}

.racebokeoffer .chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.racebokeoffer .chip {
    border: none;
    background: rgb(11 11 11 / 10%);
    padding: 10px 14px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
    cursor: pointer;
    transition: .2s;
    font-weight: 600;
}

.racebokeoffer .chip:hover {
    background: #d5d5d5;
}

.racebokeoffer .chip.active {
    background: #333;
    color: #fff;
}

.racebokeoffer .notes {
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #0b0b0b;
}

/* ------------------ */

.termcondition {
    position: relative;
    padding: 150px 20px;
}

.termcondition .termstitle {
    font-size: 40px;
    line-height: 1.2;
    color: #0b0b0b;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

/* .termcondition .termslist{
    padding: 0 0 0 20px;
}
.termcondition .termslist ul{ */
.termcondition ul,
.termcondition ol {
    padding: 0 0 0 20px;
}

.termspara,
.termcondition .termslist li,
.termcondition .normallist,
.termcondition .termsaboultul li {
    font-size: 16px;
    line-height: 23px;
    color: rgb(11 11 11 / 60%);
    letter-spacing: -0.5px;
    font-weight: 500;
}

.termcondition .termslist li a {
    color: rgb(11 11 11 / 60%);
}

.termcondition .termslist ul li,
.termcondition .termsaboultul li {
    list-style-type: lower-alpha;
    margin-bottom: 4px;
}

.termcondition .termsaboultul {
    padding: 30px 0 0 40px;

}

.termcondition .termssmltitle {
    font-size: 20px;
    line-height: 24px;
    color: #0b0b0b;
    letter-spacing: -0.2px;
    padding: 40px 0 20px;
}

.termsbox {
    margin-bottom: 80px;
}

.termsbox .pt-20 {
    padding-top: 20px;
}

.termsbox .termsecondpara {
    font-size: 20px;
    line-height: 24px;
    color: rgb(11 11 11 / 60%);
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.termcondition .termslist ul.normalul li {
    list-style-type: disc;
}

.termcondition .termslist li ol li,
.termcondition .termslist ul.normalul li {
    padding: 10px 0;
}


.termcondition .termsrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.termcondition .termsleft {
    width: 60%;
    padding-right: 80px;
}

.termcondition .termsright {
    width: 40%;
}

.termcondition .termsright img {
    width: 100%;
    object-fit: cover;
}

.termcondition .termsbox.mb-0 {
    margin-bottom: 0;
}

.termcondition .boldtxt {
    padding: 20px 0 40px;
    font-size: 20px;
    line-height: 24px;
    color: #0b0b0b;
    letter-spacing: -0.2px;
    font-weight: 500;
}


.table-card {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
}

.table-card .table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.table-card table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.table-card thead th {
    background: #d8d8d8;
    color: #0b0b0b;
    font-weight: 600;
    text-align: left;
    padding: 28px 30px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.table-card tbody td {
    padding: 20px 30px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    color: rgb(11 11 11 / 60%);
    font-size: 16px;
    line-height: 24px;
}

.table-card tbody td:first-child {
    color: #0b0b0b;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.table-card tbody tr:hover {
    background: #fafafa;
}



.table-card .table-wrapper::-webkit-scrollbar {
    height: 4px;
}

.table-card .table-wrapper::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 20px;
}

/* ------------------ */

.casiongames {
    position: relative;
    padding: 150px 20px;
}

.casiongames .gamestitle {
    padding: 0 0 40px;
    font-size: 80px;
    line-height: 80px;
    color: #0b0b0b;
    letter-spacing: -5px;
    font-weight: 600;
    text-transform: uppercase;
}

.casiongames .gamessubtitle {
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 24px;
    color: #0b0b0b;
    letter-spacing: -0.2px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.casiongames .gamessubtitle:after {
    content: "";
    height: 1px;
    width: 150px;
    background: #dcdcdc;
    display: flex;
}

.casiongames .casinogameboxes:not(:last-child) {
    margin-bottom: 80px;
}

/* ------------------ */

.video-section {
    padding: 150px 20px;
}

.video-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    background: #000;
}

/* Thumbnail */
.video-thumbnail {
    width: 100%;
    display: block;
    height: 600px;
    object-fit: cover;
}

/* Video */
.video-player,
.video-iframe {
    display: none;
    width: 100%;
    height: 600px;
    border: none;
}

/* Overlay */
.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, .15);
    transition: .3s;
}

.video-overlay.hidden {
    display: none;
}

.play-text {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-family: "Caveat", cursive;
    margin-bottom: -15px;
}

.play-btn {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background: #0F7414;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
}

.control-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #39a91c;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.control-btn.show {
    display: block;
}

/* ------------------ */
/* Responsive */


@media(max-width: 1199px) {

    .cardsection,
    .testimonial-slider,
    .leftrightsection,
    .aboutblack,
    .aboutsecond,
    .grayboxsection,
    .casinocardbox,
    .casinotabsection,
    .livebettingabout,
    .loyalty-bonus-section,
    .cashierboxmain,
    .mobileversion,
    .faq-section,
    .news,
    .newsdetail,
    .racebokeoffer,
    .termcondition,
    .casiongames,
    .video-section {
        padding: 80px 20px;
    }

    .bannermain .maintitle {
        font-size: 70px;
        line-height: 1;
    }

    .bannermain .bannercontainer {
        max-width: 510px;
    }

    .bannermain {
        padding: 247px 20px 103px;
    }

    .bannermain::before,
    .bannermain::after {
        height: 103px;
    }

    .about-section .abouttitle,
    .cardsection .headingtxt,
    .greenabout .greentitle,
    .testimonial-slider .testimonailtitletxt,
    .faq .faq__heading {
        font-size: 50px;
        line-height: 1.2;
    }

    .testimonial-slider .testimonailtitletxt {
        max-width: 400px;
        margin-left: auto;
    }

    .cardsection .cards {
        gap: 30px;
    }

    .cardsection .card {
        width: calc(33.33% - 20px);
    }

    .about-section .about-text {
        max-width: 300px;
        padding-right: 40px;
    }

    .about-section .experience {
        padding-left: 40px;
    }

    .about-section .image-wrapper {
        max-width: 250px;
    }

    .about-section .image-wrapper img {
        max-width: 100%;
    }

    .about-section .about-text {
        max-width: 250px;
    }

    .about-section .abttitle {
        font-size: 50px;
        line-height: 1;
    }

    .cardsection .card-content .cardtitle {
        margin-top: 50px;
    }

    .subpagebanner .submaintitle {
        font-size: 70px;
    }

    .subpagebanner .subpageimg {
        height: 600px;
    }

    .betting-layout {
        padding: 80px 20px;
    }

    .firstrow {
        gap: 50px;
        margin-bottom: 80px;
    }

    .aboutrighttitle {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .secondrow {
        gap: 40px;
    }

    .normalabtpara {
        padding-left: 0;
        max-width: 100%;
    }

    .casino-tab-btn {
        min-width: unset;
        padding: 15px;
    }

    .casino-card-grid,
    .casinocards {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .livebettingabout .livebettingrow {
        gap: 35px;
    }

    .bonusmaintitle {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -3px;
        max-width: 400px;
    }

    .loyalty-bonus-title {
        font-size: 50px;
    }

    .bonus-cards {
        gap: 30px;
    }

    .bonus-card-content {
        padding: 20px;
        font-size: 28px;
        line-height: 1.3;
    }

    .bettingimg {
        max-width: 500px;
    }

    .cashierboxmain .cashierbox {
        gap: 40px;
    }

    .livebettingabout .custtitle01 {
        font-size: 50px;
    }

    .mobileversion .greenleft {
        padding-right: 40px;
    }

    .mobileversion .greenimg {
        max-width: 100%;
    }

    .mobileversion .greentitle {
        font-size: 50px;
        line-height: 1;
    }

    .faq-section .faq-title .faq-heading {

        font-size: 50px;
        line-height: 50px;
    }

    .faq-section .faq-tab-btn {
        padding: 18px 16px;

        font-size: 18px;
        line-height: 22px;
    }

    .faq-section .faq-accordion-header {

        font-size: 18px;
        line-height: 22px;

    }

    .faq-section .accordion-icon svg {
        width: 15px;
    }

    .faq-section .faq-accordion-item {
        padding: 22px 20px;
    }

    .faq-section .faq-title {
        max-width: 100%;
    }

    .faq-section .faq-title .faq-heading {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    .faq-section .faq-title .faq-heading br {
        display: none;
    }

    .faq-section .faq-title .faq-heading {
        letter-spacing: -2px;
    }

    .news .newsimgbox {
        height: 500px;
    }

    .newsdetail .newsdetailtitle {
        font-size: 50px;
        letter-spacing: -2px;
    }

    .newsdetail .newsleft {
        padding-right: 30px;
    }

    .termcondition .termsleft {
        padding-right: 40px;
    }

    .casiongames .gamestitle {
        font-size: 50px;
        line-height: 1;
    }

    .video-thumbnail,
    .video-player,
    .video-iframe {
        height: 400px;
    }
}

@media(max-width:991px) {
    .about-section .experience {
        max-width: 220px;
        padding-left: 30px;
    }

    .games-faq .games-faq__body {
        margin-left: auto;
        width: min(100%, 500px);
    }

    .bannermain {
        padding: 227px 20px 83px;
    }

    .bannermain::before,
    .bannermain::after {
        height: 83px;
    }

    .leftabout,
    .rightbox {
        width: 300px;
    }

    .leftabout img,
    .rightbox img {
        max-width: 100%;
        width: 100%;
    }

    .aboutright,
    .leftbox {
        width: calc(100% - 350px);
    }

    .aboutleftboxpara {
        width: calc(100% + 95px);
    }

    .casino-tab-btn {
        font-size: 15px;
        line-height: 1;
    }

    .bettingimg {
        max-width: 100%;
        width: 100%;
    }

    .bettingright {
        max-width: 55%;
    }

    .livebettingabout .whitebox {
        padding: 20px;
        margin-left: 0;
    }

    .bonusmaintitle {
        left: 45%;
    }

    .bonus-cards {
        gap: 20px;
    }

    .bonus-card-content {
        padding: 15px;
        font-size: 18px;
        line-height: 1.3;
    }

    .cashierboxmain .cashierbox {
        gap: 20px;
        padding: 20px;
    }

    .faq-section .faq-tab-btn {
        padding: 15px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .table-card thead th,
    .table-card tbody td {
        padding: 15px;
    }

}

@media(max-width:767px) {


    /* ------ */

    .games-faq {
        padding: 60px 20px;
    }

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

    .games-faq__name {
        font-size: 20px;
    }

    .games-faq__text {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .games-faq__body {
        width: 100%;
    }

    .bannermain {
        padding: 140px 20px 140px;
    }

    .bannermain::before {
        height: 140px;
        top: 0;
    }

    .bannermain::after {
        height: 140px;
    }

    .bannermain .maintitle {
        font-size: 50px;
    }

    .bannermain .bannercontainer {
        padding: 20px;
    }

    .about-section .abouttitle,
    .cardsection .headingtxt,
    .greenabout .greentitle,
    .testimonial-slider .testimonailtitletxt,
    .faq .faq__heading {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -2px;
    }

    .about-section .abouttitle {
        left: 0;
    }

    .about-section .about-text {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .about-section .image-wrapper {
        max-width: 100%;
    }

    .about-section .experience {
        max-width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .cardsection .card {
        width: 100%;
    }

    .games-faq .games-faq__header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .games-faq .games-faq__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .greenabout .greenleft {
        width: 100%;
    }

    .greenabout .smltxt {
        margin-bottom: 50px;
    }

    .greenabout .greennymber {
        font-size: 40px;
        line-height: 1;
    }

    .greenabout .greenbox {
        margin-bottom: 40px;
    }

    .greenabout .greenright {
        margin-top: 60px;
        width: 100%;
    }

    .testimonial-slider .testimonailtitle {
        width: 100%;
        margin-bottom: 30px;
    }

    .testimonial-slider .testimonailtitletxt {
        text-align: left;
    }

    .testimonial-slider .testimonialsmltxt {
        width: 100%;
        text-align: left;
    }

    .testimonial-slider .slide .left {
        width: 100%;
        padding-right: 0;
    }

    .testimonial-slider .clientmaintxt {
        font-size: 24px;
        line-height: 1.2;
    }

    .testimonial-slider .controls {
        top: 120px;
    }

    .testimonial-slider .slide .right {
        width: 100%;
        margin-top: 40px;
    }

    .testimonial-slider .testimonailclint {
        padding-left: 0;
        margin-top: 40px;
        max-width: 100%;
    }

    .faq .faq__layout {
        grid-template-columns: 1fr;
    }

    .faq .faq__right {
        padding-top: 20px;
    }

    .subpagebanner .submaintitle {
        left: 20px;
    }

    .subpagebanner .submaintitle {
        font-size: 50px;
    }

    .betting-layout .sidebar {
        width: 100%;
    }

    .betting-layout .sidebar-content {
        position: relative;
        top: unset;
        height: 100%;
        max-height: 100%;
    }

    .betting-layout .tabs {
        height: 100%;
    }

    .betting-layout .content {
        width: 100%;
    }

    .firstrow,
    .secondrow {
        gap: 40px;
        flex-wrap: wrap;
    }

    .leftabout, .rightbox {
        width: 100%;
    }

    .aboutright, .leftbox {
        width: 100%;
    }

    .aboutleftboxpara {
        width: 100%;
    }

    .aboutblack .secondrow {
        flex-direction: column-reverse;
    }

    .grayrow {
        gap: 20px;
        flex-wrap: wrap;
    }

    .graybox {
        flex: unset;
        width: 100%;
    }

    .aboutrighttitle {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -3px;
    }

    .casino-tab-btn {
        flex: unset;
    }

    .livebettingabout .livebettingrow {
        flex-wrap: wrap;
    }

    .livebettingabout .bettingleft {
        width: 100%;
    }

    .bettingright {
        max-width: 100%;
    }

    .bonusmaintitle {
        left: 0;
    }

    .bonusmaintitle,
    .loyalty-bonus-title {
        font-size: 36px;
        line-height: 1;
    }

    .bonus-cards {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .loyalty-bonus-header {
        margin-bottom: 30px;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: end;
    }


    .loyalty-bonus-title {
        width: 100%;
    }

    .cashierboxmain .cashierbox {
        flex-wrap: wrap;
        gap: 30px;
    }

    .cashierboxmain .cashierimgbox {
        width: 100%;
    }

    .cashierboxmain .cashiertop {
        gap: 10px;
        margin-bottom: 14px;
        flex-direction: column;
        align-items: start;
    }

    .cashierboxmain .cashiertitle {
        font-size: 32px;
    }

    .livebettingabout .custtitle01 {
        font-size: 36px;
    }

    .livebettingabout .livebettingrow.rowexchange {
        flex-direction: column-reverse;
    }

    .mobileversion .greenleft {
        padding-right: 0;
        width: 100%;
        padding-bottom: 40px;
    }

    .mobileversion .greenright {
        width: 100%;
    }

    .faq-section .faq-title .faq-heading {
        font-size: 36px;
        line-height: 1;
    }

    .faq-section .faq-title {
        margin-bottom: 20px;
    }

    .faq-section .tabs {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .faq-section .faq-accordion-item {
        padding: 15px 20px;
        margin-bottom: 15px;
    }

    .faq-section .faq-accordion-header {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-section .faq-accordion-content-inner {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
    }

    .faq-section .accordion-icon {
        margin-left: 20px;
    }

    .news .newsgrid {
        grid-template-columns: 1fr;
    }

    .newsdetail .newsdetailtitle {
        font-size: 36px;
    }

    .newsdetail .newsleft {
        padding-right: 0;
        width: 100%;
        padding-bottom: 40px;
    }

    .newsdetail .newsright {
        width: 100%;
    }

    .termcondition .termstitle {
        font-size: 36px;
    }

    .termcondition .termsleft {
        padding-right: 0;
        width: 100%;
        padding-bottom: 40px;
    }

    .termcondition .termsright {
        width: 100%;
    }

    .table-card thead th,
    .table-card tbody td {
        padding: 14px 12px;
        font-size: 13px;
    }

    .table-card tbody td:first-child {
        font-size: 16px;
        line-height: 1;
    }

    .casiongames .gamestitle {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .video-thumbnail,
    .video-player,
    .video-iframe {
        height: 250px;
    }

    .racebokeoffer .racebookgroup {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .casino-card-grid, .casinocards {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}