
/* Section1-Slider start -------------------------------------------------------------------------*/

.carousel-indicators .active {
    background-color: #2c1708 !important;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 27%);
    z-index: 1;
}

.hoverbtn:hover {
    background-color: #8B572A;
    border-color: transparent;
    transition: all 0.5s ease;
}
/* Section1-Slider end -------------------------------------------------------------------------*/

/* Section2 start --------------------------------------------------------------------*/


.stock-ticker {
    --gap: 200px;
    gap: var(--gap);
}

.stock-ticker ul {
    gap: var(--gap);
    animation: scroll 30s linear infinite;
    list-style: none !important;
}

@keyframes scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


/* Section2 end -------------------------------------------------------------------------*/

/* Section3-About start -------------------------------------------------------------------------*/
  .image-top-left, .image-bottom-right {
    width: 60%;
    height: 70%;
    transition: all 0.5s ease;
  }
  .image-top-left:hover, .image-bottom-right:hover {
    filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.35));
  }
/* Section3-About end -------------------------------------------------------------------------*/

/* Section4-Categories start ---------------------------------------------------------------------*/
.product-slider-wrapper1 {
    transition: transform 0.5s ease-in-out;
}

.product-card1, .product-card2 {
    flex: 0 0 25%;
}

.slider-control:disabled {
    opacity: 0.5;
}

.nav-arrow1, .nav-arrow2, .nav-arrow3 {
    width: 27.21px;
    height: 42.01px;
}


.category_img {
    height: 200px;
    width: 200px;
}
/* Section4-Categories end -------------------------------------------------------------------------*/

/* Section5-Product start -------------------------------------------------------------------------*/
.product-slider-wrapper {
    transition: transform 0.5s ease-in-out;
}

.c_shadow {
    box-shadow:  7px 20px 9px 0px #00000040;
    transition: all 0.5s ease;
}

.c_shadow:hover{
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.35);
    background-color: #fffbf2;
}

.viewall:hover{
    color: white;
    background-color: #a66f3e;
    border-color: #a66f3e;
}
.viewall{
    transition: all 0.5s;
}
  .cart-btn{
    width: 88%;
    height:44%;
}

.slider-img {
    height: 80vh;
}



/* Section5-Product end -------------------------------------------------------------------------*/

/* Section7-Review start -------------------------------------------------------------------------*/

.review-slider-wrapper {
    transition: transform 0.5s ease-in-out;
}

.review-card {
    flex: 0 0 50%;
}

.review-text {
    text-align: justify;
}

.review-avatar {
    position: relative;
}

.image-border {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 0px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to right, #a66f3e, #a66f3e) border-box;
    border: 8px solid transparent;
    position: relative;
    z-index: 1;
}

.image-border::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -25px;
    width: 89px;
    height: 89px;
    background: #fffbf2;
    border-radius: 50%;
    z-index: 2;
}

.quote-icon {
    width: 26px;
}



@media (max-width: 992px) {
    .review-card {
        flex: 0 0 50%;
    }

    .image-border {
        width: 90px;
        height: 90px;
        padding: 1px;
        border-width: 5px;
    }

    .quote-icon{
        width: 14px !important;
    }
    .nav-arrow3 {
        width: 15px;
        height: 23px;
    }
    .product-card1, .product-card2 {
        flex: 0 0 33.33%;
      }
    .cart-btn{
        width: 14px;
        height: 14px;
    }
    .card-body a{
        font-size: 10px !important;
    }
    .card-text{
        font-size: 8px !important;
    }
    .card-title{
        font-size: 11px !important;
    }
    .nav-arrow2 {
        width: 26px;
        height: 40px;
    }
    .nav-arrow1 {
        width: 18px;
        height: 26px;
    }
    .stock-ticker > ul > li > span > img {
        height: 120px;
    }
    .stock-ticker {
        --gap: 60px;
        gap: var(--gap);
    }
    .stock-ticker ul {
        gap: var(--gap);
    }
    .image-border::before {
        top: 0px;
        left: -12px;
        width: 49px;
        height: 49px;

    }
    .category_img {
        height: 108px;
        width: 108px;
    }

}

@media (max-width: 576px) {
    .image-border {
        width: 75px;
        height: 75px;
        padding: 1px;
        border-width: 5px;
    }

    .review-card {
        flex: 0 0 100%;
    }
    .nav-arrow1 {
        width: 12px;
        height: 22px;
    }
    .nav-arrow3 {
        width: 12px;
        height: 21px;
    }

    .product-card1, .product-card2 {
        flex: 0 0 50%;
      }
    .nav-arrow2 {
        width: 12px;
        height: 22px;
    }

    .image-border::before {
        top: 0px;
        left: -12px;
        width: 41px;
        height: 41px;

    }
    .category_img {
        height: 90px;
        width: 108px;
    }

}
/* Section7-Review end -------------------------------------------------------------------------*/
/* Alert */
.cart-alert::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #a66f3e transparent transparent;
  }
  .cart-alert::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 9px 9px 9px 0;
    border-style: solid;
    border-color: transparent #fffbf2 transparent transparent;
  }
  @media screen and (max-width: 768px) {
    .mobile-font {
      font-size: 24px;
    }
    /* .slider-img {
        height: 70vh;
    } */

    .card-title{
        font-size: 20px !important;
    }
    .card-text{
        font-size: 16px !important;
    }
    .fw-normal{
        font-size: 14px !important;
    }
}
