* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #141d22;
    font-family: "Poppins", sans-serif;
    position: relative;
}

a {
    color: #141d22;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
}

header {
    position: sticky;
}

/* HERO */
section.hero {
    background-image: url(../images/hero-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 64px 24px;
    background-position: center;
}

.hero h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}

.hero p {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 32px;
    line-height: 24px;
}

.hero .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero .hero-register-btn {
    font-size: 16px;
    font-weight: 600;
    background: #F6B500;
    border-radius: 4px;
    width: max-content;
    width: 158px;
    padding-block: 10px;
}

.hero .hero-demo-btn {
    font-size: 16px;
    font-weight: 600;
    background: #6C859514;
    border-radius: 4px;
    width: max-content;
    width: 158px;
    margin-top: 16px;
    padding-block: 10px;
    border: 1px solid transparent;
}

.hero .hero-demo-btn:hover {
    background: rgba(108, 133, 149, 0.2);
    border: 1px solid rgba(108, 133, 149, 0.9);
}

/* DIVIDER */
.divider {
    width: 90%;
    height: 1px;
    background: #141d221f;
    margin-bottom: 32px;
    margin-inline: auto;
}

/* FEATURES */
.features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding-inline: 24px;
}

.features .features-item {
    display: flex;
    gap: 8px;
}

.features .features-item i {
    font-size: 24px;
}

.features .features-item .feature-title {
    font-size: 16px;
}

/* MARKETS */
.markets {
    background: #1E1E1E;
    color: white;
    padding: 64px 24px;
}

.markets .markets-title {
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
}

.markets .market-items-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.markets .market-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.markets .market-item .market-item-lead {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.markets .market-item .market-item-lead .market-item-lead-body {
    display: none;
}

.markets .market-item h3 {
    font-weight: 600;
    font-size: 24px;
}

.markets .market-item .market-item-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.markets .market-item a {
    color: #F6B500;
}

/* WHY */
.why {
    padding: 64px 24px;
}

.why .title {
    font-size: 28px;
    text-align: center;
}

.why .caption {
    text-align: center;
    margin-inline: auto;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.why .why-items-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.why .why-items-list .why-item {
    position: relative;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.1);
    padding: 16px;
    text-align: center;
    overflow: hidden;
}

.why .why-items-list .why-item img {
    position: absolute;
    max-width: 100%;
    top: -23vw;
    left: 0;
}

.why .why-items-list .why-item i {
    display: inline-block;
    margin-inline: auto;
    font-size: 30px;
    background: #F6B500;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
}

.why .why-items-list .why-item h3 {
    font-size: 24px;
    margin-top: 16px;
}

.why .why-items-list .why-item p {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.6);
}

/* Copy Trading */
.copy-trade {
    background: #1E1E1E;
    color: white;
    padding: 64px 24px;
}

.copy-trade .title {
    font-size: 28px;
    text-align: center;
}

.copy-trade .caption {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 32px;
}

.copy-trade .copy-trade-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.copy-trade .copy-trade-item img {
    border-radius: 15px;
}

