body{
    background: #100E0E;
}
:root{       --fcolor: #F55937;
    --mcolor: #fff;
    --navcolor: #100e0e;
    --btnbg: #0a090f;
    --scolor: #f55937;
    --tcolor: #61291d;
    --tabline: #ffb11b;
    --txtcolor: #ccc;}
.text-light{
	color: #cfcfcf !important;
}
.colort{
	color: #F55937;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bitpanda-clone-script/banner-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.btn.orange-btn {
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 30px;
    text-align: center;
    transition: .3s all ease;
}
.btn.orange-btn:hover {
    background: #F55937;
    border-radius: 8px;
    color: #000;

}
.whitebox h4{
    color: #fff
}
.whitebox {
    background: #282828;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.whitebox:hover h4 {
    color: #F55937;
    background: none;
}
.whitebox:hover {
    box-shadow: none;
}
.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.card_dark {
    background: #191919;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
}  

.cards_black {
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    background-color: transparent;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
background: #282828;
}
.cards_black2 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(245, 89, 55, 0.4);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.cards_black2:hover{
    background: #282828;
    border-radius: 8px;
    border: 0px;
}
.cards_black2:hover p{
    color: #fff;
}
.cards_black2 h5{
    color: #F55937;
}
.cards_black2:hover h5{
    color: #F55937;
}
.cards_black2 p{
    text-align: center;
}
.tech_bg {
    background: url(../images/bitpanda-clone-script/idea-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 32px;}

    @media (max-width: 991px) {
    
    .banner {
        background:linear-gradient(359.55deg, #100e0e 0.36%, #3f0b00 99.61%);
    }
       .tech_bg h3{ 
        font-size: 20px;
       }
       .tech_bg {
        background: none;
       }
}