@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/*Featured Projects section*/
.featuredProjects
{
  
  padding-top: 40px;
  padding-bottom: 90px;
  padding-left: 10px;
  padding-right: 10PX;
  /* color: white;
  text-decoration-color: white; */
  background-color: rgb(255, 255, 255);
}

div.scroll-container {

  /* overflow: auto;
  white-space: nowrap;
  padding: 10px; */
}

div.scroll-container video {
  /* position: relative; */
  /* padding: 10px;
  height: 350px;
  width: 450px;
  object-fit:scale-down;
  margin-top: 0px;

  background-color: white; */
}




.carouselContainer{
  display: flex;

  align-items: center;
  justify-content: center;
  padding: 0 0px;
  /* background: #fff; */
  max-width: 100%;
  position: relative;
}
.carouselContainer i{
  top: 50%;
  height: 50px;
  width: 50px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.40rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;

  z-index: 1;
}
.carouselContainer i:active{
  transform: translateY(-50%) scale(0.9);
}
.carouselContainer i:hover{
  background: #f2f2f2;
}
.carouselContainer i:first-child{
  left: 10px;
  display: none;
}
.carouselContainer i:last-child{
  right: 10px;
}
.carouselContainer .carouselOfVideos{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carouselOfVideos.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carouselOfVideos.dragging video{
  pointer-events: none;
}


.carouselOfVideos video:first-child{
  margin-left: 0px;
}
@media screen and (max-width: 900px) {
  .carouselOfVideos video{
    width: calc(100% / 2);
    height: calc(100% / 2);
  }
}
@media screen and (max-width: 550px) {
  .carouselOfVideos video{
    width: 100%;
    
  }
}



/* Video poster Image display section */


