@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');



body, html {
    height: 100%;
    position: relative;
}


body{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
}
.font-jakarta{
    font-family: 'Plus Jakarta Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}

h1{
    font-size: 80px;
    font-weight: 700;
    color: #f4f4f4;
    line-height: 1.19;
    margin-bottom: 55px;
}

h2{
    font-size: 36px;
    font-weight: 600;
    color: #f4f4f4;
    line-height: 1.18;
    margin-bottom: 30px;
}
h3{
    font-size: 28px;
    color: #F4F4F4F4;
    font-weight: 600;
    margin-bottom: 40px;

}
h4{
    font-weight: 600;
    font-size: 24px;
    color:#f4f4f4;
    margin-bottom: 24px;
}
ul li{
    font-size:22px;
    color: white;
}
.sample h1{
    font-size: 68px;
    line-height: 1.19;
}
p{
    font-size: 22px;
    color: #c2c2c2;
    line-height: 1.45;
}
.container.sample{
    padding-top: 80px;
}
.main-btn{
    background-color: #FFAC3F;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 500;
    color: black;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    outline: none;
    border: none;
    box-shadow: none;
}
.main-btn:hover,.main-btn:focus, .main-btn:active{
    background-color: #f4f4f4;
    color: black;
    outline:none;
    border: none;
    box-shadow: none;
}
.main-btn-black{
    background-color: #000;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 500;
    color: #F4F4F4F4;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    border: 1px solid #000;
}
.main-btn-black:hover{
    background-color: #FFAC3F;
    color: black;
    border: 1px solid #FFAC3F;
}
label{
    margin-bottom: 0;
}
.nav-spacing{
    padding: 16px ;
}
.submitbtn{
    width:173px;
    position: relative;
    background: rgba(255, 172, 63, 0.1);
    padding: 6px 24px 6px 0;
    border-radius: 6px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    margin-top: 24px;
}
.submitbtn:after{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    top:50%;
    transform:translate(0,-50%);
    content:'';
    z-index: 1;
    background-image: url('../img/arrow-right-yellow.svg');
    background-size: contain;
    background-position: center center;
}
body .contact-form .btn-submit{
    background: transparent;
    font-weight: 500;
    color: #FFAC3F;
    font-size: 20px;
    border:none;
    margin-bottom: 0;
    height: auto;
    width: auto;
}
body .contact-form .btn-submit:hover{
    color: #FB8500;
    border-bottom: none;
}
button:focus{
    outline:none;
}
a{
    display: inline-block;
}
a:hover{
    text-decoration: none;
}
@media (min-width: 576px){
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 1280px;
    }
    .container.menu-container {
        max-width: 1280px;
    }
}

.head{
    margin-top: 130px;
    margin-bottom: 260px;
}
.head p{
    max-width: 700px;
    margin:0 auto;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #c2c2c2;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 56px;
}
.focusing{
    margin-bottom: 120px;
    position: relative;
}
.focusing p{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    color: #f4f4f4;
    max-width: 1045px;
    margin:0 auto;
}


.balls{
    z-index: 1;
    background-size: cover;
    /* background-position: 50% 50%; */
    /* background-image: url('../img/balls2.png'); */
}
.menu-bg{
    background-image:url('../img/menu-background.png');
    background-size: cover;
    background-position: top center;
    padding: 11px 0;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}


/*The menu toggle "X" animation*/
.line {
    fill: none;
    stroke: #FFCE95;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
/* END he menu toggle "X" animation*/



body .navbar-expand-md .navbar-nav .nav-link{
    color: #ffffff;
    padding: 0 9px;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    font-weight: 500;
}
body .navbar-expand-md .navbar-nav .nav-link:hover{
    color: #FDB25A;
}
body .navbar-expand-md .navbar-nav .nav-item{
    position: relative;
}
body .navbar-expand-md .navbar-nav .nav-item:after{
    content:'';
    position: absolute;
    height: 18px;
    width: 1px;
    right:0;
    top:55%;
    transform: translate(0, -50%);
    background-color: #03045E;
}
body .navbar-expand-md .navbar-nav .nav-item:last-child:after{
    content: none;
}

.menu-toggle{
    z-index: 99;
    background: black;
    border-radius: 12px;
    padding: 10px;
}
#navbarSupportedContent{
    justify-content: center;
}

