.visual-story-banner {
    padding-top: 6rem;
}
.visual-story-banner .container-fluid {
    overflow: hidden;
}
.fashion-diary-banner-items {
    padding: 0;
    position: relative;
}
.visual-story-banner-content {
    position: absolute;
    top: 0;
    height: 95%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.visual-story-banner img {
    width: 100%;
}
.visual-story-banner-content h2 {
    font: normal 4.5rem/4.5rem Figtree, sans-serif;
    color: var(--white-color);
}
.visual-story-banner h2 span {
    font: normal 3.1662rem/3.1662rem Figtree, sans-serif;
    text-align: left;
    display: inline-block;
    padding-left: 0;
    margin-inline-start: 5rem;
}
.visual-story-banner h2 span:nth-child(3) {
    display: inline-block;
    padding-left: 20rem;
}
.visual-story-banner h2 span:last-child {
    margin-inline-start: 1rem;
}
.visual-story-blogs .card {
    background-color: #f8f7f1;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: row !important;
    padding: 1.5rem 1.5rem 2rem;
    height: 100%;
    border: 0;
    border-radius: 0;
}
.visual-story-blogs .card:hover {
    background-color: var(--white-color);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
}
.visual-story-blogs .card .designer-image {
    width: 30%;
}
.visual-story-blogs .card .designer-content {
    width: 100%;
    padding-inline: 2rem 0 0;
}
.visual-story-blogs h2 {
    text-align: left;
    margin-bottom: 1rem;
}
.visual-story-blogs h6 {
    padding: 1rem 0 0;
}
.visual-story-blogs p {
    text-align: left;
    margin-bottom: 2rem;
}
.blog-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    margin: 1rem 0;
}
.visual-story-blogs-content h3 {
    font: normal 1rem/1.5rem Figtree, sans-serif;
    text-transform: lowercase;
    display: block;
}
.visual-story-blogs-content h3:first-letter {
    text-transform: uppercase;
}
.visual-story-blogs-content {
    position: relative;
    padding-bottom: 30px;
}

.similar-article img,
.visual-story-blogs-content img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    min-height: 100%;
    min-width: 100%;
}
.similar-article span img,
.visual-story-blogs-content span img {
    min-height: fit-content;
    min-width: fit-content;
    width: auto;
}
.shop-now-cta {
    text-align: center;
    padding: 4rem 0;
    background-color: var(--white-color);
    margin-bottom: 3rem;
}






/**/
.carousel-indicators .visited {
  background-color: white !important; 
}


.best-summer h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding: 60px 0 25px;
}

.liva-insta-style {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
  transition: background-image 0.5s ease-in-out;
}
.background-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* adjust for darker/lighter */
  pointer-events: none;
}
.carousel {
  position: relative;
 
}


.background-blur {
  transition: background-image 0.2s ease-in-out, filter 0.3s ease-in-out;
}
.carousel-inner {
  max-width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1050;
}
/*.carousel-inner {
  position: relative;
  z-index: 1;
}*/


.slide-content {
  position: relative;
}

/*.slide-content img,
.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}*/
.slide-content img, .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 1rem;
}

.carousel-control-prev,
.carousel-control-next
 {
  width: 60%;
  z-index: 9;
}
.carousel-control-refresh {
  z-index: 9;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 20px;
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-control-refresh img {
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0px;
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
/* Custom Left Arrow */
.carousel-control-prev-icon {
  background-image: url('../../../images/consumer/visual-stories/left-arrow.svg'); /* Change path as needed */
}

/* Custom Right Arrow */
.carousel-control-next-icon {
  background-image: url('../../../images/consumer/visual-stories/right-arrow.svg'); /* Change path as needed */
}

.custom-indicators {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
}
/*.liva-insta-style .carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}*/
.liva-insta-style .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 25px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    /*opacity: .5;*/
    transition: opacity .6s ease;
    border-radius: 0;
}
.liva-insta-style .carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}

.carousel-indicators button {
  width: 30px;
  height: 3px;
  background-color: gray;
  border: none;
  opacity: 0.5;
  margin: 0 2px;
  transition: background-color 0.3s ease;
}


.carousel-indicators .visited {
  background-color: white; /* Already viewed slides */
  opacity: 1;
}



.liva-insta-style .carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 6%;
}
button.control-btn.share {
    background: none;
    border: none;
    margin-left: 35px;
}
.carousel-top-controls {
    position: absolute;
    right: 0;
    top: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: -4%;
    margin-bottom: 1rem;
    margin-left: 15%;
    z-index: 9999;
}

