@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body, html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth;
}
.header{
    background-color: #0072ed;
    color: #fff;
    min-height: 620px;
    padding-top: 109px;
}
@media screen and (min-width: 992px){
    .container {
        max-width: 906px;
    }
}
@media screen and (min-width: 1200px){
    .container {
        max-width: 1087px;
    }
}
.container{
    padding: 0;
}
.navbar {
    background-color: transparent;
    position: fixed;
    transition: top .5s ease;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px;
}
.navbar .container {
    align-items: center;
    display: flex;
    position: relative;
    transition: all .3s ease;
    z-index: 2;
}
.logo-img{
    width: 150px;
}
.navbar .navbar-nav.mx-auto li {
    padding-bottom: 37px;
    padding-top: 37px;
}
.navbar .navbar-nav.mx-auto li:not(:last-child) {
    margin-right: 32px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: hsla(0,0%,100%,.7);
}
.btn.btn-sign {
    border: 2px solid #0072ed;
    border-radius: 5px;
    padding: 11px 35px;
    background-color: #fff;
    color: #0072ed;
    transition: all .3s ease;
}
.btn.btn-login {
    background-color: #0072ed;
    color: #fff;
    margin-right: 16px;
    border-color: #fff;
}
.btn.btn-sign:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn.btn-login:hover {
    background-color: #fff;
    color: #0072ed;
}

.navbar.navbar-scroll {
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    top: 0;
    background-color: #fff;
}
.navbar.navbar-scroll .navbar-nav .nav-link {
    color: #13151b;
}
.navbar.navbar-scroll .navbar-nav .btn.btn-sign {
    background-color: #0072ed;
    border-color: #0072ed;
    color: #fff;
}
.navbar.navbar-scroll .navbar-nav .btn.btn-login {
    background: #fff;
    color: #0072ed;
    border-color: #0072ed;
}
.navbar.navbar-scroll .navbar-nav .nav-link:hover{
    color: rgba(19,21,27,.7);
}
.navbar.navbar-scroll .navbar-nav .btn.btn-sign:hover {
    background-color: transparent;
    border-color: #0072ed;
    color: #0072ed;
}
.navbar.navbar-scroll .navbar-nav .btn.btn-login:hover {
    background-color: #0072ed;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 48px;
    line-height: 1.35;
    margin-bottom: 24px;
}
h2 {
    font-size: 38px;
    line-height: 1.31;
    margin-bottom: 21px;
}
h3 {
    font-size: 21.6px;
    line-height: 28px;
    margin-top: 0;
}
h3 {
    font-size: 18.6px;
    line-height: 28px;
    margin-top: 0;
}

p {
    font-size: 16.8px;
    line-height: 1.71;
    margin-bottom: 24px;
    overflow-wrap: break-word;
}


.banner .container {
    padding-bottom: 39px;
    padding-top: 85px;
    position: relative;
    z-index: 3;
}
.banner .btn {
    background-color: #fff;
    color: #0072ed;
}
.banner .btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn.btn-lager {
    font-size: 17px;
    line-height: 1.75;
    padding: 12px 40px;
}
.btn {
    background-color: #0072ed;
    border: 2px solid #0072ed;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease;
    font-weight: 600;
}
.btn:hover {
    background-color: #fff;
    color: #0072ed;
}


.build-your-portfolio {
    background: #f6f7f7;
    padding: 50px 0;
}
.build-your-portfolio h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
}

