body{
    background-color: #040F16;
    color: #FBFBFF;
    overflow-x: hidden;
}
p{
    color: #CCCCCC;
    text-align: left;
}
:root {
    
    --navcolor: #000a11;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/1NFL_clone/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
}
.banner_screen{
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
}
.btn-outline-dark {
    background: #25c3fc;
    padding: 12px 28px;
    Color: #000;
    border-radius: 7px;
}
.ecc_bg{
    background:  linear-gradient(0deg, #000A11, #000A11), #00242F;;
    background-position: center;
    background-size:  cover;
}
h2{
    color: #01BAEF;
}
.w-btn {
    background:#25c3fc;
    color: #000;
    border-radius: 5px;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 700;
    min-width: 200px;
}
.btn-outline-dark:hover {
    background: linear-gradient(103.77deg, #17557C 30.53%, #040F16 81.23%) !important;
    border-color: #25c3fc !important;
}
.min-470{
    min-height: 478px;
    background: url(../images/1NFL_clone/transp_tab.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
}
.bord-top{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.socitalk li a{
    border: 1px solid #01BAEF;
border-radius: 7px;
padding: 12px 28px;
background-color: transparent;
color: #FFF;
min-width: 130px;
text-align: center;
justify-content: center;
}
.socitalk li a:hover{
    background: linear-gradient(103.77deg, #17557C 30.53%, #040F16 81.23%) !important;
}
.blue_card{
    background: #040F16;
border: 1px solid rgba(1, 186, 239, 0.25);
border-radius: 12px;
padding: 40px 20px;
height: 100%;
}
.blue_card:hover{
    background: linear-gradient(109.87deg, #0B4F6C 4.57%, #00243A 124.9%);
    border: 1px solid rgba(1, 186, 239, 0.05);
}
.stickk{
    position: sticky;
    top: 100px;
}
h3{
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}
.blue_card:hover h3{
    color: #01BAEF;
}
.fs-18{
    font-size: 19px;
    font-weight: 700;
}
.warm_right{
    position: absolute;
    right: 0;
    width: 35%;
    z-index: -1;
}
.warm_left{
    position: absolute;
    left: 0;
    width: 15%;
    z-index: -1;
}
.eccl_right{
    position: absolute;
    top: -63%;
    right: 0;
    width: 18%;
    z-index: -1;
}
.eccl_left{
    position: absolute;
    top: -63%;
    left: 0;
    width: 18%;
    z-index: -1;
}
@media(max-width: 991px){
    .banner_screen{
        display: none;
    }
    .banner{
        background: linear-gradient(360deg, #000a11, #007ba7);
    }
}