.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bitcoin-wallet/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
}
body{
    background-color: #F3F4F8;
    color: #000000;
    overflow-x: hidden;
}
p{
    color: #000;
    text-align: left;
}
.titlet{
    color: #ff784e;
}
:root {
    --fcolor: #ff784e;
    --mcolor: #fff;
    --navcolor: #0a0909;
    --btnbg: #0a090f;
    --scolor: #ff784e;
    --tcolor: #0a0909;
    --tabline: #407BFF;
    --txtcolor: #ccc;
}
.banner_screen{
    position: absolute;
    width: 50%;
    right: 0;
}
.btn-outline-dark {
    background: #ff784e;
    backdrop-filter: blur(3px);
    min-width: 160px;
    color: #000000;
    padding: 10px 8px;
    border: 0px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #212529;
}
h2{
    color: #000 ;
}
h3{
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}
h5{
	color: #000;
}
.f-25{
	font-size: 36px;
}
.launch {
	background: #EAECF2;
    height: 100%;
    padding: 20px;
    transition: 0.8s all;
}
.scroll-hi{
	max-height: 430px;
	overflow-y: auto;
}
.launch:hover{
	background: #fff;

}
.launch div{
	width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.launch:hover div {
    background: #060606;
    transition: 0.8s all;
    border-radius: 90px;
}
.scroll-hi::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-hi::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scroll-hi::-webkit-scrollbar-thumb {
  background: #FF784E; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll-hi::-webkit-scrollbar-thumb:hover {
  background: #FF784E; 
}
.sec-bg{
	background:  url(../images/bitcoin-wallet/sec-bg.webp);
}
.oranget{
	color: #FF784E;
}
.sec-bg h5{
	color: #000;
}
.accord{
	background: #fff;
}
.accordion-item, .accordion-button {
    background-color: var(--sitebg);
    color: #000000;
    background: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #FF784E;
    background: 0 0;
    box-shadow: none !important;
    xtext-shadow: 0px 0px 1px #0a0a0a8a;
}
.dev-pro {
    background: url(../images/bitcoin-wallet/process-bg.webp);
    background-repeat: no-repeat;
}

.whitet{
	color: #fff;
}

.border-div {
	background: #fff;
    padding: 24px;
}
.o-t{
	color: #FF784E;
}
.b-bg{
	background: #0A0909;
	display: inline-block;
    margin: 0 auto;
    /* width: max-content; */
    padding: 10px 25px;
    margin-bottom: 0;
    border-radius: 60px;
    font-size: 25px;
}
.accordion-button[aria-expanded="true"]{
    background: url(../images/bitcoin-wallet/minus.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% !important;
    padding-right: 50px !important;
}
.accordion-button:not(.collapsed)::after,.accordion-button::after{
	display: none;
}
.accordion-button[aria-expanded="false"]{
	background: url(../images/bitcoin-wallet/plus.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% !important;
    padding-right: 50px !important;
    
}
.accordion-header {
    border-bottom: 1px solid #d3d3d3;
}
.bullet {
    background: url(../images/bitcoin-wallet/bullet.png);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 25px;
    background-position: left;
}
p{
	line-height: 30px;
}

@media (max-width: 991px){
	.banner_screen{
		display: none;
	}
	.scroll-hi{
		max-height: inherit;
	}
	.dev-pro{
		background-size: cover;
	}
	.banner{
        min-height: 50vh;
        padding: 90px 0px 50px;
    }
}