.logo1{
	width:100%;
	max-height: 100px !important;
}
.hero video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.courses1{
	width: 100%;
    height: 250px;
    object-fit:cover;
}
.footer{
	justify-items:center;
}
.logo2{
	width:50%;
	max-height: 150px !important;
}
.footer .social-links a {
    color: 
 color-mix(in srgb, var(--default-color), transparent 30%);
    background-color: 
 color-mix(in srgb, var(--default-color) 5%, white 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}
.whatsapp{
    position: fixed;  
    left: 20px; 
    bottom: 30px;
    z-index:100;
}
.whatani{
    width:100%;
    height:60px;
    border-radius: 10px;
}
.footer .social-links a {
    font-size: 40px;
}