* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f7f7f7;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2745e3;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    font-family: "Lexend", sans-serif;
}

input, textarea{
    font-family: "Lexend", sans-serif;
}

h1, h2, h3, span, li, label, button{
    font-family: "Lexend", sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

a{
    text-decoration: none;
}

.c-white{
    color: #fff;
}

body{
   width: 100%;
   overflow-x: hidden;
/*    background: #fafafa;*/
    background:  var(--bg);
}

.overlay-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/log-bg.jpg);
    opacity: 0.02;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.btn{
     width: fit-content;
    height: 50px;
    background: #2745e3;
    border-radius: 50px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    transition: all .35s;
}

.btn:hover{
    text-align: right;
    background: #0c239d;
}

.col-6{
    position: relative;
    width: 50%;
    height: auto;
}

.col-12{
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 100px;
}

.col-heading{
    position: relative;
    width: 100%;
    font-size: 40px;
    margin-bottom: 10px;
    color: #333333;
}

.col-writeup{
    position: relative;
    width: 80%;
    color: #727272;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 25px;
}


/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.heading{
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
}

.heading nav{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.09);
}

.heading nav ul{
    position: relative;
    height: auto;
    width: fit-content;
    display: flex;
    column-gap: 10px;
    padding: 30px 10px;
}

.heading nav ul li{
    position: relative;
    width: fit-content;
    padding: 0 15px;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
    color: #0d0043;
}

.heading nav ul li:hover{
    color: #4965fa;
    font-size: 17px;
}

#menu-close{
    display: none;
}

.top-action{
    position: absolute;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: 25px 30px;
    display: flex;
    padding-left: 10px;
    border-left: 1px solid #efefef;
}

.top-action i{
    position: relative;
    height: 25px;
    padding: 5px 5px;
    cursor: pointer;
}

.top-action i:hover{
    color: #4965fa;
}

.top-action button{
    position: relative;
    background: none;
    width: fit-content;
    height: 25px;
    border: 1.5px solid #0d0043;
    padding: 0 10px;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 12px;
    cursor: pointer;
}

.top-action button:hover{
    color: #4965fa;
}

.top-action .menu-open{
    display: none;
}

.logo{
    position: relative;
    width: 200px;
    height: 50px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 40px;
}

