/* Genel stil ayarları */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

body {
    font-family: "Oswald", sans-serif;
    line-height: 1.6;
    margin: 0;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease; /* Arka plan ve yazı renginin animasyonu */
}



.menu li a:hover {
    color: #118da1;
}

.menu {
    list-style: none;
    display: flex;
    gap: 50px;
    padding-right: 320px;
    padding-left: 25px;
    font-size: large;
}
.menu li {
    display: inline;
}

.menu li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Hamburger Menü Checkbox */
.menu-toggle {
    display: none;
}

/* Menü İkonunu sadece anasayfada gizle */
.home-page .menu-icon  {
    display: none;
}

.close-menu {
    opacity: 0;
}


@media (max-width: 768px) {

    .home-page .menu-icon {
        display: block; /* Menüyü küçük ekranlarda göster */
    }

    .menu-icon {
        font-size: 20px;
        color: white;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 15px; /* Sağda konumlandırmak için */
        top: 20px;
    }


    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0; /* Menü sağdan açılacak */
        background-color: #333;
        height: 100vh;
        width: 30%; /* Menü genişliği %60 olacak */
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 50px;
        padding-right: 0; /* Sağdaki boşluğu sıfırladık */

    }


    /* Menü açıldığında (checkbox işaretlendiğinde) menüyü göster */
    #menu-toggle:checked + .menu-icon + .menu {
        display: flex;
    }

    /* Menü öğelerinin üzerine gelince renk değiştirme */
    .menu li a:hover {
        color: #118da1;
    }

    /* Çarpı İkonu */
    .close-menu {
        opacity: 1;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
    }

    .close-label {
        color: white;
        font-size: 30px;
        cursor: pointer;
    }

    .menu-toggle:checked + .menu-icon + .menu .close-menu {
        display: block; /* Checkbox işaretlendiğinde çarpı simgesini gösterme */
    }
}







/* Header */

.social-icons {
    display: flex;
    gap: 4px; /* Aralarına boşluk bırak */
    padding-right: 35px;
}

.social-icon {
    width: 25px;  /* İkonların boyutunu ayarla */
    height: 25px;  /* İkonların boyutunu ayarla */
    border-radius: 50%;
    font-size: 16px; /* İkonların boyutu */
    color: white; /* Başlangıç rengi */
    text-decoration: none; /* Bağlantı alt çizgisi kaldır */
    background-color: rgba(197, 191, 191, 0.4);
    transition: background-color 0.3s ease;

}

.social-icon:hover {
    background-color: rgba(197, 191, 191, 0.63); /* Hover (fareyle üzerine gelindiğinde) rengi değiştir */

}




header {
    background: linear-gradient(to bottom, white, rgba(0, 188, 212, 0)); /* Üstten alta geçiş */
    padding: 27px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: fixed;
    padding-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.4s ease; /* Arka plan renginin animasyonu */
}




header .logo img {
    margin: 10px ;
    margin-bottom: 0;
    height: 45px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-right: 60px;

}

nav ul li {
    display: inline;
    text-align: center;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;

}

nav ul li a:hover {
    color: #118da1;
    text-decoration: none;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 180px 90px;
    background-color: #2e2e2e;
    color: white;
    margin-top: 0px;
    background: url('Anasayfa_resim.png');
    background-size: cover; /* Resmin tamamını kapsar */
    background-position: center; /* Resmi ortalar */
    width: 100%;
    height: auto; /* Header kısmının yüksekliği */
}




.hero h1 {
    padding-top: 50px;
    font-size: 3em;
    margin-bottom: 0;
    display: block;
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.app-links {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.app-store, .google-play {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.app-store img, .google-play img {
    max-width: 200px;
    height: auto;
}

#hero-div{

}

.hero-image img {

    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 40px;
    padding-right: 150px;
}





/* Footer Section */



.gallery-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    text-align: center;
    padding-left: 120px;
}

.gallery-item{
    flex-basis: 30%;
    margin: 7px;
    opacity: 0.90;
    cursor:pointer;

}

.gallery-item:hover{
    opacity: 1;
}

.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LİGHTBOX*/
.lightbox{
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);  /* Arka planı buğulaştırmak için ekledik */
    -webkit-backdrop-filter: blur(10px); /* Safari için destek */
}

