@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.landing-content {
    font-family: "Poppins", sans-serif !important;
}

.btn-cta {
    background: #e54750;
    padding: 20px 0px;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    display: inline-flex;
    border-radius: 8px;
    transition: all ease .2s;
    align-items: center;
    justify-content: center;
}

.btn-cta i {
    margin-left: 20px;
    transition: all ease .2s;
}

.btn-cta:hover {
    background: #be3c43;
    color: #fff !important;
}

.btn-cta:hover i {
    transform: translateX(5px);
}

.btn-login-mobile {
    display: none;
}


@media (max-width: 768px) {
    .btn-login-mobile {
        display: flex;
        justify-content: center;
        border-radius: 8px;
        border: 1px solid #212529;
        padding: 20px 0px;
        align-items: center;
        margin-top: 20px;
        color: #212529;
        font-weight: 500;
    }

}


.landing-content .head-landing {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.landing-content .head-landing .header-landing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landing-content .head-landing .header-landing ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

.landing-content .head-landing .header-landing ul li {
    list-style: none;
}

.landing-content .head-landing .header-landing ul li a {
    color: #525f7f;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

@media (max-width: 768px) {
    /* .landing-content .head-landing .header-landing {
        justify-content: center;
    } */

    .landing-content .head-landing .header-landing ul {
        display: none;
    }
}

.account-btn {
    background: #e54750;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 20px;
    transition: all ease .2s;
}

.account-btn:hover {
    background: #be3c43;
    color: #fff !important;
}

.landing-content .hero {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #eef1f6;
}

.landing-content .hero h1 {

    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #212529;
}

.landing-content .features {
    padding: 60px;
}

.landing-content .features .exampleStores {
    width: 100%;
    display: flex;
    justify-content: space-between;    
}

/* .landing-content .features .exampleStores .itemExample {
    width: 150px;
} */



.landing-content .features h2 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #212529;
}

.landing-content .features p {
    font-weight: 500;
    font-size: 14px;
}

.landing-content .features img {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 14px;
    height: auto;
}

@media (max-width: 768px) {

    .landing-content .features h2 {
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 42px;
        color: #212529;
        font-size: 24px;
    }

    .landing-content .features {
        padding: 60px 0;
    }

    .landing-content .features .exampleStores {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        
    }

    .landing-content .features .exampleStores .itemExample {
        margin-bottom: 20px;
        width: calc(50% - 40px);
    }
}

.landing-content .hero p {
    font-weight: 400;
}

.landing-content .hero span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.landing-content .hero .hero-img {
    width: 100%;
}


.line {
    text-decoration: line-through;
    opacity: .4;
}

.oldPrice {
    text-decoration: line-through;
    opacity: .2;
}

.pricingSection {
    background: #e54750;
    padding: 60px 0;
}

.pricingSection .titlePricing {
    color: #fff;
    font-weight: 600;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .pricingSection .titlePricing {
        font-size: 24px;
    }
}

.pricingSection .pricingLP {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.pricingSection .boxPricing {
    background-color: #fff;
    min-width: 400px;
    text-align: center;
    color: #212529;
    padding: 40px 40px;
    border-radius: 8px;
}

.pricingSection .boxPricing a {
    width: 100%;
    justify-content: center;
}

.pricingSection .boxPricing h3 {
    font-weight: 600;
    color: #212529;
    font-size: 12px;
    text-transform: uppercase;
}

.pricingSection .boxPricing h2 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
}

.pricingSection .boxPricing ul {
    padding: 0;
    margin: 0;
}

.pricingSection .boxPricing ul li {
    list-style: none;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
}

.itemsSell .row {
    margin-bottom: 80px;
}

.itemsSell .row h2 {
    font-weight: 600;
    line-height: 1.2;
    color: #212529;
}

.itemsSell .row img {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .itemsSell .row h2 {
        font-size: 24px;
    }

    .itemsSell .row:first-child {
        margin-bottom: 60px;
    }

    .itemsSell .row:first-child h2 {
       margin-top: 40px;
    }

    .itemsSell .row:last-child {
        flex-direction: column-reverse;
    }

    .itemsSell .row:last-child h2 {
        margin-top: 40px;
    }
}


.faq {
    padding: 60px 0;
}

.faq h2 {
    font-weight: 600;
    margin-bottom: 60px;
    color: #212529;
}

@media (max-width: 768px) {
    .faq h2 {
        font-size: 24px;
    }
}

.faq .btn-link {
    color: #212529 !important;
}

.faq .btn-link:hover {
    cursor: pointer;
}


@media (max-width: 991px) {
    .landing-content .hero .hero-img {
        margin-top: 30px;
    }

    .pricingLP {
        flex-direction: column;
    }

    .pricingSection .boxPricing {
        min-width: 100%;
    }

    .itemsSell img {
        width: 100%;
    }

    .itemsSell a {
        width: 100%;
        text-align: center;
    }

    .landing-content .hero {
        min-height: 0;
        padding: 120px 0 40px;
    }

    .landing-content .hero a {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .landing-content .hero span {
        width: 100%;
        text-align: center;
    }

    .landing-content .hero h1 {
        font-size: 28px;
    }

}