.videoinnerpage{ background-color: var(--white-color);padding: 3rem 0px 1.5rem 0px;}
.videoinnerpage .mainheading{padding-bottom: 10px;}
.videoconatiner{display: flex;flex-wrap: wrap;gap: 1rem;justify-content:center;}
 .videocard {
    border-radius: 0px 50px 0px 0px;
    padding: 10px; 
    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);}
.videocard img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
   border-radius: 0px 50px 0px 0px;
  }
  .carimg img{width: 100%;}
.card-image{position: relative;}
.cardcontent {
  padding: 20px;
  border-top: 1px solid #eee;
  border-radius: 0px 50px 0 50px;
  position: relative;height: 100%;
  background-color: #fff;
  border: 1px solid #B3CAE7;
  margin: -30px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 5px 30px 0px #00000021;
}

.cardcontent h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.cardcontent p {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding-right: 30px;
}

.arrowicon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F5B100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrowicon img{width: 20px;height: 20px; border-radius: 0px !important;}

.arrowicon:hover{
  background-color: #6AA43D;
}
.arrowicon:hover img{filter: brightness(0) invert(1);}
.cardcontent p{font-size: 14px;}

.crvideobtns {position: absolute;left:50%;top:40%;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(--accent-color);border: 1.5px solid rgba(255, 255, 255, 1);display: flex;outline: 0;align-items: center;justify-content: center;padding: 0px;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(130, 170, 75, 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: 1400px) and (min-width:1301px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(33.33% - 1rem); }
 .videoconatiner {gap: 10px;}
}


/* Start of Mini Desktop View */
@media screen and (max-width: 1300.98px) and (min-width:1201px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(33.33% - 1rem); }
 .videoconatiner {gap: 10px;}
}

/* Start of Mini Desktop View */
@media screen and (max-width: 1200.98px) and (min-width:1101px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(50% - 1rem); }
}

/* Start of Ipad Pro View */
@media screen and (max-width: 1100.98px) and (min-width:992px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(50% - 1rem); }
}

/* Start of Ipad View */
@media screen and (max-width: 991.98px) and (min-width:768px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(50% - 1rem); }
}

/* Start of Mini Ipad View */
@media screen and (max-width: 767.98px) and (min-width:600px) {
 .videoinnerpage{padding: 2rem 0px 2rem 0px;}
 .videocard {padding: 10px; flex: 0 0 calc(100% - 10px); }
 .videoconatiner {gap: 10px;}
 .cardcontent {padding: 15px;margin: -25px 15px 0px 15px;height: auto;}
}

/* Start of Mobile View */
@media screen and (max-width: 599.98px) and (min-width:320px) {
.videoinnerpage{padding: 15px 0px 15px 0px;}
.videocard {flex: 0 0 auto;padding: 0px;}
.videoinnerpage p{font-size: 15px;padding-right: 0px;}
.cardcontent {padding: 15px;margin: -30px 10px 0px 10px;box-shadow: 0px 2px 10px 0px #00000021;height: auto;}
.arrowicon {bottom: 15px;right: 20px;width: 30px;height: 30px;}
}