.banner{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: end;
	background: url(../images/crypto-arbitrage/home-bg.webp);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
.ct{	
	font-weight: 700;	
	background: linear-gradient(92.59deg, #00DD74 24.3%, #DAFF58 71.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
h1{
	font-size: 55px;
}
.wt{	
	font-weight: 700;	
	background: linear-gradient(92.59deg, #fff 24.3%, #fff 71.22%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.lt{
	color: #BAF3FF;
}
.banner .btn{
	background: linear-gradient(90deg, #0FF591 0%, #E9FF88 100%);
	border: 1px solid #1DF590;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0px 8px 5px -1px #000;
}
body{
	background: #081A1E;
}
h2{
	font-size: 45px;
}
section{
	padding: 5vh 0;
}
p{
	line-height: 28px;
}
.what {
    background: url(../images/crypto-arbitrage/what.webp);
    padding: 50px 50px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.grad1 {
    background: linear-gradient(308deg, #D3FE59 10%, #1E4149 20%);
    border-radius: 10px;
    padding: 1px;
    height: 100%;
}
.item{
	height: 100%;
}
.grad2 {
    background: #1E4149;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.grad2 img{
	max-width: 80px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	display: none;
}
/*.grad3{
	background: linear-gradient(308deg, #D3FE59 8%, transparent 13%);
    border-radius: 10px;
    padding: 1px;
    
}*/
.grad4{
	background: #1e4149a8;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.grad4:after {
    position: absolute;
    content: "";
    width: 160px;
    height: 110px;
    background: url(../images/crypto-arbitrage/line.png);
    right: -1px;
    bottom: -1px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.robo {
    background: url(../images/crypto-arbitrage/robo.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 62%;
}
.why {
    background: #1E4149;
    padding: 30px 50px;
    border-radius: 40px;
}
.accordi .accordion-header{
	border-bottom: 0px;
}
.accordi button{
	font-size: 20px;
}
.accordi button[aria-expanded="false"] {
    background: url(../images/crypto-arbitrage/down.png) !important;
    padding: 25px 25px 25px 55px;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: 2% !important;
    color: #fff;
}
.accordi button[aria-expanded="true"] {
    background: url(../images/crypto-arbitrage/up.png),#1E4149 !important;
    padding: 25px 25px 25px 55px;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    background-position: 2% !important;
    color: #54E969;
    border-radius: 20px 20px 0px 0px !important;
}
.accordion-button:not(.collapsed)::after{
	display: none;
}
.accordion-button::after{
	display: none;
}
.accordi .accordion-collapse.collapse.show{
	background: #1E4149;
	border-radius: 0px 0px 10px 20px !important;
}
.accordi .accordion-item{
	position: relative;
	margin-top: 20px;
}
.accordi .accordion-item:after{
	position: absolute;
    content: "";
    width: 160px;
    height: 50px;
    background: url(../images/crypto-arbitrage/line.webp);
    right: -1px;
    bottom: -1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 91%;
}
.accordi {
    background: url(../images/crypto-arbitrage/our-crypto-at-bot.webp);
    background-repeat: no-repeat;
    background-position: 20% 60%;
    background-size: 45%;
}
.accordion-button:not(.collapsed){
	color: #54E969;
}
.accordion-header{
	border-bottom: 1px solid #BAF2FF;
}
.accordion-button{
	color: #fff;
}
.accordion-body {
	color: #BAF3FF;
}
.bluetitle span{
	font-weight: 700;
    background: linear-gradient(92.59deg, #fff 24.3%, #fff 71.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bluetitle{
	font-weight: 700;
    background: linear-gradient(92.59deg, #00DD74 24.3%, #DAFF58 71.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bluetitle::after, .linehead h5::after{
	background: #fff;
}
@media(max-width: 768px){
	.banner{
		align-items: center;
	}
	h1 {
    font-size: 35px;
}
h2 {
    font-size: 35px;
}
.accordi{
	background-image: none;
}
.what{
	padding:20px;
}
.why{
	padding: 30px 20px;
}
}