﻿
@font-face {
    font-family:poppins;
    src: url(FONT/Poppins-Regular.ttf);
}


.logo {
    width:10%;
    float:left;
}
.logo img{
    width:auto;
}

.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:90%;
}
.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;
    }
}

.info-section {
    width: 80%;
    max-width: 1000px;
    margin: 40px auto;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #444;
    line-height: 1.7;
}

.info-block {
    margin-bottom: 50px;
}

    .info-block h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

        .info-block h3::before {
            content: "•";
            position: absolute;
            left: 0;
            top: 0;
            color: #000;
            font-size: 20px;
            line-height: 1;
        }

    .info-block p {
        font-size: 16px;
        margin: 0;
    }
.hotel-rules {
    width: 80%;
    max-width: 950px;
    margin: 30px auto;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #444;
    line-height: 1.7;
    float:left;
}

    .hotel-rules p {
        font-size: 16px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 25px;
    }

        .hotel-rules p span {
            color: #c80000; /* kırmızı yıldız */
            font-size: 22px;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }

.contact-section {
    width: 80%;
    max-width: 900px;
    margin: 40px auto;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
    text-align: left;
}

.contact-block {
    text-align: center;
    margin-bottom: 70px;
}

.contact-logo {
    width: 150px;
    margin-bottom:10px;
    margin-top:30px;
    text-align:center;
}

.contact-text {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

    .contact-text h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-text p {
        margin: 4px 0;
        font-size: 16px;
        line-height: 1.5;
    }
.registration-container {
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.title {
    background-color: #d71920;
    color: #fff;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: bold;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    text-align: center;
}

    .pricing-table thead th {
        background-color: #d71920;
        color: #fff;
        padding: 12px;
        border: 2px solid #fff;
        font-weight: bold;
    }

    .pricing-table tbody td {
        background-color: #efefef;
        padding: 12px;
        border: 2px solid #fff;
        font-size: 16px;
    }

.info {
    margin-top: 15px;
    font-size: 15px;
}

.note {
    margin-top: 10px;
    font-size: 14px;
    color: #b30000;
    font-style: italic;
}
.pricing-section {
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

/* Başlık */
.title {
    background-color: #d71920;
    color: #fff;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}

/* Tablo */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .pricing-table td {
        background-color: #efefef;
        padding: 12px;
        border: 2px solid #fff;
        font-size: 16px;
    }

/* Sol hücre görseldeki gibi kırmızı */
.left-cell {
    background-color: #d71920 !important;
    color: #fff;
    font-weight: bold;
}

/* Bilgilendirme yazıları */
.info {
    margin-top: 15px;
    font-size: 15px;
}
.notes-section {
    width: 90%;
    max-width: 900px;
    margin: 25px auto;
    font-family: Arial, sans-serif;
}

/* Özel yıldızlı madde stili */
.custom-bullet-list {
    list-style: none;
    padding-left: 0;
}

    .custom-bullet-list li {
        font-size: 15px;
        margin-bottom: 12px;
        position: relative;
        padding-left: 20px;
    }

        .custom-bullet-list li::before {
            content: "*";
            color: #b30000; /* Görseldeki kırmızı yıldız rengi */
            font-weight: bold;
            position: absolute;
            left: 0;
        }
