.logo{
    width: 200px;
    height: 50px;
}
@font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
body {
    font-family: sitefont;

}
section{
    padding: 50px 0;
}
.main_banner {
        background: url(../images/whitecir.png),linear-gradient(180deg, #C4E7FF 0%, #B9C9FF 53.41%, #C9C4FF 100%);
    min-height: 100vh;
    color: #fff;
    background-size: 50%,cover;
    background-repeat: no-repeat;
    background-position: 0%,center;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 65px 0;
}
.h1 {
    font-size: 120px;
    color: #3A33F3;
    text-transform: capitalize;
    line-height: 85px;
}
.main_banner h2 span {
    display: block;
    font-weight: 700;
    color: #000000 !important;
    font-size: 50px;
    letter-spacing: 1px;
}
.main_banner p{
    margin-top: 0px !important;
    color: #000000;
}
/* .logo {
    filter: invert(1);
} */
.dark .logo {
    filter: inherit;
}
section{
    padding: 4vh 0;
}
.light-bg{
    background: #F5F4FF;
}
.blue-t{
    color: #3A33F3;
}
.initial:after {
    position: absolute;
    left: -70px;
    right: 0px;
    width: 80px;
    height: 80px;
    content: "";
    top: -2px;
    background-image: url(../images/white-initial.png);
    z-index: -1;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.initial {
    position: relative;
    display: initial;
    padding: 20px 0;
    margin-bottom: 0 !important;
    z-index: 9;
}
.cryptocurrency-app{
    background: linear-gradient(89.97deg, #2C28A4 0.02%, #7762FF 99.06%) !important;
border-radius: 0px 20px;
font-weight: bold;
letter-spacing: 1px;
width: 200px;
color: #fff;
}
.radisboxwhl .radisbox {
    position: relative;
}
.showbox {
    position: absolute;
    left: 100%;
    top: 0;
    width: 790px;
    display: none;
    padding: 24px;
    border-radius: 14px;
    background: #CFCCEC;
    z-index: 99;
    height: 100%;
    overflow: auto;
    color: #fff !important;
}
.radisbox{
    text-align: right;
    font-weight: bold;
    padding: 10px 30px 10px 10px;;
}
.radisboxwhl.active{
    background: url(../images/scroll-play.png);
    background-repeat: no-repeat;
    background-position: right;
}
.radisboxwhl.active .showbox {
    display: block;
}
.radisboxwhl.active .radisbox{
    color: #4640F4;
}
.showbox.rightshow {
    position: absolute;
    left: -100%;
}
.showbox p{
    color: #000000;
}
.edit{
        background: url(../images/edit.png);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 25px;
    background-position: left center;
    height: 100%;
}
.dotted{
       border: 1px dashed #6D7786;
    padding: 15px;
    border-radius: 10px;
}
.dotted div{
        background: url(../images/blue-right.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    margin-bottom: 30px;
}
.backline{
        background: url(../images/back-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.contact,.btn{
    background: linear-gradient(95.12deg, #2D28A5 21.04%, #3A33F3 100%) !important;
border-radius: 10px;
color: #fff;
}
.formbox {
    box-shadow: -50px -75px 0 5px #3A33F3;
    }
     @media(max-width:1400px){
        .h1{
            font-size: 90px;
            line-height: 70px;
        }
     }
    @media(max-width:768px){
        .h1{
            font-size: 40px;
            line-height: 38px;
        }
        .main_banner{
            text-align: center;
        }
        .main_banner p{
            margin-top: 30px !important;
        }
        .main_banner h2 span{
            font-size: 30px;
        }
        .showbox{
            position: inherit;
            width: inherit;
        }
        .initial:after{
            display: none;
        }
        .hf.initial{
            text-align: center;
        }
        .radisbox{
            text-align: leftd;
        }
    }