.lightbox-content{
    position: relative;
    width: 80%;  /* Yüzdeyle genişlik ayarlandı */
    height: 80%; /* Yükseklik oranı ayarlandı */
    margin: 10% auto;
    display: flex;
    justify-content: center;
    align-items: center;  /* İçeriği ortalamak için flex kullanıldı */
    z-index: 1001; /* İçeriğin arka planda olmasını engellemek için z-index ekledik */
    padding: 0;
}

.lightbox-content img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lightbox-prev,
.lightbox-next{
    position: absolute;
    background-color: black;
    color: #fff;
    padding: 9px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev{
    left: 40px;
}

.lightbox-next{
    right: 40px;
}

.lightbox-close {
    position: absolute;
    top: -45px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 850px) {

    .social-icons {
        display: flex;
        gap: 0; /* Aralarına boşluk bırak */
        padding-right: 35px;
    }

    .social-icon {
        width: 20px;  /* İkonların boyutunu ayarla */
        height: 20px;  /* İkonların boyutunu ayarla */
        border-radius: 50%;
        font-size: 19px; /* İkonların boyutu */
        color: white; /* Başlangıç rengi */
        text-decoration: none; /* Bağlantı alt çizgisi kaldır */
        background-color: rgba(197, 191, 191, 0.4);
        transition: background-color 0.3s ease;

    }

    .gallery-container{
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        width: 90%;
        padding: 20px ;
        padding-left: 20%;
        text-align: center;

    }
    .gallery-item{
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content{
        width: 90%;
        height: 80%;
        margin: 15% auto;
    }
    .lightbox-prev{
        left: 0;
    }

    .lightbox-next{
        right: 0;
    }

}




















footer {
    background-color: black;
    padding: 40px 20px;
    color: white;

}

.footer-gallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.footer-gallery .gallery-item {
    width: 23%;
    text-align: center;
}

.footer-gallery .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 0;

}

.footer-gallery .gallery-item p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.footer-text {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.azupir_link{
    text-align: center;
    font-family: 'Arial', sans-serif;

    font-size: 24px;
    color: #800080; /* Mor renk */
    text-align: center;
    letter-spacing: 2px; /* Harfler arasındaki boşluk */

}

.azupir_hover {
    font-family: "Courier Prime", monospace;
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    color: white;
    border: 2px solid transparent; /* Default border */
    border-radius: 45px;
    transition: all 0.3s ease; /* Smooth transition for effects */
    text-decoration: none;
    text-align: center;
}
.i {
    font-family: 'Arial', sans-serif;
    position: relative;
    top: 4px;
    padding-right: 1px;
}

.azupir_hover:hover{
    color: #8a2be2; /* Purple text color */
    border-color: #8a2be2; /* Purple border */
    cursor: pointer; /* Changes cursor to pointer */

}

.sidebar{
    display: none;
}


/* Tablet için responsive tasarım */


@media (max-width: 850px) {

    /* Header */
    header {
        padding: 10px;
        text-align: center;
    }

    header .logo img {
        height: 35px;  /* Logonun boyutunu küçült */
        padding: 1px 10px;
    }

    .social-icons {
        display: flex;
        padding-right: 40px;
    }

    .social-icon {
        gap: 0;
        font-size: 16px; /* İkonların boyutu */


    }

    /* Hero Section */
    .hero {
        padding: 180px 0; /* Hero kısmının üst ve alt paddingini ayarla */
        background-size: cover;
        background-position: center;
        height: 50vh; /* Hero bölümünün yüksekliğini küçült */
        flex-direction: column;  /* Hero kısmındaki içerikleri dikey hizala */
        justify-content: center;
        margin-left: 0;
    }

    .hero h1 {
        font-size: 1.5em;  /* Başlık boyutunu küçült */
        padding-right: 100px;

    }

    .hero p {
        font-size: 1em;  /* Paragraf boyutunu küçült */
        margin-bottom: 15px;
        padding-right: 110px;
    }

    .hero-image img {
        max-width: 100%; /* Resmi ekran boyutuna göre uyumlu yap */
        margin: 20px 0;
    }

    .app-links {
        align-items: flex-start; /* Uygulama linklerini ortala */
    }

    .app-store img, .google-play img {
        max-width: 130px;  /* Uygulama ikonlarını küçült */
    }

    /* Footer */
    footer {
        padding: 20px 10px; /* Footer kısmının paddingini ayarla */
    }

    .footer-gallery {
        flex-direction: column;  /* Galeri öğelerini dikey hizala */
        align-items: center;  /* Galeri öğelerini ortala */
    }

    .footer-gallery .gallery-item {
        width: 100%;  /* Galeri öğelerinin genişliğini %100 yap */
        margin-bottom: 10px; /* Galeri öğeleri arasına boşluk bırak */
    }

    .footer-gallery .gallery-item img {
        width: 80%; /* Resimlerin genişliğini %80 yap */
    }

    .footer-text {
        font-size: 10px;  /* Footer metninin boyutunu küçült */
    }

    .azupir_hover {
        font-size: 10px;  /* Azupir linkinin boyutunu küçült */
    }

    /* Sosyal medya ikonları */
    .social-icons {
        justify-content: center; /* Sosyal medya ikonlarını ortala */
        gap: 10px;
    }

    .social-icon {
        width: 25px; /* Sosyal medya ikonlarının boyutunu küçült */
        height: 25px;
    }

    /* Menü */
    #Menüler {
        display: none;
        color: white;
    }

    .azupir_hover {
        font-family: "Courier Prime";
        display: inline-block;
        padding: 8px;
        font-size: 14px;
        color: white;
        border: 2px solid transparent; /* Default border */
        border-radius: 45px;
        transition: all 0.3s ease; /* Smooth transition for effects */
        text-decoration: none;
        text-align: center;
    }
    .i {
        font-family: 'Arial', sans-serif;
        position: relative;
        top: 4px;
        padding-right: 1px;
    }

    .azupir_hover:hover{
        color: #8a2be2; /* Purple text color */
        border-color: #8a2be2; /* Purple border */
        cursor: pointer; /* Changes cursor to pointer */

    }


}




@media (max-width: 850px) {

    .home-page .menu-icon {
        display: block; /* Menüyü küçük ekranlarda göster */
    }

    .menu-icon {
        font-size: 20px;
        color: white;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 15px; /* Sağda konumlandırmak için */
        top: 20px;
    }


    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0; /* Menü sağdan açılacak */
        background-color: #55B2C4;
        height: 100vh;
        width: 30%; /* Menü genişliği %60 olacak */
        flex-direction: column;
        align-items: center;
        padding: 60px 20px;
        gap: 20px;
        z-index: 999;

    }


    /* Menü açıldığında (checkbox işaretlendiğinde) menüyü göster */
    #menu-toggle:checked + .menu-icon + .menu {
        display: flex;
    }

    /* Menü öğelerinin üzerine gelince renk değiştirme */
    .menu li a:hover {
        color: #118da1;
    }

    /* Çarpı İkonu */
    .close-menu {
        opacity: 1;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
    }

    .close-label {
        color: white;
        font-size: 30px;
        cursor: pointer;
    }

    .menu-toggle:checked + .menu-icon + .menu .close-menu {
        display: block; /* Checkbox işaretlendiğinde çarpı simgesini gösterme */
    }

}





