@import url("./index.css");



.learnS01{
  position: relative;
  /* z-index: 0; */
  height: 40vh;
  overflow: hidden;
  background: var(--mOrange);
  
}

#Covering{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#CoverText{
  /* background-color: yellow; */
  margin-bottom: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%,0%);

  font-size: 8vw;
  line-height: 100%;


  color: var(--BGColor);
  /* font: inherit; */
  font-family: Poppins-Bold;
  text-decoration: none;
  overflow: visible;
}
#CoverText.Privacy{
  font-size: 6vw;

}

.policydata h1, h2, p, a {
  color: var(--mOrange);
  text-align: center;
}

.policydata h1, h2 {
  color: var(--BGColor); 
  background-color: var(--mOrange); 
  padding: .2em 2em; 
  border-radius: 30px;
  text-align: center;
  margin: 1em 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;

}
.policydata h1{
  font-size: 2em;
  
}
.policydata p {
  margin-bottom: 1em;
}
.policydata a {
  color: #fff;
}

.mobile #CoverText{

  font-size: 20vw;

}

.UltraWide #CoverText{

  font-size: 8vw;

}



.learnS02{
  position: relative;
  display: block;
  background:var(--BGColor);
  /* overflow: hidden; */
  z-index: 10;
  padding-bottom: 40px;

  height: fit-content;
}

.PlaylistTable{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 20px;

  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  /* background-color: yellow; */
}



.videoPlaylist{
  margin: 10px;
  background-color: var(--mOrange);
  border-radius: 20px;
  width: max-content;
  height: 400px;

  box-shadow: 5px 10px 8px #1b1b1bd7;
}





.video{
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0%);

  width: 355px;
  height: 200px;

  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;

  border-radius: 10px;

  box-shadow: 50px;

}

.mobile .video{
  width: 300px;
  height: 200px;
}


.PlaylistName{
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0%);

  padding-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--BGColor);
  font-family: Poppins-Light;
  text-decoration: none;

  
}