.season-long-banner{
    background-image: url('../images/Season_long_hero_header.webp');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.p-btn-request-demo {
margin-top: 70px;
}
.whyVinfoIconBg{
    background: #f9f9f9 url(../image/Greenbackground@1x.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    padding-bottom: 100px;
}
.heading-drive-multifold {
    font-size: 40px;
}

.whyVinfoIcon {
    height: 80px;
  width: 80px;
  border-radius:50% ;
  background-color: rgba(0, 180, 106, 0.1);
  padding: 6%;
  display: flex;
    align-items: center;
    justify-content: center;
}
.card {
    border: 1px solid #D2D2D2;
  border-radius: 15px;
  background-color: rgba(255,255,255,0.92);
  backdrop-filter: blur(4px);
 padding: 40px 30px;
}


.drive-multifold {
    padding-top: 100px;
    padding-bottom: 60px;
}

.card-drive-multifold {
    height: 467px;
}

.card-drive-multifold h3 {
    color: #212121;
    font-family: Geomanist-Book;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.card-drive-multifold p, 
.card-drive-multifold ul {
    color: #666;
    font-family: Geomanist;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    list-style-type: none;
}


.section-create-sl-gif {
    padding-top: 70px;
    padding-bottom: 70px;
}

.create-sl-gif {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.create-sl-gif >img {
    display: block;
    border-radius: 12px;
}



.blackCaseStudyLeft {
    width: 95%;
   
}



.casestudylogo {
    width: 240px;
}

.casestudylogo>img {
    width: 100%;
    height: auto;
}


.slick-vertical .slick-slide {
    display: flex;
    align-items: flex-end;
   
  }

.container-sports-block {
    background-color: #f9f9f9;
    padding: 70px 20px;
    margin-top: 70px;
    margin-bottom: 70px;

}







.heading-box-any-sports {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 50px;
}


.card-sports-blocks  {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 40px 5px;
    background-color: #fff;
    height: 170px;
    border-radius: 8px;
  
}

.card-sports-blocks h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #212121;
    font-family: Geomanist-Book;
    font-weight: 300;
}

.card-sports-blocks p{
    font-size: 14px;
    color: #666666;
}


.tiny-inner {
   
    height: 660px;
}


@media screen and (min-width:768px) {
  
    .container-sports-block > .row{
        display: flex;
        justify-content: center;
    }

}
@media screen and (min-width:768px) and (max-width:1199px){
.heading-box-any-sports {
    font-size: 24px;
 
}

}

@media screen and (min-width:1200px) {
  
     
    .box-work-any-sport {
        padding-right: 50px;
    }
    
    .box-powering-nextgen {
        padding-left: 50px;
    }
    .box-powering-nextgen::before {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #d7d7d7;
        width: 1px;
        left: 15px;
      }
      
}

@media screen and (max-width:1680px) {
    .card-drive-multifold {
   
       height: 430px;
        
    }

    .card-drive-multifold h3 {
   
    font-size: 21px;
    
    line-height: 1.4;
    
}


.card-drive-multifold p {
    font-size: 16px;
    line-height: 1.5;

    }
}

@media screen and (max-width:1600px) {
   .tiny-inner {
        height: 620px;
    }            
}
@media screen and (max-width:1400px) {
   .tiny-inner {
        height: 595px;
    }            
}
@media screen and (max-width:1280px) {
   .tiny-inner {
        height: 560px;
    }            
}
@media screen and (max-width:1199px) {
.card-sports-blocks  {
    
    margin-bottom: 30px;
}
}


@media screen and (max-width:767px) {
    .season-long-banner{
        background-image: url('../image/season_long_sm.png');
        
    }
    .drive-multifold {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .heading-drive-multifold {
        font-size: 32px;
        line-height: normal;
    }
    .card-drive-multifold {
   
        height: 350px;
         
     }
    .card-drive-multifold-box:not(:last-child) {
        margin-bottom: 25px;
    }
    .container-sports-block {
        padding: 40px 15px 25px 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .heading-box-any-sports {
        font-size: 26px;
        margin-bottom: 20px;
    }   
    .box-powering-nextgen {
        margin-top: 60px;
    }
    .card-sports-blocks {
       
        height: auto;
    }


    .section-create-sl-gif {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
  


      .whyVinfoIconBg {
       
        background-size: cover;
        padding-bottom: 40px;
    }

    .whyVinfoIcon {
        height: 60px;
        width: 60px;
    
    }
    

    .casestudylogo {
        width: 120px;
    }
   
    .blackCaseStudyLeft {
        width: 100%;
        
    }


    
}


