@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;  
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
} 
[data-Frozoire-theme="dark"] [data-logo="dark"],
[data-Frozoire-theme="light"] [data-logo="light"] {
    display: block;
}

[data-Frozoire-theme="dark"] [data-logo="light"],
[data-Frozoire-theme="light"] [data-logo="dark"] {
    display: none;
}

.nav-link{
    color: var(--nav-text);
    font-weight: 600;
    font-size: 18px;
}
.nav-link:focus{
    color: var(--nav-text) !important;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: #c70f0f;    
}
::placeholder{
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}

.head-content{
    width: 920px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.theme-btn{
    width: 35px;
    height: 35px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}

.announcement-bar {  
  padding: 10px 15px;
  background-color: #840B11;
  overflow-x: hidden;
  position: relative;
} 

.scroller-text{  
  animation: scroll 80s linear infinite;
  animation-play-state: running;
  white-space: nowrap;
  display: flex; 
  width: fit-content;
  align-items: center;   
} 
.scroller-text:hover{
  animation-play-state: paused;  
}

@keyframes scroll {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

/* Banner CSS */
#banner-slider{
    min-height: 800px;
}
.slide-1{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../../assets/images/banner1.jpg')no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
}
.slide-2{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../../assets/images/banner2.jpg')no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
}
.slide-3{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../../assets/images/banner3.jpg')no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 800px;
} 
 .splide-container{ 
    width: 700px;   
    max-width: 100%;   
    height:100%;
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* navigation styles */

.splide__pagination__page {
    background: #ffff;
    border: 0;
    display: inline-block;
    height: 14px;
    margin: 3px;
    opacity: 0.8;
    padding: 0;
    position: relative;
    transition: transform 0.5s ease;
    width: 14px;
}
.splide__pagination__page.is-active {
    background: var(--prime-bg);
    transform: scale(1.2);
    z-index: 1;
}

@media(max-width:768px){
    #banner-slider{
        min-height: 600px;
    }

    #banner-slider .splide__slide {
        min-height: 600px;
    }

}

/* about css */
.abt-1-img{
    position: relative;
    min-height: 800px;
}
.abt-1-img img:nth-child(1){
    width: 350px !important;
    max-width: calc(100% - 50px);
    min-height: 400px;
    object-fit: contain;
}
.abt-1-img img:nth-child(2){
    width: 350px !important;
    max-width: calc(100% - 50px);
    min-height: 400px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
} 

.left-heading{
    margin-left: -150px;
}
@media (max-width:1200px){
    .left-heading{
        margin-left: 0px;
    }
}


#product-slider .splide__slide { 
  padding: 5px; 
}

#product-slider .splide__slide img{
  max-height: 350px;
  object-position: center;
}


/* Navigation Arrows */
.splide__arrow {
    background: transparent;
    border: 1px solid #ed1c27;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.95; 
    transition: all 0.3s ease;
} 
.splide__arrow:hover{
  background-color: #ed1c27 !important;
}
.splide__arrow:hover svg{
  fill: #ffffff !important;
}
.splide__arrow svg {
    font-size: 16px;
    fill: #ed1c27;
}
.splide__arrow--prev {
    top: -30px !important;
    left: calc(100% - 100px);
}

.splide__arrow--next {
    top: -30px !important;
    right: 10px;
}

@media (max-width:520px){
  .splide__arrow{
    margin-top: -10px !important;
    width: 30px;
    height: 30px;
  }
  .splide__arrow svg {
    font-size: 12px;
    fill: #ed1c27;
  }
  .splide__arrow--prev {
    top: 0px !important;
    left: calc(100% - 80px);
  }

  .splide__arrow--next {
      top: 0px !important;
      right: 10px;
  }
}


.shape-bg{
    background-color: #e5d1eb;
    border-radius:  84% 16% 28% 72% / 65% 13% 87% 35%;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.feature-img img{
  height: 300px;
}


/* card section css */
.card-content{
    padding: 25px 10px;
    text-align: center;
}

.card-content h5{
    color: var(--prime-text);
}

#product .card-img img:hover{
    scale: 1.1;
}

#product .card-img img{
    transition: 1s ease;
    height: 250px;
}

.nav-tabs .nav-links {
    font-weight: 600;
    color: var(--head-text);
    padding: 10px 25px;
    background-color: transparent;
    border: none;
}
.nav-tabs .nav-links.active , .nav-links:hover {
    color: var(--prime-text);
    border-bottom: 3px solid var(--prime-border);
    background: transparent;
}

.icon-cust{
  border-radius: 50%; 
  margin-right: 20px;
}


/* Ingredient section css */
.Ingredient-img{
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}

.card-ingredient{
    background-color: var(--alt-bg);
}

.card-ingredient:hover {
    background-color: var(--card-bg);
}

.card-ingredient:hover  img{
    transform: scale(0.9);
}


/* testimonial section css */

/* rating */
.star-rating {
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
}

.star {
  position: relative;
  display: inline-block;
  color: var(--star-text);
}


.star:before {
  content: '★';
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  color: gold;
}

.star.filled:before {
  width: 100%;
}

.star.half:before {
  width: 50%;
}

.testimonial-card {
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* Gallery Section */
.gallery-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid Container */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 15px;
  grid-auto-flow: dense;
}

/* Grid Items */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover effect */
.gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Special spans */
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.big { grid-column: span 2; grid-row: span 2; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-grid {
    grid-auto-rows: 180px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-auto-rows: 150px;
  }
}

.product-img-wrapper {
  overflow: hidden;
  cursor: pointer;
}

.product-img-wrapper img{
  min-height: 400px;
  height: 100%;
  width: 100%;
}

.hover-eye {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: 0.3s ease;
  font-size: 40px;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.product-img-wrapper:hover .hover-eye {
  opacity: 1;
}

.offer-part{
  top: 15px;
  left: 15px;
  z-index: 1000;
  position: absolute;
}
.error{
  color: red;
}
#newsletter div.error{
  position: absolute;
  bottom: -25px;
}