@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {

  font-family: "Uniform Regular 2";

  src: url(/assets/fonts/Uniform-Regular-2.ttf);

}

@font-face {
    font-family: 'Uniform Regular 3';
    src: url('../fonts2/Uniform\ Regular\ 3.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Uniform Regular 4';
    src: url('../fonts2/Uniform\ Regular\ 4.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded BT';
    src: url('../fonts2/vag-rounded-bt.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

.uniform-2 {
    font-family: 'Uniform Regular 2', sans-serif !important;
}

.uniform-3 {
    font-family: 'Uniform Regular 3', sans-serif !important;
}

.uniform-4 {
    font-family: 'Uniform Regular 4', sans-serif !important;
}

.payment-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.payment-loader::before,
.payment-loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.payment-loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

body {
    margin: 0;
    padding: 0;
    background-color: #002d72;
}

.lucky-modal .modal-content {
    border-radius: 1rem;
    text-align: center;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    border-bottom: 20px solid #d50032;
}

.lucky3-p .modal-content {
    border-bottom: none;
}

.lucky-modal .modal-header {
    border: none;
    justify-content: center;
}

.lucky-modal .brand-logo {
    width: 70% !important;
}

.lucky-modal .modal-title {
    font-weight: bold;
    color: #d50032;
    font-size: 1.8rem;
}

.lucky-modal .brand-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #d50032;
}

.lucky-modal .mobile-input {
    width: 100%;
    padding: 0.6rem;
    border-radius: 0.5rem;
    border: 1px solid #18204f;
    outline: none;
    margin-top: 1rem;
}

.lucky-modal .mobile-input::placeholder {
    color: #18204f;
    font-family: 'Uniform Regular 3', sans-serif;
    text-align: center;
}

.lucky-modal .instruction {
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.5rem;
}

.theme-para p,
.instruction p {
    color: #18204f;
    font-family: 'Uniform Regular 3', sans-serif;
    margin: 0;
    font-size: 1.2rem;
}

.sh-icon {
    font-size: 1rem !important;
}

.theme-btn {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    background-color: #18204f;
    border: none;
    padding: 0.6rem 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
}

#register-modal .theme-btn {
    padding: 0.6rem 3.5rem;
}

.theme-btn:hover {
    background-color: #d50032;
    color: white;
}

.otp-input-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.otp-input {
    width: 47px;
    height: 47px;
    border: 2px solid #aaa;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    outline: none;
    transition: border-color 0.3s;
}

.otp-input:focus {
    border-color: #18204f;
}

.l-price,
.l-top-text,
.lp-p {
    text-align: center
}

#welcomeMobImage,
.post-img img {
    display: block
}

.qnt1[disabled] {
    opacity: .5;
    pointer-events: none
}

.post-slide {
    position: relative
}

.centered-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.l-incre .btn-success1,
.post-img {
    justify-content: center;
    display: flex
}

.centered-content span {
    font-size: 48px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-family: "Uniform Regular 3";
    animation: 1s infinite alternate zoomIn
}

div#carouselExampleIndicators {
    cursor: pointer
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    25%,
    75% {
        transform: translateX(-5px) rotate(-5deg)
    }

    50% {
        transform: translateX(5px) rotate(5deg)
    }
}

@keyframes zoomIn {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

.post-img {
    position: relative;
    align-items: center
}

.post-img img {
    width: 100%;
    height: auto
}

.image-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(17px);
    border: 2px solid #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    overflow: hidden;
    background: inherit
}

span.stri:after {
    content: '';
    position: absolute;
    width: 87%;
    height: 2px;
    left: 0;
    top: 45%;
    transform: rotate(334deg);
    background: #339a46
}

span.stri {
    position: relative;
    opacity: 1;
    font-weight: 400;
    color: #171f4f
}

header.fixed-top .header-top {
    display: none !important
}

@media screen and (max-width:345px) {
    .clock ul li {
        font-size: 14px;
        width: 30px;
        height: 30px
    }

    .live-text big {
        font-size: 50px !important
    }

    .live-text {
        font-size: 8px !important
    }
}

@media screen and (max-width:396px) {
    .live-text {
        font-size: 10px
    }

    .clock {
        padding: 14px 0 !important
    }
}

@media screen and (max-width:992px) {
    .tt-ad {
        border-radius: 4px 0 8px 8px
    }
}

@media screen and (max-width:767px) {
    .count-box {
        gap: 3px !important;
        width: fit-content;
        padding: 3px !important
    }

    span.l-num {
        padding: 3px !important;
        line-height: 1.2;
        font-size: 20px !important;
        margin-right: 4px !important
    }

    .clock ul {
        width: 55%
    }

    .fancybox-slide {
        padding: 20px !important
    }
}

@media screen and (max-width:400px) {
    .count-box {
        gap: 3px !important;
        width: fit-content;
        padding: 3px !important
    }

    span.l-num {
        padding: 1px 4px !important;
        line-height: 1.2;
        font-size: 20px !important;
        margin-right: 4px !important
    }

    .sh-icon .bi {
        font-size: 16px !important
    }

    .count-box svg {
        width: 15px
    }
}

@media screen and (max-width:600px) {
    p.box-text {
        margin-top: 12px
    }

    .column,
    .column:nth-child(3) {
        order: 1
    }

    .column:nth-child(4) {
        order: 0
    }

    .ad-num .b-text {
        font-size: 25px !important
    }

    .ad-img img.img-fluid {
        width: 95px
    }

    .tt-ad {
        border-radius: 4px 0 8px 8px
    }

    /* 
    .nav-tabs .nav-link {
      width: 49.4%;
      margin: 0
    } */
    button#lucky3-tab {
        margin-left: 3px !important
    }

    .lucky3-p .modal-sm {
        width: 400px;
        margin: auto
    }
}

