
@media screen and (max-width: 920px){
    .ing{
        font-size:4vh;
    }
    .title{
        width:42vw;
    }
    .img{
        width: 10vw;
        height: 7vh;
        margin-right: 1%;
    }
    .line{
        width: 100%;
        height: 3px;
        background:  #0f0f0f;
        margin: 5px;
    }
    header{
        position: relative;
        
    }
    .hamburger{
        position:absolute;
        cursor: pointer;
        right: 5%;
        top:50%;
        width: 6vw;
        transform: translate(-5%, -50%);
        z-index: 2;
    }
    .links {
        position: fixed;
        background:#9BDAF2;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(100px at 90% -20%);
        -webkit-clip-path: circle(100px at 90% -20%);
        transition: all 2s ease-out;
        pointer-events: none;
        z-index: 1;
    }
    .links.open{
        clip-path: circle(2000px at 90% -20%);
        -webkit-clip-path: circle(2000px at 90% -20%);
        pointer-events: all;
        
    }
    .links a {
    opacity: 0;
    }
    
    .links a:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }
    .links a:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }
    .links a:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }
    .links a:nth-child(4) {
        transition: all 0.5s ease 0.6s;
    }
    .links div {
        display: none;
    }
    .links a.fade {
        opacity: 1;
    }
    .bx-md {
    font-size: 350%!important;
    }
    .bx{
        font-size: 350%!important;
    }
    .bot{
        transition: all 0.5s ease 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14vw;
    }
    .drop{
        width: 100%;
        right: 0%;
        height: 30vh;
    }
    /* footer */




footer aside{
    height: 18vh;
    width: 100vw;
    margin: 0px auto;
    
}
footer aside a{
    width: 20vw;
    margin-right: 1vw;
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
}
footer aside a:hover{
    color: white;
}
footer p{
    
    color: white;
    font-weight: 400;
    font-size:100%;
}
.register{
    left: 10%;
    z-index: 2;
}
}
