.title{

	font-size: 100px;
	text-align: center;
	font-weight: bold;
	color: rgba(2, 3, 35 ,1);
	left: 50%;
	transform: translateX(-55%) translateY(-220%);
	
}
.des{
	font-size: 50px;
	color: black;
	margin: auto;
	
	text-align: center;
	transform: translateY(-120%);


}
.ss{
	text-align: center;
	margin-top: -100px;
	color: rgba(2, 3, 35 ,1);
	font-size: 50px;

}
.par{
	position: relative;
	left: 50%;
	transform: translateX(-50%) translateY(-130%);
	width: 1000px;
	font-size: 30px;
	text-align: center;
}
.ll{
	font-size: 100px;
	color: rgba(2, 3, 35 ,1);
	text-align: center;
    font-weight: bold;
	transform: translateY(-60%);
}
.alum{
	position: relative;
	width: 300px;
    top: -80px;
    margin-bottom: -130px;
	left: 50%;
    border-radius: 20px;
	transform: translateX(-50%);
}
.cuper{
	display: block;
	width: 100%;
    border-radius: 20px;

}
.suss{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-radius: 20px;
	background: rgba(0, 1, 10, 0.6) ;
	color:white ;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.25s ease-in-out ;
}
.suss--blur{
	backdrop-filter: blur(5px);
}
.suss > *{
	transform: translateY(220px);
	transition: transform 0.25s ease-in-out;
	text-decoration: none;
	color: white;
}
.suss:hover{
	opacity: 1;
	
}
.suss:hover > *{
	transform: translateY(140px);
}
.hr-alum{
    color: rgb(235, 132, 50); 
    width: 250px; 
    position: relative; 
    transform: translateY(250px); 
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
}
.alink{
	font-size: 2em;
	font-weight: bold;
	color: white;
}
.plink{
	font-size: 30px;
	margin-top: -0.15em;
	color: white;
}
.cc{
    width: 0;
    height: 0;
    margin-top: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
}
.acas{
    position: relative;
}
.scol{
    
   display: block;
    width: 100vw;
}
.scol-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -5%;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
}
.acad{

    font-size: 5em;
    font-weight: bold;
    
}
.academi{
    text-align: center;
    font-size: 25px;
    padding: 60px;
    margin-top: 0em; 
}
.bbb{
    position: relative;
    text-decoration: none;
    background-color: rgba(2, 3, 35 ,1);
    color: white;
    width: 200px;
    height: 50px;
    border: 0px ;
    border-radius: 20px;
    font-size: 1.5em;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: font-size 0.25s ease-in-out, width 0.25s ease-in-out;
    
   
}
.bbb:hover{
    width: 250px;
    color: white;
    text-decoration: none;
    font-size: 1.7em;
}