.language-switch {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

.language-switch:hover {
    background-color: #333;
}

@media (max-width: 550px) {
    header .logo img {
        margin-left: 0;
        width: 115px;
        height: auto;
    }

    .hero{
        background-image: url('Anasayfa_resim.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -50px;
    }
    .hero_başlık{
        margin-top: 30px;
        margin-left: -19px;
    }
    .hero-content p{
        margin-left: -9px;

    }
    .app-links{
        display: block;         /* Flexbox kullanarak öğeleri yatayda hizalar */

    }
    .app-store{
        max-width: 10%;
    }
    .google-play{
    }
    footer{
        margin-top: -102px;
    }


    .menu-icon {
        font-size: 20px;
        color: #55B2C4;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 15px; /* Sağda konumlandırmak için */
        top: 20px;
    }

    .close-label {
        color: white;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0; /* Menü sağdan açılacak */
        background-color: #55B2C4;
        height: 100vh;
        width: 30%; /* Menü genişliği %60 olacak */
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 70px;
        padding-right: 0; /* Sağdaki boşluğu sıfırladık */
        padding-left: 0;

    }
    .azupir_hover{
        font-family: "Courier Prime";
    }

    .lightbox-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 40px;
        color: white;
        cursor: pointer;
        z-index: 1001;
    }

}


