/* Utils */
.hr-divider {
    margin-top: 60px;
    margin-bottom: 60px;
    border-color: var(--primary);
    opacity: .5;
}
/* End Utils */

/* Header */
.header-container {
    padding: 0 8px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.header-carousel-img {
    width: 100%;
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
}

.header-btn-container {
    justify-content: space-between;
    display: flex !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    padding-left: 48px;
    padding-right: 48px;
}

.header-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--primary);
    color: var(--dark);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: .25;
    transition: var(--transition);
}

.header-btn:hover {
    opacity: 1;
}
/* End Header */

/* Advantages */
#advantages {
    margin-top: 60px;
}

.advantages-icon {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 24px;
}
/* End Advantages */

/* Benefit */
#benefit {
    background-color: rgba(207, 165, 74, .25);
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.benefit-description {
    font-size: 18px;
    line-height: 170%;
}
/* End Benefit */


/* Products */
#products {
    margin-top: 60px;
}
/* EndProducts */

/* About */
.about-img {
    border: 2px solid var(--border);
}

.about-img.big {
    width: 100%;
    height: 288px;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-img.small {
    width: 85%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
/* End About */

/* Testimonies */
.testimonies-container {
    background: url(/images/testimonies-item-bg.jpg?ba00b882680cc1cddaff82afaa3fb3dd) no-repeat center center;
    background-size: cover;
    padding: 32px;
    width: 50vw;
}

.testimonies-carousel .slick-list {
    margin: 0 -24px;
}

.testimonies-carousel .slick-slide > div {
    padding: 0 24px;
}

.testimonies-carousel .slick-slide {
    opacity: .25;
    transition: var(--transition);
}

.testimonies-carousel .slick-slide.slick-center {
    opacity: 1;
}

.testimonies-carousel .slick-dots li button:before {
    font-size: 12px;
    color: var(--primary);
}
/* End Testimonies */


/* Social Media */
.social-gutter {
    margin-left: -4px;
    margin-right: -4px;
    justify-content: center;
}

.social-gutter > [class^='col'] {
    padding-left: 4px;
    padding-right: 4px;
}

.social-img {
    border: 2px solid var(--border);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.social-img.big {
    height: 400px;
}

.social-img.small {
    height: 196px;
}
/* End Social Media */

/* Ecommerce */
#ecommerce {
    background-color: rgba(207, 165, 74, .30);
    padding-top: 65px;
    padding-bottom: 65px;
    margin-top: 60px;
}

.ecommerce-container.middle {
    margin-left: 80px;
    margin-right: 80px;
}

.ecommerce-img-container {
    width: 140px;
    height: 140px;
    background: rgba(297, 165, 74, .3);
    border-radius: 50%;
    border: 3px solid var(--primary);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.ecommerce-img-container:hover {
    background: rgba(297, 165, 74, .7);
}

.ecommerce-img-container > img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}
/* End Ecommerce */

footer {
    margin-top: 0;
}

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

    /* Header */
    .header-carousel-img {
        height: 30vh;
    }

    .header-btn-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    /* End Header */

    /* Advantages */
    .advantages-icon {
        margin-right: 0;
    }
    /* End Advantages */

    /* About */
    .about-img.big,
    .about-img.small {
        width: 100%;
        height: 200px;
    }
    /* End About */

    /* Testimonies */
    .testimonies-container {
        width: 75vw;
    }

    .testimonies-carousel .slick-list {
        margin: 0 -4px;
    }

    .testimonies-carousel .slick-slide > div {
        padding: 0 4px;
    }

    .testimonies-container {
        background-position: top left;
    }
    /* End Testimonies */

    /* Social */
    .social-img.big,
    .social-img.small {
        height: 200px;
        margin-bottom: 24px;
    }
    /* End Social */

    /* Ecommerce */
    .ecommerce-container.middle {
        margin-left: 0;
        margin-right: 0;
    }

    .ecommerce-container {
        margin-bottom: 24px;
    }

    .ecommerce-img-container {
        margin-left: auto;
        margin-right: auto;
    }
    /* End Ecommerce */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* Header */
    .header-carousel-img {
        height: 30vh;
    }

    .header-btn-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    /* End Header */

    .advantages-icon {
        margin-right: 0;
    }

    /* About */
    .about-img.big,
    .about-img.small {
        width: 100%;
        height: 200px;
    }
    /* End About */

    /* Testimonies */
    .testimonies-container {
        width: 75vw;
    }

    .testimonies-carousel .slick-list {
        margin: 0 -4px;
    }

    .testimonies-carousel .slick-slide > div {
        padding: 0 4px;
    }

    .testimonies-container {
        background-position: top left;
    }
    /* End Testimonies */

    /* Social */
    .social-img.big,
    .social-img.small {
        height: 300px;
        margin-bottom: 24px !important;
    }
    /* End Social */

}

