body {
    overflow-x: hidden;
    background: #0C090F;
    color: #EEEEEE;
}

:root {
    --fcolor: #B415FF;--scolor: #B415FF;--navcolor: #0c090f;--mcolor: #ffffff;--btnbg: #281e1e;--tcolor: #B415FF;
}
h2 {
    color: #B415FF;
}
p{
    text-align: left;
    color: #ccc;
}

section{
    overflow: unset !important; 


}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/gamezy-clone-script/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_screen {
    position: absolute;
    width: 49%;
    bottom: 0;
    right: 0;
}

.orange-btn {
    background: #B415FF;
    border-radius: 7px;
    min-width: 160px;
    padding: 9px 20px;
    font-weight: 600;
    color: #FFF;
}

.cards_black {
    background: #0c090f;
    border: 2px solid #b415ff33;
    border-radius: 12px;
    height: 100%;
    padding: 25px;
    transition: all .3s ease;
}

.cards_black:hover {
    border: 2px solid #B415FF;
}

.cards_black h5 {
    color: #FFF;
    transition: all .3s ease;
}

.cards_black:hover h5 {
    color: #B415FF;
}
.org-txt{
    color: #FF7458;
}
.nav.nav-pills{
    border: 1px solid #b415ff33;
    width: fit-content;
    border-radius: 7px;
}
.nav-pills .nav-link{
    color: #BABABA;
    min-width: 160px;
    padding: 9px 20px;
    font-weight: 500;
    margin: 0 !important;
    border: 0;
}
.nav-pills .nav-link.active{
    background: linear-gradient(272.5deg, #B415FF 2.5%, #3B0156 51.3%, #B415FF 98.18%);
    border: 0;
    border-radius: 7px;
    min-width: 160px;
    padding: 9px 20px;
    margin: 0;
}
.org_bg{
    background: url(../images/1howzat_clone/org_bg.webp),#EF6A50;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 25px;
}
.org_bg h2{
    color: #0F0B0A;
}
.org_bg p{
    color: #000;
}
.why_bg{
    background: url(../images/gamezy-clone-script/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 991px){
    .banner {
        padding: 18vh 0 !important;
    padding-bottom: 10vh !important; min-height: inherit;
    }
    .nav-pills .nav-link.active,.nav-pills .nav-link{
        min-width: inherit !important;
        padding: 9px 3px;
    }

    .feat {
    position: sticky;
    top: 54px;
    z-index: 9;
    background: #0c090f;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #a022e6;
    width: 100% !important;
    justify-content: space-evenly;
    }
    .org_bg{
        background: #EF6A50;
    }
    .why_bg{
        background: none;
    }
    .banner {
        background: linear-gradient(6deg, #0c090f, #190921, #b415ff);
    }
}