/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
}

.social-section li > a {
    color: black;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-about {
    padding-top: 9rem;
    padding-bottom: 6.5rem;
}

.title-about {
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.how-work--tile {
    font-size: 2.4rem;
    font-weight: bold;
}

.item-how-work img {
    width: 10rem;
    object-fit: contain;
}

.po_text {
    font-size: 5rem;
    font-weight: bold;
}

.name-count {
    font-weight: bold;
    color: var(--color-highlight);
    text-transform: capitalize;
}

.title-featured-home {
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.product-item--cate {
    background: white;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    display: block;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.prd-cate-title {
    padding: 1rem;
    font-size: 2.5rem;
    color: black;
    font-weight: bold;
}

.bg-feedback {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.feedback-box {
    background: white;
    padding: 4rem 2rem;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 1rem;
}

.feedback-box .inner-image img {
    height: 7.5rem;
    border-radius: .5rem;
}

.feedback-item .inner-name {
    font-size: 1.5rem;
    color: var(--color-highlight);
    font-weight: bold;
}

.feedback-item .inner-content {
    position: relative;
    font-size: 1.8rem;
}

.feedback-item .inner-content > i {
    background-size: 100%;
    opacity: .1;
    top: -2rem;
    left: 4rem;
    position: absolute;
    font-size: 6rem;
}

.attributes-plus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    background: var(--color-highlight);
    color: white;
    font-size: 1.2rem;
}

.item-attr {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    justify-content: space-between;
}

.item-attr img {
    width: 1.8rem;
    margin-right: .5rem;
    filter: brightness(0) invert(1);
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.sale-box {
    border: 2px solid whitesmoke;
    border-radius: 1rem;
    padding: 1rem;
}

.sale-item .image img {
    width: 6rem;
    border-radius: .8rem;
}

.sale-item .name {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 2rem;
}

.sale-box .swiper-notification {
    position: relative;
}

.sale-box .swiper-pagination {
    position: relative;
    bottom: 0;
}

.sale-item .name span {
    display: block;
    font-size: 1.4rem;
    color: gray;
}


/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .newsletter-car {
        margin-top: -7rem;
    }
    
    .box-contact-form {
        background: white;
        margin-top: -10rem;
        padding: 3rem;
        border-radius: 1rem;
        box-shadow: 0px 1px 10px 1px #bfbfbf;
    }
    
    .div-center .row > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}
