*{
	margin: 0px;
	padding: 0px;
	font-family: century;
}
body{
	background-image: url(https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHdpOGY0bGJsdDJpNDhiajJ4eTFuYWVrbmZoMmZ0cXRobTRiNG9jayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/UNHplVba2fweBfkLHv/giphy.gif);
}


header{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0,0.5),rgba(0, 0, 0, 0.5)),url(.jpg);
	height: 5vh;
	background-size: cover;
	background-position: center;
	min-height: 100px;
}

ul{
	float: right;
	list-style-type: none;
	margin-top: 30px;
	min-height: 100px;
	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: #fff;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.5 ease;
}
.a{
	color: white;
}
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: 100%;
	background-image: url(.jpg);
background-repeat: no-repeat;
background-size: cover;

padding: 0px;
	background-color: transparent;
	margin-top: 10px;


}


.about2 iframe{
	border: 2px solid black;
	height: 100vh; 
	overflow: hidden;

}
.about2 h1{
	color: white;
	font-size: 44px;
	
}
.about2 h2{
	color: white;
	font-size: 24px;
	background-color: black;
	text-align: center;
}
.about2 p{
	color: white;
	font-size: 18px;
	text-align: justify;
	width: 80%;
margin-left: 10%;
}

.videos{
	
	height: 100vh;
	width: 90%;
	margin-left: 5%;
	background-color:darkred;
	


}
.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: black;
	height: 10vh;
	text-align: center;
	color: white;
	font-size: 30px;
}
.back p{
	color: white;
	padding: 20px 0;
	font-size: 18px;
}
.back a{
	color: white;
	text-decoration: none;
}



.back2 {
	color: white;
	padding: 20px 0;
text-align: center;
	background-color: black;
	font-size: 15px;
	margin-top: 10px;

	
}
.back2 h1{
	
	margin-top: 10px;
	font-size: 28px;
	text-align: center;
}
.back2 h3{
	color: white;
	
	font-size: 18px;
	text-align: center;

}
.back p{
	color: white;
	padding: 20px 0;
	font-size: 18px;
}
h1{
	text-align: center;
	background-color: darkred;
	color: white;
	
	
}
h3{
	color: white;
	text-align: center;
	font-size: 20px;
}


.carousel-inner{
	background-color: ;
	padding: 0.9rem;
}
.image-wrapper a
{
	background-color: darkred;

}


@media screen and (max-width: 1000px) {
		
	.hideonmobile{
		display: none;
	}
.menu-button{
	display:block;
	color: white;
	margin-top: 10px;
}
.title{
	width: 50%;
	
}
.button{
	margin-top: 10px;
}
.main{
	display: inline-flex;
	margin-left: 10%;
	
	


}
.logo{
	width: 50%;
	
	

}
.svg{
	background-color: white;
	padding: 5px 5px;

}
.img{
	width: 30px;
}
.videos{
	top: 30%;
}
.back2{
	margin-top: 20px;
}
.back2 h2{
	font-size: 28px;
}
.back2 h3{
	font-size: 15px;
}
.about2 h1{
	font-size: 25px;
}
.about2 p{
	font-size: 15px;
}
.about2 h2{
	font-size: 10px;
}

}
@media screen and (max-width: 800px){
	.videos{
	top: 40%;
}
}
@media screen and (max-width: 600px){
	.videos{
	top: 80%;
}
.about2 iframe{
	overflow: hidden;
	width: 100%;
	height: 60vh;
}


}
@media screen and (max-width: 400px){
	.videos{
	top: 700px;

}

}