* {
    padding: 0%;
    margin: 0%;
}

@media only screen and (min-width: 600px) {
    footer {
        width: 100%;
        max-width: 100%;
        height: 480px;
        background-color: #2F2F2F;
        position: relative;
        box-sizing: border-box;
    }
    .copriyght {
        width: 100%;
        position: absolute;
        bottom: 0%;
        height: 50px;
        background-color: #415678;
        display: flex;
        align-items: center;
    }
    .sozlesme-anlasmasi {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        left: 150px;
        color: white;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .copriyght-nav {
        position: absolute;
        right: 50px;
    }
    .copriyght-nav a {
        padding: 10px;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-decoration: none;
    }
    .head-box {
        width: 80%;
        height: 80px;
        border-bottom: 2px solid #6A6869;
        display: flex;
        font-size: 10px;
        color: white;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 2px;
    }
    .head-box-container {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .call {
        position: absolute;
        right: 150px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 2px;
        font-size: 17px;
        top: 50px;
    }
    .flex-container {
        display: flex;
        width: 80%;
        height: 330px;
        justify-content: center;
        align-items: center;
        margin: 0% auto;
        grid-gap: 30px;
    }
    .box-1-1 {
        width: 400px;
        height: 280px;
        margin-top: 30px;
    }
    .box-1-2 {
        width: 400px;
        height: 280px;
        margin-top: 30px;
    }
    .box-1-3 {
        width: 400px;
        height: 280px;
        margin-top: 30px;
    }
    .baslik-footer {
        padding: 15px;
        color: #FFFCFF;
        height: 30px;
        font-family: cursive;
        font-size: 22px;
    }
    .icerik-footer {
        padding: 15px;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }
    .i-1,
    .i-2,
    .i-3 {
        width: 35px;
        height: 35px;
        float: left;
        margin-left: 5px;
        background-color: rgb(255, 255, 255);
    }
    .i-1 img,
    .i-2 img,
    .i-3 img {
        width: 100%;
        height: 100%;
        background-color: #2F2F2F;
    }
}

@media only screen and (max-width: 600px) {
    .i-1 img,
    .i-2 img,
    .i-3 img {
        width: 100%;
        height: 100%;
    }
    footer {
        width: 100%;
        max-width: 100%;
        height: 1000px;
        background-color: #2F2F2F;
        position: relative;
        min-width: 100%;
    }
    .copriyght {
        width: 100%;
        position: absolute;
        bottom: 0%;
        height: 50px;
        background-color: #415678;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sozlesme-anlasmasi {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        color: white;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .copriyght-nav {
        display: none;
    }
    .copriyght-nav a {
        padding: 10px;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-decoration: none;
    }
    .head-box {
        width: 80%;
        height: 130px;
        border-bottom: 2px solid #6A6869;
        display: flex;
        font-size: 13px;
        color: white;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 1px;
    }
    .head-box-container {
        width: 100%;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .call {
        position: absolute;
        right: 100px;
        top: 80px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .flex-container {
        display: flex;
        width: 90%;
        height: 90px;
        flex-direction: column;
        align-items: center;
        margin: 0% auto;
        grid-gap: 10px;
    }
    .box-1-1 {
        width: 350px;
        height: 280px;
        margin-top: 30px;
    }
    .box-1-2 {
        width: 350px;
        height: 280px;
        margin-top: 30px;
    }
    .box-1-3 {
        width: 350px;
        height: 280px;
        margin-top: 30px;
    }
    .baslik-footer {
        padding: 15px;
        color: #FFFCFF;
        height: 30px;
        font-family: cursive;
        font-size: 20px;
    }
    .icerik-footer {
        padding: 15px;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        line-height: 20px;
    }
    .i-1,
    .i-2,
    .i-3 {
        width: 45px;
        height: 45px;
        float: left;
        margin-left: 5px;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }
}