﻿
@font-face {
    font-family:poppins;
    src: url(FONT/Poppins-Regular.ttf);
}


.logo {
    width:15%;
    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:100%;
}
.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:12px;
    }

/* 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;
    }
}
h2 {
    background-color: #c00;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
}

th, td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

th {
    background-color: #333;
    color: #fff;
}

.note {
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    th {
        display: none;
    }

    td {
        text-align: left;
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }

        td::before {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 45%;
            font-weight: bold;
            white-space: nowrap;
        }

    tr td:nth-child(1)::before {
        content: "Kategori";
    }

    tr td:nth-child(2)::before {
        content: "15 Ağustos 2025 Öncesi";
    }

    tr td:nth-child(3)::before {
        content: "15 Ağustos 2025 İtibariyle";
    }
}
.m90{
    margin-top:90px;
}
.transfer-title {
    background-color: #d50000;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.transfer-table th, .transfer-table td {
    vertical-align: middle;
    text-align: center;
}

.note {
    font-size: 0.9rem;
    margin-top: 20px;
}

    .note span {
        color: red;
    }

body {
    margin: 30px;
}

table {
    border: 1px solid #ddd;
}

.custom-table thead {
    background-color: #333;
    color: white;
}

.custom-table tbody tr {
    background-color: #f8f9fa;
}

.registration-fee {
    max-width: 800px;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

    .registration-fee h2 {
        background-color: #d60000;
        color: #fff;
        padding: 15px 20px;
        margin: 0;
        font-size: 22px;
        font-weight: bold;
    }

.fee-table {
    background: #fff;
}

.fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

    .fee-row:last-child {
        border-bottom: none;
    }

.fee-title {
    font-size: 16px;
    color: #333;
}

.fee-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* Mobil uyum */
@media (max-width: 576px) {
    .fee-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .fee-price {
        align-self: flex-end;
    }
}
