@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 700; color: #161531; }
button:focus { outline: none; }
a { text-decoration: none; color: #0575E6; }
.btn { -webkit-transition: .4s; transition: .4s; }
body { font-family: 'Nunito Sans', sans-serif; font-size: 18px; line-height: 1.5; color: #52585b; background: #fff; font-weight: 400; padding-top: 94px;}
img { max-width: 100%; }
.sec { padding: 70px 0; }
.container { max-width: 1350px; }
.banner-sec img { width: auto; }
.how-to-work {
    text-align: center;
    background: #fbfbfd;
}
h2.sec-head {
    font-size: 42px;
    font-weight: 800;
    color: #161e6d;
    margin: 0 0 25px;
    line-height: 1.4;
}
.how-to-work-sec {
    max-width: 1000px;
    margin: 0 auto 50px;
}
.how-to-work-step {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.how-to-work-step-col {
    width: 33.33%;
    padding: 15px;
    position: relative;
}
.how-to-work-step-col-in {
    /*background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
    padding: 50px 30px;*/
    position: relative;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    height: 100%;
}
/*.how-to-work-step-col:after {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    height: 15px;
    border-radius: 100%;
    bottom: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.how-to-work-step-col:before {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    height: 15px;
    border-radius: 100%;
    top: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}*/
.step-icon {
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.how-to-work-step-col-in h5 {
    font-size: 24px;
    margin: 0 0 20px;
}
.how-to-work-step-col-in p {
    font-size: 15.5px;
}
.step-active, .how-to-work-step-col-in:hover {
    background: #fbfbfd;
}

.how-to-work-step-col-in .img-hover {
    display: none;
}
.how-to-work-step-col-in:hover .img-def {
    display: none;
}
.how-to-work-step-col-in:hover .img-hover {
    display: block;
}
.about-content {
    max-width: 650px;
    padding-left: 70px;
}
.custom-btn {
    background: #239dee;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    line-height: 1.6;
    border-radius: 8px;
    margin-top: 15px;
}
.custom-btn:hover {
    background: #0380d3;
    color: #fff;
}
.about-content p {
    margin-bottom: 25px;
}
.reward-sec {
    background: #fbfbfd;
    text-align: center;
}
.reward-img {
    padding: 30px 20px 0;
}
.reward-sec p {
    max-width: 1000px;
    margin: 0 auto 20px;
}
.stake-sec {
    text-align: center;
}
.stake-sec p {
    max-width: 1000px;
    margin: 0 auto 20px;
}
.stake-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.stake-col {
    width: 25%;
    padding: 15px;
    margin-top: 25px;
}
.stake-icon {
    padding: 15px;
    margin-bottom: 15px;
}
.stake-col h3 {
    font-size: 50px;
    font-weight: 800;
    color: #161e6d;
    margin: 0 0 20px;
}
.stake-col p {
    font-size: 30px;
    color: #52585b;
    margin: 0;
}
.footer {
    background: #f8f8f8;
    padding: 50px 0;
}
.footer h3 {
    font-size: 24px;
    margin: 0 0 15px;
}
.footer h3 a { color: #000;
}
.footer p {
    font-size: 15px;
    max-width: 350px;
    margin: 0 0 20px;
}
ul.footer-contact {
    margin: 0 -10px;
    padding: 0;
}
ul.footer-contact li {
    display: inline-block;
    padding: 0 10px;
}
ul.footer-contact li a {
    font-size: 15px;
    color: #000;
}
ul.footer-contact li a:hover {
    color: ##2591c1;
}
.footer h4 {
    font-size: 20px;
    margin: 0 0 20px;
}
ul.footer-social {
    margin: 0 -20px;
    padding: 0;
}
ul.footer-social li {
    display: inline-block;
    padding: 0 20px;
}
ul.footer-social li a {
    color: #2591c1;
    font-size: 22px;
}
ul.footer-social li a:hover {
    color: #006a99;
}
ul.footer-social li a .fa-paper-plane {
    background: #2591c1;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    border-radius: 50%;
}
.banner-sec {
    background: #1897ec;
    text-align: center;
    padding: 50px 0;
}
.header {
    background: #1897ec;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.top-header {
    display: flex;
    height: 55px;
    justify-content: space-between;
    align-items: center;
}
.logo a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}
.main-nav ul {
    padding: 0;
    margin: 0;
}
.main-nav ul li {
    display: inline-block;
    padding: 10px;
}
.main-nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px;
}
.main-nav  .button {
    display: none;
}
.banner-sec h2 {
    color: #fff;
    font-size: 48px;
    margin: 0;
}
.f-right {
    display: inline-block;
    text-align: left;
}
.about-content1 {
    max-width: 500px;
}





/***********************/

.video-banner {
    min-height: 550px;
    max-height: 550px;
    position: relative;
}

.video-banner video#video {
    object-fit: cover;
    min-height: 550px;
}

.banner-sec {
    position: relative;
    padding: 0;
    top: 0;
}

.banner-sec .container {
    position: absolute;
    top: 140px;    
    left: 0;
    right: 0;
    margin: 0 auto;
}

header.header {
    background-color: transparent;
    padding: 50px 0 0;
}

body {
    padding: 0;
}

.banner-sec .container img {
    max-height: 350px;
}
.banner-sec {
    height: 550px;
    overflow: hidden;
}





.top-header h2 {
    color: #fff;
    font-size: 96px;
    margin: 0 auto;
}

.top-header .logo {
    display: flex;
    align-items: center;
}

/*.top-nav {
    display: none;
}
*/
@media only screen and (max-width: 1600px){
.top-header h2 {   
    font-size: 65px;
}

}

@media only screen and (max-width: 1199px){
    .top-header h2 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px){
    body {
        padding-top: 0px !important;
    }

    .top-nav {
        display: block;
    }

    .top-header h2 {
        font-size: 47px;
    }
}





@media only screen and (max-width: 767px){
.top-header h2 {
    font-size: 23px;
    padding-left: 0;
}

.top-header .logo img {
    width: 75px;
    height: auto;
}

.top-nav {
    width: 25px;
}

/*.top-header .logo {
    width: calc(100% - 25px);
}*/

header.header {
    padding: 20px 0;
}

.main-nav .button {
    top: 24px !important;
}

}




@media only screen and (max-width: 380px){

.top-header h2 {
    font-size: 18px;
    padding-left: 0;
}

}