.l-incre .btn-success1,
.l-incre .mid {
    margin: 0 2px !important;
    width: 35px !important;
    height: 35px !important
}

p.box-text {
    color: #1f4289;
    font-size: 18px
}

.ad-num p {
    color: #171f4f
}

.ad-num .ad-test {
    font-family: Uniform-Light, sans-serif !important;
    font-weight: 400;
    font-size: large
}

.ad-num .b-text,
.l-top-text {
    font-family: "Uniform Regular 2" !important
}

.ad-num .b-text {
    font-size: 33px;
    line-height: 1
}

.sh-icon .bi,
span.l-num {
    line-height: 1.2;
    cursor: pointer
}

.add-cont {
    border: 1.6px solid #91b5ae;
    border-radius: 9px
}

.bg-transparent,
.new-tab1 {
    border-radius: 0 0 12px 12px
}

.bg-transparent {
    background: #fff !important
}

div#ND360 {
    border-top: 9px solid #067e3a
}

.new-tab1 {
    background-color: #e8e8e8
}

/* .lucky-pro-card {
    border: 2px solid #0094d9;
    border-radius: 10px
} */

.l-top-text {
    /* background-image: -webkit-linear-gradient(36deg, #1577bc 0, #274799 100%); */
    background: #0094d9;
    color: #fff;
    border-radius: 9px 9px 0 0;
    font-size: 22px;
    padding: 4px 0;
    margin-bottom: 5px
}

@media screen and (max-width:1199px) {
    .l-top-text {
        font-size: 40px
    }

    .count-box {
        margin: auto auto 10px !important;
        width: 100% !important;
        justify-content: space-evenly
    }
}

/* @media screen and (max-width:375px) {
    .l-top-text {
      font-size: 34px
    }
  } */
.l-price {
    font-family: "Uniform Regular 2", sans-serif !important;
    color: #0B3D91 !important;
    font-size: 20px !important;
    font-weight: 600;
    /*border-bottom: 1px solid #a79a9a;*/
    padding: 5px 0;
}

#comProductPrize {
    color: #0B3D91;
}

.l-incre .btn-success1 {
    background: #274b9d;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px !important;
    align-items: center
}

.l-incre .mid {
    background: #e8e9eb;
    color: #1c214e;
    border: 0;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px !important;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    min-height: 35px;
    min-width: 35px
}

@media screen and (max-width:576px) {
    
    #product-modal .modal-dialog {
        margin-top: 0 !important;
        max-height: 100% !important;
    }
    
    .product-heading {
        font-size: 16px !important;
    }

    .l-incre .btn-success1,
    .l-incre .mid {
        width: 45px !important;
        height: 40px !important
    }

    .winner_img img {
        height: 270px !important;
    }

    .count-box {
        gap: 2px !important;
        padding: 3px !important;
    }

    span.l-num {
        font-size: 20px !important;
    }

}

