.Onlinebba {
    background: #FFF8F0 0% 0% no-repeat padding-box;
    margin-bottom: 2%;
    position: relative;
}

.Onlinebba:hover .triangle1 {
    display: block;
}

.Onlinebba .triangle1 {
    display: none;
}

.Onlinebba:hover .triangle {
    display: none;
}

.Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    opacity: 1
}

.Onlinebba .Onlineimg_sec {
    padding: 4% 0% 4% 0%;
}

/* .Onlinebba .triangle {
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-left: 100px solid #FF8600;
    margin-top: -90px;
} */



.Onlinebba .triangle1::before,
.Onlinebba .triangle1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}


.Onlinebba .triangle1::before {
    top: 0;
    left: 0;
    /* border-width: 0 100px 100px 0; */
    border-color: transparent #FF8600 transparent transparent;
    /* You can change the color */
}

.Onlinebba .triangle1::after {
    /* bottom: 0; */
    /* right: 0; */
    border-width: 0px 0 100px 100px;
    border-color: transparent transparent transparent #FF8600;
}

.Onlinebba .triangle::before,
.Onlinebba .triangle::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
}


.Onlinebba .triangle::before {
    top: 0;
    left: 0;
    /* border-width: 0 100px 100px 0; */
    border-color: transparent #FF8600 transparent transparent;
    /* You can change the color */
}

.Onlinebba .triangle::after {
    /* bottom: 0; */
    /* right: 0; */
    border-width: 100px 0 0px 100px;
    border-color: transparent transparent transparent #FF8600;
}

/* .Onlinebba .onlinebbaRow {
    padding: 2% 0% 0% 0%;
} */

.Onlinebba .onlinebbaRow .onlinebbaLeft p {
    font-size: 16px;
    color: #383838;
    margin-top: 15px;
}

.Onlinebba .onlinebbaRow .onlinebbaCollab {
    width: 100%;
}

.Onlinebba .categorie-div {
    width: 100%;
    /* height: 360px; */
    transition: 0.4s;
    position: relative;
    text-align: center;
    /* margin-bottom: 50px; */
}

.Onlinebba .top-card-bd::before {
    content: "";
    position: absolute;
    top: -26px;
    height: 26px;
    width: 37%;
    background: #FC851D;
    right: -2px;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,12% 100%);
}

.Onlinebba .top-card-bd::after {
    content: "";
    position: absolute;
    top: -26px;
    height: 85%;
    width: 26px;
    background: #FC851D;
    right: -26px;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 91%);
}

.Onlinebba .top-card-bddd::before {
    content: "";
    position: absolute;
    bottom: -17px;
    height: 26px;
    width: 37%;
    background: #FC851D;
    right: -2px;
    clip-path: polygon(16% 0,100% 0,100% 100%,0 100%);
}

.Onlinebba .top-card-bddd::after {
    content: "";
    position: absolute;
    bottom: -17px;
    height: 85%;
    width: 26px;
    background: #FC851D;
    right: -25px;
    transition: 0.5s ease;
    clip-path: polygon(0% 13%,100% 0%,100% 100%,0% 100%);
}

.Onlinebba:hover .top-card-bd {
    display: none;
    transition: 0.5s ease;
}

.Onlinebba .top-card-bddd {
    display: none;
    transition: 0.5s ease;
}

.Onlinebba:hover .top-card-bddd {
    display: block;
    transition: 0.5s ease;
}

@media screen and (min-width: 0px) and (max-width:320px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft p {
        font-size: 14px;
        margin-top: 15px;
        text-align: justify;
    }

    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .Onlinebba .top-card-bd::before {
        top: -13px;
        height: 13px;
        width: 36%;
    }

    .Onlinebba .top-card-bddd::after {
        bottom: -11px;
        height: 35%;
        width: 12px;
        background: #FC851D;
        right: -8px;
        transition: 0.5s ease;
    }

    .Onlinebba .top-card-bddd::before {
        bottom: -11px;
        height: 12px;
        width: 37%;
        background: #FC851D;
        right: 0px;
    }

    .Onlinebba .top-card-bd::after {
        top: -13px;
        height: 37%;
        width: 13px;
        right: -8px;
    }

    .Onlinebba .triangle1,
    .Onlinebba .triangle {
        display: none !important;
    }

    .Onlinebba .categorie-div {
        height: auto;
    }
}

