@media (max-width : 640px) {
    /* #wrapper{
       margin: 6vw 0 0 0;
    } */
    #loader {
        width: 100%;
        height: 100vh;
        padding: 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .loaderContent {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4vw;
    }
    
    .timer {
        width: 100%;
        justify-content: center;
        margin-bottom: 4vw;
    }
    
    .timer h2 {
        font-size: 8vw;
    }
    
    .loaderContent h1 {
        font-size: 10vw;
        line-height: 1.2;
    }
    
    .blink {
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 4vw 0;
    }
    
    .waiting {
        margin: 6vw 0 0 0;
        text-align: center;
    }
    
    .waiting h3 {
        font-size: 4vw;
        line-height: 1.4;
    }
    
    .heroContainer{
        height: 50vh;
        padding-top: 8vw;
    }
    .heroContainer p{
        display: none;
    }
    .logos{
        width: 100%;
    }
    .svgs{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .heroContainer nav {
        padding: 1.5vw 4vw;
        margin-bottom: 7vw;
        font-size: 7vw;
    }
    .heroContainer nav .menus{
        display: none;
    }
    #videoSection {
        height: 50vh;
        justify-content: center;
    }
    .videoContainer {
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #videoCursor {
        width: 15vw;
        height: 15vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #videoCursor i {
        font-size: 4vw;
    }
    .heroContent h2{
        font-size: 12vw;
        line-height: 1.2;
    }
    .heroContent{
        height: 8vh;
    }
    .projectContainer{
        flex-direction: column;
        gap: 4vw;
    }
    .parentImg{
        width: 100%;
    }
    .parentImg .imgContainer{
        width: 100%;
    }
    .imgContainer{
        width: 100%;
    }
    .imgCircle{
        display: none;
    }
    .projectContainer:nth-child(2){
        width: 100%;
    }
    #projects{
        height: fit-content;
        padding: 4vw 0;
    }
    .imgContainer img{
        width: 100%;
        height: auto;
    }
    .projectContent h2{
        font-size: 12vw;
    }
    .allProjects{
        width: 35vw;
        height: 35vw;
        margin-top: 7vw;
    }
    .imgSections{
        flex-direction: column;
        gap: 4vw;
    }
    .projectContainer .parentImg:nth-child(2n){
        height: auto;
        width: 100%;
    }
    .projectContainer .parentImg:nth-child(2n) .imgContainer{
        height: auto;
        width: 100%;
    }
    #about {
        min-height: fit-content;
        margin: 0;
        padding: 4vw 0;
    }
    #aboutContent {
        width: 90%;
        margin: 4vw;
        position: relative;
    }
    #aboutContent .mainText {
        font-size: 5.5vw;
        width: 100%;
        margin: 5vw 0;
        line-height: 1.4;
    }
    .texts p {
        width: 100%;
        font-size: 4.2vw;
        margin: 2vw 0;
        line-height: 1.6;
    }
    .table {
        width: 100%;
        height: auto;
        padding: 4vw;
        position: initial;
        margin-top: 4vw;
    }
    .rows h4 {
        font-size: 6vw;
    }
    .rows p {
        font-size: 3.1vw;
        width: 100%;
        margin-top: 2vw;
    }
    .workContent h6 {
        font-size: 6.2vw;
        font-weight: 300;
    }
    .elem h1, .elem2 h1 {
        font-size: 12vw;
        line-height: 1.2;
    }
    .footerContainer h1 {
        font-size: 12vw;
        line-height: 1.2;
    }
    .linksSection {
        height: fit-content;
        flex-direction: column;
        gap: 6vw;
    }
    .footerContainer {
        width: 100%;
        margin-right: 0;
        padding: 4vw;
    }
    .linksSection div h5 {
        font-size: 8vw;
        margin-bottom: 3vw;
    }
    .linksSection div ul li {
        font-size: 5vw;
        margin: 2vw 0;
    }
    .linksSection div p {
        font-size: 5vw;
        margin: 2vw 0;
    }
}