.line-text {
    color: #171f4f;
    font-size: 19px;
    font-weight: 600;
    font-family: Uniform-Light, sans-serif !important;
    margin: 6px 0 0
}

.count-box {
    display: flex;
    gap: 5px;
    border: 1px solid #27499d;
    border-radius: 10px;
    width: fit-content;
    padding: 3px;
    align-items: center;
    background-color: #fff;
    margin: auto auto 15px;
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 90%);
    color: #18204f;
    font-size: 16px;
    z-index: 1;
    border-radius: 9px;
    font-weight: 600
}

span.l-num {
    background: #1f4289;
    color: #fff;
    font-family: "Uniform Condensed 4", sans-serif !important;
    padding: 3px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 1.4px 1.4px 3.2px;
    margin-right: 6px
}

.btn-close,
button.btn-close1 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' stroke='%23fff' stroke-width='2' fill='none'/%3e%3c/svg%3e") !important
}

.sh-icon .bi::before {
    font-weight: 900 !important
}

.sh-icon .bi {
    color: #18204f;
    font-size: 18px;
}

button.btn-close1 {
    border: 1px solid #fff;
    position: absolute;
    margin: -28px -13px 0 0;
    right: 0;
    background-color: #18204f;
    opacity: 1;
    border-radius: 50%;
    z-index: 999;
    padding: 10px
}

.lucky3-p .modal-body {
    border: 2px solid #1f4289;
    border-radius: 7px
}

.lp-p {
    color: #27397d;
    font-size: 17px;
    margin-bottom: 3px
}

.go-btn1,
.numbered-list ol li {
    font-size: 19px;
    text-align: center;
    cursor: pointer
}

p.select-text1 {
    color: #fff;
    border-radius: 13px;
    width: 57px !important;
    height: 71px !important;
    font-size: 46px !important;
    background: #1f4289;
    font-weight: 600 !important;
    margin: auto
}

.numbered-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 4px
}

.column1 {
    flex: 1;
    text-align: center
}

.column2 {
    flex: 1;
    text-align: center;
    margin-left: 5px
}

.numbered-list ol li {
    color: #1f4289;
    font-weight: 600;
    border: 1px solid #1f4289;
    border-radius: 7px;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    list-style: none;
}

.numbered-list ol li.active {
    background-color: #1f4289;
    color: #fff
}

.numbered-list ol,
ul {
    padding-left: 0
}

.go-btn1 {
    background-image: -webkit-linear-gradient(276deg, #0c388d 0, #2e6e9f 100%);
    color: #fff;
    font-weight: 600;
    padding: 4px 27px;
    border-radius: 6px;
    margin: auto;
    text-decoration: none;
}

/* .lucky-land {
    background-color: #e8e8e8;
    border-radius: 0 0 14px 14px
} */

.l-incre .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    border: 1.6px solid #274b9d
}

.l-incre label {
    vertical-align: bottom;
    color: #0f1e6d;
    font-size: 15px;
    padding-left: 5px;
    font-weight: 600;
    font-family: Uniform-Light, sans-serif !important
}

input.play-pay-btn {
    background: #171f4f;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 9px 34px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 12px;
    font-family: Poppins, sans-serif !important;
    letter-spacing: 2px
}

.c-bottom {
    color: #171f4f;
    font-size: 13px;
    font-weight: 400;
    margin: 9px 0
}

.lucky-bt {
    display: flex;
    justify-content: end;
    align-items: center
}

.loader1 {
    width: 195px;
    height: 21px;
    border-radius: 20px;
    color: #0bdb6a;
    border: 2px solid;
    position: relative;
    margin: auto
}

.loader1::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: 2s infinite l6
}

@keyframes l6 {
    100% {
        inset: 0
    }
}

@media screen and (max-width:372px) {

    #MAIN_lucky3NoDivSelect span.l-num,
    #FUN_lucky3NoDivSelect span.l-num,
    #SMART_lucky3NoDivSelect span.l-num,
    #SUPER_lucky3NoDivSelect span.l-num {
        font-size: 20px !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width:340px) {

    #MAIN_lucky3NoDivSelect span.l-num,
    #FUN_lucky3NoDivSelect span.l-num,
    #SMART_lucky3NoDivSelect span.l-num,
    #SUPER_lucky3NoDivSelect span.l-num {
        font-size: 18px !important;
        margin-right: 0 !important
    }
}

