
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto');



body{
  font-family: "Quicksand", verdana;
}


.videos-scroll-controller{
  width: 100%;
  position: relative;
  background: #fff;
}
:root {
  --videos_wrap-color: #ffffff;
  --nav-color: #0084ff;
  --nav-opposite: #FF7B00;
}
.videos_wrap, .videos_wrap *{
  box-sizing: content-box;
  border: none!important;
}


.videos_wrap{
  width: 100%;
  height: auto;
  overflow-x: scroll!important;
  overflow-y: visible;
  background: var(--videos_wrap-color);
  margin-top: 5px;
  background-color: white;


}





.videos_wrap_grid{
 width: 100vw;
 display: grid;
 grid-template-columns: auto;
  background-image: linear-gradient(0deg, blue, red)!important;
  }

.videos_wrap::-webkit-scrollbar {
  height: 8px;
  border-radius: 100px;
  
    /* width of the entire scrollbar */
}
.videos_wrap::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}
.videos_wrap::-webkit-scrollbar-thumb {
  background-color: var(--nav-opposite);  
  border-radius: 100px;
}

/* :scroll bar */


/*
.videos_wrap:after{
  content: "scroll to display more videos ➜";
  font-size: 12.5px;
  position: absolute;
  display: block;
  opacity: 0.15;
  left: 40%;
  transform: translateY(-22px);
  text-align: center;
}
*/




.res_vid_container{

    margin: 0;
    padding: 0;
    width: 100%;
   

}



.res_vid{
  position: relative;
  width: 95%;
  height: auto;
  padding-bottom: 54%;
  margin: 1px auto;
  background: #efefef;

  
}





.res_vid iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.res_vid_container p{
  color: #030303;
  width: 90%;
  height: auto;
  margin: 15px auto;
  font-size: 17px;
  font-family: /*"Quicksand",*/ "roboto", arial;;
  padding: 4px;
  font-weight: 600;
  }


  h2{
      text-align: center;
      margin-top: 10px;
  }


  /* containe */

  .vids{ 
    overflow: visible!important;
    display: flex;
  position: relative;
  padding-bottom: 0%;
  padding-left: 0;
  padding-top: 5px;
  width: 133%;
  height: auto;
  margin: 1px auto;
  justify-content: space-around;


  }


.vids-grid{
  width: 333%;
  
}


/* from top to bottom | responsive*/


@media screen and (max-width: 1024px) {
  .vids {
    width: 198%;

  }

    .videos_wrap:after{
       transform: translateY(-18px);
}


.vids-grid{
  width: 500%;
}



}

@media screen and (max-width: 415px) {
  .vids {
    width: 400%;

  }

.vids-grid{
  width: 1000%;
}
  .videos_wrap:after{
  left: 30%;
}

}





/*,H2, H2*/
.section-name{
  text-align: left;
  color: var(--nav-color);
  padding: 10px;
  margin: 1px;
  
  position: sticky!important;
  position: -webkit-sticky; 
  top: 50px;;
  width: 100%;
  z-index: 2;
  background: white;
  margin-top: 2.5%;

}


