.mian-logo > span {
    font-size: 1.35em;
}
 .main-header {
     z-index: 999;
}
hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}
 .carousel-item {
     transition: transform 1s ease-in-out;
}
 .carousel-caption {
     top: 48%;
     transform: translate(0, -50%);
     bottom: auto;
     left: 0;
     right: 0;
      width: 0;
      opacity: 0;
      overflow: hidden;
      text-align: center !important;
}
 .carousel-item.active .carousel-caption  {
     animation: widthSlide 3.5s 1;
     opacity: 1;
      z-index: 999;
      width: 100% ;
}
 @keyframes widthSlide {
     0% {
         width: 0% ;
         opacity: 0;
    }
   50% {
        width: 100% ;
         opacity: 1;
    }
     100% {
         width: 100% ;
         opacity: 1;
    }
}
.carousel-caption h5 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    /* -webkit-text-stroke: 2px #E2FADB; */
    color: #ffffff;
    position: relative;
    width: fit-content;
    padding: 10px;
    text-align: center !important;
}
.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
    text-align: center !important;
}
 .carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 5px;
    animation: titleCover 2.5s 1;
    opacity: 0;
    text-align: center !important;
}

 @keyframes titleCover {
     0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }
   95% {
        left: 0;
        right: 0;
        width: 10%;
    }
     100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}
.carousel-item > img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}
.carousel-item.active > img {
    transform: scale(4);
    animation: bgScale 200s 1;
}
@keyframes bgScale {
  0% {
      transform: scale(1);
    }
  100% {
      transform: scale(4);
    }
}
 .carousel-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(0 0 0 / 40%);
     z-index: 99;
     text-align: center !important;
}

 .carousel-caption p {
     font-size: 1em;
     font-weight: 600;
     /* text-transform: uppercase; */
     text-align: left !important;
}
 .carousel-caption * {
     white-space: nowrap;
      text-align: left !important;
}
.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}


.banner-caption-vw{
    padding:70px
}
@media screen and (max-width: 767.99px) {
    .banner-caption-vw{
        padding:10px;
        
    }
  .carousel-caption h5 {
    font-size: 2em;
}
  .carousel-caption p {
    font-size: 13px;
    font-weight: 500;
}
  .carousel-item img {
    height: 90vh;
}
  .mian-logo > span {
    font-size: 1em;
}
.carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
}
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
}
}