.build-your-portfolio .port-card{
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.build-your-portfolio .port-card .icon-left i{
    background: #0072ed;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px
}
.build-your-portfolio .port-card p {
    margin-bottom: 0px;
}

.leverage-cryptocurrency{
    padding: 60px 0;
}
.leverage-cryptocurrency .carousel-card {
    background-color: #0072ed;
    border-radius: 5px;
    padding: 50px 20px 30px;
    box-shadow: 0 20px 80px -20px rgba(0,46,117,.14);
    margin-bottom: 0;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.leverage-cryptocurrency .carousel-card .icon i{
    font-size: 80px;
}
.leverage-cryptocurrency .carousel-card h3 {
    margin-top: 20px;
    height: 80px;
}


.choose-unit{
    padding: 60px 0;
}
.choose-unit .choose-unit-card {
    background-color: #fff;
    border: none;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
    color: #13151b;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    margin: 20px 0px;
}
.choose-unit .choose-unit-card h3{
    margin-top: 20px;
}
.choose-unit .choose-unit-card p{
    margin: 20px 0px;
    font-size: 16px;
    min-height: 165px;
}

ol, ul {
    margin-bottom: 28px;
    padding-left: 18px;
}
ol li {
    list-style-type: decimal;
}
li {
    font-size: 16.8px;
    line-height: 1.71;
    color: #6e7784;
}


.footer-section {
    margin-top: 30px;
    background: #f6f7f7;
    padding: 50px 0 0px;
}
.footer-section .footer-text {
    color: rgba(26,43,99,.5);
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
}
.footer-section .footer-text i{
    padding-right: 5px;
    color: #0072ed;
    font-size: 20px;
}
.footer-section h5 {
    color: #13151b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
}
.footer-section ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
.footer-section ul li {
    font-size: medium;
    line-height: 32px;
    list-style-type: none;
}
.footer-section ul li a {
    color: #6e7784;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}
.footer-section ul li a:hover {
    color: #13151b;
}
.footer-section .copyright {
    padding-bottom: 24px;
    padding-top: 23.5px;
    margin-top: 23.5px;
    border-top: 1px solid rgba(26,43,99,.15);
    color: rgba(26,43,99,.5);
    font-size: 14.4px;
    line-height: 16px;
    text-align: center;
}

body.not-index .header {
    min-height: 415px;
}
.text-content {
    padding-top: 40px;
}
.text-content h4 {
    margin-top: 20px;
}
.text-content p {
    font-size: 16.8px;
    line-height: 1.71;
    color: #6e7784;
}
.text-content li a{
    color: #0072ed;
    opacity: .8;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 15px;
}
.text-content li a:hover{
    color: #13151b;
}
ol.marker-biger ::marker{
    font-size: 22px;
}
ol li ol li {
    list-style-type: disclosure-closed;
}

.about-content {
    padding-top: 40px;
}
.about-content .row ol li,
.about-content .row p {
    font-size: 14.8px;
    line-height: 1.71;
    color: #6e7784;
}

.contact-content{
    padding-top: 40px;
}
.contact-content .form-group{
    margin-bottom: 20px;
}
.contact-content .form-control{
    margin-bottom: 30px;
}
.contact-content .semail-card{
    text-align: center;
    padding: 20px;
}
.contact-content .semail-card .card{
    max-width: 350px;
    border: 0px;
    margin: 15px auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
}
.contact-content .semail-card .card .icon i{
    background: #0072ed;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
}
.contact-content .semail-card .card a{
    color: #6e7784;
    text-decoration: none;
}
.contact-content .semail-card .card a:hover{ 
    color: #13151b;
}

.banner.cryptotax-hero .container {
    padding-bottom: 65px;
    padding-top: 65px;
}
.cryptotax-hero .cryptotax-hero-img{
    max-height: 350px;
    max-width: 100%;
    margin: auto;
}

.security-hero .container {
    padding-bottom: 95px;
    padding-top: 85px;
}
.security-hero p{
    font-size: 25px;
    font-weight: 300;
}
.security-hero .icons{
    display: flex;
    justify-content: center;
    gap: 65px;
}

.swy-security{
    padding: 60px 0px;
}
.swy-stats {
    background: linear-gradient(0deg, #F6F7F7 50%, #FFFFFF 50%);
}
.swy-stats .container{
    background: #0072ED;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 25px;
    padding: 30px 30px;
    width: 1088px;
}
.swy-stats .container .stat{
    color: #ffffff;
    display: flex;
    margin: 0 auto;
    width: 85%;
}
.swy-stats .container .stat h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
}
.swy-stats .container .stat:not(:first-child) {
    border-left: 2px solid #ffffff;
    border-top: 0;
}
.swy-stats .container .stat img.user {
    margin-left: 10px;
    width: 50px;
}
.swy-stats .container .stat img.trade {
    margin-left: 10px;
    width: 43px;
}
.swy-stats .container .stat img.security {
    margin-left: 15px;
    width: 38px;
}
.swy-stats .container .stat img {
    margin-right: 20px;
    width: 50px;
}
.swy-stats .container .stat p{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
.swy-trust {
    background: #f6f7f7;
    padding: 100px 0 60px;
}
.swy-trust h3 {
    margin: 10px 0;
}
.swy-trust p {
    color: #6e7784;
    margin-bottom: 0;
    margin-top: 0;
}
.swy-stay-utd{
    background: linear-gradient(0deg,#fff,#fff 50%,#f6f7f7 0,#f6f7f7);
}
.swy-stay-utd .container {
    align-items: center;
    background-color: #e2f0ff;
    border: 1px solid #0072ed;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding: 25px;
}
.swy-stay-utd .container .content {
    flex-grow: 1;
}

.pya-section{
    padding: 70px 0px 40px;
}
.pya-section .pya-cards{
    margin-top: 50px;
}
.pya-section .pya-cards .pya-card{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f6f7f7;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 45px;
}
.pya-section .pya-cards .pya-card .content {
    flex-basis: 920px;
    max-width: 920px;
}

.attention-section .container{
    display: flex;
    align-items: flex-start;
    background: #ffe18c;
    border-radius: 10px;
    padding: 22px 30px;
    margin-bottom: 90px;
}
.attention-section p {
    color: #0a0b0c;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.article-content{
    padding-top: 60px;
}
.article-content li a {
    color: #0072ed;
    opacity: .8;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 15px;
}

.unit-payment .icon-title{
    text-align: left;
    padding-left: 28%;
    margin: auto;
}
.choose-unit .img {
    height: 290px;
    display: flex;
    align-items: center
}
.choose-unit .img img{
    height: 290px;
}

.crypto-news-data h3 {
    margin-bottom: 10px;
}
.choose-unit .crypto-news-data p {
    min-height: 192px;
}
.choose-unit .crypto-news-data p.h-165 {
    min-height: 165px;
}

@media screen and (max-width: 991.98px){
    .navbar-light .navbar-toggler{
        border: 0px;
        box-shadow: none;
    }
    .navbar {
        background-color: #fff;
    }
    .navbar .navbar-nav.ml-auto li,
    .navbar .navbar-nav.mx-auto li{
        padding: 5px 20px;
    }
    .navbar .navbar-nav.mx-auto {
        margin-bottom: 0px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #13151b;
        padding: 0px;
    }
    .navbar-light .navbar-nav .btn.btn-sign  {
        background: transparent !important;
        border: 0px !important;
        color: #13151b !important;
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }
    .navbar-light .navbar-nav .btn.btn-sign:hover,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(19,21,27,.7) !important;
    }

}