@media screen and (min-width: 321px) and (max-width:485px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft p {
        font-size: 14px;
        margin-top: 15px;
        text-align: justify;
    }

    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 20px;
        text-align: center;
    }

    .Onlinebba .top-card-bd::before {
        top: -13px;
        height: 13px;
        width: 36%;
    }

    .Onlinebba .top-card-bddd::after {
        bottom: -11px;
        height: 35%;
        width: 12px;
        background: #FC851D;
        right: -8px;
        transition: 0.5s ease;
    }

    .Onlinebba .top-card-bddd::before {
        bottom: -11px;
        height: 12px;
        width: 37%;
        background: #FC851D;
        right: 0px;
    }

    .Onlinebba .top-card-bd::after {
        top: -13px;
        height: 37%;
        width: 13px;
        right: -8px;
    }

    .Onlinebba .triangle1,
    .Onlinebba .triangle {
        display: none !important;
    }

    .Onlinebba .categorie-div {
        height: auto;
    }
}

@media screen and (min-width: 486px) and (max-width:575px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft p {
        font-size: 14px;
        margin-top: 15px;
        text-align: justify;
    }

    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 20px;
        text-align: center;
    }

    .Onlinebba .top-card-bd::before {
        top: -13px;
        height: 13px;
        width: 36%;
    }

    .Onlinebba .top-card-bddd::after {
        bottom: -11px;
        height: 35%;
        width: 12px;
        background: #FC851D;
        right: -8px;
        transition: 0.5s ease;
    }

    .Onlinebba .top-card-bddd::before {
        bottom: -11px;
        height: 12px;
        width: 37%;
        background: #FC851D;
        right: 0px;
    }

    .Onlinebba .top-card-bd::after {
        top: -13px;
        height: 37%;
        width: 13px;
        right: -8px;
    }

    .Onlinebba .triangle1,
    .Onlinebba .triangle {
        display: none !important;
    }

    .Onlinebba .categorie-div {
        height: auto;
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft p {
        font-size: 14px;
        margin-top: 15px;
        text-align: justify;
    }

    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 20px;
        text-align: center;
    }

    .Onlinebba .top-card-bd::before {
        top: -13px;
        height: 13px;
        width: 36%;
    }

    .Onlinebba .top-card-bddd::after {
        bottom: -11px;
        height: 35%;
        width: 12px;
        background: #FC851D;
        right: -8px;
        transition: 0.5s ease;
    }

    .Onlinebba .top-card-bddd::before {
        bottom: -11px;
        height: 12px;
        width: 37%;
        background: #FC851D;
        right: 0px;
    }

    .Onlinebba .top-card-bd::after {
        top: -13px;
        height: 37%;
        width: 13px;
        right: -8px;
    }

    .Onlinebba .triangle1,
    .Onlinebba .triangle {
        display: none !important;
    }

    .Onlinebba .categorie-div {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft p {
        font-size: 14px;
        margin-top: 15px;
        text-align: justify;
    }

    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 20px;
        text-align: center;
    }

    .Onlinebba .top-card-bd::before {
        top: -13px;
        height: 13px;
        width: 36%;
    }

    .Onlinebba .top-card-bddd::after {
        bottom: -18px;
        height: 53%;
        width: 18px;
        background: #FC851D;
        right: -18px;
        transition: 0.5s ease;
    }

    .Onlinebba .top-card-bddd::before {
        bottom: -18px;
        height: 18px;
        width: 37%;
        background: #FC851D;
        right: 0px;
    }

    .Onlinebba .top-card-bd::after {
        top: -13px;
        height: 37%;
        width: 13px;
        right: -8px;
    }

    .Onlinebba .triangle1,
    .Onlinebba .triangle {
        display: none !important;
    }

    .Onlinebba .categorie-div {
        height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .Onlinebba .onlinebbaRow .onlinebbaLeft h3 {
        font-size: 25px;
    }
}