body ,.font-primary, h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif !important;
}
.blog-photo.no_bg a:after{
    background: linear-gradient(to right, #46bdf48a 0%, #7a0fff6b 100%);
}
.blog-photo.latam_audit a:after{
    background: none;
}
.blog-photo.latam_audit .bg_img{
    padding-top: 140%;
}
#single_wallet .blog-photo .bg_img,#multi_wallet .blog-photo .bg_img,#mall_in_wallet .blog-photo .bg_img,#mall
 .blog-photo .bg_img{
    padding-top: 50%;
}
.certify_row{
    height: 550px;
}
#token_issuance{
    padding-bottom: 280px;
}
#token_issuance .relative{
    position: relative;
}
.certify._01{
    position: absolute;
    left: 50%;
    transform:translateX(-70%);
    box-shadow: 3px 3px 5px -13px rgba(0,0,0,.2), 2px 7px 10px 1px rgba(0,0,0,.14);
    bottom: -50px;
}
.certify._02{
    position: absolute;
    left: 50%;
    bottom: -100px;
    box-shadow: 10px 15px 15px -3px rgb(0 0 0 / 10%), 0 8px 10px 1px rgba(0,0,0,.14);
    transform:translateX(-10%);
}
.to_top{
    display: none;
}
.bi-moon{
    width: auto;
    height: 550px;
}
@media screen and (max-width:768px){
    .certify{
        position: initial !important;
        transform: translateX(0) !important;
        margin-top: 30px;
    }
    .certify_row{
        height: auto;
    }
    .navbar-toggler{
        margin: 1em;
    }
    .header-txt h1{
        font-size: 3em;
    }
    .to_top{
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block;
        z-index: 999;
        padding: 5px 10px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 4px;
        border: 1px solid #ccc;
        transition: all 0.3s;
    }
        
    .bi-moon{
        width: auto;
        height: auto;
    }
}
.bg_img.contain{
    background-size: contain;
}
