.services-two__single:hover {
    background: linear-gradient(90deg, var(--eventflow-base) 0%, var(--visual-orange) 100%);
    color: #fff;
    cursor: pointer;
    transform:3s;
    transition: all 500ms linear;
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1.1);
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }
.services-two__single:hover .services-two__icon{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.services-two__single:hover .rdmore-btn{
    display: block !important;
    position: absolute;
    bottom: 15px;
    transition: 0.5s;
}

.card__collection:hover .cards--three__rect-1 {
    left: 8%;
}

.card__collection .cards--three__rect-1 {
    background: #fff;
    width: 200px;
    height: 60px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    bottom: 10px;
    opacity: 0.9;
    left: -100%;
    z-index: 8;
    transition: all 0.5s ease-in;
}
.card__collection:hover .cards--three__rect-1 .shadow-1 {
    left: -20%;
}
.card__collection .cards--three__rect-1 .shadow-1 {
    background: #f09122;
    width: 230px;
    height: 50px;
    display: block;
    position: absolute;
    left: -200%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.card__collection .cards--three__rect-1 p {
    font-size: 14px;
    color: #fff;
    transform: skewX(20deg);
    line-height: 3rem;
}
.footer-widget__events-list p {
    color: #fff;
}

/* .site-footer-two__logo img{
    width: 55%;
} */

.services-two__icon img {
    width: 50%;
}

.sec-small-head{
    font-family: "Nunito", serif;
    text-appearance:uppercase;
  }
/* .partner-logo {
    background-color:var(--eventflow-extras);
    padding-top:100px;
} */
img.part-logo {
    width: 1.3%;
    margin: 10px 50px;
}
/* img:hover {
        filter: none;
          -webkit-filter: grayscale(0);
          -webkit-transform: scale(1.01);
          transform: scale(1.1);
          transition: 0.2s;
          z-index:99999;
        } */

.video-one__media video{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#video_overlays {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

.trust-client {
    background-color: #fff;
    margin-bottom: 100px;
}

.sliding-text-one {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.sliding-text__list {
    display: flex;
    align-items: center;
    gap: 30px; /* Adjust spacing */
    min-width: 100%;
}


/* Infinite scrolling animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scrolling {
    display: flex;
    animation: scroll 15s linear infinite;
}



@media only screen and (max-width: 1024px) {
    .back-vdo {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -99;
        width: unset !important;
        top: 0px;
        height: 100vh;
        opacity:unset !important;
    }
     .banner-one{
        padding: 0 !important;
    }
    .banner-one__inner{
        padding: 100px 0 0 0 !important;
    }
  }
@media only screen and (max-width: 768px) {
    .back-vdo {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -99;
        width: unset !important;
        top: 0px;
        height: 100vh;
        opacity:unset !important;
    }
    .banner-one__inner{
        padding: 50px 0 0 0 !important;
    }
  }
  @media (min-width: 1320px) {
    .back-vdo{
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto !important;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
  }
  @media only screen and (max-width: 425px) {
    body {
      background-color: lightblue;
    }

    .banner-one{
        padding: 0 0 0 0 !important;
    }
    .banner-one__inner{
        padding: 0 !important;
    }
  }




  /* About us start */
  /* .body-bg-color-2{
    background-color:var(--eventflow-black);
  } */
  .about-body .main-header{
    background-color:var(--eventflow-base);
  }
  .body-bg-color-2 .section-title__tagline{
    color:#FFC107 !important;
    background:unset !important;
    -webkit-text-fill-color: #fcc00a;

  }
  .body-bg-color-2 .team-details__speaker-title, .body-bg-color-2 .team-details__title-1, .body-bg-color-2 .services-one__title {
    color: var(--eventflow-base);
    
  }

  .body-bg-color-2 .team-details__text-1, .body-bg-color-2 .team-details__speaker-info p, .body-bg-color-2 .services-one__title a, .body-bg-color-2 .services-one__read-more, .body-bg-color-2 .event-one__points li .content h4 a{
    color: var(--eventflow-gray) !important;
  }

  .rdmore-btn{
    display: none;
  }
  /* About us end */


  /* service started*/
  .service-banner, .event-banner, .contact-banner, .bog-banner{
    padding:200px 0px!important;
  }

  .swiper-container
  /* service end*/

  /* gallery start */
   .gallery {
    columns: 3;
    column-gap: 0rem;
    width: 100%;
}

@media (max-width: 768px) {
    .gallery {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .gallery {
        columns: 1;
    }
}

.gallery-item {
    break-inside: avoid;
    /* margin-bottom: 1.5rem; */
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

.gallery-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}
.overlay-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 1;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.overlay-gallery h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay-gallery p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */


  /* gallery end */


  