﻿/*@import url('https://fonts.cdnfonts.com/css/sf-pro-display');*/
*{
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    /*font-family: 'SF Pro Display', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #5e6b79;
    -webkit-overflow-scrolling: touch;
    background-color: #f4f5f7;
    letter-spacing: 0.4px;
}
a {
    text-decoration: none;
    color:inherit;
}
.limit, footer {
    width: 1450px;
    margin: 0 auto;
}
header, footer{
    width:100%;
}
.flex {
    display: flex;
}
.mavi {
    color: #134077;
    color:rgb(19,64,119);
}
.responsive {
    display: none;
}
.menus, menus2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #134077;
    font-weight: bold;
    font-size: 20px;
}
    header a:hover {
        color: #ff6600;
        text-decoration: solid 4px underline #ff6600;
    }
header {
    border-bottom: 1px solid #eaedf2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    background:#fff;
}
.menus2 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid #eaedf2;
}
.boxbaslik {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}
.box {
    width: 32%;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(45,54,64,.05);
    border: 1px solid #eaedf2;
    background-color: #fff;
    margin: 0 1% 30px 0;
    padding: 20px;
}
    .box:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    .box img{
        width:100%;
        object-fit:contain;
    }
h1 {
    font-size: 23px;
    margin: 20px 0;
    color: #2d3640;
}
.tanitim {
    background: rgb(11,114,173);
    background: linear-gradient(90deg, rgba(11,114,173,1) 0%, rgba(0,72,111,1) 100%);
    padding: 20px 10px;
    color:#fff;
}
    .tanitim > .limit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .tanitim > .limit > div{
        width:15%;
        padding:7px 0;
        font-size:15px;
    }
        .tanitim > .limit a:hover {
            color: #ffc107
        }
        
@media only screen and (max-device-width: 1450px) {
}

@media only screen and (max-device-width: 768px) {
}

@media only screen and (max-device-width: 480px) {
    
}


