body{
    background: #FDFDFD;
    overflow-x: hidden;
    color: #212121;
}
:root{
    --scolor: #ff1313;
    --tcolor: #ff1313;
    --fcolor:#ff1313;
    --mcolor:#ff1313;
    --navcolor:#080808;
    --btnbg:#080808;
h2{
    color: #000;
}
h2 span{
    color: #212121;
}
p{
    text-align: left;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/1ESPN_clone/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-outline-dark {
    background: #FFFFFF;
    padding: 12px 28px;
    Color: #000;
    border-radius: 7px;
    border: 1px solid transparent;
}
.btn-red-dark{
    background: #FF1313;
    padding: 12px 28px;
    Color: #FFF;
    border-radius: 7px;
    border: 1px solid transparent;
}
.btn-outline-dark:hover {
    background-color: #4b090987;
    border: 1px solid;
    border-color: #ffffff !important;
}
/* .tab-content>.tab-pane {
    display: none;
} */
.cust .nav-pills .nav-link{
    border: none;
    color: #000;
    background-color: transparent !important;
    margin: 0;
}
.cust .nav-pills .nav-link.active {
    background-color: #E82121 !important;
    border: none;
    color: #f5f5f5;
}
.cust .nav.nav-pills{
    border-radius: .32rem;
    width: fit-content;
    background-color: #D9D9D9 ;
}
.cards_black{
    background: #000000;
    border-radius: 12px;
    color: #F5F5F5;
    padding: 25px;
    height: 100%;
}
.cards_black h5{
    color: #FF1313;
}
.cards_black1{
    padding: 35px  25px;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 6px;
    background-color: transparent;
    transition: all .3s ease;
}
.cards_black1 h5{
    transition: all .3s ease;
    color: #000;
}
.cards_black1 img{
    transition: all .3s ease;
}
.cards_black1:hover{
    background-color: #000;
    color: #F5F5F5;
}
.cards_black1:hover h5{
    color: #FF1313;
}
.cards_black1:hover img{
    filter: invert(1);
}
.img_cont .cards_black1{
    padding: 25px;
    border: 1px solid #000000;
    color: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.img_cont .nav-pills .nav-link{
    background: none !important;
    border: none !important;
}
.nav-pills .nav-link.active .cards_black1{
    background-color: #000;
    color: #f5f5f5;
}
.nav-pills .nav-link.active .cards_black1 h5{
    color: #FF1313;
}
.num{
    font-size: 32px;
    font-weight: 500;
}
.img_cont .cards_black1:hover h5{
    color: #FF1313;
}
.img_cont .cards_black1:hover{
    color: #f5f5f5;
}
.dot_box{
    position: absolute;
    height: 68%;
    width: 20%;
    border: 1px dashed #000;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    left: 100.5%;
}
.dot_top{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: -7px;
    top: -5px;
}
.dot_bottom{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    right: -6px;
    bottom: -7px;
}
.dot_box1{
    position: absolute;
    height: 68%;
    width: 20%;
    border: 1px dashed #000;
    border-right: 0;
    border-bottom: 0;
    top: 50%;
    right: 100.5%;
}
.dot1_top{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    right: -7px;
    top: -5px;
}
.dot1_bottom{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: -6px;
    bottom: -7px;
}
.bg_cust{
    background: #E5E6E8;
}
@media(max-width: 991px){
    .stickysec .container, .sitec, .container {
        max-width: 100% !important;
        padding: 0 15px;
    }
    .dot_box{
        display: none;
    }
    .dot_top{
        display: none;
    }
    .dot_bottom{
        display: none;
    }
    .dot_box1{
        display: none;
    }
    .dot1_top{
        display: none;
    }
    .dot1_bottom{
        display: none;
    }
    .img_cont .tab-content>.tab-pane {
        display: none;
    }
    .img_cont .nav-pills .nav-link{
        padding: 0;
    }
    .banner{
        background: radial-gradient(53.47% 53.47% at 29.77% 46.53%, #D54242 0%, #7F1818 100%)
    }
    .nav-pills .nav-link.active .cards_black1{
        background-color: transparent;
        color: #000;
    }
    .nav-pills .nav-link.active .cards_black1 h5{
        color: #000;
    }
    .img_cont .cards_black1:hover{
        background-color: transparent;
    }
    .img_cont .cards_black1:hover h5{
        color: #000;
    }
    .img_cont .cards_black1:hover{
        color: #000;
    }
    .bg_cust .cards_black1 img{
        width: 36px;
    }
}