.live-text b {
    display: contents;
    font-size: 16px
}

.live-text {
    line-height: 1.5
}

#welcome_popup video {
    width: 100%;
    height: 315px
}

#welcome_popup .btn-close {
    filter: invert(1)
}

#welcome_popup.show {
    align-content: center
}

#welcomeDeskImage {
    cursor: pointer;
    display: none
}

.modal.fade.show {
    display: flex !important;
    justify-content: center;
    align-items: center
}

#welcomeImageModal .modal-dialog {
    max-width: 350px !important
}

@media screen and (min-width:767px) {
    #welcomeImageModal .modal-dialog {
        max-width: 875px !important
    }

    #welcomeMobImage {
        display: none
    }

    #welcomeDeskImage {
        display: block
    }
}

.winner_section .winner_title img {
    width: 65px;
}

.winners_details {
    display: flex;
    justify-content: space-evenly;
}

.winner_section .winner_title h1 {
    font-family: 'VAG Rounded BT' !important;
    color: #0f1e6d;
    font-size: 1.5em;
    margin-top: 0;
}

.winner_single_item {
    width: 23%;
    color: #18204f;
    font-family: 'Poppins', serif;
}

.winner_single_item .winner_img img {
    width: 75%;
}

.winner_title {
    font-size: 20px;
    font-weight: 700;
}

.winner_country_logo {
    width: 40px;
    height: 25px;
}

@media screen and (max-width: 576px) {
    .winners_details {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .winner_single_item {
        width: 75%;
        flex: 0 0 auto;
    }

    .winner_section .winner_title h1 {
        font-size: 1em;
    }

    .winner_section .winner_title img {
        width: 35px;
    }

    .winner_single_item .winner_img img {
        width: 65%;
    }
}

.winner_img img {
    height: 230px;
    border-radius: 20px;
}

#lucky3 {
    border-top: 10px solid #0094d9;
}

@media screen and (max-width: 576px) {

    #lucky3 {
        border-top: none !important;
        padding: 0 !important;
    }

    .lucky-land {
        background-color: transparent;
    }

}

.ticket-tab {
    position: relative;
    background: #fff;
}

.ticket-tab .nav-link.skyblue {
    background-color: #0094d9;
}

p.draw-n {
    margin: 0;
    font-family: "VAG Rounded BT" !important;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    line-height: 1;
    padding: 0 26px;
    display: flex;
}

.draw_title {
    font-family: 'Norwester Regular' !important;
    letter-spacing: 3px;
}

.ticket-tab .nav-link .draw_title {
    margin-right: 7px;
}

.ticket-tab .nav-link .play_circle {
    padding: 5px;
    font-size: 20px;
}

.skyblue .play_circle {
    color: #0094d9;
}

.darkblue .play_circle {
    color: #018400;
}

.yellow .play_circle {
    color: #f68b1f;
}

.red .play_circle {
    color: #d50032;
}

.play_circle {
    background: #fff;
    padding: 5px;
    border-radius: 25px;
    font-size: 24px;
}

.ticket-tab .nav-link.darkblue {
    background-color: #018400;
}

.ticket-tab .nav-link.skyblue {
    /* background-color: #f68b1f;
    padding: 7px 21px; */
    /* margin-left: 10px; */
    /* border-radius: 10px 10px 0 0;
    border: none; */
}

.ticket-tab .nav-link {
    padding: 7px 37px;
    /* margin-left: 10px; */
    border-radius: 10px 10px 0 0;
    border: none;
}

.ticket-tab .nav-link.yellow {
    background-color: #f68b1f;
}

.ticket-tab .nav-link.red {
    background-color: #d50032;
}

#comBottomPromoTxt_Desk {
    font-size: 17px !important;
}

@media (min-width: 412px) and (max-width: 767px) {
    p.draw-n {
        margin: 0;
        letter-spacing: 1px;
        font-family: "VAG Rounded BT" !important;
        color: #ffffff;
        padding: 0 !important;
        font-size: 24px !important;
        text-align: center;
        line-height: 1;
    }
}