.logo-light{
    position: relative;
    width: 200px;
    height: 60px;
    background-image: url(../img/logo-light.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 40px;
    display: none;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.hero-slide{
    position: relative;
    width: 100%;
    height: auto;
    padding: 150px 50px 50px 50px;
}

.hero-slide h1{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 60px;
    width: 50%;
    text-align: center;
    color: #262626;
    letter-spacing: -0.9px;
    margin-bottom: 30px;
}

.hero-slide p{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
    color: #262626;
    text-align: center;
    width: 500px;
    line-height: 25px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300; 
    letter-spacing: 0.5px;
}

.hero-slide button{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: fit-content;
    height: 50px;
    background: #4965fa;
    text-align: center;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}

.hero-slide img{
    position: relative;
    width: 800px;
    height: auto;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    display: block;
    animation: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.hero-slide .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/worldmap.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.1;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.about-us{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
/*    background: #f7f7f7;*/
}

.about-us .card-about{
    position: relative;
    width: 90%;
    padding: 15px 20px;
    height: 130px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.8s;
    display: flex;
    cursor: pointer;
}

.about-us .card-about span{
    position: relative;
    width: 90px;
    height: 80px;
    background: #dce1ff;
    color: #8e9efc;
    display: block;
    margin: 15px;
    font-size: 40px;
    text-align: center;
    padding: 17px 10px;
    border-radius: 20px;
    font-weight: 100;
}

.about-us .card-about:hover span{
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.about-us .active{
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.about-us .active span{
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.about-us .card-about:hover{
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.about-us .card-about .container{
    position: relative;
    height: auto;
    width: fit-content;
    padding: 14px 0px;
}

.about-us .card-about .container h2{
    margin-bottom: 5px;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
}

.about-us .card-about .container p{
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #919191;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: left;
}

.about-us .side-img{
    position: relative;
    width: 100%;
    height: 100%;
}

.about-us .side-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.cryptohopper-web-widget{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 100px;
    display: flex;
}

.cryptohopper-web-widget .mcw-news{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

.cryptohopper-web-widget li{
    width: 43%;
    display: block;
    margin-bottom: 20px;
}

.cryptohopper-web-widget .pull-right{
    display: none;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.people-card{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.people-card .col-6{
    position: relative;
    width: 50%;
    height: 450px;
    background: #2745e3;
    border-radius: 50px;
    
}

.people-card .col-6 .write-up{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
}

.people-card .col-6 h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.people-card .col-6 p{
    color: #fff;
    margin-bottom: 20px;
}

.people-card .col-6 .btn{
    background: #fff;
    width: 150px;
    color: #2745e3;
}


.people-card .col-6:last-child{
    overflow: hidden;
}

.people-card .col-6 img{
    position: relative;
    top: 60px;
    width:300px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.world-space{
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    background: #F8FCFC;
    overflow: hidden;
    column-gap: 40px;
}

.world-space .col-6:first-child{
    padding: 50px 0;
}

.world-space .col-6 h2{
    font-size: 35px;
    color: #4965fa;
}

.world-space .col-6 p{
    margin-bottom: 30px;
}

.world-space .col-6 button{
    position: relative;
    width: 250px;
}

.world-space img{
    width: 900px;
/*    height: 100%;*/
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.how-to{
    position: relative;
    width: 100%;
    height: auto;
}

.how-to h1{
    text-align: center!important;
    width: 100%;
}

.how-to p{
    width: 40%;
    text-align: center;
    margin: 10px auto;
    display: block;
    
}

.how-to .steps{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
/*    flex-wrap: wrap;*/
}

.how-to .steps .linking-divider{
    position: relative;
/*    background: red;*/
    width: 200px;
}

.how-to .steps .linking-divider img{
    position: absolute;
    width: auto;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.how-to .steps .holder{
    width: 400px;
    height: auto;
    position: relative;
    display: block;
    margin: 20px 0;
}

.how-to .steps .holder img{
    position: relative;
    height: auto;
    width: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
    animation: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.how-to .steps .holder span{
    width: 100%;
    font-size: 12px;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.how-to .steps .holder h3{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
}

.how-to .steps .holder p{
    position: relative;
    width: 100%;
    text-align: justify-all;
    font-size: 13px;
    color: #838383;
    font-weight: 300;
    letter-spacing: 0.5px;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.app-display{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    background: #f7f7f7;
}

.app-display p{
    width: 100%;
}

.app-display img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.app-display li{
    position: relative;
    color: #000;
    line-height: 25px;
    width: 100%;
    margin-bottom: 30px;
    list-style: none;
    font-weight: 300;
}

.app-display li strong{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.app-display li strong i{
    position: relative;
    bottom: 5px;
    font-size: 9px;
    width: 18px;
    height: 18px;
    background: #2745e3;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
}

.app-display button{
    width: fit-content;
    height: 50px;
    background: #2745e3;
    border-radius: 50px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.ads-divider{
    position: relative;
    width: 100%;
    height: 150px;
    background: #2745e3;
    display: block;
    padding: 40px;
}

.ads-divider h2{
    color: #fff;
    position: relative;
    width: 100%;
    font-size: 30px;
    margin-bottom: 5px;
}

.ads-divider p{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.ads-divider .btn{
    position: absolute;
    right: 0;
    top: 0;
    margin: 50px;
    background: #fff;
    color: #4965fa;
    font-weight: bold;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
    
.testimonial{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-image: url(../img/worldmap2.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.testimonial h2{
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

.testimonial p{
    width: 80%;
}

.testimonial span{
    position: relative;
    display: block;
    margin: 10px 0;
    width: 100%;
    font-size: 12px;
}

.testimonial span b{
    color: #4965fa;
    font-size: 15px;
}

.testimonial .people{
    position: relative;
    height: auto;
    display: flex;
    width: 100%;
    overflow: hidden;
    column-gap: 10px;
}

.testimonial .people img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
    transition: 0.6s;
}

.testimonial .people  img:hover{
    opacity: 0.3;
    cursor: pointer;
}

.testimonial .testifiers{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 8px solid #2745e3;
    padding: 30px 40px;
    border-radius: 20px;
    width: fit-content;
    overflow: hidden;
    animation: fadeIn;
    animation-duration: 2s;
    background: rgba(242, 242, 242, 0.88);
}

.testimonial .testifiers p{
    position: relative;
    width: 400px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #606060;
    font-style: italic;
}

.testimonial .testifiers .holder{
    width: 100%;
    height: auto;
    overflow: hidden;
    
}

.testimonial .testifiers .holder img{
    position: relative;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 40px;
}


.testimonial .testifiers .holder p{
    margin: 0;
    color: #555555;
    text-align: left;
}

.testimonial .testifiers .holder span{
    position: relative;
    display: block;
    bottom: 10px;
    color: #333333;
    text-align: left;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.community{
    position: relative;
    width: 100%;
    height: auto;
    background: #4965fa;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.community img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    animation: tada;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.community .info-holder{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.community .info-holder h2{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.community .info-holder p{
    position: relative;
    width: 90%;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px;
}

.community .info-holder button{
    padding: 0 50px;
    background: #fff;
    color: #2745e3;
    font-weight: bold;
    font-size: 15px;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

footer{
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    background: #f7f7f7;
    padding: 50px 100px;
}

footer .write-up{
    position: relative;
    height: auto;
    padding: 20px 10px;
    width: fit-content;
}

footer .write-up .logo{
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0;
    background-position: left;
}

footer .write-up .logo-light{
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0;
    background-position: left;
}

footer .write-up p{
    position: relative;
    width: 400px;
    height: auto;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

footer .write-up .action{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    column-gap: 5px;
}

footer .write-up .action img{
    position: relative;
    width: 140px;
    height: auto;
}

footer .newsletter{
    position: relative;
    width: fit-content;
    height: 93%;
    padding: 40px;
    border-left: 1px solid #eee;
}

footer .newsletter h2{
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}

footer .newsletter p{
    width: 350px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
}

footer .newsletter p i{
    color: #2745e3;
    position: relative;
    top: 1px;
    margin: 0 10px;
}

footer .holder{
    position: relative;
    width: 100%;
    height: 50px;
}

footer .newsletter input{
    position: relative;
    width: 100%;
    height: 50px;
    border: 2px solid #a0a0a0;
    padding-left: 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

footer .newsletter button{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    margin: 5px;
}

footer .list{
    position: relative;
    width: 300px;
    height: 93%;
    padding: 40px;
    border-left: 1px solid #eee;
}

footer .list h2{
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}

footer .list li{
    list-style: none;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
}



footer .list li:hover{
    color: #2745e3;
    font-weight: bold;
}

footer .float{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}


/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.section{
    position: fixed;
    width: 100%;
    height: 100%;
/*    background-color: #0d0043;*/
}

.blur{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-color.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    opacity: 0.4;
    display: none;
}

.section .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
}

.section .container h2{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #0d0043;
    margin-bottom: 20px;
}

.section .container p{
    text-align: center;
    margin-bottom: 20px;
}

.section .container img{
    position: relative;
    width: 300px;
    margin: 0px auto;
    display: block;
    animation: flipInX;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}

.section .container .slide-control{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.section .container .slide-control .clicks{
    font-size: 40px;
    color: rgba(13, 0, 67, 0.18);
    cursor: pointer;
}

.section .container .slide-control .clicks:hover{
     color: rgba(13, 0, 67, 0.78);
}

.section .container .dots{
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    width: 100%;
    height: 20px;
    margin: 20px auto;
}

.section .container .dots figure{
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #fff;
    background: #b9b9b9;
    cursor: pointer;
}

.section .container .dots .slide-active{
    background: #0d0043;
}

.section .container .dots figure:hover{
    background: #0d0043;
}

.section .container .action{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.section .container .action button{
    width: fit-content;
    position: relative;
    height: 45px;
    padding: 0 20px;
    background: #2b4bfa;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.section .container .action button:first-child{
    background: #b9b9b9;
    color: #505050;
    font-weight: bold;
}

.section .container .action button:last-child{
    width: 300px;
}



