.bg-black{
    background-color: black;
}
/*Menu Overlay*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url('../img/bg-mobile-expand.png');
    background-size: cover;
    background-position: bottom center;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.special-menu{
    z-index: 2;
    /* background: red; */
    position: fixed;
    top: 0;
}
.overlay .navbar-nav a {
    padding: 0 15px 40px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 600;
}
#chainNav .icons-overlay a{
    padding: 0 12px;
    margin-bottom: 80px;
    display: inline-block;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
/*End menu Overlay*/


.stats{
    padding-bottom: 165px;
}
.stats-box{
    border: 1px solid white;
    background-image: url('../img/background-homepage-section.jpg');
    background-size: cover;
    background-position: center center;
    padding: 24px 18px;
    border-radius: 8px;
    text-align: center;
    margin: 112px 0 48px 0;
}
.stat-icons{
    text-align: center;
}
.stat-icons img{
    margin-bottom: 16px;
}
.stat-icon{
    padding-right: 8px;
    padding-left: 8px;
}
.icon-box{
    background: #161616;
    border-radius: 16px;
    padding: 40px 10px;
}
p.stats-yellow{
    color: #f4f4f4;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 36px;
}
.subtitle-icon{
    font-family: 'Questrial', sans-serif;
    color: #c2c2c2;
    font-size:18px;
    font-weight: 400;
}
.infrastructure{
    padding-bottom: 260px;
}
.infrastructure p{
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #c2c2c2;
    max-width: 775px;
    margin:0 auto;
}
.infrastructure img{
    margin-bottom: 20px;
}
.mb-120{
    margin-bottom: 120px;
}
.separator-line{
    width:100%;
    height: 1px;
    background-color: #484848;
    margin: 45px 0;
    opacity: 0.3;
}
.blog{
    padding-bottom: 150px;
}
.blog-box .separator-line{
    margin: 16px 0 8px 0;
}
.blog-box{
    box-shadow: 0 16px 24px rgba(2, 3, 3, 0.03), 0px 6px 30px rgba(2, 3, 3, 0.02), 0px 8px 10px rgba(2, 3, 3, 0.04);
    border-radius: 4px;
    background-color: white;
    padding: 16px;
    margin: 30px 0 ;
    min-height: 254px;
}
.article-section{
    font-weight: 500;
    font-size: 11px;
    color: #FFAC3F;
}
.article-title{
    font-weight: 600;
    font-size: 16px;
    color: #03045E;
    line-height: 20px;
    padding: 8px 0;
    min-height: 96px;
}
.article-description{
    font-size: 15px;
    line-height: 18px;

}
.article-date,
.article-views{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    opacity: 0.5;
}
.contact{
    padding-bottom: 200px;
}
.contact p{
    font-family: 'Questrial', sans-serif;
    color: #c2c2c2;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-width: 830px;
    margin:0 auto;
}
.contact-form{
    max-width: 786px;
    margin:0 auto;
    margin-top:55px;
}
.contact-form input,
.contact-form textarea,
.contact-form label{
    width: 100%;
    border: none;
    outline: none;
    color: #c2c2c2;
    font-size: 17px;
}
.contact-form input{
    height: 52px;
    background: #161616;
    border-radius: 12px;
    padding: 5px 16px;

}
.padd{
    margin-bottom: 30px;
}
#chslsubmit{
    margin-top: 60px;
}
.contact-form textarea{
    height: 145px;
    background: #161616;
    border-radius: 12px;
    padding: 5px 16px;
}
.contact-form textarea,
.contact-form input{
    transition: 0.3s all ease-in-out;
    border:1px solid #161616;
}

