@charset "UTF-8";
/* CSS Document */

body{
	background-color: gray;
}

#back-video{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	z-index:-1;
	opacity: .8;

	
}

#title{
	
	text-align: center;
	margin-bottom: 5%;
	transition: 0.9s ease;
	padding-bottom: 2px;
}


h1{
	font-family: "Orbitron", sans-serif;
	color: #e9fe7a;
	text-shadow: 1px 1px #9a2f8a;
	font-size: 50pt;
}

h3{
	
	font-family: "Orbitron", sans-serif;
	color: #e9fe7a;
	text-shadow: 1px 1px #9a2f8a;
	margin-top:-10px;
	
	
}
.te1{

	margin: 50px;
	margin-top: -40px;
	background-color: rgba(128, 128, 128, 0.8);
	backdrop-filter: blur(3rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
	border-radius: 20px;
	padding: 80px;
	font-size: 16pt;
}

#imst{
	margin-top: 10px;
	margin-left: 18%;
}
.cont{
	margin-top: 60px;
	background-color: rgba(0, 0, 0, 0.19);
	backdrop-filter: blur(1rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
	border-radius: 20px;
	padding-bottom: 20px;
}



/*content real-fake*/
.back{
padding-top: 100px;
background-color: rgba(0, 0, 0, 0.19);
	backdrop-filter: blur(1rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
	border-radius: 20px;

}
/*content1*/
#cont1{
	margin-top:10px;
margin-left:50px ;
	width: 80%;
background-color: rgba(128, 128, 128, 0.8);
	backdrop-filter: blur(3rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
border-radius: 20px;
padding-bottom: 60px;

}
/*content2*/
#cont2{
 width: 80%;
background-color: rgba(128, 128, 128, 0.8);
	backdrop-filter: blur(3rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
border-radius: 20px;
padding-bottom: 10px;
margin-left: 10%;
margin-top: -100px;


}

/*content3*/
#cont3{
	margin-top:100px;
margin-left:50px;
	width: 80%;
background-color: rgba(128, 128, 128, 0.8);
	backdrop-filter: blur(3rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
border-radius: 20px;
padding-bottom: 60px;

}
/*content4*/
#cont4{
 width: 80%;
background-color: rgba(128, 128, 128, 0.8);
	backdrop-filter: blur(3rem);
	box-shadow:1.3rem 1.3rem 1.3rem rgba(0,0,0,0.5);
border-radius: 20px;
padding-bottom: 10px;
margin-left: 10%;
margin-top: -100px;


}

/*all contents*/

.im1{
width: 90%;
margin-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
	
}
.content{
padding-top: 20px;
padding-left: 20px;	
}
h2{
	font-family: "Orbitron", sans-serif;
	color: #e9fe7a;
	text-shadow: 1px 1px #9a2f8a;
	font-size: 30pt;
}

h4{
	
	font-family: "Orbitron", sans-serif;
	color: #e9fe7a;
	text-shadow: 1px 1px #9a2f8a;
	margin-top:-5px;
	font-size: 12pt;

}

.t{
	padding-top: 30px;
	margin-left: 20px;
	width: 50%;
}

.t2{
	padding-top: 30px;
	
	width: 90%;
}


hr{
	width: 90%;
	color:#e9fe7a;
}


.viewpage{
	text-decoration: none;
	color:#9a2f8a;
	transition: 0.9s ease;
}

.viewpage:hover{
	color:#e9fe7a;
	transition: 0.9s ease;
}
.view1{
	background-color: #e9fe7a;
	box-shadow:2px 2px #9a2f8a ;
	border-radius: 5px;
	width: 150px;
	text-align: center;
	transition: 0.9s ease;
}

.view1:hover{
	background-color:#9a2f8a;
	box-shadow:2px 2px #e9fe7a ;
	border-radius: 5px;
	width: 150px;
	text-align: center;
	transition: 0.9s ease;
}

/*gallery*/
.zoom-on-hover{
	transition: 0.9s ease;
}

.zoom-on-hover:hover  .img-fluid{
	
	transform: scale(1.03);
	opacity:0.9;
	transition: 0.9s ease;
}












/*media*/

@media (min-width: 600px) {
#cont1, #cont3{
 width: 60%;

}

#cont2, #cont4{
 width: 60%;
 margin-left: 35%;

}

}

@media (min-width: 950px) {

#cont1, #cont2, #cont3, #cont4{
 width: 60%;
}


}


