.container.leader-container {
  max-width: 1440px;
  margin: auto;
}
.launched-ideas{
overflow: hidden;
z-index: 8888;
}
.slide-one {
  display: grid !important;
gap: 3px;
}
.home_24 h2 .text{
  font-size: 28px;
  color: var(--title-color);
  font-weight: 700;
  line-height: 34px;
}
.inner-privacy{
  margin-top: 157px !important;
}
.Gallery-slide {
  max-width: 100%;
  width: 100%;
  /* overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; */
}
.gallery-sec {
  display: flex;
}
.leader-row {
  display: flex;
  gap: 7px;
}
.slider-text-sec {
  padding: 0 0px 0 0;
}
.slider-sec {
  width: 100%;
}
.gallery-sec .scroll-bar {
  position: sticky;
  bottom: 0;
  top: 93%;
  left: 0;
  right: 50%;
  transform: translate(-50%, 60px);
  width: 140px;
  height: 8px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-sec .scroll-bar .scrollable
{
display: block;
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  border-radius: 20px;
}
.gallery-sec .scroll-bar .scroll-one{
display: block;
  width: 30px;
  left: var(--left);
  height: 100%;
  background-image: linear-gradient(#464193, #1E72F2);
  transform: translateY(-100%);
  border-radius: 20px;
  position: relative;
}
.Gallery-slide::-webkit-scrollbar {
  display: none;
}
h6.text-sec {
  position: absolute;
  bottom: 12px;
  text-align: center;
  margin: auto !important;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
}
.launch-box {
  position: relative;
}

        .launched-ideas .owl-carousel .item {
            padding: 0;
            margin: 0 3px;
        }

        .launched-ideas .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .slide-one {
            display: grid !important;
            /* gap: 3px; */
        }

        .leader-row {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
            /* No space between flex items */
        }

        .text-sec {
            color: #fff;
            padding: 0 20px;
            line-height: 18px;
            padding: 0 10px !important;
        }

        .leader-row div {
            flex: 1;
            margin: 0;
            padding: 0;
        }

        .leader-row img {
            height: 100%;
            object-fit: cover;
        }
        .launched-ideas .owl-theme .owl-dots {
          position: relative;
          width: 100%;
          text-align: center;
          margin-top: 20px;
        }
        .launched-ideas .owl-dots {
     
          margin-top: 10%;
        }
        .launched-ideas .owl-theme .owl-nav.disabled+.owl-dots {
          margin-top: 5px !important;
          
        }
        .launched-ideas .owl-theme .owl-dots .owl-dot {
          display: inline-block;
          width: 30px;
          height: 4px;
          background: #D6D6D6;
          margin: 5px;
          border-radius: 3px;
          transition: all 0.3s ease;
        }
        .launched-ideas .owl-theme .owl-dots .owl-dot span {
          width: 0 !important;
          height: 0 !important;
          margin: 5px 7px;
          background: #D6D6D6;
          display: block;
          transition: opacity .2s ease;
          border-radius: 30px;
          display: flex;
          justify-content: center;
        }
        .launched-ideas .owl-theme .owl-dots .owl-dot.active {
          width: 30px;
          background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);
        }

        @media (min-width: 740px) and (max-width: 1024px) {
          .gallery-sec {
            display: flex;
            align-items: center;
          }
  
            
        }
        @media (min-width: 401px) and (max-width:740px) {
    
          .gallery-sec {
            display: flex;
            flex-direction: column;
        }
        .slider-text-sec {
          width: 100%;
          padding: 0 0px 0 0px;}
        .slider-sec {
            width: 100%;
        }
        .gallery-sec .scroll-bar {
          position: sticky;
          bottom: 20px;
          top: 0px;
          left: 50%;
          right: 50%;
          transform: translate(-50%, 50%);
          width: 140px;
          height: 8px;
          margin: 40px 0px 0px 0px;
          border-radius: 20px;
          overflow: hidden;
      }
      .container.leader-container{
        max-width: 100%;
        padding: 0px;
      }
    
        }
/*media-query*/
@media (min-width: 300px) and (max-width: 400px) {
  .gallery-sec {
      display: flex;
      flex-direction: column;
  }

  .slider-sec {
      width: 100%;
  }
  .gallery-sec .scroll-bar {
    position: sticky;
    bottom: 20px;
    top: 0px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 50%);
    width: 140px;
    height: 8px;
    margin: 40px 0px 0px 0px;
    border-radius: 20px;
    overflow: hidden;
}
.container.leader-container{
  max-width: 100%;
  padding: 0px;
}

}