@media (min-width: 320px) and (max-width: 411px) {
    p.draw-n {
        margin: 0;
        font-family: "VAG Rounded BT" !important;
        color: #ffffff;
        padding: 0px !important;
        font-size: 20px !important;
        text-align: center;
        line-height: 1;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 340px) {

    .ticket-tab .nav-link.red,
    .ticket-tab .nav-link.darkblue,
    .ticket-tab .nav-link.skyblue {
        padding: 5px 18px !important;
    }
}

@media screen and (max-width: 576px) {

    input.play-pay-btn {
        font-size: 14px;
    }

}

@media screen and (max-width: 365px) {
    .l-top-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ticket-tab .nav-link {
        padding: 7px 28px !important;
    }

    .ticket-tab {
        justify-content: space-between;
    }

    input.play-pay-btn {
        font-size: 18px;
    }
}

@media screen and (max-width: 372px) {
    .ticket-tab .nav-link {
        padding: 7px 26px !important;
    }
}

@media screen and (max-width: 353px) {
    .ticket-tab .nav-link {
        padding: 7px 20px !important;
    }
}

/* Multiple Product */
span.badge.bg-danger.rounded-circle.position-absolute.mobile_badge {
    height: 25px !important;
    width: 25px !important;
    padding: 5px !important;
    left: -5px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    box-shadow: 0px 1px 7px 0 #00000075 !important;
}

@media screen and (max-width: 576px) {
    span.badge.bg-danger.rounded-circle.position-absolute.mobile_badge {
        height: 20px !important;
        width: 20px !important;
        padding: 4px !important;
        font-size: 12px !important;
    }
}

#batchMAIN {
    background-color: #0094d9 !important;
}

#batchSMART {
    background-color: #018400 !important;
}

#batchSUPER {
    background-color: #d50032 !important;
}

.sat_sunImg {
    width: 100%;
    /* Default for larger screens */
    height: auto;
    border-radius: 10px;
    /* Maintain aspect ratio */
}

@media screen and (max-width: 500px) {
    .sat_sunImg {
        width: 70%;
    }
}

/* Multiple Product */


/* New Css 08.01.2025 */

.our-games-heading {
    font-size: 28px;
    font-family: "VAG Rounded BT" !important;
    color: #0f1e6d;
    margin-top: 0;
    text-align: start;
}

/* New CSS for Mobile Scroller */

.main-mobile-scroller {
    display: flex;
    /*overflow-x: auto;*/
    scroll-behavior: smooth;
    gap: 16px;
    /*padding: 10px;*/
}

.main-mobile-scroller::-webkit-scrollbar {
    display: none;
}

.main-mobile-scroller {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#mobile-ticket-carousel.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
}

#mobile-ticket-carousel {
  position: relative;
}

/* Nav wrapper centered vertically and full width */
#mobile-ticket-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

/* Prev and Next buttons pushed -30px outside the carousel */
#mobile-ticket-carousel .owl-nav button.owl-prev,
#mobile-ticket-carousel .owl-nav button.owl-next {
  background-color: #002d72;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  position: relative;
}

#mobile-ticket-carousel .owl-nav button.owl-prev {
  margin-left: -33px;
}

#mobile-ticket-carousel .owl-nav button.owl-next {
  margin-right: -33px;
}

#mobile-ticket-carousel .owl-nav button.owl-prev:hover,
#mobile-ticket-carousel .owl-nav button.owl-next:hover {
  background-color: #d9363e;
}

.main-mobile-scroller .fun-card,
.main-mobile-scroller .main-card,
.main-mobile-scroller .smart-card,
.main-mobile-scroller .super-card {
    background-color: #fff;
    border-radius: 14px;
    width: 100%;
    height: max-content;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 0 1rem 0 !important;
}

.main-mobile-scroller .fun-border {
    border: 1px solid #f68b1f;
    border-radius: 14px;
    overflow: hidden;
}

.main-mobile-scroller .main-border {
    border: 1px solid #0094d9;
    border-radius: 14px;
    overflow: hidden;
}

.main-mobile-scroller .smart-border {
    border: 1px solid #018400;
    border-radius: 14px;
    overflow: hidden;
}

.main-mobile-scroller .super-border {
    border: 1px solid #d50032;
    border-radius: 14px;
    overflow: hidden;
}

.main-mobile-scroller .fun-card a,
.main-mobile-scroller .main-card a,
.main-mobile-scroller .smart-card a,
.main-mobile-scroller .super-card a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-mobile-scroller .fun-card a p,
.main-mobile-scroller .main-card a p,
.main-mobile-scroller .smart-card a p,
.main-mobile-scroller .super-card a p {
    border-radius: 10px 10px 0 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 44px !important;
}

