@media screen and (max-width:1024px) {
    body {
        background: linear-gradient(to top, #0c2d64, #031533);
        background-attachment: fixed;
        background-size: 100% 100vh;
    }
    main,
    footer {
        width: 100%;
        background: none
    }
    .content p {
        max-width: 100%;
    }
    .footer-text {
        padding: 0 2em;
        width: 100%;
        text-align: center;
    }
    .content {
        margin: 0
    }
    .site-icon {
        display: none;
    }
    header {
        position: unset;
        background: none;
    }
    main {
        position: unset;
        min-height: unset;
        text-align: center;
        height: unset;
    }
    .content {
        padding: 0 2em
    }
    .main-bg {
        display: none;
    }
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 1.75em;
    }
    .social-area {
        padding: 0;
        grid-template-columns: repeat(5, auto);
        position: unset;
        margin-top: 2em;
        background: #fff;
        color: #031533
    }
    .social-area a {
        flex-direction: column;
        justify-content: center;
    }
    .social-area svg {
        margin: .5em 0 0 0;
        font-size: 1.5em;
    }
    header {
        padding: 1em 2em;
    }
    .image-grid,
    .image-grid.saglayici {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width:640px) {
    header nav {
        flex-direction: column;
    }
    header ul {
        margin-top: 2em;
    }
    .image-grid,
    .image-grid.saglayici {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:320px) {}

@media screen and (max-height:812px) {
    h1 {
        font-size: 6em;
    }
    h2 {
        font-size: 1.8em;
    }
    .site-icon {
        width: 12em;
    }
    .social-area {
        padding: 0;
    }
}