/* Style the tab */
.tab {
  float: left;
  
  
  height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #f9ba06;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  
  font-size: 25px;
  font-weight: 500;
  color: #f9ba06;
}

/* Create an active/current "tab button" class */
.tab button.active {
  /* background-color: #f9ba06; */
  font-size: 40px;
  font-weight: 800;
  color: #f9ba06;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  color: #f9ba06;
  
  border-left: none;
  width: 100%;
  
}

/* .tabcontent img {
  margin-top: 90px;
} */

.carousel-img {
  background-image: url("img/distribute-your-content/distribute-banner-new.jpg");
    position: relative;
    margin-top: 0px;
  }


.marquee-wrapper{
  
  background:#0a0a0a;
  text-align:center;
  
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  /* width:50%; */
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:6;
  height: 150px;
  width: calc(250px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: inherit;
  margin: 20px auto;
  background:#0a0a0a;
  padding: 30px 0;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item{
  width: 230px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
  
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}

.platforms-img {
  /* padding: 10px 20px; */
    margin: 7px;
    border-radius: 35px;
    width: 100px;
}

.platforms-img-bnr {
  
    margin: 0px;
    
    width: 20%;
}

.network-img {
  
    
}

@media screen and (max-width:1440px){
  .text-white-banner-dis {
    font-size: 80px;
  }
  .tab button {
    
    padding: 14px 16px;
    
  }
  .network-img {
    margin-top: 10px;
  }
  .carousel-item {
    
    margin-top: 85px;
  }

}

@media screen and (max-width:1024px){
  .text-white-banner-dis {
    font-size: 50px;
  }
  .tab button {
    
    padding: 14px 16px;
    
  }
  .network-img {
    margin-top: 10px;
  }

  .carousel-item {
    margin-top: 60px;
  }
  .text-yellow-dis {
    font-size: 50px;
  }
}
@media screen and (max-width:768px){
  .text-white-banner-dis {
    font-size: 50px;
    line-height: 0px;
  }
  .carousel-caption {
    height: 45%;
  }
  .platforms-img {
    width: 10%;
  }
  .tab button.active {
    font-size: 30px;
  }
  .tab button {
    padding: 0px 16px;
  }
  .network-img {
    margin-top: 10px;
  }
  .testimonial-content {
    text-align: center;
  }
  .carousel-item {
    margin-top: 0px;
  }
  .text-yellow-dis {
    font-size: 30px;
  }

  .cta {
    /* display: flex; */
    padding: 0px 15px;
    text-decoration: none;
    
    font-size: 20px !important;
    color: #2a2a2a;
    background: #f9ba06;
    transition: 1s;
    /* box-shadow: 6px 6px 0 black; */
    border-radius: 30px;
    font-weight: 700;
  }

  .platforms-img-bnr {
    margin: 0px;
    width: 23%;
}
}

@media screen and (max-width:576px) {
  .carousel-caption {
        height: 30%;
    }

  .cta {
    padding: 0px !important;
    
  }  
}
  

@media screen and (max-width:425px){
  .text-white-banner-dis {
    font-size: 42px;
    line-height: 0px;
  }
  .btn-left {
     color: #000000;
     background-color: #f9ba06;
     border-color: #ffffff;
     font-size: 17px;
     float: none !important;
   }

  .platforms-img {
    width: 40%;
  }
  .tab button {
    padding: 10px 16px;
    display: inline;
    text-align: center;
  }
  .network-img {
    margin-top: 10px;
  }

  .platforms-img-bnr {
    margin: 0px;
    width: 30%;
  }
}

@media screen and (max-width:375px) {

  .cta {
    width: 300px !important;
    margin-left: -25px;
  }
}

@media screen and (max-width:320px) {

  .cta {
    width: 300px !important;
    margin-left: -53px;
  }
  .carousel-caption {
    height: 36%;
  }
}

@media screen and (min-width:320px) and (max-width: 460px), (max-width: 375px) {
  .text-white-banner-dis {
    font-size: 42px;
    line-height: 0px;
  }
  .btn-left {
     color: #000000;
     background-color: #f9ba06;
     border-color: #ffffff;
     font-size: 17px;
     float: none !important;
   }

  .platforms-img {
    width: 20%;
  }
  .tab button {
    padding: 10px 16px;
    display: inline;
    text-align: center;
  }
  .network-img {
    margin-top: 10px;
    height: 45px;
  }

  .mob{
    display: block !important;
  }
  .mob-n{
    display: none !important;
  }

  .d-flex-btn-c {
    /* float: inline-end; */
    text-align: center !important;
    margin-top: 124px;
  }

  .testimonial-content {
    text-align: center;
  }

  
}

.carousel-p {
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    
    display: flex;
  }

  .card-p {
    width: 200px;
    
    justify-content: center;
    align-items: center;
    

    &:nth-child(1) {
      background: #ffffff;
    }

    &:nth-child(2) {
      background: #ffffff;
    }

    &:nth-child(3) {
      background: #ffffff;
    }
  }

  .carousel-p {
    
    > * {
      flex: 0 0 100%;
    }
  }

  
  .group {
    display: flex;
    gap: 20px;
    
    padding-right: 20px;
  }

  .group {
    
    will-change: transform; 
    animation: scrolling 40s linear infinite;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .carousel-p {
    
    &:hover .group {
      animation-play-state: paused;
    }
  }

  .cta {
    /* display: flex; */
    padding: 0px 15px;
    text-decoration: none;
    
    font-size: 25px;
    color: #2a2a2a;
    background: #f9ba06;
    transition: 1s;
    /* box-shadow: 6px 6px 0 black; */
    border-radius: 30px;
    font-weight: 700;
  }

.cta:focus {
   outline: none; 
}

/* .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #f33f92;
} */

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta  span:nth-child(2) {
    transition: 0.5s;
    /* margin-right: 45px; */
}

  

  span:nth-child(2) {
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: #f9ba06;
    }
    50% {
        fill: #2a2a2a;
    }
    100% {
        fill: #f9ba06;
    }
}

.w-10 {
  width: 10%;
}
