body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background-color: black;
    overflow: hidden;
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    text-align: center;
    background-color: #000000;
}

.kapak-resmi {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid;
    border-color: #2386C6;
    border-radius: 10px;
}
.kapak {
    padding: 6px;
    margin-top: -20px;
}

.dis {
    background-image: url(images/dis.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10rem;
    width: 300px;
    height: 300px;
    opacity: 0.2;
}

main {
    text-align: center;
    background-color: #000000;
    padding: 20px;
}

.sosyal-medya {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.sosyal-medya-item {
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #2386C6;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    margin: auto;
}
.sosyal-slider-item {
    cursor: pointer;
    text-align: center;
    background-color: #2386C6;
    color: white;
    padding: 1px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.social-slider img {
    width: 24px;
    margin: 0 5px;
}

.sosyal-medya-item img {
    max-width: 30px;
    margin-bottom: 5px;
}

.sosyal-medya-item p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.sosyal-medya-item:hover {
    background-color: #2386C6;
}

.sosyal-slider-item:hover {
    background-color: #2386C6;
}

.logo {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#yandex {
    width: 20px;
}

.logo img {
    width: 110px;
    height: 110px;
}

.navbar {
    background-color: #333;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: relative;

}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.navbar li {
    margin: 0 20px;
    color: #fff;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s, transform 0.3s;
}

.navbar a:hover {
    color: #2386C6;
    transform: scale(1.1);
}

.content {
    text-align: center;
    margin-top: 5px;
    padding: 15px;
}

.content h3 {
    color: white;
    font-size: 12px;
    margin-top: -10px;
}

.content h1 {
    font-size: 18px;
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.language-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    text-align: center;
}

.language-buttons img {
    width: 32px;
    height: 20px;
    margin: auto;
    align-items: center;
}

.language-buttons button h1 {
    font-size: 10px;
}

.language-buttons button {
    margin: 10px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #333;
    color: white;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    width: 50px;
    height: 60px;
}

.language-buttons button:hover {
    background-color: #2386C6;
    transform: scale(1.0);
}

footer {
    text-align: center;
    background-color: #000;
    padding: 8px 0;
    position: relative;
    margin-top: auto;
    margin-bottom: 20px;
    width: 100%;
}

.social-slider {
    position: fixed;
    left: 0;
    bottom: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    z-index: 1000; 
}

.social-slider img {
    width: 32px;
    margin: 0 5px;
}

.section {
    display: none;
}
.section.active {
    display: block;
}

.close {
    color: #aaa;
    float: right;
    font-size: 35px;
    position: relative;
    right: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #2386C6;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none; 
    margin: auto 0;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow-x: hidden; 
    overflow-y: auto;
    background-color: rgba(0,0,0,0.4); 
    z-index: 1000; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modal-content {
    margin: 0;
    width: 100%; 
    max-width: 600px;
}

.fiyat {
    color: white;
    font-weight: bold;
    padding: 3px;
    float: right;
    height: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    top: -3px;
    left: 4px;
}

    @media (max-width: 500px) {
    .language-buttons {
    display: flex;
    justify-content: center;
    }
    }
    .title {
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.219);
    padding: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    }

    .tablo { 
    color: rgb(255, 255, 255);
    font-size: 14px;
    }
    .tablo td { 
    text-align: left;
    padding: 8px;
    border:1px solid rgba(255, 255, 255, 0.219);
    }

    .tablo td p {
        color: whitesmoke;
        font-size: 12px;
    }

    .sutun {
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: transparent;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.342);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .sutun .channel-item {
    width: 100%;
    border: 1px solid rgba(224, 224, 224, 0.034);
    font-size: 12px;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    }
    .uyari {
    color: white;
    width: 90%;
    margin-top: 11px;
    font-size: 10px;
    text-align: left;
    }
    .uyari li {
    margin-top: 5px;
    width: 100%;
    }
    .success_message img {
    width: auto;
    height: 100px;
    }
    .loginform{
    width:90%;
    height: 100%;
    padding:0 0 15px 5%;
    }
    .popup {
    background-color: #282828;
    }

    .vip {
    width: 100%;
    background-color: #282828;
    color: white;
    text-align: left;
    justify-content: center;
    padding: 10px;
    }

    .spa {
    width: 100%;
    background-color: #282828;
    color: white;
    text-align: left;
    justify-content: center;
    padding: 10px;
    }

    .webniva {
        position: absolute;
        bottom: 0; /* Yatay olarak en altta, dikey olarak tam ortada olması için */
        left: 50%;
        transform: translate(-50%); /* Ortalamak için */
        text-align: center; /* İçeriği yatay olarak ortalamak için */
    }
    
    .webniva img {
        height: 15px; /* İstenilen yüksekliğe göre */
        /* Diğer stillendirme özellikleri */
    }

    .degerlendir {
        background-color: #282828;
        padding:5px;
        border: 1px solid transparent;
        border-radius: 5px;
        font-size: 12px;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 150px;
        height: auto;
        margin-top: 3.75rem;
        cursor: pointer;
    }

    .degerlendir a {
        color: white;
    }

    .degerlendir2 {
        background-color: #fff;
        padding:5px;
        border: 1px solid transparent;
        border-radius: 5px;
        font-size: 12px;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 150px;
        height: auto;
        margin-top: 3.75rem;
        cursor: pointer;
    }

    .degerlendir2 a {
        color: #282828;
    }
    
    .degerlendir a:hover {
        color: #fff;
    }

    .degerlendir2 a:hover {
        color: #fff;
    }
    
    .degerlendir:hover {
        background-color: #2386C6;
    }

    .degerlendir2:hover {
        background-color: #2386C6;
    }