.copy-trade .copy-trade-item .copy-trade-item-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.copy-trade .copy-trade-item .copy-trade-item-body h2 {
    font-size: 20px;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item .copy-trade-item-steps-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item img {
    width: 60px;
    height: 60px;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item h3 {
    font-size: 14px;
}

.copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item p {
    font-size: 12px;
}

/* BLOG */
.blog {
    padding: 64px 24px;
}

.blog .title {
    font-size: 28px;
    text-align: center;
}

.blog .caption {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-bottom: 32px;
}

.blog-carousel .swiper {
    width: 100%;
    margin-top: 32px;
}

.blog-carousel .swiper-pagination-bullet-active {
    background: #F6B500 !important;
}

.blog-carousel .swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

.blog-carousel .blog-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.blog-carousel .blog-item img {
    border-radius: 15px 15px 0 0;
    max-height: 250px;
}

.blog-carousel .blog-item .blog-item-body {
    padding: 0 12px 16px 12px;
}

.blog-carousel .blog-item .blog-item-body h3 {
    font-size: 14px;
    font-weight: 500;
}

.blog-carousel .blog-item .blog-item-body p {
    display: inline-block;
    background: #F6B500;
    border-radius: 10px;
    font-size: 12px;
    padding-inline: 4px;
    margin-top: 8px;
}

/* CTA */

.cta-container {
    background-image: url(../images/bull-boss.png);
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 64px 24px;
    position: relative;
}

.cta-container .cta-wrapper {
    background: #1E1E1E;
    color: white;
    border-radius: 15px;
    padding: 32px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-container .cta-wrapper h2 {
    font-size: 24px;
}

.cta-container .cta-wrapper p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.cta-container .cta-wrapper .cta-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.cta-container .cta-wrapper .cta-actions .register-btn {
    display: inline-block;
    background: #F6B500;
    border-radius: 10px;
    padding-block: 16px;
    width: 150px;
    border: 1px solid transparent;
    font-weight: 600;
}

.cta-container .cta-wrapper .cta-actions .register-btn:hover {
    background: #8b6600;
}

.cta-container .cta-wrapper .cta-actions .demo-btn {
    display: inline-block;
    background: #6c859533;
    border-radius: 10px;
    padding-block: 16px;
    width: 150px;
    font-weight: 600;
    border: 1px solid transparent;
    color: white;
}

.cta-container .cta-wrapper .cta-actions .demo-btn:hover {
    border-color: #91a3b0;
    background: #6c859533;
}

/* TESTIMONIALS */
.testimonials {
    padding-block: 64px;
}

.testimonials h2 {
    font-size: 28px;
    text-align: center;
    padding-inline: 24px;
}

.testimonials .testimonial-carousel,
.testimonials .testimonial-carousel2 {
    margin-top: 32px;
}

.testimonials .testimonial-carousel2 {
    margin-top: 16px;
}

.testimonials .testimonial-carousel .swiper-slide,
.testimonials .testimonial-carousel2 .swiper-slide {
    width: 100% !important;
}

.testimonials .testimonial-carousel .tsm-item,
.testimonials .testimonial-carousel2 .tsm-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.testimonials .testimonial-carousel .tsm-item .rating,
.testimonials .testimonial-carousel2 .tsm-item .rating {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.testimonials .testimonial-carousel .tsm-item .rating i,
.testimonials .testimonial-carousel2 .tsm-item .rating i {
    font-size: 18px;
    color: white;
    background: #00B67A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
}

/* DISCLAIMER */
.disclaimer {
    padding-inline: 24px;
}

.disclaimer-content {
    padding-block: 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

/* FOOTER */
footer {
    padding: 64px 24px 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

footer img {
    height: 24px;
    width: 24px;
}

footer .footer-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 16px;
}

footer .footer-items .footer-item {
    width: 45%;
}

footer .footer-items .footer-item h3 {
    font-weight: 500;
    margin-bottom: 8px;
}

footer .footer-items .footer-item .footer-item-children {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .footer-items .footer-item a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

footer .socials {
    display: flex;
    gap: 8px;
}

footer .socials a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .socials a i {
    font-size: 20px;
}

footer .socials a i:hover {
    color: rgba(0, 0, 0, 0.5);
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

@media(min-width: 500px) {

    /* TESTIMONIALS */
    .testimonials .testimonial-carousel .swiper-slide,
    .testimonials .testimonial-carousel2 .swiper-slide {
        width: 70% !important;
    }
}

@media(min-width: 768px) {

    /* TESTIMONIALS */
    .testimonials .testimonial-carousel .swiper-slide,
    .testimonials .testimonial-carousel2 .swiper-slide {
        width: 50% !important;
    }
}

@media(min-width: 992px) {
    section.hero {
        padding: 80px 30vw;
        background-image: url(../images/hero-background-dt.png);
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero p {
        margin-bottom: 48px;
    }

    .hero .hero-actions {
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }

    .hero .hero-demo-btn {
        margin: 0;
    }

    .features {
        flex-direction: row;
        justify-content: space-between;
    }

    /* MARKETS */
    .markets {
        padding: 80px 48px;
    }

    .markets .markets-title {
        font-size: 32px;
    }

    .markets .market-items-list .market-item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .markets .market-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 100px;
    }

    .markets .market-item img {
        height: 80vh;
    }

    .markets .market-item .market-item-lead .market-item-lead {
        flex: 1;
    }

    .markets .market-item .market-item-lead .market-item-lead-body {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .markets .market-item .market-item-footer {
        display: none;
    }

    /* WHY */
    .why {
        padding: 80px 48px;
    }

    .why .caption {
        max-width: 70%;
    }

    .why .why-items-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    /* COPY TRADING */
    .copy-trade {
        padding: 80px 48px;
    }

    .copy-trade .title {
        font-size: 32px;
    }

    .copy-trade .caption {
        max-width: 70%;
        margin-inline: auto;
    }

    .copy-trade .copy-trade-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .copy-trade .copy-trade-item img {
        width: 50%;
    }

    .copy-trade .copy-trade-item .copy-trade-item-body {
        flex: 1;
    }

    .copy-trade .copy-trade-item .copy-trade-item-body .copy-trade-item-steps .copy-trade-item-steps-item img {
        width: 60px;
        height: 60px;
    }

    /* BLOG */
    .blog {
        padding: 80px 48px;
    }

    /* CTA */
    .cta-container {
        padding: 80px 48px;
    }

    .cta-container .cta-wrapper .cta-actions {
        flex-direction: row;
    }

    /* TESTIMONIALS */
    .testimonials .testimonial-carousel .swiper-slide,
    .testimonials .testimonial-carousel2 .swiper-slide {
        width: 30% !important;
    }

    /* DISCLAIMER */
    .disclaimer {
        padding-inline: 48px;
    }

    .disclaimer-content {
        padding-block: 80px;
    }

    /* FOOTER */
    footer {
        padding-inline: 48px;
    }

    footer .footer-items .footer-item {
        width: 30%;
    }

    footer .socials {
        justify-content: center;
    }
}