.contact-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form input:hover{
    color: #c2c2c2;
    border: 1px solid #FDB25A;
}
.form-space{
    padding-left:12px;
    padding-right: 12px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c2c2c2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c2c2c2;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c2c2c2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c2c2c2;
}

body .wpcf7-spinner{
    display: none;
}

.subscribe{
    background: linear-gradient(93.12deg, rgba(251, 60, 0, 0.2) 0%, rgba(255, 172, 63, 0) 101.48%), #FFAC3F;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    color: white;
    padding: 31px 32px;
    max-width: 544px;
    margin: 0 auto ;
}
.subscribe h2{
    color: white;
    margin-bottom: 0;
}

.subscribe-wrapper{
    position: relative;
    margin-left: 14px;
    padding-top: 14px;
}
.subscribe-wrapper::after{
    content:'';
    width: 23px;
    height: 16px;
    background-image: url('../img/mail-icon.svg');
    background-size: contain;
    background-position: center center;
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0,-50%);
}
.subscribe-wrapper input{
    width: 100%;
    background: transparent;
    border:none;
    outline: none;
    color: white;
    border-bottom: 1px solid white;
    font-size: 17px;
    padding: 8px 0;
}
.subscribe-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 17px;
    opacity: 1;
}
.subscribe-wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 17px;
    opacity: 1;
}
.subscribe-wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 17px;
    opacity: 1;
}
.subscribe-wrapper input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 17px;
    opacity: 1;
}
.row-sub{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-sub{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

footer{
    padding: 60px 0;
    background: #161616;
    
}
.footer{
    max-width: 1290px;
    margin:0 auto;
}
p.footer-title{
    color: #c2c2c2;
    font-weight: 600;
}
.footer .icon-footer{
    margin-left:30px;
}
.separator-footer{
    width:100%;
    height: 1px;
    background-color: #484848;
    margin: 26px 0;
    opacity: 0.2;
}
footer .navbar-nav{
    flex-direction: row;
    justify-content: center;
}
footer ul li{
    padding: 0 12px;
    position: relative;
    color: #c2c2c2;
    font-size: 18px;
}
footer ul li a{
    color: #c2c2c2;
    transition: 0.3s all ease-in-out;
}
footer ul li a:hover{
    color: #FFAC3F;
}



.social-icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
}
.social-icon .img-top {
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
}
.twitter:hover .img-top,
.facebook:hover .img-top,
.telegram:hover .img-top {
    display: inline;
}

.wpcf7-response-output{
    display: none;
}

.contact-form input.btn-submit:focus {
    border-bottom: none;
    color: #FB8500;
}
body .wpcf7-not-valid-tip{
    color:#FF2E1F;
    font-size: 11px;
}
.form-msg {
    margin-top: 20px;
    color: #fff;
}
.bottom-footer{
    margin-top: 30px;
}
.bottom-footer p{
    font-weight: 400;
    font-size:18px;
    color: #c2c2c2;
}
.bottom-footer ul{
    justify-content: flex-end;
}
.footer-social a{
    transition:0.3s all ease-in-out
}
.footer-social a:hover{
    transform: scale(1.20);
}
.bottom-footer .navbar-nav{
    display: flex;
}
#menuspace{
    height: 94px;
    background: black;
    display: none;
}
#calculator{
    background: #161616;
    border-radius: 20px;
    padding: 80px 120px;
    margin-bottom: 300px;
    position: relative;
}

