@font-face {
    font-family: 'Stengkol';
    src: url('/public/css/Stengkol.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #131c2c !important;
    overflow-x: hidden;
}

/* 
a {
    text-decoration: none;
}

.text-secondary {
    color: var(--footerColor);
}

header {
    transition: all 0.2s ease;
    width: 100%;
}

.brandName {
    color: var(--textColor);
}

header>section ul {
    gap: 2px;
}

header>section ul>li>a {
    color: var(--textColor) !important;
    cursor: pointer;
    font-size: 18px;
}

footer>section ul li a {
    color: var(--footerColor) !important;
    cursor: pointer;
    font-size: 24px;
}

.footer-sub {
    color: var(--footerColor) !important;
    font-size: 29px;
}

header>section ul>li.active>a,
header>section ul>li>a:hover,
footer>section ul>li.active>a,
footer>section ul>li>a:hover {
    color: var(--textActiveColor) !important;
}

header>section .btn.btn-primary {
    min-width: 124px;
    min-height: 49px;
    display: flex;
    justify-content: center;
    place-items: center;
}

header>section.desktop .btn.btn-primary {
    margin-left: 100px;
}


header>section .btn.btn-primary:hover {
    background-color: #080b13;
    border-color: #fff;
}

footer {
    background-color: var(--footerBGColor);
}

footer>section>div {
    padding: 50px 24px;

}

footer>section ul {
    list-style: none;
    gap: 24px;
    padding-left: 0px;
}


footer>section p {
    color: #fff !important;
}

footer>section .footer-main {
    font-size: 29px;
    color: #fff;
}

footer>section .footer-address>p {
    font-size: 16px;
    margin-bottom: 0px;
}

footer .footer-Logo {
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 70px;
} 

.footer-icons img {
    width: 100%;
    height: 70px;
}


footer .footer-icons {
    display: flex;
    align-items: center;
    width: 100%;
}


footer .footer-icons>div {
    display: flex;
    gap: 1rem;
}


@media (min-width: 768px) and (max-width: 1024px) {
    footer .footer-icons {
        flex-direction: column;
        gap: 1rem;
    }
}

footer .footer-operated {
    font-size: 18px;
    color: var(--footerColor) !important;
}

footer .footer-sub {
    font-size: 14px;
    color: #fff !important;
}

footer .footer-menu {
    height: auto;
}

#home * {
    color: #ffffff;
}

.header-list {
    flex-basis: 33.33%;
}

.section-1 {
    background-image: url('/assets/images/background/section-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.section-2 {
    background-color: var(--BGDarkColor);
}

.section-1-container {
    margin: 0 1rem;
}

.header-list>ul , .section-1-list>ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: fit-content;
    margin: auto;
}

.header-list>ul>li, .section-1-list>ul>li {
    display: flex;
    gap: .5rem;
    height: 50px;
    list-style: none;
    font-size: 20px;
    align-items: center;
}

.header-list>ul>li>svg, .section-1-list>ul>li>svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.rich-text {
    font-size: 52px;
}

@media (min-width: 769px) {
    .section-2-header>.title {
        position: sticky;
        top: 0;
    }
}
#HeroVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.pre-section, .section-1-container {
    display: flex;
    align-items: center;
    row-gap: 1rem;
}

.pre-section>div, .section-1-container>div:not(:nth-child(2)) {
    flex-basis: calc(100% / 3);
}

.section-1-container>div::nth-child(2) {
    flex-basis: fit-content;
}

.title-context {
    text-align: start;
}

.title-context .title {
    font-size: 24px;
    margin-bottom: 30px;
}

.title-context .description {
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .pre-section {
        flex-direction: column;
    }
    .pre-section>div {
        flex-basis: 100%;
    }
    .title-context {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .section-1-container {
        flex-direction: column;
    }
}

.title {
    font-size: 60px;
}

.description {
    font-size: 21px;
    font-weight: 200;
    color: #979797;
}

@media (min-width: 1024px) {
    .lg-w-70 {
        width: 70%;
    }
    
}

.section-1-btn {
    width: max-content;
    background-color: #3567fd;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #3567fd;
    padding: 16px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.section-1-btn:hover {
    background-color: transparent;
    border-color: #fff;
}

#home>.section-2 #cards {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

#home>.section-2 .title h2 {
    font-size: 42px;
}

#home>.section-2 .title {
    padding: 40px 0;
    display: flex;
    align-items: center;
    font-size: 38px;
    justify-content: center;
}

#home>.section-2 .card {
    position: sticky;
    top: 120px;
    padding: 1.5rem;
    background-color: #cad7ff;
    border: none;
    border-radius: 0 !important;
}

#home>.section-2 .card-body {
    box-sizing: border-box;
    border-radius: 50px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    padding: 0px;
    gap: 24px
}

#home>.section-2 .card-body>div {
    border-radius: 20px;
    max-height: 665px;
    color: white;
}

#home>.section-2 .left-div>div {
    font-size: 50px;
    max-width: 510.81px;
}

#home>.section-2 .right-div>div {
    font-size: 20px;
    padding: 2rem 1rem;
}

#home>.section-2 .right-div>div img {
    margin-top: 7px;
}

#navBar>.desktop {
    display: block;
}

#navBar>.tablet {
    display: none;
}

#navBar>.mobile {
    display: none;
}

.mobile .w-100>a {
    display: flex;
    justify-content: center;
}

@media (min-width: 425px) {
    .mobile>div {
        justify-content: space-between;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .mobile .w-100>a {
        margin-left: -70px;
    }
}

.blue-btn {
    background-color: #3567fd;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #3567fd;
    padding: 16px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.blue-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}

.bg_coin {
    background-color: var(--BGDarkColor);
    background-image: url(/assets/images/section3/bg-coin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

h2.pay {
    text-align: center;
    padding: 20px;
    color: #979797 !important;
    font-size: 22px;
}

h2.pay span {
    color: #cccccc !important;
}

h2.tx-size {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 50px;
}

.uvstm-ticker {
    overflow: hidden;
    white-space: nowrap;
}

.uvstm-ticker_container {
    display: inline-flex;
}

.uvstm-ticker_collection--1 {
    position: relative;
    left: 0;
}

.uvstm-ticker_items {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.uvstm-ticker_item {
    display: inline-block;
    flex-shrink: 0;
}

.spin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    perspective: 1000px;
}

.spinning-image {
    width: 150px;
    height: 150px;
    animation: spin 5s linear infinite;
    transform-style: preserve-3d;
}

#faq>.section-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 8%;
    padding-right: 8%;
}

#faq>.section-1>div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

#faq>.section-1>div:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2;
    padding: 30px 40px;
}

#faq>.section-1>div:nth-child(2) .title {
    font-size: 72px;
}

#faq>.section-1>div:nth-child(2) .searchbar {
    color: #fff;
    font-size: 29px;
    justify-content: space-between;
    padding: 30px 40px;
    transition: all 1s ease;
}

@keyframes uvstm-ticker-swap {

    0%,
    50% {
        left: 0%;
    }

    50.01%,
    100% {
        left: 100%;
    }
}

.uvstm-ticker {

    padding: 8px 16px;
    border-radius: 4px;
}

.uvstm-ticker_collection--1,
.uvstm-ticker_collection--2 {
    padding-right: 30px;
}

.uvstm-ticker_items {
    gap: 30px;
}

.uvstm-ticker_item {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 30px;
}

.brandLogo {
    margin: 10px 0;
    width: 100px;
}

@media (max-width:1024px) {

    #navBar>.desktop {
        display: none;
    }

    #navBar>.tablet {
        display: block;
    }

    #navBar>.mobile {
        display: none;
    }

    #home>.section-1 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #home>.section-1>div:nth-child(5) {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        align-items: center;
    }
}

@media (max-width:768px) {
    #navBar>.desktop {
        display: none;
    }

    #navBar>.tablet {
        display: none;
    }

    #navBar>.mobile {
        display: block;
    }

    div.section-2 ul li.card p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    #home>.section-1>.header .title {
        font-size: 50px;
        width: 75%;
    }

    #home>.section-2 .card {
        position: static;
        height: 1000px;
    }

    #home>.section-2 .card-body {
        box-sizing: border-box;
        border-radius: 50px;
        height: 87vh;
        align-items: center;
        transition: all 0.5s;
        padding: 0px;
        flex-direction: column;
    }

    #home>.section-2 .left-div>div {
        font-size: 50px;
        max-width: 510.81px;
    }

    #home>.section-2 .right-div>div {
        font-size: 20px;
        max-width: 410.33px;
        padding-top: 25px !important;
    }

    .right-div img {
        width: auto;
        height: 100%;
    }
}

.readies-font {
    font-family: 'Stengkol', sans-serif;
    font-size: 120%;
    margin-left: 3px;
    margin-right: 3px;
}

.readies-font.navHead {
    font-size: 42px
}

.vdo-container {
    background-image: url(/assets/images/section3/Bg.webp);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 700px;
}

.vdo-container strong {
    text-align: center;
    font-size: 72px;
}

@media screen and (max-width:425px) {

    #home>.home-hero .rich-text {
        font-size: 40px;
    }

    #home>.section-1>.header .description {
        font-size: 18px;
        width: 90%;
    }

    .title {
        font-size: 32px;
    }

    .vdo-container strong {
        font-size: 32px;
    }

    .vdo-container {
        height: 500px;
    }

    .m-logo {
        display: none;
    }
}

@media (min-width:426px) and (max-width:768px) {
    .title {
        font-size: 40px;
    }
    .vdo-container strong {
        font-size: 52px;
    }

    .vdo-container {
        height: 700px;
    }

    .brandLogo {
        width: 70px;
        height: 70px;
    }
}

*/

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    position: relative;
}

.swiper-slide>img {
    object-fit: contain;
    width: 80%;
    height: 60%;
}

.paragraph-p {
    padding: 50px 0;
}

@keyframes fliploop {
    100% {
        transform: rotateY(360deg)
    }
}

.coin {
    font-size: 200px;
    width: 19px;
    height: 200px;
    background: #9a7a2f;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    animation: fliploop 7s infinite linear;
    transform-style: preserve-3d;
}

.coin .side,
.coin:before,
.coin:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    border-radius: 50%;
    right: -0.4em;
    transform: rotateY(-90deg);
    backface-visibility: hidden;
}

.coin .tails,
.coin:after {
    left: -0.4em;
    transform: rotateY(90deg);
}


.coin:before,
.coin:after {
    background: #9a7a2f;
    backface-visibility: hidden;
    transform: rotateY(90deg);
}

.coin:after {
    transform: rotateY(-90deg);
}

.coin .side img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}