@media (max-width:600px) {
    #cursor {
        display: none;
    }

    #cursor-blur {
        display: none;
    }

    #nav {

        width: 100%;
        height: 10vh;
        justify-content: space-between;
        padding: 0 5vw;
        overflow: hidden;
    }

    #nav a {
        display: none;
    }

    #nav i {
        display: block;
        font-size: 2rem;
    }

    video {
        width: 100%;
        height: 100vh;

    }

    #main {

        z-index: 9999;
        width: 100%;
        flex-direction: column;
    }

    #page1 {
        width: 100%;
        min-height: 100vh;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
    }

    #page1 h1 {
        font-size: 3rem;
    }

    #page1 h2 {
        font-size: 2rem;
    }

    #page1 p {
        font-size: 1rem;
        width: 90%;
    }

    #page1 #arrow {
        display: none;
    }

    /* page2 */
    #page2 {
        width: 100%;
        min-height: 100vh;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
    }

    #about-us {
        margin-top: 2vh;
        height: 100vh;
        flex-direction: column;
        padding: 0;
        justify-content: center;
        overflow: hidden;
    }

    #about-us img {
        height: 30vh;
        width: 40vw;
        border-radius: 5px;
        margin-top: 4vw;
    }

    #about-us-in {
        width: 90%;
        text-align: center;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #about-us-in h3 {
        font-size: 2rem;
    }

    #about-us-in p {
        font-size: 1rem;
        line-height: 1rem;
    }

    #cards-container {
        height: 150vh;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .card {
        height: 40vh;
        width: 90vw;
    }

    #green {

        height: 20vh;
    }

    #green h4 {
        font-size: 1rem;
        width: 60%;
        line-height: 1rem;
    }

    #page3 {
        width: 100%;
        min-height: 100vh;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
    }

    #page3 p {
        font-size: 1.4rem;
    }

    #page3 #colon2 {
        display: none
    }

    #page3 #colon1 {
        display: none
    }

    #page4 {
        width: 100vw;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
    }

    #page4 .elem {
        width: 70%;
        height: 30%;
    }

    #page4 h1 {

        top: -5%;
        font-size: 1rem;
    }

}

@media (max-width:768px) {
    #nav {
        width: 100%;
        height: 80px;
        justify-content: space-between;
        padding: 0 3vw;
    }
    #nav a {
        display: none;
    }
    #nav i{
        display: block;
        font-size: 5vw;
    }
    #cursor {
        display: none;
    }
    #cursor-blur {
       display: none;
    }
    #page1 h1 {
        font-size: 10vw;
    }
    #page1 h2 {
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    #page1 p {
        font-size: 3.5vw;
        width: 70%;
    }
    #page1 #arrow {
      display: none;
    }
    #scroller h4 {
        font-size: 10vw;
    }
    #about-us {
        height: 100vh;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    #about-us img {
        width: 60vw;
    }
    #about-us-in {
        width: 70%;

    }
    #about-us-in h3 {
        font-size: 8vw;

    }
    #about-us-in p {
        font-size: 3vw;
        line-height: 3vw;
        margin-bottom: 1vw;
    }
    #cards-container {
        height: 140vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .card {
        height: 40vh;
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width:1024px){
    #nav {
       
        justify-content: space-between;

    }
}