@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

header{
	z-index: 999;
	position: fixed;
	top: 0;
	width: 110%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 250px;
	transition: 0.5s ease;
	background-color: #fff;
}

header .navigation{
	position: relative;
}

header .navigation .navigation-items .nav{
	position: relative;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	margin-left: 30px;
	transition: 0.3s ease;
	right: 100px;
}
 

section{
	padding: 100px 200px;
}

.home{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.home:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(233, 239, 236, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home .content{
	z-index: 888;
	color: #fff;
	width: 70%;
	margin-top: 30px;
}

.home .content h1{
	font-size: 4rem;
	font-weight: 900;	
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 75px;
}

.home .content h1 span{
	font-size: 1.2rem;
	font-weight: 600;
}

.home .content p{
	position: absolute;
	text-transform: uppercase;
	margin-bottom: 65px;
	width: 700px;
	margin-top: 0px;
	margin-left: 560px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;}

.home .content a{
	background: #fff;
	padding: 15px 35px;
	color: #1680AC;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 2px;
}

.home .media-icons{
	z-index: 888;
	position: fixed;
	right: 30px;
	display: flex;
	flex-direction: column;
	transition: 0.5s ease;
}

.home .media-icons a{
	color: #fff;
	font-size: 1.6rem;
	transition: 0.3s ease;
}

.home .media-icons a:not(:last-child){
	margin-bottom: 20px;
}

.home .media-icons a:hover{
	transform: scale(1.3);
}

.home video{
	z-index: 000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-container:before{
	content: '';
	position: absolute;
	background: rgba(108, 78, 49, 0.5);
	width: 100%;
	height: 100%;
	top: 785px;
	left: 0;
}

.slider-container .announce{
	z-index: 777;
	position: absolute;
	top: 840px;
	left: 650px;
	text-transform: uppercase;
	text-align: center;
}


.workshop{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.workshop:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(63, 78, 79, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.workshop .workshop_title{
	z-index: 777;
	position: absolute;
	top: 100px;
	left: 700px;
	text-transform: uppercase;
	text-align: center;
}

.sub_workshop{
	z-index: 777;
	position: absolute;
	top: 130px;
	left: 650px;
	text-transform: uppercase;
	text-align: center;
}

.about{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.about:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(22, 66, 60, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about .about_title{
	z-index: 777;
	position: absolute;
	top: 100px;
	left: 700px;
	text-transform: uppercase;
	text-align: center;
}

.about_content{
	position: absolute;
	width: 800px;
	height: 300px;
	border: solid 2px #000;
	border-radius: 24px;
	left: 370px;
	top: 150px;
	box-shadow: 2px 2px 20px 20px #ccc;
}

.column{
	display: flex;
  column-gap: .5px;
}

.information{
	position: relative;
	width: 100%;
	min-height: 400vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.information:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(232, 197, 229, 1);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.information .info_title{
	z-index: 777;
	position: absolute;
	top: 60px;
	left: 700px;
	text-transform: uppercase;
	text-align: center;
}

.info_content{
	position: absolute;
	z-index: 777;
	width: 90%;
	height: 670px;
	margin-left: -140px;
	margin-top: -2300px;
	padding: 10px 20px;
	border-radius: 20px;
}

.contact{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(105, 117, 101, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.contact .contact_title{
	z-index: 777;
	position: absolute;
	top: 100px;
	left: 700px;
	text-transform: uppercase;
	text-align: center;
}

.contact_content{
	z-index: 111;
	width: 400px;
	height: 400px;
	border: 2px solid #000;
	border-right: none;
	margin-left: 150px;
	top: 150px;
	padding: 10px 20px;
	border-radius: 20px 0px 0px 20px;
}

.contact_content2{
	z-index: 888;
	width: 400px;
	height: 400px;
	border: 2px solid #000;
	border-left: 2px solid #000;
	border-radius: 0px 20px 20px 0px;
	padding: 10px 20px;
}

.contact_content2 input{
	width: 350px;
	height: 50px;
	border-radius: 24px;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.contact_content2 button{
	width: 200px;
	height: 30px;
	border-radius: 20px;
	background-color: #ccc;
	margin-left: 70px;
}

.slider-container{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-images{
  display: flex;
  align-items: center;
  gap: 21px;
}
.slider-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.slider-img{
  width: 150px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: 0.7s ease;
  top: 40px;
  left: 10px;
}
.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
  height: 480px;
}
.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(4){
  height: 560px;
}
.slider-images .slider-img:nth-child(3){
  height: 665px;
}
.slider_title{
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: rotate(270deg);
  transition: 0.7s ease;
}
.details{
  position: absolute;
  top: 50px;
  left: 20px;
}
.details .slider{
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  line-height: 44px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  transition: 0.7s ease;
  display: none;
}
.details p{
  font-family: "Jost", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  transition: 0.7s ease;
  display: none;
}
.slider-img.active{
  width: 500px !important;
  height: 700px !important;
}
.slider-img.active .slider_title{
   display: none;
}
.slider-img.active .details , .slider-img.active .details p{
  display: block;
}

.videos{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.videos:before{
	z-index: 777;
	content: '';
	position: absolute;
	background: rgba(105, 117, 101, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-container{
	position: absolute;
	z-index: 777;
	height: 500px;
	top: 100px;
	padding: 10px 20px;
	border-radius: 20px;
}

#main-Video{
	margin-top: -60px;
	width: 650px;
	height: 550px;

}

.playlistBx{
	position: absolute;
	left: 650px;
	top: -470px;
	width: 500px;
}

@media (max-width: 800px){
	#image1{
	    width: 50px;
	    height: 50px;
	}
}

@media (max-width: 800px){
    
.title
{
    font-size: 20px;
    font-weight: 600;
    color: #dcdee1;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.video-container
{
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    overflow: hidden;
    /* border: 2px solid red; */
}
.video-container #main-Video
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    outline: none;
}
.playlistBx
{
    position: relative;
    height: 100%;
    margin: 0 10px 0 10px;
    /* border: 2px solid green; */
}
.playlist
{
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: scroll;
    border-top: 1px solid #dcdee1;
}
.playlist::-webkit-scrollbar
{
   width: 0px;
}
.playlistBx .row .AllLessons
{
   display: block;
   text-align: left;
   color: #dcdee1;
   font-size: 15px;
   font-weight: 700;
   margin-left: 40px;
   line-height: 40px;
}
.playlist li
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   list-style: none;
   color: #dcdee1;
   cursor: pointer;
   border: 1px solid transparent;
   padding: 15px 20px;
   border-radius: 5px;
}
.playlist li:hover
{
    border: 0.5px solid #375666;
}
.playlist li .row span
{
    font-size: 15px;
    font-weight: 400;
    color: #dcdee1;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}
.playlist li .row span::before
{
    content: '\f01d';
    font-family: FontAwesome;
    color: #000;
    margin-right: 15px;
    font-size: 20px;
}
ul li.playing .row span::before
{
    content: '\f28c';
    font-family: FontAwesome;
    color: #000;
    margin-right: 15px;
    font-size: 20px;
}
.playlist li.playing .row span
{
   color: #fff;
}
.playlist li span.duration
{
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    color: #dcdee1;
    text-align: right;
}
.playlist li.playing
{
   pointer-events: none;
   background: #1d3541;
   border: 0.5px solid #1d3541;
}
}
