*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    max-width:375px;
    font-family:'Times New Roman', Times, serif;
    font-size: 1rem;
    font-weight: 400;
}

h1,h2,h3,p,a,li,ul,ol,form,input,textarea,button,span{
    font-family:'Times New Roman', Times, serif;
    font-size: 1rem;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
}

header,aside,main,footer,footer div,header div,section,section div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.header{
    position: fixed;
    background-color: #020e14;
    opacity: .9;
}

.mobile-nav{
    width: 100%;
    padding: 1rem;
    height: 4.5rem;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.active{
    height: 50rem;
}

#menu{
    cursor: pointer;
}

.mobile-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.menu-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menu-list li{
    margin-bottom: 1rem;
    color: #fff;
}

.menu-list a{
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
}

.desktop-nav{
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.desktop-nav .menu-list{
    width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.desktop-nav .menu-list li{
    margin-bottom: 0;
}

.logo{
    width: 180px;
}

#menu{
    color: #007bff;
}

.main{
    padding-top: 4.5rem;
}

.hover{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
}

.hover h3{
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
}

.hover ul{
    background-color: #222941;
    position: fixed;
    display: none;
    margin-top: 1rem;
}

.hover li{
    border-bottom:1px solid #ccc;
    width:100%;
    padding:1rem;
}

.hover li a{
    color: #fff;
    font-size: .9rem;

}


.hover:hover ul{
    display: block;
}

footer{
    background-image: url(images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 1rem;
    height: 40vh;
    align-items: center;
    justify-content: center;
}

footer div{
    align-items: center;
    justify-content: center;
}

footer span{
    color: #a2aec4;
    font-size: .8rem;
    max-width: 600px;
    text-align: center;
}

footer .box h3{
    color: #a2aec4;
    margin-block: 1rem;
}

footer .box p{
    color: #a2aec4;
}

footer .social-list{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .fab{
    color: #fff;
}

.payment{
    background-image: url(images/slider1.jpg);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.payment .wrapper{
    align-items: center;
    justify-content: center;
}

.payment .box{
    align-items: center;
    justify-content: center;
}

.payment > h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.payment > p{
    color: #a2aec4;
    font-size: 1rem;
    max-width: 250px;
    text-align: center;
}

.price{
    background-color: #222941;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.price > h3{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.price .wrapper{
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.price .box{
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.price .top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #52afee;
    padding: 1rem;
    border-radius: .3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.price .top h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.price .top p{
    color: #fff;
    font-size: 1rem;
}

.price .center{
    padding: 1rem;
    background-color: #01163d;
    align-items: center;
    justify-content: center;
}

.price .center h3{
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.price .center h3 span{
    color: #52afee;
}

.price .row{
    width: 100%;
    background-color: #01163d;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 1rem;
}

.price .col{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price .col h3{
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.price .col p{
    color: #52afee;
}

.price .bottom{
    height: 100px;
    background-color: #01163d;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

button{
    width: 10rem;
    height: 2.8rem;
    border: 2px solid #52afee;
    background-color: transparent;
    border-radius: .3rem;
    color: #fff;
    cursor: pointer;
    margin-block: 1rem;
    transition: color .4s ease-in-out;
}

button:hover{
    color: #52afee;
}

.profit{
    background-image: url(images/profit-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.profit > h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.profit .wrapper{
    align-items: center;
    justify-content: center;
}

.profit .box{
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.profit .box p{
    text-align: left;
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.profit .image-box{
    background-color: #020e14;
    border-radius: .3rem;
    padding: 1rem;
}

.profit button,.setup button,.trade button{
    width: 20rem;
    background-color: #007bff;
    border: none;
}

.setup{
    background-color: #222941;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.setup .wrapper{
    align-items: center;
    justify-content: center;
}

.setup .box{
    align-items: center;
    justify-content: center;
}

.setup .box:nth-of-type(2){
    height: 1000px;
}

.setup .box p{
    color: #fff;
    margin-bottom: 1rem;
}

.trade{
    background-color: #222941;
    padding: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.trade .wrapper,.trade .box{
    align-items: center;
    justify-content: flex-start;
}

.trade  h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.trade  p{
    color: #fff;
    max-width: 500px;
    text-align: center;
}

.feature{
    background-color: #01163d;
    padding: 1rem;
}

.feature .title{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.feature .title h3{
    color: #fff;
    font-size: 1.5rem;
    margin-left: 1rem;
}

.feature p{
    color: #a2aec4;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.feature .box{
    padding: 1rem;
}

.feature .box li{
    list-style: disc;
    color: #a2aec4;
    margin-bottom: .5rem;
}

.feature .box img{
    width: 100%;
}

.feature .title img{
    width: auto;
}

.how{
    background-color: #01163d;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}


.how > h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.how .wrapper{
    background-color: #222941;
    padding: 1rem;
    border-radius: 1rem;
}

.how .box{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-self: flex-start;
}

.how .text{
    margin-left: 1rem;
}

.how .text h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.how .text p{
    color: #a2aec4;
    line-height: 1.5rem;
}

.hero{
    background-image: url(images/slider3.jpg);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}


.hero .wrapper{
    align-items: center;
    justify-content: center;
}

.hero .box{
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.hero .box:nth-of-type(2){
    height: 600px;
}

.hero .box h1{
    font-size: 2rem;
    color: #fff;
    text-align: center;
    max-width: 400px;
}

.hero .box p{
    color: #a2aec4;
    font-size: 1.2rem;
    max-width: 400px;
    text-align: center;
}

.hero .box button{
    width: 12rem;
    background-color: #007bff;
    border: none;
}

.hero .box img{
    width: 100%;
}

.trading{
    height: 40vh;
    padding: 1rem;
    background-color: #020e14;
}

.trading h3{
    color: #fff;
    font-size: 2rem;
}

.trading-view{
    background-color: #222941;
    height: 100vh;
}

.contact{
    background-color: #020e14;
    padding: 1rem;
}

.contact .wrapper{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact .box{
    width: 48%;
}

.contact .box img{
    width: 100%;
}

.contact h3{
    font-size: 2rem;
    color: #fff;
}

.contact-form{
    background-color: #222941;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem;
}

.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form label{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.form label p{
    color: #fff;
}

.form input,.form select{
    width: 100%;
    height: 2.8rem;
    padding: .3rem;
}

.form textarea{
    height: 200px;
    padding: .3rem;
    width: 100%;
}

.form button{
    background-color: #007bff;
    border: none;
    width: 10rem;
    margin-block:0;
}

.address-section{
    background-color: #222941;
    padding: 1rem;
    color: #fff;
}

.address-section .box{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.address-section .text{
    margin-left: 1rem;
}

.faq{
    background-image: url(images/bg-about-header.jpg);
    background-position: center;
    background-size: cover;
    height: 70vh;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.faq .wrapper{
    align-items: center;
    justify-content: center;
}

.faq .box{
    align-items: center;
    justify-content: center;
}

.faq h3{
    color: #fff;
    font-size: 2rem;
}

.faqs{
    background-color: #222941;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.faqs .wrapper{
    align-items: center;
    justify-content: center;
}

.faqs > h3{
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.faqs > p{
    color: #a2aec4;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 600px;
}

.faqs .box{
    background-color: #01163d;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .3rem;
}

.faqs .box h3{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.faqs .box p{
    color: #a2aec4;
    line-height: 1.5rem;
}

.about-section{
    padding: 1rem;
    background-color: #222941;
}

.about-section img{
    width: 100%;
    border-radius: .3rem;
    margin-bottom: 1rem;
}

.about-section .box h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.about-section .box p{
    color: #a2aec4;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    text-align: center;
}

.inner-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-section .box .inner-box p span{
    font-size: 1rem;
    color: #fff;
}

.about-section{
    align-items: center;
    justify-content: center;
}

.about-section > h3{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.about-section > p{
    color: #a2aec4;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.team .box{
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.team .box .image{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #a2aec4;
    margin-bottom: 1rem;
}

.team .box .dash{
    width: 50px;
    height: 3px;
    background-color: #52afee;
}

.team .box h3{
    font-size: 1rem;
}

.multiplatform .wrapper,.team .wrapper{
    margin-block: 2rem;
}

.multiplatform > p{
    max-width: 800px;
}

.clients .icon img,.multiplatform .icon img{
    width: 32px;
}

.clients .box,.multiplatform .box{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.clients .box .icon,.multiplatform .box .icon{
    width: 9%;
}

.clients .box .text,.multiplatform .box .text{
    width: 88%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.box-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.box-header img{
    width: 64px;
}

.trading-view{
    padding: 1rem;
}

.trading-view .wrapper,.trade .wrapper,.setup .wrapper{
    height: 1000px;
}

.popular-section > h3{
    font-size: 3rem;
    margin-bottom: 1rem;
}

.popular-section .text{
    margin-bottom: 1rem;
}

.popular-section .text ul{
    padding-inline: 1rem;
}

.popular-section .text li{
    list-style: circle;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #a2aec4;
}


.popular-section .box a li{
    width: 20rem;
    height: 2.8rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    transition: background-color .4s ease-in-out;
}

.popular-section .box a{
    margin-bottom: 1rem;
    color: #111;
}

.popular-section .box a li:hover{
    background-color: #52afee;
}

.popular-section .box a:hover{
    color: #fff;
}

.popular-section .box:nth-of-type(2){
    align-items: center;
}

.form-main{
    padding-top: 0;
}

.form-section{
    padding: 1rem;
    background-image: url(images/testimony.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.register-section{
    height: auto;
}

.form-section .form{
    background-color: hsla(226, 31%, 19%, 0.409);
    padding: 1rem;
}

.form-section .form > h3{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.form-section .form input,.form-section .form select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #007bff;
    color: #fff;
    outline: none;
}

.form-section a{
    color: #52afee;
}

.hero-slider{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.hero-slider .hero:nth-of-type(2){
    background-image: url(images/slider2.jpg);
    background-size: cover;
    background-position: center;
}

.hero-slider .hero{
    display: none;
}

#google_translate_element{
    width:100px;
}

.popup{
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: -10rem;
    left: 2rem;
    transition: top 1s ease-in-out;
    margin: 1rem auto;
}

.drop{
    top: 5rem;
}

.popup .box{
    padding: 1rem;
    background-color: #14213dbe;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.popup .paragraph{
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

@media screen and (min-width:376px){
    body{
        max-width: 100%;
    }
}

@media screen and (min-width:800px){
    .price .wrapper,.payment .wrapper,.profit .wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .feature .box,.how .wrapper,.hero .wrapper{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .feature .box{
        align-items: center;
    }

    .feature .upper,.feature .details{
        width: 48%;
    }

    .hero .wrapper{
        align-items: center;
    }

    .hero .box{
        align-items: flex-start;
        justify-content: flex-start;
        width: 48%;
    }

    .hero .box h1{
        text-align: left;
    }
    
    .hero .box p{
        text-align: left;
    }

    .trade{
        align-items: center;
        justify-content: center;
    }

    .trade .wrapper{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .trade .box{
        width: 48%;
        align-items: flex-start;
    }

    .trade .box:nth-of-type(2){
        height: 100%;
    }

    .trade h3,.trade p{
        text-align: left;
    }

    .trade h3{
        font-size: 2rem;
    }

    .trade p{
        font-size: 1.5rem;
    }

    .mobile-nav{
        display: none;
    }

    .desktop-nav{
        display: flex;
    }

    .trading-main{
        padding-top: 4.5rem;
    }

    .address-section .wrapper{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .address-section .box{
        width: 33%;
    }

    .contact-form .wrapper,.address-section .wrapper,.contact .wrapper{
        max-width: 800px;
        margin: 1rem auto;
    }

    .faqs-deposit .wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
    }

    .faqs-deposit .box{
        height: 240px;
    }

    .clients .wrapper,.team .wrapper,.multiplatform .wrapper,.about-building .wrapper{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .clients .box,.team .box,.multiplatform .box{
        width: 33%;
    }

    .about-building .box{
        width: 48%;
    }

    .clients,.team,.multiplatform{
        padding-bottom: 7rem;
    }

    .about-building .wrapper,.clients .wrapper,.team .wrapper,.multiplatform .wrapper{
        max-width: 1000px;
    }

    .how .wrapper{
        height: auto;
        align-items: center;
    }

    .popular-section .wrapper{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .popular-section .box{
        width: 48%;
    }

    .form-section form{
        max-width: 500px;
        margin: 1rem auto;
    }
}

@media screen and (min-width:1000px){
    .price .wrapper{
        grid-template-columns: repeat(4,1fr);
    }

    .payment .wrapper{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (min-width:1200px){
    .profit .wrapper{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
}