@media screen and (max-width: 365px) {

    .main-mobile-scroller .fun-card a p,
    .main-mobile-scroller .main-card a p,
    .main-mobile-scroller .smart-card a p,
    .main-mobile-scroller .super-card a p {
        font-size: 24px !important;
    }

    .main-mobile-scroller .play_circle {
        font-size: 18px !important;
    }
}

.main-mobile-scroller .fun-card a,
.main-mobile-scroller .fun-card a p {
    background: #f68b1f;
}

.main-mobile-scroller .main-card a,
.main-mobile-scroller .main-card a p {
    background: #0094d9;
}

.main-mobile-scroller .smart-card a,
.main-mobile-scroller .smart-card a p {
    background: #018400;
}

.main-mobile-scroller .super-card a,
.main-mobile-scroller .super-card a p {
    background: #d50032;
}

.main-mobile-scroller .play_circle {
    font-size: 30px;
}

.main-mobile-scroller img {
    width: auto !important;
    height: 185px;
}

.product-img-wrapper {
    display: flex;
    justify-content: center;
}

.floating-button-ms {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #171f4f;
}

.floating-button-ms input.play-pay-btn {
    color: #171f4f;
    background: #ffffff;
}

@media screen and (max-width: 358px) {

    .count-box {
        gap: 2px !important;
        padding: 2px !important;
    }

}

#batchFUN {
    background-color: #f68b1f !important;
}

.win_ways_card_one::after,
.win_ways_card_two::after,
.win_ways_card_three::after {
    content: none !important;
}

.our__games {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    color: #18204f;
}

.mobile__badge {
    width: 30px;
    height: 30px;
    display: flex;
    background: #f68b1f;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: 'VAG Rounded BT' !important;
}

#MbatchFUN {
    background: #f68b1f;
}

#MbatchMAIN {
    background: #0094d9;
}

#MbatchSMART {
    background: #018400;
}

#MbatchSUPER {
    background: #d50032;
}

.comProductDiscountPrize {
    font-family: "Uniform Regular 2", sans-serif !important;
    text-decoration: line-through;
    color: #d50032;
    line-height: 1;
    display: block;
    margin-top: 28px !important;
    visibility: hidden !important;
}

#productName-SUPER {
    transform: rotate(270deg);
    position: absolute;
    left: -35px;
    bottom: 0px;
    top: 50%;
}

.product-heading {
    font-size: 24px !important;
    font-family: "Uniform Regular 2", sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    padding: 10px 0 !important;
}

.product-heading.fun {
    background: #f68b1f;
}

.product-heading.main {
    background: #0094d9;
}

.product-heading.smart {
    background: #018400;
}

.product-heading.super {
    background: #d50032;
}

.theme-super {
    color: #d50032;
}

.thanks-modal {
    background-color: #0f1e6d;
    border-radius: 15px;
    padding: 50px 0 100px 0;
    margin-top: 1rem;
}

.thanks-modal .bi-check {
    background: #187ec4;
    color: #fff;
    font-size: 79px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: grid;
    align-items: center;
    text-align: center;
    margin: auto;
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-image: linear-gradient(119deg, #187ec4, #2551a2);
    box-shadow: 0px 1px 7px 0 #36994475;
    margin-top: 6%;
}

.thanks-modal h6 {
    background-color: #fff;
    padding: 8px 20px;
    border: 0;
    font-size: 24px;
    font-family: "Uniform Regular 4", sans-serif !important;
    color: #171f4f;
    border-radius: 5px 20px 5px 20px;
    border-right: 5px solid #00aeef;
    border-left: 5px solid #00aeef;
    width: fit-content;
    margin: auto;
}

a.view-btn1 {
    border-radius: 23px;
    padding: 10px;
    background: #00aeef;
    font-size: 17px;
    font-family: "Uniform Regular 4", sans-serif !important;
    color: #ffffff;
    border-right: 7px solid #fff;
    border-left: 7px solid #fff;
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    text-decoration: none;
}

.thanks-modal p:nth-child(1) {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.thanks-modal p:nth-child(2) {
    font-size: 1rem;
    letter-spacing: 1px;
}