body{
    background-color: #F3F4F8;
    color: #000000;
    overflow-x: hidden;
}
p{
    color: #000;
    text-align: left;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/yahoo-fantasy/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
}
:root{    --fcolor: #bee345;
    --mcolor: #fff;
    --navcolor: #140828;
    --btnbg: #0a090f;
    --scolor: #140828;
    --tcolor: #5d12eb;
    --tabline: #407BFF;
    --txtcolor: #ccc;
}
.banner_screen{
    position: absolute;
    height: 70%;
    right: 0;
}
.btn-outline-dark {
    background: #BEE345;
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #000000;
    padding: 10px 8px;
    border: 0px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #4a007f;
    border-color: #212529;
}
h2{
    color: #01BAEF;
}
h3{
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}
.titlet{
    color: #BEE345;
}
.bt{
    text-shadow: 1px 1px 3px #140b31;
}
.colort{
    color: #4A007F;
}
.greent{
    color: #C3FF00;
}
.whitet{
    color: #fff;
}
.ground_bg {
    background: url(../images/yahoo-fantasy/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
    position: relative;
}
.ground_bg .container{
    position: relative;
    z-index: 99;
}
.org_bg {
    background: linear-gradient(94.29deg, #0F071D 4.02%, #270E53 97.19%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 25px;
}
.purple_card {
    background: #F9F8FF;
    border:1px solid rgb(160 124 188 / 19%);
    border-radius: 12px;
    padding: 40px 20px;
    height: 100%;
}
.purple_card:hover {
    background: #FFFFFF;
    border: 1px solid rgba(1, 186, 239, 0.05);
}
.stickk {
    position: sticky;
    top: 100px;
}
.lft_ball {
    position: absolute;
    left: -60px;
    bottom: 11px;
}
.rgt_ball{
    position: absolute;
    top: 0px;
    right: -130px;
}
.game_card .container{
    position: relative;
}
.why-bg {
    position: absolute;
    right: 0px;
    top: -40px;

}
.why-bg img{
    max-width: 570px;
    width: 100%;
}
.logo {
    position: absolute;
    bottom: 100px;
    left: -6%;
    opacity: 0.3;
    }   
.accordion-item, .accordion-button{
    color: #000;
}
@media (max-width: 1050px){
    .why-bg{
        top: inherit;
    }
    .why-bg img {
        max-width: 480px;
    }
    .banner_screen{
        height: 60%;
    }
    .rgt_ball{
        display: none;
    }
    .lft_ball{
        display: none;
    }
}
@media (max-width: 991px){
    .why-bg{
        display: none;
    }
    .banner_screen{
        display: none;
    }
    .banner{
        min-height: 50vh;
        padding: 90px 0px 50px;
    }
    .logo{
        display: none;
    }
}
@media (max-width: 768px){
    .lft_ball,.rgt_ball,.logo{
        display: none;
    }
}