 .main_banner {
overflow: hidden;
position: relative;
overflow-y: hidden;
min-height: 100vh !important;
height: auto;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #c0d7ff 0%, #ffffff 100%);
}
.main_banner:after{
content: "";
position: absolute;
top: 0;
right: -60vh;
width: 90vh;
height: 90vh;
background: transparent;
opacity: 0.6;
border-radius: 100%;
border: 101px solid #FCFDFF;
}
.main_banner:before{
content: "";
position: absolute;
bottom: -40vh;
left: -50vh;
width: 90vh;
height: 90vh;
background: transparent;
opacity: 0.6;
border-radius: 100%;
border: 101px solid #FCFDFF;
}
.main_banner .bf {
font-size:54px;
font-weight:500;
}
.main_banner h1 span{
font-size: 70px;
}
.top-spa{
margin-top: -50px;
}
h2{
text-transform: capitalize;
}
.main_banner p {
font-weight: normal;
font-size: 18px;
color: #0D0D0D;
}
.bcc{
background-color: #E2EDFF;

}
.bccl{

background: linear-gradient(180deg, #E0EBFF 0%, #FFFFFF 106.37%);

}
.b-t{
    color: #0D41EC!important;
}
.crypto-btn {
border-radius:16px;
border: 1px solid #000;
  padding-left: 10px;

background: #000;
color: #fff;
font-weight:500;
padding: 10px 15px;
}
.blck{
color: #000;
}

.wrapperwhl{
max-width:90%!important;
}
section{
padding: 5vh 0;
}

.con{
font-size: 18px;
line-height: 32px;
}
.bg-3{
background-color: #E0EBFF;
border-radius: 40px;
}

.image-bg{
background: linear-gradient(180deg, rgba(121, 121, 121, 0) 0%, #FFFFFF 100%);
}

.icon-boxs{
       height: 100%;
    padding: 20px;
    transition: .5s all;
    background:white;
    border-radius: 10px;

}
.icon-boxs .h5{
      padding-left: 10px;
    border-left: 4px solid #20283A;

}
.iconc{
        height: 100%;
    padding: 20px;
    transition: .5s all;
    background:#E2EDFF;
    border-radius: 10px;
}
.iconc .h5{
    padding-left: 10px;
    border-left: 4px solid #20283A;
}

.wrapperwhls{
max-width: 80%!important;
}

.eigth-sec{
background-color: #E0EBFF;
}
.ban-text{
position: relative;
z-index: 3;
}

.our{
background: linear-gradient(180deg, #E0EBFF 0%, #FFFFFF 106.37%);

}
.blt{
    line-height: 44px;
}

.d-t{

color: black!important;
}
.focus{
        background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/square.webp), #E3EDFF;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 30px;
    background-position: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.scroll {
max-height: 50vh;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.s-box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}
.s-box p{
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.rbg-c{
    background-color: #E0EBFF;
    border-radius: 40px;
}
@media(max-width:1500px){
.big-image{
max-width: 70%;
width: 100%;
height: auto;
}
.main_banner h1 {
font-size: 55px;
}
.main_banner p {
font-weight: normal;
font-size: 16px;
color: #182033;
line-height: 30px;
}
}
@media(max-width:1024px){
.ov{
overflow: auto;
width: 100%!important;
justify-content: start!important;
}
.vw{
max-width: 92%!important;
}
}
@media(max-width:768px){
.con{
font-size: 16px!important;
line-height: 25px!important;
}
.main_banner .bf {
font-size:35px;
text-align: center;
line-height: 40px;
}
.main_banner h1 span{
           font-size: 37px;
        font-weight: 600;
}
section{
padding: 3vh 0!important;
}
.crypto-btn{
font-size: 12px!important;
}
.iconc,.icon-boxs {
    padding: 10px;
}
.top-spa {
    margin-top: -39px;
}
.blt {
    line-height: 35px;
    font-size: 25px;
}
}
