@import url(/assets/css/style.css);

/* =========================== Hero Section =========================== */

body {
}

.hero-wrapper {
    background-color: #fff;
    border-radius: var(--border-radius-on-card);
    min-height: max-content;
    /*padding: 1rem 0;*/
}

    .hero-wrapper h1 {
        color: var(--primary-color);
        font-size: 5em;
        font-weight: 900;
        margin-bottom: 2rem;
    }

    .hero-wrapper h2 {
        color: var(--primary-color);
        font-size: 2em;
        font-weight: 900;
        margin-bottom: 2rem;
    }

    .hero-wrapper p {
        color: var(--text-color);
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .hero-wrapper .hero-main-info {
        padding: 2rem 3rem 3rem;
    }

    .hero-wrapper .btn-cta {
        min-width: 155px;
        margin-top: 2rem;
    }


/* =========================== Swiper =========================== */

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
        max-width: 450px;
        max-height: 450px;
        object-fit: cover;
        border-radius: 48% 52% 29% 71% / 48% 58% 40% 52%;
    }

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--text-color);
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--primary-color);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 8px;
}

.hero-wrapper .swiper {
    min-height: 535px;
    padding: 2rem;
}

    .hero-wrapper .swiper .swiper-button-next {
        left: 10px !important;
        right: initial !important;
    }

    .hero-wrapper .swiper .swiper-button-prev {
        left: 65px !important;
        right: initial !important;
    }

    .hero-wrapper .swiper .swiper-button-next,
    .hero-wrapper .swiper .swiper-button-prev {
        position: absolute !important;
        top: initial !important;
        bottom: 60px !important;
        color: var(--bg-white);
        width: 36px !important;
        height: 36px !important;
    }

        .hero-wrapper .swiper .swiper-button-next::after,
        .hero-wrapper .swiper .swiper-button-prev::after {
            color: var(--text-white);
            font-size: 15px;
            font-weight: 600;
            background-color: var(--text-gray-color);
            padding: 20px;
            border-radius: 50%;
            position: relative;
            display: grid;
            place-content: center;
            width: 48px;
            height: 48px;
        }

/* =========================== Currencies Section =========================== */

