:root{
    --scolor: #893dff;
    --fcolor:#a72eff;
    --tabcolor:#893dff;
    --tabline:#893dff;
    --navcolor:#130324;
    --mcolor:#fff;
}
.shadowbox h5::before {
    left: -61px;
}
.icon-img {
    max-width: 45px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #0f031f;
    color: #fff;
}
section {
    z-index: 0;
}
.mob-img{
    max-height: 600px;
}
.banner {
    background-image: url(/images/1mpl_fantasy/players.webp),
        url(/images/1mpl_fantasy/banner.webp);
    min-height: 100vh;
    background-size: 55% auto, cover;
    background-position: right bottom, center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.txt_grad {
    background: linear-gradient(90deg, #fff, #29c1f1 18.84%, #6736ff 52.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 68px;
}
.btn-outline-dark {
    background: linear-gradient(93deg, #47caf1 0%, #6041fc 100%);
    backdrop-filter: blur(3px);
    min-width: 200px;
    color: #fff;
    padding: 10px 8px;
    border: 0px;
}
.darkbg {
    background-color:#0f031f;
    height: 100%;
}
.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;
    padding-right: 10px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}
.caro_card img {
    width: 50px !important;
}
.h3,
h3 {
    font-size: 24px;
    font-weight: 600;
    color: #893dff;
}
.panels .caro_card {
    background: #3c215d;
    padding: 10px 20px;
    border-radius: 15px;
    height: 100%;
}
.btm_img {
    position: absolute;
    width: 21%;
    bottom: 0;
    left: 12%;
}
.img_sec {
    position: absolute;
    z-index: -1;
    width: 20%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.img_sec.left {
    left: 0;
    top: 10%;
}
.img_sec.right {
    right: 0;
    top: 100%;
}
.grad_two .darkbg {
    background: linear-gradient(135deg, #8d016d66, #173d5870);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    padding: 30px 15px;
    transition: .4s all ease;
}
.grad_two .darkbg:hover {
    background: #140525;;
    border-radius: 20px;
    padding: 30px 15px;
}
.cardbg {
    margin: 40px 0;
}
.cardbg .inner_card {
    padding: 25px 20px;
    background: linear-gradient(135deg, #8d016d66, #173d5870);
    border-radius: 15px;
}
.sticked{
    position: sticky;
    top: 20%;
}
.overflow_catd{
    overflow: visible;
}
.cric_bg{
    background: url(/images/1mpl_fantasy/sports-stadium.webp),#160431eb;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-size: cover;
}
.fixed_bg{
    background: url(/images/1mpl_fantasy/process_cricketside.webp), #350e72;
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.full_bg{
    background: url(/images/1mpl_fantasy/stadium.webp), #000000d1;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner_card1{
    background: linear-gradient(135deg, #8d016d66, #173d5870);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    padding: 30px 15px;
    transition: .4s all ease;
    padding: 25px 40px;
}
@media (max-width: 991px){
    .banner {
        background-image: none;
        min-height: 100vh;
        background-size: 55% auto, cover;
        background-position: right bottom, center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    .inner_card1{
        padding: 45px 20px;
    }
    .full_bg{
        background: none;
    }
    .fixed_bg{
        background:  #350e72;
    }
}