*{
	margin: 0px;
	padding: 0px;
	font-family: century;
}




header{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0,0.5),rgba(0, 0, 0, 0.5)),url(06.gif);
	height: 100vh;
	background-size: cover;
	background-position: center;
	min-height: 100px;
}

ul{
	float: right;
	list-style-type: none;
	margin-top: 30px;
	min-height: 400px;
	margin-left: 60px;
	font-size: 17px;

}
ul li{
	display: inline-block;
}
ul li:first-child{
	margin-right: auto;
}
ul li a{
	text-decoration: none;
	color: #111;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.5 ease;
}
.a{
	color: white;
	background-color: ;
}
ul li a:hover{
	background-color: #fff;
	color: #000;
}
ul li.active a {
background-color: #fff;
	color: #000;
}
.logo img{
	float: left;
	width: 150px;
	height: auto;

}
.main{
	max-width: 1200px;
	margin: auto;

}
.title{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.title h1{
color: #fff;
font-size: 50px;
}
.button{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	transition: 0.5 ease;
	font-size: 18px;
text-decoration: none;
}
.btn:hover{
	background-color: #fff;
	color: #000;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: rgba(225, 225, 225, 0.2);
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}
.menu-button{
	display: none;
}

.about2{
	position: absolute;
	width: 90%;
	margin-left: 5%;
padding: 30px;
	background-color: darkred;
	margin-top: 80px;


}

.about2 iframe{
	border: 2px solid black;

}
.about2 h1{
	color: white;
	font-size: 24px;
	background-color: ;
}
.about2 h2{
	color: white;
	font-size: 24px;
	background-color: black;
}
.about2 p{
	color: white;
	font-size: 18px;

}

.videos{
	position: absolute;
	height: 100vh;
	width: 90%;
	margin-left: 5%;
padding: 30px;
	background-color:darkred;
	margin-top:600px ;


}
.title2{
text-align: center;
}
.title2 h1{
color: #fff;
font-size: 50px;

}
.title2 h2{
color: #fff;
font-size: 18px;
background-color: gray;



}
.card-title{
	text-align: center;
	
}

.back{
	background-color: darkred;
	height: 10vh;
	text-align: center;
	color: white;
	font-size: 30px;
}
.back a:hover{
	color: white;
}






@media screen and (max-width: 1000px) {
		
	.hideonmobile{
		display: none;
	}
.menu-button{
	display:block;
	color: white;
	margin-top: 10px;
}
.title{
	width: 100%;
	
}
.button{
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-top: 80px;
}
.main{
	display: inline-flex;
	margin-left: 10%;
	
	


}
.logo{
	width: 50%;
	
	

}
.svg{
	background-color: white;
	padding: 5px 5px;

}
.img{
	width: 30px;
}
.videos{
	top: 30%;
}
#mySlidingText{
	font-size: 38px;
	margin-top: 40vh;
	
}
.slide-in-text{
	font-size: 15px;
}
.main .logo img{
width: 150px;

}

}
@media screen and (max-width: 800px){
	.videos{
	top: 40%;
}
}
@media screen and (max-width: 600px){
	.videos{
	top: 80%;
}
}
@media screen and (max-width: 400px){
	.videos{
	top: 700px;
}
#mySlidingText{
	font-size: 28px;
	background-color: darkred;
	
	
}

}