﻿@font-face {
    src: url(FONT/Poppins-Regular.ttf);
    font-family: poppins
}

body {
    font-family:poppins;
}
a{
    text-decoration:none !important;

}
.link {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 30%;
    padding: 10px;
    margin-top: 30px;
    border: 2px solid #540013;
    color:#000;
}

li{
    list-style:none;
}
.header {
    background-color: #540013;
    width: 100%;
    float: left;
    text-align: center;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-1{
    float:left;
    width:70%;
}
.ynt{

}
.ynt b {
    font-size:34px;
    text-align:left;
    display:block;
}
.ynt span{
    font-size:28px;
    
    text-align:left;
    display:block;

}
    .header img {
        padding: 0px 60px 0 0;
    }
.menu {
    background-color:#04112526;
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    padding: 13px;
}
ul.menu-bar {
  
    align-items: center;
    justify-content: center;
 
}
.kps{
    display:flex;
    align-items:center;
    justify-content:center;
}
ul.menu-bar li{
    float:left;
}
.logo{
    float:left;
    width:45%;
    text-align:center;
}
.logo img {
    width:25%;
}
.menu-bar > li > a{
    color:#000;
    padding:15px 10px;
    font-size:17px;
   
}
    .menu-bar > li > a:hover {
        background-color: #047995;
    }
.banner{
    width:100%;
}
.genel{
    background-color:#540013;
    padding:50px;
    width:100%;
    float:left;
    text-align:center;
}
.title{
    font-size:42px;
    color:#fff;
    font-weight:bold;
}
.gbilgi{
    margin:0 auto;
    width:70%;
    
}
.gbilgi >ul{margin-top:15%;}
.gbilgi >ul>li{
    margin-bottom:10px;
}
.gbilgi>ul>li>span{font-weight:bold;}
    .gbilgi > ul > li {
        color:#777;
        margin-bottom:75px;
    }
    .ypm{
        text-align:center;
        margin-top:100px;
        display:block;
        font-size:48px;

    }
    .info-section img{
        width:13%;
        padding:20px;
    }
    .fl{
        float:left
    }
    .ilt-title{
        font-weight:bold;
        display:block;
    }
.ilt-title-t {
    font-weight: bold;
    display: block;
    font-size:28px;
}
    .ilt-title-2{
        display:block;
    }
    .mt{
        margin-top:80px !important;
        text-align:center;
    }
    ul.ilt>li{
        margin-bottom:10px;
    }
    .eposta{
        font-weight:bold;
    }
    .ilt>li>a{color:#000;}
.footer {
    background-color: #07627a;
    padding: 10px;
    width: 100%;
    position: absolute;
    color: #fff;
  
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .menu-toggle span {
        width: 25px;
        height: 3px;
        background: #fff;
        margin: 4px 0;
        transition: 0.3s;
    }

    .info-section1 img{
        width:45%;
        padding:20px;
    }

/* Mobil görünüm */
@media (max-width: 768px) {
    .menu-bar {
        display: none;
        flex-direction: column;
        background: #003366;
        position: absolute;
        top: 70px;
        right: 0;
      
        padding: 10px;
        width:100%;
    }
    .info-section1 img{
        width:100% !important;
    }
    .info-section img {
        width: 52% !important;
    }
    .info-section1{
        width:100% !important;
    }
        .menu-bar.show {
            display: flex;
        }
        .logo{
            width:100%;
        }

    .menu-toggle {
        display: flex;
    }
    ul.menu-bar li{
        padding:10px;
    }
    ul.menu-bar li a {
        color:#fff;
    }
    .menu-toggle span {
        background: #9e1111;
    }
}




.cv{
   
}










.logo-section img{
    margin-bottom:20px;
}
.cv1 {
    line-height:32px;
    text-align:left;
    display:block;
    width:100%;
    margin:0 auto;
}
    .all{
        float:left;
    }
    .yapim{
        text-align:center;
        margin:0 auto;
        display:block;
        font-size:32px;
        padding:100px;
    }
    .frt{float:right;}
    .bilimsel{

        display:block;
        padding:10px;
        color:#540013;
        border-radius:10px;
        border:1px solid #540013;
        width:50%;
        text-align:center;
        margin:0 auto;
        margin-top:75px;
    }
    .bp{
        width:100%;
        margin-top:50px;
    }
    .bilimsel a{color:#540013;}

table {
    width: 700px;
    border-collapse: collapse;
    margin-bottom: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

th, td {
    padding: 14px 18px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
}

th {
    background-color: #0e1c8c; /* Başlık koyu mavi */
    font-weight: bold;
}

td {
    background-color: #1e2dab; /* Satır açık mavi */
    border:1px solid #fff !important;
}

.note {
    font-size: 15px;
    color: #000000;
}

    .note::before {
        content: "• ";
        color: red;
        font-weight: bold;
    }
.hotel-section {
    margin-bottom: 40px;
}

.hotel-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.hotel-table {
    width: 700px;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .hotel-table th,
    .hotel-table td {
        padding: 12px 16px;
        text-align: center;
        color: white;
        border: 1px solid #ffffff;
    }

    .hotel-table th {
        background-color: #0e1c8c;
    }

    .hotel-table td {
        background-color: #1e2dab;
    }

.hotel-note {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
}

    .hotel-note::before {
        content: "• ";
        color: red;
        font-weight: bold;
    }

.hotel-footer {
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}

    .hotel-footer span {
        display: block;
        margin-top: 5px;
        color:#540013;
        font-weight:bold;
        font-size:16px;
    }

.iletisim-kapsayici {
  
    justify-content: space-between;
    align-items: flex-start;
}

.info-section {
    width: 60%;
    text-align:center;
    margin:0 auto;
}

.section-title {
    background: linear-gradient(to right, #d32f2f, #8b1c1c);
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 0;
}

.section-divider {
    height: 5px;
    background-color: #3e1212;
    margin-bottom: 20px;
}

.contact-block {
    margin-bottom: 30px;
}

    .contact-block p {
        margin: 8px 0;
    }

    .contact-block strong {
        display: block;
        margin-top: 10px;
    }

.logo-section {
    text-align: center;
    position:absolute;
}

    .logo-section img {
        width: 100px;
        margin-bottom: 10px;
    }

.logo-text {
    font-size: 18px;
    color: #444;
}
.banner1 {
    float:left;
}