body {
    background: #000000;
}
 :root{--fcolor:#a9a1f1;--scolor:#eea1e3;--tcolor:#462a81; --txtcolor:#fff;--navcolor: #000000;--mcolor: #eaa1e3;}

p {
    text-align: left;
}

.long_banner {
    background: url(/images/1fantasy-cricket/cricket-stadiumbackground.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 70% !important;
    position: relative;
}
.bt{
    color: #000;
}
.w-btn {
    background: #ff7e03;
    color: #000;
    border-radius: 5px;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 500;
    min-width: 120px;
}
.topbanner {
    min-height: 60vh;
    padding: 10vh 0;
}
.half-screen{
    height: 50vh;
    width: auto;
}
.secondpara {
    background: linear-gradient(90deg, #262178 0%, #b54aa2 100%);
    border-radius: 50px;
    padding: 40px 50px;
}

.pink_bg {
    background: linear-gradient(102.79deg, #a9a1f1 3.96%, #f1a1e2 95.01%);
    color: #000;
}

.card_head {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.linkss .height-0 {
    height: 0;
    opacity: 0;
    display: none;
    transition: 0.3s all ease;
}

.linkss .active .height-0 {
    height: auto;
    opacity: 1;
    display: block;
}

.linkss .active .nav-link {
    background: linear-gradient(90deg, #241e80 21.76%, #b54aa2 100%) !important;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.linkss .nav-link {
    background: linear-gradient(
        90deg,
        rgba(46, 44, 72, 0.5) 0%,
        rgba(73, 49, 69, 0.5) 100%
    ) !important;
    border-radius: 50px !important;
    border: none !important;
    padding: 15px 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.w-p {
    color: #dddae1;
}

.b-p {
    color: #161434;
}

.fs-14 {
    font-size: 14px;
}

.fs-19 {
    font-size: 19px;
}

.bord_card {
    border: 10px solid #14151e;
    backdrop-filter: blur(17.5px);
    border-radius: 50px;
    max-height: 65vh;
    min-height: 400px;
    height: auto;
    padding: 30px;
    overflow: auto;
}

.bord_card::-webkit-scrollbar {
    display: none;
}

.bord_card {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mob_bg {
    background: url(/images/1fantasy-cricket/cricket_mobilee.webp);
    background-position: center 6%;
    background-repeat: no-repeat;
    background-size: 35%;
}

.card-rel {
    position: relative;
}

.abs_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
}

.glass_bord {
    border-radius: 10px;
    border: 5px solid #d8bdf1;
}
.btn-outline-dark {
    background: linear-gradient(90deg, #BD7DF5 0%, #E4B7B1 100%);
    border-radius: 5px;
    backdrop-filter: blur(3px);
    min-width: 200px;
    color: #000;
    padding: 10px 8px;
}
.img_qr {
    position: absolute;
    bottom: -15%;
    right: -6%;
    height: 60%;
}

.pb_cust {
    padding-bottom: 100px;
}

.bb_2 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.card_overlow {
    max-height: 80vh;
    min-height: 500px;
    overflow-y: auto;
    padding-right: 20px;
}

.card_overlow::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.card_overlow::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.card_overlow::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.title_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slide_card {
    overflow-x: hidden;
}

.slider1 {
    animation: slidecard 40s linear infinite;
}
.slide_card:hover .slider1{
    animation-play-state: paused;
}
.btn-outline-dark {
    z-index: 99;
    border: 1px solid #a7469e;
    
}
/*.btn-outline-dark {
    background: #eaa1e3;
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #000000;
    padding: 10px 8px;
    border: 0px;
}
*/
.feat1 .cards {
    border: 1px solid rgb(115 80 214 / 25%);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    transition: all .3s ease;
}
@keyframes slidecard {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.secondpara1 {
    background: url(/images/1fantasy-cricket/whychoose_sec.webp);
    border-radius: 50px;
    padding: 40px 50px;
    background-size: cover;
    background-position: center;
}
.padd_ball {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pincard{
    padding: 4px;
    border-radius: 50px;
}
.pincard.card1{
    background: linear-gradient(90deg, #503ABD 0%, rgba(80, 58, 189, 0) 100%);
}
.pincard.card2{
    background: linear-gradient(90deg, #BD3AB4 0%, rgba(189, 58, 180, 0) 100%);
}
.pincard.card3{
    background: linear-gradient(90deg, #C32C6B 0%, rgba(195, 44, 107, 0) 100%);
}
.max-400{
    max-height: 400px;
    width: auto !important;margin: 10px auto;
}
.accordion-body{
    color:#fff;
}
.accordion-button{
   color:var(--fcolor)
}
.bluetitle h3{
    color: #fff;
}

.ts-card {
    background: #150F1C;
    border: 1px solid rgba(144, 141, 231, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;
    color: #fff;
}

@media(max-width: 991px){
    .secondpara1 {
        background: linear-gradient(90deg, #262178 0%, #b54aa2 100%);
        border-radius: 50px;
        padding: 40px 50px;
        background-size: cover;
        background-position: center;
    }
    .secondpara, .secondpara1{
        padding: 40px 10px;
    }
    .mob_bg {
        background: none;
    }
    .topbanner{
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media(max-width: 768px){
    .card_head{
        font-size: 19px;
    }
}

.cards-Security {
    background-color: #150F1C;
    height: -webkit-fill-available;
    padding: 20px;
    border-radius: 20px;
}
li::marker {
    color: #d26cf4;
}