@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');
html,body
{
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Sora", sans-serif;
  overflow-x: hidden;
}
.m-c
{
  max-width: 1500px;
  margin: 0 auto;
}
.banner_text
{
  top:50%;
  position:absolute;
  color: #fff;
}
.cart-button1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
    background-color: #5B5BC9;
    color: #fff;
    border: none;
    padding: 10px !important;
    text-align: center;
    z-index: 10;
    width: 25%;
    margin-bottom: -10px !important;
    margin: 0 auto;
    font-size: 12px;
}
.cart-button1:hover
{
  transition: all 0.3s ease;
    background-color: #5B5BC9;
    color: #fff;
}
.imageBox {
    position: relative;
    overflow: hidden;
}

.imageBox .image-normal,
.imageBox .image-hover {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
}

.imageBox .image-hover {
    transform: translateY(100%); /* Start below the container */
    z-index: 1;
}

.imageBox:hover .image-hover {
    transform: translateX(0); /* Slide up on hover */
}

.imageBox:hover .image-normal {
    transform: translateY(-135%); /* Slide up out of view */
}
.fs-7
{
  font-size: 15px;
}
.overlop_text
{
  position:absolute;
  bottom: 0px;
  color: #fff;
}
.main-image-container {
      overflow: hidden;
      position: relative;
    }

    .main-image-container img {
      transition: transform 0.3s ease;
      width: 100%;
      display: block;
    }

    .main-image-container:hover img {
      transform: scale(1.5);
      cursor: zoom-in;
    }

    .thumbnail img {
      cursor: pointer;
      border: 2px solid transparent;
      transition: border 0.2s;
    }

    .thumbnail img.active,
    .thumbnail img:hover {
      border-color: #5B5BC9; 
    }
    
.thumbnail-scroll-container {
    max-height: 500px; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 5px; /* small padding to prevent accidental cropping */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.thumbnail-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.thumbnail img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.thumbnail img.active {
    border: 2px solid #5B5BC9;
}
.thumbnail-scroll-container {
    scroll-behavior: smooth;
}
.media-grid
{
  display: none;
}
.accordion-bg
{
  background-color: #f3f3f3 !important
}
.accordion-button, .accordion-item
{
  background-color: #f3f3f3;
  color: #030303;
}
.accordion-button:not(.collapsed)
{
  background-color: #f3f3f3 !important;
}
/*image hover show second image*/
.image-wrapper {
    position: relative;
   /* overflow: hidden;*/
}
.image-wrapper img {
    display: block;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
}
.image-wrapper .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.image-wrapper:hover .hover-img {
    opacity: 1;
}
.image-wrapper:hover .main-img {
    opacity: 0;
}
/* End image hover show second image*/
.swiper.newlanches_slider {
  width: 100vw;
  left: 0;
}
.swiper-wrapper {
  padding-left: 16px; /* Same as container left padding */
}
.carousel-caption {
    animation: fadeInUp 2.5s ease-in-out;
    top: 35vh;
    left: 0;
    right: 30%;
  }
  .carousel-caption h1 {
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
    font-size: 65px;
    color: #fff;
  }
  .carousel-caption .buy_btn {
    animation: fadeInUp 3.5s ease-in-out forwards;
    animation-delay: 3.5s;
    opacity: 0;
    color: #5B5BC9;
    font-size: 20px;
  }
  .carousel-caption p {
    animation: fadeInUp 2.5s ease-in-out forwards;
    animation-delay: 2.2s;
    opacity: 0;
    width: 60%;
    margin: 0 auto;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .carousel-item {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
  }

  .carousel-caption h1, .carousel-caption p {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }
 .price-color
  {
    color: #5B5BC9;
  }
a
{
    color: #000;
    text-decoration: none;
}
.submit_btn
{
    background-color: #5B5BC9;
    border: none;
    padding: 10px 37px;
    border-radius: 10px;
    color: #fff;
}
.error
{
    color: red;
    font-size: 15px;
    text-align: left;
}
.product-card {
    background-color: #fff;
    padding: 1rem;
   /* margin-top: 1rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    transition: all .4s ease 0s;
}

.product-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.product-card:hover
{
  box-shadow: 0 8px 17px #0003, 0 6px 20px #00000030;
}
.product-image {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    flex-shrink: 0;
}
.product-info {
    margin-top: auto;
}
.cart-button_singal_slide
{
  opacity: 1;
}
.cart-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
    background-color: #5B5BC9;
    color: #fff;
    border: none;
    padding: 10px;
    text-align: center;
    z-index: 10;
    width: 40%;
    margin-bottom: 10px !important;
    margin: 0 auto;
    font-size: 12px;
}
.cart-button:hover
{
  transition: all 0.3s ease;
    background-color: #5B5BC9;
    color: #fff;
}
.product-card:hover .cart-button {
    opacity: 1;
    transform: translateY(0);
}
.image-wrapper:hover .cart-button {
    opacity: 1;
    transform: translateX(-50%) translateY(0); 
    pointer-events: auto;
}
.notification {
    position: fixed;
    top: 20px;
    background-color: #5B5BC9; /* Success green */
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-50px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 9999;
    box-shadow: 0 0 9px 0px;
    right: 42%;
    left: 42%;;
}
.notification.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/*footer style*/
footer
{
  border-top: 1px solid #5B5BC9;
}
footer a
{
  display: -webkit-box;
}
footer a:hover
{
  padding-left: 7px;
  transition: all 0.20s ease-in;
  color: #5B5BC9;
}
.arrow-right::before {
  font-family: "Bootstrap Icons";
  content: "\F138"; /* Unicode for bi-arrow-right */
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
.newsletter_bg
{
  padding: 97px 40px 50px;
  top: -100px;
  position: relative;
  background-image: url(../images/newletter_bg.jpg);
  background-size: cover;
  border-radius: 20px;
}
.copy-bg
{
  background-color: #5B5BC9;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 6px;
}
/*End footer style*/
/*sweetalert style*/
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm)
{
  background-color: #5B5BC9 !important;
  color: #fff;
  padding: 10px 50px !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring
{
  border: .25em solid #5B5BC9 !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line]
{
  background-color:  #5B5BC9 !important;
}
.swal2-html-container, .swal2-title
{
  font-family: system-ui !important;
}

/*end sweetalert style*/
.random-product-notif {
    position: fixed;
    bottom: 100px;
    left: 20px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 32%);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 9999;
    width: auto;
}
.random-product-notif img {
    width: 50px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.random-product-notif.show {
    opacity: 1;
}
.counter {
      font-size: 160px;
      font-weight: bold;
      background: linear-gradient(346deg, #fdda0de6, #5B5BC9, #ff0303);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      animation: gradientMove 5s linear infinite;
      letter-spacing: 30.5px;
    }

    @keyframes gradientMove {
      0% {
        background-position: 0% 50%;
      }
      100% {
        background-position: 100% 50%;
      }
    }
    .sub_banner
    {
      background-image: url(../images/sub_banner.jpg);
      background-size: cover;
      padding-bottom: 10%;
    }
    .subscribe-bg
    {
      background: #870e5100;
      border-radius: 10px;
      box-shadow: 0 0 49px 0px;
    }
    .subscribe-border
    {
      border: 4px double #880e4f6b;
      margin: 30px 20px;
      border-radius: 20px;
    }
    svg {
      color: #5B5BC9;
    }