.videoinnerpage{ background-color: var(--white-color);padding: 3rem 4% 3rem 4%;}
.videoinnerpage .mainheading{padding-bottom: 10px;}
.videoconatiner{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: space-between;}
 .videocard {
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33% - 1rem); 
    justify-content: flex-start;
    flex-shrink: 0;
    touch-action: pan-y;
    pointer-events: auto;
    user-select: none;
    width: 100%;
    position: relative;
    scroll-snap-align: start;
    transition-duration: .2s;
    transition-property: transform;
  }
 .videocard:hover{transform: translateY(-5px);}
.cardimage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
  }
.cardimage{position: relative;}
.cardcontent {
  padding: 20px;
  border-top: 1px solid #eee;
  position: relative;
  background-color: #fff;
   border: 1px solid #C5D8E0;
  margin: -25px 20px 10px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 5px 30px 0px #00000021;
}
.videotitle {
  font-size: 20px;
  font-family: var( --font-marcellus);
  font-weight: 500;
  margin-bottom: 0px;
}
.crvideobtns {position: absolute;left:50%;top:45%;z-index: 9;cursor: pointer;transform: translate(-50%, -50%);}
.crvideobtns .circle {color: #fff;position: relative;z-index: 9;height: 54px;line-height: 20px;width: 54px;cursor: pointer;font-size: 24px;
  border-radius: 100%;background: var(--cyan-color);display: flex;outline: 0;align-items: center;padding-left: 3px;
  justify-content: center;transition: all 0.4s ease-in-out 0s;}
.crvideobtns .circle img{text-align: center;outline: 0;border: 0px;width: auto;margin-left: 3px;}
.crvideobtns::before,
.crvideobtns::after {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;border-radius: 100%;background: rgba(74, 193, 174, 0.6);z-index: -1;outline: 0;
animation: crZoomInOutInvisible 1s ease-in-out infinite backwards;}

@-webkit-keyframes crZoomInOutInvisible {
0% {transform: scale(1);opacity: 1;}
100% {transform: scale(1.6);opacity: 0;}}
@keyframes crZoomInOutInvisible {
0% {transform: scale(1);opacity: 1;}
100% {transform: scale(1.6);opacity: 0;}
}


/* Start of Mini Desktop View */
@media screen and (max-width: 1300.98px) and (min-width:1201px) {
.videoinnerpage{padding: 2rem 3% 2rem 3%;}
.videocard { flex: 0 0 calc(33.33% - 1rem); }
.videoconatiner {gap: 10px;}
.videoconatiner {gap: 1rem;}
.cardcontent {padding: 15px;margin: -20px 10px 10px 10px;}
.videotitle {font-size: 18px;margin-bottom: 0px;}
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1200.98px) and (min-width:1101px) {
.videoinnerpage{padding: 2rem 3% 2rem 3%;}
.videocard {flex: 0 0 calc(33.33% - 1rem); }
.videoconatiner {gap: 1rem;}
.cardcontent {padding: 15px;margin: -20px 15px 10px 15px;}
.videotitle {font-size: 18px;margin-bottom: 0px;}
}

/* Start of Ipad Pro View */
@media screen and (max-width: 1100.98px) and (min-width:992px) {
.videoinnerpage{padding: 2rem 2% 2rem 2%;}
.videocard {flex: 0 0 calc(50% - 1rem); }
.videoconatiner {gap: 1rem;}
.cardcontent {padding: 15px;margin: -20px 15px 10px 15px;}
.videotitle {font-size: 18px;margin-bottom: 0px;}
}

/* Start of Ipad View */
@media screen and (max-width: 991.98px) and (min-width:768px) {
.videoinnerpage{padding: 2rem 2% 2rem 2%;}
.videocard {flex: 0 0 calc(50% - 1rem); }
.videoconatiner {gap: 1rem;}
.cardcontent {padding: 15px;margin: -20px 10px 10px 10px;}
.videotitle {font-size: 18px;margin-bottom: 0px;}
}

/* Start of Mobile View */
@media screen and (max-width: 767.98px) and (min-width:320px) {
.videoinnerpage{padding: 1.5rem 2% 1.5rem 2%;}
.videocard {flex: 0 0 auto;padding: 0px;}
.videoconatiner {gap: 1rem;}
.cardcontent {padding: 15px;margin: -20px 10px 0px 10px;}
.videotitle {font-size: 18px;margin-bottom: 0px;}
}