.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/fantasy-baeball/banner-side.webp), url(../images/fantasy-baeball/banner-baseball.webp);
    background-position: right bottom, center;
    background-repeat: no-repeat;
    background-size: 50%, cover;
}

.btn-outline-dark {
    background: linear-gradient(282deg, #dc3545 0%, #fae53a 100%);
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #000000;
    padding: 10px 8px;
    border: 0px;
}

:root {
    --fcolor: #cd9800;
    --mcolor: #fff;
    --navcolor: #0a090f;
    --btnbg: #0a090f;
    --scolor: #FAE53A;
    --tcolor: #FAE53A;
    --tabline: #ffb11b;
    --txtcolor: #ccc;
}

body {
    background: #06000F;
    color: #FFF;
}

.yellowt {
    color: #FAE53A;
}

.card_dark {
    background: #0E0A14;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%
}

h3 {
    font-size: 22px;
}

.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.card_bord {
    border: 1px solid rgba(250, 229, 58, 0.4);
    border-radius: 9px;
    padding: 32px 24px;
    height: 100%
}

.bord_dark {
    background: #06000F;
    border: 1px solid rgba(255, 177, 27, 0.25);
    border-radius: 12px;
    padding: 24px 24px;
    height: 100%
}

.lit_gry {
    color: #CCC;
}

.ground_bg {
    background: url(../images/fantasy-baeball/last_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bord_dark h3 {
    color: #FFF;
    transition: all .3s ease;
}

.bord_dark:hover h3 {
    color: #E44D26;
}

.topmenu .megadropdown>li.select>a {
    background: url(../images/nextarrow.svg) #cd9800;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}

.tech_stack {
    border: 1px solid rgba(250, 229, 58, 0.4);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 0px 0px 0px;
}


.nav-bg .nav-link.active {
    background: linear-gradient(282deg, #dc3545 0%, #fae53a 100%);
    color: black;
    font-weight: 600;
}

.nav-bg .nav-link {
    color: white;
    border: 1px solid rgba(255, 177, 27, 0.25);
    ;
}

.tab .nav {
    overflow-x: auto;
    white-space: nowrap;
}

.razor{
    min-height: 50px;
    display: flex;
    align-content: center;
}


@media (max-width: 991px) {
    .banner {
        background: linear-gradient(0deg, #06000f, #8d511b);
        background-size: 100%;
    }

    .ground_bg {
        background: none;
    }

    .card_dark {
        padding: 10px 0px;
    }

    .tab .tech_stack{
        max-height: 150px;
        max-width: 150px;
    }
     .tab .tech_cont{
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 15px !important;
    }

    .tab{
        max-width: 95% !important;
        margin: 0px auto; 
    }
}