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

:root {
    --fcolor: #ff7458;--scolor: #ff7458;--navcolor: #281410;--mcolor: #ff7458;--btnbg: #281e1e;--tcolor: #ff7458;
}
h2 {
    color: #FF7458;
}
p{
    text-align: left;
    color: #ccc;
}

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

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

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

.cards_black {
    background: #0F0B0A;
    border: 2px solid rgba(255, 116, 88, 0.2);
    border-radius: 12px;
    height: 100%;
    padding: 25px;
    transition: all .3s ease;
}

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

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

.cards_black:hover h5 {
    color: #FF7458;
}
.org-txt{
    color: #FF7458;
}
.nav.nav-pills{
    border: 1px solid #EF6A50;
    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, #FF7458 2.5%, #9A3723 51.3%, #FF7458 98.18%);
    border: 0;
    border-radius: 7px;
    min-width: 160px;
    padding: 9px 20px;
    margin: 0;
}
.left_ring{
    position: absolute;
    left: 0;
    top: 10%;
    height: 90%;
    width: auto;
    z-index: -1;
}
.right_ring{
    position: absolute;
    right: 0;
    top: 10%;
    height: 90%;
    width: auto;
    z-index: -1;
}
.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/1howzat_clone/why-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.card_dark {
    background: #0f0b0a;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
}
@media(max-width: 991px){
    .org_bg{
        background: #EF6A50;
    }
    .why_bg{
        background: none;
    }
    .banner {
        background: linear-gradient(6deg, #0F0B0A, #200c08, #EF6A50);
    }
}