﻿@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;
}
.ynt{

}
.ynt b {
    font-size:34px;
}
.ynt span{
    font-size:28px;
    margin:10px;
}
    .header img {
        padding: 0px 60px 0 0;
    }
.menu {
    background-color:#910a1f;
    width:100%;
    float:left;
    height:auto;
    display:flex;
    padding:10px;
}
ul.menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height:130px;
}
.logo{
    float:left;
}
.logo img {
    width:50%;
}
.menu-bar > li > a{
    color:#fff;
    padding:15px 10px;
    font-size:17px;
   
}
.menu-bar > li>a:hover{
    background-color:#540013;
}
.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;

    }
    .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:#540013;
        padding:10px;
        width:100%;
        position:absolute;

        color:#fff;
    }
    .all{
        float:left;
    }
    .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;
}

    .logo-section img {
        width: 100px;
        margin-bottom: 10px;
    }

.logo-text {
    font-size: 18px;
    color: #444;
}