body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: black;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none;
}

.header {
    position: relative;
    width: 100%;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

.kapak {
    width: 100%;
    height: 35vh;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
}

.nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    gap: 10px;
    padding-right: 40px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 30px;
}

.dropbtn {
    background-color: rgba(61, 61, 61, 0.8);
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border-radius: 5px 5px 0 0;
    height: 40px;
     
}

.dropbtn:hover {
    background-color: rgba(29, 29, 29, 0.9);
}

.current-lang {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}

.arrow-down {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-top: -2px;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    min-width: 65px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 100;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

/* Hover alanını genişletmek için */
.dropdown-content::before {
    content: '';
    position: absolute;
    top: -10px; /* Üstte boşluk bırak */
    left: 0;
    width: 100%;
    height: 10px; /* Hover alanını genişlet */
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Önceki show class'ını kaldır */
.dropdown-content.show {
    display: none;
}

/* Hover animasyonu için */
.dropdown-content a {
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease;
    opacity: 0.8;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.kapak-resmi {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0 15px;
    margin-top: 5px;
}

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

.sosyal-medya-item {
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #333;
    color: white;
    padding: 8px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sosyal-medya-item img {
    max-width: 35px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.sosyal-medya-item p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    padding: 0 2px;
    box-sizing: border-box;
}

 

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

.social-slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

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

 

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

.logo {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 30;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.navbar {
    width: 100%;
    padding: 5px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: transparent;
}

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

.navbar li {
    margin: 0;
    padding: 0;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.navbar a:hover {
    color: #fff;
    opacity: 1;
    transform: scale(1.05);
}

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

.content h1 {
    font-family: 'Marcellus SC', serif;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    text-align: center;
    width: 100%;
}

.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: #141414;
    transform: scale(1.0);
}

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

.webniva {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #000;
    z-index: 100;
}

.webniva a {
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.webniva a .powered-by {
    color: rgba(255, 255, 255, 0.74); /* Daha silik/yarı saydam beyaz */
    font-weight: normal;
}

.webniva a .webniva-text {
    color: #ffffff; /* Tam beyaz */
    font-weight: bold;
}

.webniva a:hover .powered-by {
    color: rgba(255, 255, 255, 0.767); /* Hover durumunda biraz daha belirgin */
}

.webniva a:hover .webniva-text {
    color: #ffffff; /* Hover durumunda da tam beyaz kalır */
}

.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;
}
 

.degerlendir2:hover {
    background-color: #141414;
}

/* Mobil için özel düzenlemeler */
@media (max-width: 768px) {
    .wrapper {
        padding: 0;
    }

    .content {
        padding: 10px 10px 0 10px;
    }

    .social-slider {
        margin-bottom: 5px;
    }

    .webniva {
        padding: 5px 0;
        margin-bottom: 5px;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar ul {
        gap: 20px;
    }

    .navbar a {
        font-size: 13px;
    }

    .logo {
        width: 130px;
        height: 130px;
    }

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

    .kapak {
        height: 30vh;
    }

    .content h1 {
        font-size: 24px;
        margin-top: 25px;
    }

    .nav-container {
        padding: 0 10px;
        gap: 8px;
    }
    
    .dropbtn, .map-text {
        padding: 6px 12px;
        font-size: 13px;
    }

    .dropdown {
        margin-left: 8px;
    }
}

/* Küçük ekranlar için */
@media (max-width: 360px) {
    .kapak {
        height: 25vh;
    }

    .navbar ul {
        gap: 15px;
    }

    .navbar a {
        font-size: 12px;
    }

    .logo {
        width: 80px;
        height: 80px;
        bottom: -30px;
    }

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

    .content h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .navbar {
        padding: 8px 8px;
    }

    .nav-container {
        padding: 0 8px;
        gap: 5px;
    }

    .dropdown {
        margin-left: 5px;
    }
}

/* Menü butonu için özel stil */
.menü-buton {
    width: 100% !important;
    height: auto !important;
    padding: 10px !important;
    margin: 0 !important;
    box-sizing: border-box;
    background-color: #333;
    border-radius: 5px;
}

.menü-buton img {
    width: 30px;
    height: 30px;
}

.menü-buton p {
    font-size: 14px !important;
    margin-top: 5px !important;
}

.menu-container {
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

.menu-link {
    display: block;
    width: 100%;
}

.review-buttons {
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.review-link {
    width: 50%;
    text-decoration: none;
}

.review-button {
    width: 100%;
    height: auto;
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.review-button img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.review-button p {
    margin: 0;
    font-size: 11px;
}

.review-button:hover {
    background-color: #141414;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #1a1a1a;
    width: 90%;
    max-width: 320px;
    border-radius: 15px;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header {
    text-align: center;
    margin-bottom: 20px;
}

.modal-header img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.modal-header h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}

.wifi-details {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
}

.wifi-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wifi-item:last-child {
    margin-bottom: 0;
}

.wifi-label {
    color: #888;
    font-size: 14px;
}

.wifi-value {
    color: #fff;
    font-size: 14px;
    font-family: monospace;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background: transparent;
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: color 0.3s;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
}

.close:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

@media (max-width: 500px) {
    .language-buttons {
        display: flex;
        justify-content: center;
    }
}