﻿
@font-face {
    font-family:poppins;
    src: url(FONT/Poppins-Regular.ttf);
}


.logo {
    width:18%;
    float:left;
}
.logo img{
    width:90%;
}

.link1 {
   border: 2px solid #3c708c; 
   padding:10px;
    display: block;
    text-align: center;
    width: 40%;
    margin:0 auto;
    margin-top:100px;
}

.hiza{
   
 margin-top:40px;
}
 

.w10{
    width:100%;
}


.menu{
    float:left;
    width:78%;
}
.menu ul{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:25px;

}

.header-menu {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo img {
    max-height: 50px;
}

.menu ul {
    list-style: none;
    display: flex;
   
    padding: 0;
    margin: 0;
}

    .menu ul li a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size:14px;
    }

/* Hamburger icon */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .hamburger span {
        height: 3px;
        width:19px;
        background-color: #000;
        margin: 3px 0;
    }

/* Mobile menu styling */
@media (min-width:320px) and (max-width: 998px) {
    .dflex {
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
       
    }

    .menu {
        display:none;
        width: 100%;
        background-color: white;
        display:none;
    }

        .menu.active {
            display: block;
            background-color:#2c5a72;
        }

        .menu ul {
            flex-direction: column;
            padding: 10px 0;
        }

            .menu ul li {
                text-align: center;
                padding: 10px 0;
                border-bottom: 1px solid #fff;
                width:100%;
            }
            .menu ul li a {
             color:#fff !important;
            }

    .hamburger {
        display: flex;
    }
}


li{
    list-style:none;
}
a{
    text-decoration:none;
    color:#000 !important;
}
.hd {
    background-color:#3c708c;
    padding:10px;
}

.banner{
    width:100%;
    height:auto;
}
.hdbilgi {
    background-color: #3c708c;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
}
.hdbilgi span{
    color:#fff;
    font-size:30px;
}
.member {
    display: block;
    text-align: center;
    font-size: 28px;
}
.ms {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom:10px;
    font-size:30px;
}
.ynt{
    margin-top:50px;
}
.title{
    text-align:center;
    margin:0 auto;
    padding-top:20px;
}
.sl, .rg {
    float: left;
    width:40%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height:400px;
    padding:50px;
    margin:50px;
}
.mhd{
    width:200px;
}
.tt{
    text-align:center;
    margin-top:100px;
}
.etk{
    text-align:center;
    margin:0 auto;
}
.etk img{
    width:100%;
    height:100%;
    margin-top:70px;
}
.dvt{
   text-align:center;
    margin-top:40px;
}
.dvt p{
    text-align:left;
}
.bs{
    margin-left:40px;
}
.sol,.sag{
    float:left;
  
}
.sag {
    margin-top: 80px;
}
.sag b{
    display:block;
    width:100%;
}
.kps {
    background-color: #f1f1f1;
    margin-top: 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom:40px;
}
.sag p{
    text-align:left;
}

@media (max-width:998px) {

    .sl, .rg {
        float: none;
        width:100%;
        margin: 0;
    }
}