body{
    background: #090C15;
    overflow-x: hidden;
    color: #E4E4E4;
}
:root{--fcolor: #ff7048;
    --mcolor: #ff7048;
    --navcolor: #090c15;
    --btnbg: #090c15;
    --scolor: #ff7048;
    --tcolor: #ff704880;
    --tabline: #fe7048;
    --txtcolor: #ccc;}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/web3-wallet-development/banner-img.webp), url(../images/web3-wallet-development/banner-bg.webp);
    background-repeat: no-repeat;
	background-position: 90% bottom, center;
    background-size: 32%, cover;
}
h5{
	color: #FF7048;
}
.colort{
	color: #FF7048;
}
.w-btn {
    background: #FF7048;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
}
.sec-space {
    padding: 5vh 0;
}
section {
    overflow: inherit !important;
}
.sticky-head {
    position: sticky !important;
    top: 0%;
    background: #090c15;
    padding: 50px 0;
    margin-top: 3%;
}
.sticky-image {
    position: sticky !important;
    top: 10%;
    height: 70vh;
    margin-top: 10%;
}
.lg-box {
    background: linear-gradient(131.78deg, rgba(0, 0, 0, 0) 4.69%, rgba(255, 112, 72, 0.86) 118.27%);
	border-radius: 8px;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}
.scroll-div {
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.8s all;
}
.scroll-div .col-lg-6{
  padding-right: 0;
}
.sticky-head2{
    position: sticky;
  top: 5%;
  background: #0C101C;
  padding: 42px 0;
}
.dev-pro {
    background: url(../images/web3-wallet-development/revenue-img.webp), #0C101C;
    background-repeat: no-repeat;
    background-position: left bottom, center;
    background-size: 50%, cover;
    background-attachment: fixed;
}
.border-div{
  padding: 24px;
    border: 1px solid rgba(255, 112, 72, 0.3);
	border-radius: 20px;
    height: 100%;
}
.caro-bg{
	background: linear-gradient(131.78deg, rgba(0, 0, 0, 0) 4.69%, rgba(255, 112, 72, 0.86) 118.27%);
	border-radius: 16px 0px 0px 16px;
    height: 100%;
    padding: 70px 40px;
}
.caro-img img{
	border-radius: 0px 16px 16px 0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.carousel-inner::after {
    background:none;
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100%;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 99;
}
.center-banner{
	position: relative;

}
.center-banner .btn-control{
	position: absolute;
    top: -70px;
    height: 70px;
    right: 0px;
    width: 130px;
    display: flex;
}
.center-banner .btn-control .carousel-control-next,.center-banner .btn-control .carousel-control-prev{
	width: 70px;
}
.carousel-control-next-icon {
    background-image: url(/images/nft-development-company/right.svg);
    
    background-size: 45px;
    width: 60px;
    height: 60px;
}
.carousel-control-prev-icon {
    background-image: url(/images/nft-development-company/left.svg);
    
    background-size: 45px;
    width: 60px;
    height: 60px;
}
.aerow {
    background: url(../images/web3-wallet-development/arrow.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.cards_black {
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    background-color: transparent;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
background: linear-gradient(131.78deg, rgba(0, 0, 0, 0) 4.69%, rgba(255, 112, 72, 0.86) 118.27%);
border-radius: 8px;
}
.caro-bg h3 {
    font-size: 23px;
    font-weight: bold;
}
section.sec-space {
    overflow: unset !important;
}

.sec-features{
    padding-top: 150px;
}

@media(max-width: 991px){
	.sticky-image {
		display: none;
	}
	.banner {

        background: linear-gradient(358deg, #090c15, #ff70486e) !important
    }
    .dev-pro {
    background: #0C101C;
}
.sec-features{
    padding-top: 0px;
}
.caro-bg{
 		border-radius: 16px;
 	}
 	.caro-img{
 		display: none;
 	}
 	.center-banner{
 		padding-bottom: 30px;
 	}
 	.center-banner .btn-control {
    bottom: -48px;
    justify-content: center;
    width: 100%;
    top: inherit;
 	}
 	.carousel-control-next, .carousel-control-prev{
 		position: relative;
 	}
    section {
        padding: 40px 0;
    }

}