/*=================== hero banner start ====================*/
.hero-banner {
    background-image: url("../../img/imagemHome1.jpeg");
    position: relative;
    margin-bottom: 10px;
}
@media (min-width: 977px) {
    .hero-banner {
        z-index: 111;
    }
}
.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    background: #ba141b;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 575px) {
    .hero-banner::before {
        width: 20%;
    }
}
@media (min-width: 977px) {
    .hero-banner::before {
        width: 35%;
    }
}
.hero-banner__img {
    position: relative;
    top: 1px;
}
.item{
    padding-right: 10px;
}
@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom: 50px;
    }
}
@media (min-width: 1000px) {
    .hero-banner__content {
        max-width: 495px;
    }
}
.hero-banner__content h4 {
    font-size: 30px;
    font-family: text-font;
    color: #555555;
    margin-bottom: 12px;
}
.hero-banner__content h1 {
    font-family: text-font;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 977px) {
    .hero-banner__content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
@media (min-width: 977px) {
    .hero-banner__content h1 {
        font-size: 50px;
    }
}
.hero-banner__content p {
    margin-bottom: 10px;
}
@media (min-width: 977px) {
    .hero-banner__content p {
        margin-bottom: 40px;
    }
}

/*=================== hero banner end ====================*/
/*=================== hero carousel start ====================*/
.hero-carousel__slide {
    position: relative;
}
.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease;
}
.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 50px;
    background: #ba141b;
    padding: 23px 90px 23px 25px;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0;
}
.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1;
}
.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}

/*=================== hero carousel end ====================*/
/*=================== product cart style start ====================*/
.card-product {
    border: 0;
    margin-bottom: 30px;
}
.card-product p {
    margin-bottom: 0;
}
.card-product__img {
    position: relative;
}
.card-product__imgOverlay {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all 0.48s ease;
}
.card-product__imgOverlay li {
    display: inline-block;
}
.card-product__imgOverlay li button {
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: black;
}
.card-product__imgOverlay li button i, .card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}
.card-product__imgOverlay li button:hover {
    background: #ba141b;
}
.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px;
}
.card-product__price {
    font-size: 18px;
    font-weight: 500;
}
.card-product:hover .card-product__imgOverlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}


/*=================== product cart style end ====================*/
/*=================== offer section start  ====================*/
.offer {
    background: url("../img/home/parallax-bg.png") right center no-repeat;
    background-size: cover;
}
@media (min-width: 1200px) {
    .offer {
        background-size: 100% 100%;
    }
}
.offer__content {
    padding: 100px 0 110px 0;
}
@media (min-width: 1000px) {
    .offer__content {
        padding: 122px 0 135px 0;
    }
}
.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media (min-width: 650px) {
    .offer__content h3 {
        font-size: 50px;
        margin-bottom: 25px;
    }
}
.offer__content h4 {
    font-size: 30px;
}
.offer__content p {
    color: #ba141b;
}

/*=================== offer section end  ====================*/
/*=================== best selling product carousel start  ====================*/
#bestSellerCarousel .owl-prev, #bestSellerCarousel .owl-next {
    width: 40px;
    height: 40px;
    background: #f1f6f7;
}
#bestSellerCarousel .owl-prev i, #bestSellerCarousel .owl-prev span, #bestSellerCarousel .owl-next i, #bestSellerCarousel .owl-next span {
    font-size: 15px;
    color: #ba141b;
    line-height: 40px;
}
#bestSellerCarousel .owl-prev:hover, #bestSellerCarousel .owl-next:hover {
    background: #ba141b;
}
#bestSellerCarousel .owl-prev:hover i, #bestSellerCarousel .owl-prev:hover span, #bestSellerCarousel .owl-next:hover i, #bestSellerCarousel .owl-next:hover span {
    color: white;
}
#bestSellerCarousel .owl-prev {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: -20px;
}
@media (min-width: 1340px) {
    #bestSellerCarousel .owl-prev {
        left: -105px;
    }
}
#bestSellerCarousel .owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    right: -20px;
}
@media (min-width: 1340px) {
    #bestSellerCarousel .owl-next {
        right: -105px;
    }
}

/*=================== best selling product carousel end  ====================*/
/*=================== blog style card start  ====================*/
.card-blog {
    border: 0;
}
.card-blog .card-body {
    padding: 25px 25px 25px 0;
}
.card-blog__info {
    margin-bottom: 12px;
}
.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.card-blog__info li a {
    color: #999999;
}
.card-blog__info li i, .card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle;
}
.card-blog__info li:not(:last-child) {
    margin-right: 20px;
}
.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px;
}
.card-blog__title a {
    color: white;
}
.card-blog__link {
    font-weight: 500;
    color: white;
}
.card-blog__link i, .card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all 0.5s ease;
}
.card-blog:hover .card-blog__title a {
    color: #ba141b;
}
.card-blog:hover .card-blog__link {
    color: #ba141b;
}
.card-blog:hover .card-blog__link i, .card-blog:hover .card-blog__link span {
    padding-left: 10px;
}

/*=================== blog style card end  ====================*/
/*=================== subscribe section start  ====================*/
.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -5px 20px 0px rgba(56, 74, 235, 0.1);
}
@media (min-width: 1000px) {
    .subscribe {
        padding: 85px 10px;
    }
}
.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media (min-width: 1000px) {
    .subscribe__title {
        font-size: 36px;
    }
}
.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative;
}
.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #ba141b;
}
.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px;
}
@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width: 380px;
    }
}
.subscribe-form .form-control::placeholder {
    color: #999999;
}
.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.subscribe-form button {
    margin-left: 15px;
}
.subscribe-position {
    margin-bottom: 20px;
}
@media (min-width: 1000px) {
    .subscribe-position {
        position: relative;
        top: 100px;
        margin-bottom: 0;
    }
}

/*=================== subscribe section end  ====================*/
/*=================== underline =============================*/
a.button.button-hero{
    text-decoration: none;
}
a.hero-carousel__slideOverlay:hover{
    background-color: black;
    text-decoration: none;
}
a.button-hero:focus{
    color: white;
}
/*====================== Img side Home ==============================*/

.imgside{
    margin-bottom: 600px;
}
.imgdiv4{
    background-image: url("../../img/business.jpg");
    width: 100%;
    position: relative;
    opacity: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
    float: left;
    min-width: 375px;
}

@media (max-width: 1145px) {
    .imgdiv1 {
        background-image: url("../../img/business.jpg");
        width: 100%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }
    .imgdiv2 {
        background-image: url("../../img/imageBuyers1.jpg");
        width: 100%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }
    .imgdiv3 {
        background-image: url("../../img/imageProducer1.jpg");
        width: 100%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }
}
@media (min-width: 1145px) {
    .imgdiv1 {
        background-image: url("../../img/business.jpg");
        width: 33.33%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }

    .imgdiv2 {
        background-image: url("../../img/imageBuyers1.jpg");
        width: 33.33%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }

    .imgdiv3 {
        background-image: url("../../img/imageProducer1.jpg");
        width: 33.33%;
        position: relative;
        opacity: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 550px;
        float: left;
        min-width: 375px;
    }
}
.ptext{
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    text-decoration: none;
    text-decoration-color: #FFF;
    letter-spacing: 5px;
}
.opacityColor{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    width: 100%;
}
.ptext a{
     letter-spacing: 0;
    font-size: initial;

}
.ptext a:hover{
    text-decoration: none;
    color: white;

}