.currencies-wrapper {
    margin-top: 4em;
    margin-bottom: 10em;
    padding: 10rem 2rem 2rem 2rem;
    background: url(/assets/images/intersecting-wave-layers.svg) no-repeat 100% 0%;
    background-color: var(--primary-color);
    position: relative;
    color: var(--text-white) !important;
}

    .currencies-wrapper h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
    }

        .currencies-wrapper h2 i::before {
            font-size: 60px !important;
        }

    .currencies-wrapper .currency-desc {
        color: var(--white-smoke-color);
    }

        .currencies-wrapper .currency-desc span {
            display: block;
            margin-bottom: 1rem;
        }

    .currencies-wrapper .swiper-navigation-buttons {
        position: relative;
        padding: 2rem 0;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
        align-content: center;
    }

        .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next,
        .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next-mobile,
        .currencies-wrapper .currencies-slider .currencies-swiper-button-prev,
        .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev,
        .currencies-wrapper .currencies-slider .currencies-swiper-button-prev-mobile,
        .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev-mobile {
            background: var(--bg-white);
            padding: 25px;
            border-radius: var(--border-radius-navigations);
            right: initial !important;
            left: initial !important;
            position: relative;
            color: var(--primary-color) !important;
        }

            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next::after,
            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next-mobile::after,
            .currencies-wrapper .currencies-slider .currencies-swiper-button-prev::after,
            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev::after,
            .currencies-wrapper .currencies-slider .currencies-swiper-button-prev-mobile::after,
            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev-mobile::after {
                font-size: 25px !important;
                font-weight: 700;
            }

    .currencies-wrapper .currencies-slider {
        top: 90px;
        height: 436px;
        padding: 0 8px;
    }

    .currencies-wrapper .currencies-wrapper-inner {
        background-color: var(--bg-white);
        color: var(--text-color);
        border-radius: var(--border-radius-on-card);
        width: 300px;
        height: min-content;
        display: grid;
        place-content: center;
        position: relative;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .currencies-wrapper .currencies-wrapper-inner .status {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 0.6rem;
            /* border-top-left-radius: var(--border-radius-on-card); */
            /* border-bottom-right-radius: var(--border-radius-on-card); */
            border-radius: 15px;
            color: var(--text-white);
            -webkit-animation: blink-animation 2s linear infinite;
            -moz-animation: blink-animation 2s linear infinite;
            animation: blink-animation 2s linear infinite;
        }

            .currencies-wrapper .currencies-wrapper-inner .status.positive {
                background-color: rgba(16, 172, 132, 0.7);
            }

            .currencies-wrapper .currencies-wrapper-inner .status.negative {
                background-color: rgba(238, 82, 83, 0.7);
            }

        .currencies-wrapper .currencies-wrapper-inner .logo {
            width: 100%;
            max-height: 236px;
            padding: 0 2rem;
            margin-bottom: 1rem;
        }

            .currencies-wrapper .currencies-wrapper-inner .logo img {
                width: 100%;
                border-radius: 0 !important;
                max-width: 236px;
                max-height: 236px;
                margin-bottom: 1rem;
            }

        .currencies-wrapper .currencies-wrapper-inner .info {
            padding: 1rem;
            text-align: center;
        }

            .currencies-wrapper .currencies-wrapper-inner .info h5 {
                margin-bottom: 1rem;
            }

            .currencies-wrapper .currencies-wrapper-inner .info > div {
                display: flex;
                flex-direction: column;
                gap: 10px;
                color: var(--text-gray-color);
            }

                .currencies-wrapper .currencies-wrapper-inner .info > div .positive {
                    padding: 10px;
                    border-radius: 15px;
                    display: inline-block;
                    background-color: rgba(238, 82, 83, 0.2);
                    color: rgba(238, 82, 83, 1);
                    font-size: 16px;
                }

                .currencies-wrapper .currencies-wrapper-inner .info > div .negative {
                    padding: 10px;
                    border-radius: 10px;
                    display: inline-block;
                    background-color: rgba(16, 172, 132, 0.2);
                    color: rgba(16, 172, 132, 1);
                    font-size: 16px;
                }

                .currencies-wrapper .currencies-wrapper-inner .info > div .positive strong {
                    font-size: 1.3rem;
                }

/* =========================== Ads Sliders =========================== */

.ads-slider-wrapper {
}

    .ads-slider-wrapper .swiper {
        min-height: 350px;
        padding: 0.7rem;
    }

    .ads-slider-wrapper .swiper-slide img {
        /*border-radius: 0 !important;*/
    }

    .ads-slider-wrapper .swiper-navigation-buttons {
        display: flex;
        flex-direction: row;
        gap: 7px;
        place-content: center;
    }

        .ads-slider-wrapper .swiper-navigation-buttons .swiper-button-next,
        .ads-slider-wrapper .swiper-navigation-buttons .swiper-button-prev {
            background: var(--primary-color);
            padding: 25px;
            border-radius: var(--border-radius-navigations);
            align-items: center;
            right: initial !important;
            left: initial !important;
            position: relative;
            color: var(--text-white) !important;
        }

            .ads-slider-wrapper .swiper-navigation-buttons .swiper-button-next::after,
            .ads-slider-wrapper .swiper-navigation-buttons .swiper-button-prev::after {
                font-size: 25px !important;
                font-weight: 700;
            }

    .ads-slider-wrapper .show-all-data {
        position: relative;
        top: -10px;
    }

    .ads-slider-wrapper .currencies-slider {
        top: 90px;
        height: 375px;
    }

.ads-slider-wrapper {
    /*margin-top: 4em;*/
    /*margin-bottom: 4em;*/
}

    .ads-slider-wrapper .section-header {
        /*margin-bottom: 2rem;*/
    }

        .ads-slider-wrapper .section-header .title {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .ads-slider-wrapper .section-header h2 {
            font-size: 2em;
            font-weight: 900;
        }

            .ads-slider-wrapper .section-header h2 i {
                background: -webkit-linear-gradient(rgba(224, 50, 75, 1) 0%, rgba(224, 50, 75, 1) 20%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                transform: rotate(-45deg);
                position: relative;
                top: 5px;
            }

                .ads-slider-wrapper .section-header h2 i::before {
                    font-size: 3rem !important;
                }

        .ads-slider-wrapper .section-header h3 {
            font-size: 1em;
            color: var(--text-gray-color);
            font-weight: 500;
            padding-right: 3rem;
        }

/* =========================== Join Us =========================== */

.join-us-wrapper {
    background-color: var(--bg-white);
    background-size: 5px 5px;
    background-image: repeating-linear-gradient(45deg, #f6f6f6 0, #f6f6f6 0.5px, #ffffff 0, #ffffff 50%);
    margin-bottom: 5rem;
}

    .join-us-wrapper .desc-wrapper {
        padding: 5rem;
    }

        .join-us-wrapper .desc-wrapper .desc-inner {
            padding: 2rem;
        }

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.ribbon {
    --r: 0.8em;
    /* control the cutout */
    border-block: .5em solid #0000;
    padding-inline: calc(var(--r) + .25em) 1.5em;
    line-height: 1.8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--r) calc(100% - .25em), 0 50%, var(--r) .25em);
    background: radial-gradient(.2em 50% at right, #000a, #0000) border-box, var(--primary-color) padding-box;
    /* the color  */
    width: fit-content;
}

/* =========================== Animations =========================== */

@keyframes blink-animation {
    50% {
        opacity: 0.0;
    }
}

/* =========================== Responsive =========================== */

@media (max-width: 575.98px) {
    .hero-wrapper .hero-main-info {
        padding: 1rem;
    }

        .hero-wrapper .hero-main-info .btn-cta, .join-us-wrapper .btn-cta {
            position: relative;
            left: 30%;
            margin-bottom: 2rem;
            min-width: 155px;
        }

    .currencies-wrapper {
        padding: 3rem 1rem 1rem 1rem;
        margin-bottom: 2rem;
    }

        .currencies-wrapper .swiper-navigation-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            justify-content: space-between;
        }

            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next,
            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-next-mobile {
                background-color: transparent;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                left: 23px !important;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            }

            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev,
            .currencies-wrapper .swiper-navigation-buttons .currencies-swiper-button-prev-mobile {
                background-color: transparent;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                right: 7px !important;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            }

        .currencies-wrapper .currencies-wrapper-inner .info > div .positive strong {
            font-size: 1rem;
        }

        .currencies-wrapper .currencies-slider {
            top: 0;
        }

    .ads-slider-wrapper {
        margin-top: 2rem 0;
    }

        .ads-slider-wrapper .section-header {
            margin-bottom: 0;
        }

        .ads-slider-wrapper .swiper {
            min-height: fit-content;
        }

    .join-us-wrapper {
        margin-bottom: 0;
    }

        .join-us-wrapper .container .row {
            flex-direction: column-reverse;
        }

        .join-us-wrapper h2, .join-us-wrapper h2 .ribbon {
            font-size: 1.2rem;
        }

        .join-us-wrapper .desc-wrapper {
            padding: 1rem;
        }

            .join-us-wrapper .desc-wrapper .desc-inner {
                padding: 1rem 0;
            }
}

@media (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
    .hero-wrapper .swiper {
        padding: 0;
    }
}

@media (max-width: 1399.98px) {
}