.calculator-box .egld-price{
    background: #000000;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 45px;
}
.calculator-box .egld-price img{
    margin-right: 8px;
}
.calculator-box .egld-price p{
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    color: #D1D1D1;
}
.calculator-box .egld-price span{
    font-weight: 700;
    font-size: 20px;
    color: #F4F4F4F4;
}
.calculator-box p{
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
}
.color-white{
    color: white;
}
.color-c2{
    color: #c2c2c2;
}
.color-d1{
    color: #d1d1d1
}
.font-weight-600{
    font-weight: 600;
}
.col-spacer{
    margin-bottom: 20px;
}
.row-spacer{
    margin-bottom: 40px;
}
.calc-input-box{
    
    padding: 12px 16px;
    width: 154px;
    background: #000000;
    border-radius: 12px;
    outline: none;
    border:none;
}
.calculator-box .calc-input-box p{
    color: #F4F4F4F4;
    font-weight: 600;
    font-size: 18px;
}
.calculator-box .yellow-text-calc{
    color: #FDB25A;
    font-size: 36px;
    font-weight: 600;
}
.calculator-box h2{
    margin-bottom: 16px;
}
.calc-col-left{
    padding-left:0;
    padding-right: 40px;
}
.calc-col-right{
    padding-right: 0;
    padding-left: 40px;
}
.after2{
    font-size :18px;
    font-weight: 700;
    margin: 56px 0 55px 0;
}
.after2 p{
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.after2 span{
    color: #FDB25A;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.slider-values{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.slider-value{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.slider-value p{
    color: white;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.mt-70{
    margin-top: 70px;
}
.mt-45{
    margin-top: 45px;
}
.absolute-2{
    position: absolute;
    left: 25%;
}
.absolute-4{
    position: absolute;
    right: 25%;
}
.calculator-box .calc-subtitle{
    font-size: 18px;
    line-height: 28px;
}
#formModal p{
    color: #C2C2C2;
    font-size: 18px;
    line-height: 28px;
    max-width: 340px;
    margin:0 auto 40px auto;
}
.modal-dialog{
    min-width: 680px;
}
.modal-content{
    background: #161616;
    border-radius: 32px;
    padding: 64px 20px;
}
#egld-input-value {
    width: 122px;
    background: transparent;
    color: #fff;
    border: 0;
    -moz-appearance: textfield;
}
#egld-input-value:focus{
    outline: none;
}
#egld-input-value::-webkit-outer-spin-button,
#egld-input-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (max-width:1200px){
    #calculator {
        padding: 80px 50px;
    }
}
@media screen and (max-width: 992px){
    .stat-icons .stat-icon{
        padding-bottom: 16px;
    }
    footer ul li,.bottom-footer p{
        font-size:14px;
    }
    .head{
        margin-top: 110px;
    }
    h1{
        font-size: 60px;
        padding: 0 15px;
        
    }
    .focusing p{
        font-size:24px;
        padding:0 15px;
        max-width: 600px;
    }
    #calculator{
        margin-bottom: 200px;
    }
    .calculator-box h2 {
        font-size: 26px;
    }
    .calculator-box p {
        font-size: 14px;
    }
    .calc-col-left{
        padding-left:0;
        padding-right: 20px;
    }
    .calc-col-right{
        padding-right: 0;
        padding-left: 20px;
    }
    .calculator-box .calc-subtitle {
        font-size: 14px;
        line-height: 28px;
    }
    .calculator-box .egld-price p{
        font-size: 16px;
    }
}
@media screen and (max-width: 768px){
    .head .atom{
        position: absolute;
        right: 0;
        top:50px;
        width: 226px;
        height: 256px;
        max-width: unset;
    }
    .stats {
        padding-bottom: 180px;
    }
    .separator-line{
        margin: 45px 0;
    }
    .infrastructure,
    .blog{
        padding-bottom: 140px;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottom-footer ul{
        justify-content: center;
    }
    footer .navbar-nav{
        flex-direction: column;
        text-align: center;
    }
    .footer-social{
        margin: 25px 0;
    }
    footer ul li{
        margin-bottom: 8px;
    }
    .bottom-footer p{
        margin-top: 16px;
    }
    footer{
        padding: 30px 0;
    }
    .footer .icon-footer{
        margin-left:15px;
        margin-right: 15px;
    }
    .bottom-footer {
        margin-top: 0;
    }
    #specialmenu{
        background-color:#161616;
    }
    h1{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .head{
        margin-bottom: 210px;
    }
    .head p{
        font-size: 14px;
        line-height:24px;
        max-width: 400px;
    }
    .focusing p{
        font-size:18px;
    }
    .mb-120 {
        margin-bottom: 80px;
    }
    .contact-form{
        margin-top:40px;
    }
    .contact {
        padding-bottom: 100px;
    }
    #calculator{
        margin-bottom: 180px;
    }
    .calc-col-left{
        padding-left:0;
        padding-right: 0;
    }
    .calc-col-right{
        padding-right: 0;
        padding-left: 0;
        margin-top: 56px;
    }
    .calculator-box .calc-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    .calculator-box .egld-price p{
        font-size: 18px;
    }
    #calculator {
        padding: 55px 50px;
    }
    .after2{
        margin: 24px 0;
    }
    .modal-dialog{
        min-width: 95%;
    }
    .bg-black{
        background-color: none;
        background-image: url('../img/balls2-mobile.png');
        background-size: cover;
        background-position: top center;
    }
}

