


@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;
  background: white;
}




.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-five{
  width: 125%;
}


.videos_wrap_grid{
 width: 100vw;
 display: grid;
 grid-template-columns: auto;
 
  }

.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;
  /background: white;
  }


  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%;
}

/* unique */
.playlist{
  flex-direction: column;
}

}

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

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

/* unique */
.playlist-right{
    width: 100%!important;
}

}


.vids{
  /background: white!important;
}



/*,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%;

}



.for-sticky{
  background: white;

}

/* r */
.playlist{
  width: 100%;
  max-height: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
  padding: 50px 0px;

}

  .playlist-right{
    height: 200px;
    width: 321px;
    background: var(--nav-color);
    border-radius: 6px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

  }
    .playlist-right-in{
      background: #ffffff;
      color: black;
      height: auto;
      width: 100%;
      text-align: center;
      font-size: 24px;
      padding: 20px 0;
      text-decoration: none;
    }

.rotator-controller{
  height: auto;
  width: auto;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  grid-gap: 30px;

}

.buttons-container{
  width: 321px;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 10px;
}

  .buttons-container button{
    background: #efefef;
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 10px 2px;
    border: none;
    outline: none;
    font-size: 18px;
    transform: skew(-23deg);
    letter-spacing: 5px;
    cursor: pointer;

  }






.rotator-container{
  height: auto;
  width: 100%;
  display: block;
  perspective: 1000px;
  position: relative;
}

.rotator{
  height: 175px;
  width: 321px;
  color: white;
  transform-style: preserve-3d;
  transform: rotateY(72deg);
}

.rot-elem{
  height: 175px;
  width: 321px;
  background: rgba(2, 5, 51, 0.8);
  color: white;

  transform-style: preserve-3d;
  position: absolute;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.rot-elem:nth-child(1){
  transform: rotateY(0deg) translateZ(250px)
}

.rot-elem:nth-child(2){
  transform: rotateY(72deg) translateZ(250px)
}

.rot-elem:nth-child(3){
  transform: rotateY(144deg) translateZ(250px)
}

.rot-elem:nth-child(4){
  transform: rotateY(216deg) translateZ(250px)
}

.rot-elem:nth-child(5){
  transform: rotateY(288deg) translateZ(250px)
}

.rot-elem:nth-child(6){
  transform: rotateY(360deg) translateZ(250px)
}

  .in-rot-elem{
    padding: 10px;
  }
  .videos-a{
    width: 100%;
    height: auto;
    background: rgba(0, 152, 253, 0.979);
    padding: 5px;
    text-decoration: none;
    color: white;
  }