button#pauseBtn1 {
    background: none;
    border: none;
}
button#resumeBtn1 {
    background: none;
    border: none;
}
button#pauseBtn1 img {
    width: 25px;
    border: none;
    background: none;
}
button#resumeBtn1 img {
    width: 25px;
    border: none;
    background: none;
}
.explore-btn-btn {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 9999;
}
button#explore-now img {
    width: 22px;
}
a#explore-now img {
    width: 22px;
    filter: brightness(0);   
}
a#explore-now {
    background-color: #FFFFFF;
    color: var(--bs-heading-color);
    border-radius: 18px !important;
    padding: .8rem 2rem;
    font: var(--btn-font);
    font-weight: 400;
    margin-top: 1rem;
}
a#explorenow {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: .8rem 2rem;
    font: var(--btn-font);
    font-weight: 400;
    margin: 50px 0 35px;
}
a#explorenow:hover {
    background-color: var(--green-color);
    color: var(--bs-heading-color);
}
a#explorenow:hover img {
   filter: brightness(1);
}
a#explore-now:hover {
    background-color: var(--green-color);
    color: var(--bs-heading-color);
}
a#explore-now:hover img {
   filter: brightness(1);
}
a#explore-now img {
    width: 22px;
    height: 22px;
}



.carousel-indicators {
/* Ensure it's above the fading slides */
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 6px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #f00; /* Active indicator color */
}







.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: none !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;

}

.carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
}
.carousel-item img {
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 1s ease;
}

.carousel-item.active img {
  opacity: 1;
  transform: scale(1);
}




/*
.story-heading {
    position: absolute;
    top: 100px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
}*/
.story-heading h5 {
    position: relative;
    color: #ffffff;
}

.story-main-content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.see-more img {
    width: 100% !important;
    position: absolute;
}
.story-main-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 45px;
    width: 100%;
    background: #000;
}
.see-more img {
    position: relative;
    width: 100% !important;
    height: auto !important;
}
.story-link img {
    width: 20px !important;
    position: relative;
    height: 10px;
    text-align: center;
}
.link-box-content {
    display: flex;
    font-weight: 700;
    justify-content: flex-start;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 10px 20px;
}


.link-box img {
    /*width: 18px !important;
    height: 22px !important;*/
    background-color: #e7e1e1;
    border-radius: 100%;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px;
}


.carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  transition: transform 4s ease;
  transform: scale(1);
}

.carousel-item.active img {
  transform: scale(1.1); /* zoom in */
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.carousel-item.active img {
  animation: zoomInOut 6s ease-in-out infinite;
}
img.Up.arrow {
    height: 20px;
}




/*new css*/
.card {
    width: 230px;
    overflow: hidden;
}
.card img {
    width: auto;
    height: auto;
}
.main-card-content {
    margin: auto;
    background: #000;
    width: 370px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.story-link {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.carousel-item {
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.8s ease, opacity 0.8s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
}
.carousel-item .wow {
  animation: none !important;
  visibility: visible !important;
}



/**/
.insta-line {
    bottom: 100px;
    left: 12px;
    right: 12px;
    position: absolute;
    width: auto;
    z-index: 1;
    background: #000;
    background: -moz-linear-gradient(0deg,rgba(0,0,0,.72) 33%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .72) 33%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .72) 33%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 15px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.insta-line-inner{
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
}
.insta-line-inner em {
    background-color: rgba(255, 255, 255, .78);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-right: 3px;
    width: 100%;
}

.carousel-control-refresh {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    right: 0;
}




/* slider animation*/



@media (min-width: 768px) {
  .background-blur::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(40px); /* strong, smooth blur */
    -webkit-backdrop-filter: blur(40px);
    background-color: rgba(0, 0, 0, 0.35); /* dark overlay */
    z-index: 1;
  }

  .background-dark-overlay {
    display: block;
  }
}



@media (max-width: 767px) {
 .background-blur {
    background-image: none !important;
    background-color: #000;
  }

  .background-blur::before {
    display: none;
  }

  .background-dark-overlay {
    display: none;
  }


  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }

    .carousel-top-controls {
        top: 40px;
        right: -215px;
        font-size: 14px;
        z-index: 99999;
    }

  .slide-content img {
    width: 100%;
    height: auto;
  }

  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }

  /* Adjust share button icon size if needed */
  .control-btn.share img {
    width: 22px;
    height: 22px;
  }
  .visual-story-banner-content {
    position: absolute;
    top: 0;
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.visual-story-banner {
    padding-top: 6rem;
} 
 .best-summer h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 0px;
} 
.carousel-control-prev, .carousel-control-next {
    width: 15%;
  
}
    .liva-insta-style .carousel-indicators {
        position: absolute;
        right: 0;
        top: 15px;
        /* left: 0; */
        display: flex;
        justify-content: space-between;
        padding: 0;
        width: 75%;
        height: 3%;
    }

.slide-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.body-bg {
    background-color: #000000;
}
button#pauseBtn1 {
    background: none;
    border: none;
    color: #fff;
    width: 85px;
    font-size: 25px;
}
button#resumeBtn1 {
    background: none;
    border: none;
    color: #fff;
    width: 85px;
    font-size: 25px; 
}
button.control-btn.share {
    background: none;
    border: none;
    margin-left: 10px;
}
a#explorenow {
    margin: 20px 0 100px;
}
.insta-line {
    bottom: 98px;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 9999;
}
.carousel-control-refresh {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    right: 0;
}
.main-card-content {
    margin: auto;
    background: #000;
    width: 370px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.story-link {
    position: relative;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.card {
    width: 100%;
    overflow: hidden;
}
}

