body, .custom-font-secondary, p{
    font-family: 'Poppins',"Kanit", sans-serif !important;
}

.header-logo {
    margin: 10px;
}

.custom-heading-1 {
    text-align: left;
}

.coin-3d-container {
    perspective: 800px;
    width: 100%;
    height: 100%;
}

.coin-3d {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: spinHorizontal 5s linear infinite;
    transform-origin: center center;
}

@keyframes spinHorizontal {
    0% {transform: rotateY(0deg);}
    100% { transform: rotateY(360deg);}
}

.p-sticky, .sticky {
    position: sticky !important;
}

@media (max-width: 991px) {
    .p-sticky, .sticky {
        position: fixed !important;
    }
}


.feature-box .feature-box-icon {
    width: 4em;
    height: 4em;
}

.custom-highlight-text-1 {
    font-size:100px !important;
}
.custom-font-secondary{

}