@media screen and (max-width: 660px){
    body .navbar-expand-md .navbar-nav .nav-link{
        font-size: 16px;
    }
}
@media screen and (max-width: 576px){
    #navbarSupportedContent ul{
        margin-left: unset;
    }
    #navbarSupportedContent.show{
        top: 0;
        left: 0;
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: 1;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: #fffffff2;
    }
    h1{
        font-size: 34px;
        line-height: 40px;
    }
    .sample h1{
        font-size: 34px;
        line-height: 40px;
    }
    .head .atom{
        width: 164px;
        height: 186px;
        top: 10px;
    }
    .stat-icons .stat-icon{
        padding-bottom: 12px;
    }
    .blog-box{
        margin: 8px 17px;
    }
    .submitbtn{
        margin-top: 80px;
    }
    .col-sub{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .subscribe-wrapper{
        margin-left:0;
    }
    .footer-title{
        margin-top: 20px;
    }
    .social-icon{
        margin-left:-10px;
    }
    
    .navbar-nav{
        display: block;
    }
    .navbar-nav li{
        display: inline;
    }
    h1{
        font-size: 40px;
    }
    .head p{
        margin-bottom: 40px;
    }
    .focusing {
        margin-bottom: 40px;
    }
    .icon-box {
        padding: 16px 24px;
    }
    p.stats-yellow{
        font-size: 20px;
    }
    .subtitle-icon{
        font-size: 14px;
    }
    .stat-icons img{
        margin-bottom: 25px;
    }
    .stat-icon {
        padding-right: 6px;
        padding-left: 6px;
    }
    .stats{
        margin:0 15px;
    }
    .focusing p{
        padding:0;
    }
    h1{
        padding:0;
    }
    h2{
        font-size: 20px;
        margin-bottom: 24px;
    }
    .infrastructure p,.contact p{
        font-size: 14px;
        max-width: 430px;
        line-height: 22px;
    }
    .padd {
        margin-bottom: 16px;
    }
    #chslsubmit {
        margin-top: 40px;
    }
    #calculator {
        padding: 16px 30px;
    }
    .calculator-box .egld-price{
        margin-bottom: 20px;
    }
    .calculator-box .calc-input-box p{
        font-weight: 400;
    }
    .calculator-box .yellow-text-calc{
        font-size: 24px;
        font-weight: 600;
        padding-top: 13px;
    }
    .mt-70 {
        margin-top: 40px;
    }
    .mt-45 {
        margin-top: 40px;
    }
    
}
@media screen and (max-width:400px){
    p.stats-yellow {
        font-size: 18px;
    }
    .icon-box {
        padding: 16px 8px;
    }
    
}


