
* {
   
    box-sizing: border-box;

	font-size:15px;
    font-family: "Poppins", sans-serif;
}
:root {

    --white-color: #fff;

    --dark-color: #252525;

    --primary-color: #3b141c;

    --secondary-color: #f3961c;

    --light-pink-color: #faf4f5;

    --medium-gray-color: #ccc;

    --font-size-s: 0.9rem;

    --font-size-n: 1rem;

    --font-size-m: 1.12rem;

    --font-size-l: 1.5rem;

    --font-size-xl: 2rem;

    --font-size-xxl: 2.3rem;

    --font-weight-normal: 400;

    --font-weight-medium: 500;

    --font-weight-semibold: 600;

    --font-weight-bold: 700;

    --border-radius-s: 8px;

    --border-radius-m: 30px;

    --border-radius-circle: 50%;

    --site-max-width: 1300px;

}

body {
    background-color: #080919;
    color:whitesmoke;
	font-size:1rem;
	
	
}

.btn.primary {
    background-color: #000F1F;
    color: #fff;
    text-decoration:none;
    box-shadow: 0 6px 18px rgba(13,139,242,0.18);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .btn.primary:hover {
        background: #0074E8; /* Maviye ge?i? */
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,116,232,0.3);
    }





.btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--primary);
    color: var(--text-light);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

    .btn:hover {
        background: var(--accent);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px var(--shadow);
    }

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
    color: var(--primary);
    position: relative;
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--primary);
        border-radius: 2px;
    }
/* Hero Section */
.heroo {
    padding-top: 150px;
   padding-bottom: 80px;
    background-size: cover;
    z-index: -1;
    color: white;
    text-align: center;
}

.hero {
    
    
    background: url('/img/sn.jpg') no-repeat center center;
	
    background-size: 110%;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: bgZoom 10s ease-in-out infinite alternate;
}

@keyframes bgZoom {
    0% {
        background-position: center left;
    }

    50% {
        background-position: center center;
    }

    100% {
        background-position: center right;
    }
}


.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* About Section */
.about {
    background-color: var(--bg);
}



.about-text {
    flex: 1;
	
}

    .about-text h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        color: var(--primary);
    }

    .about-text p {
        margin-bottom: 20px;
		
        font-size: 2rem;
    }

.about-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px var(--shadow);
}
 .about-image img {
	 /*
        width: 100%;
        height: auto;
        display: block;
		flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px var(--shadow);*/
	 height: 400px;
        width: 400px;
        object-fit: cover;
        border-radius: var(--border-radius-circle);
   flex: 1;
  overflow: hidden;     
display: flex ;
	 
		
}
	

	

	
    


/* Menu Section */
.menu {
    background-color: var(--card);
    padding: 80px 0;
}

.menu-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    padding: 8px 20px;
    background: var(--bg);
    color: var(--text);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition);
}

    .filter-btn.active, .filter-btn:hover {
        background: var(--primary);
        color: white;
    }

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.menu-item {
    background: var(--bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px var(--shadow);
    transition: var(--transition);
}

    .menu-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px var(--shadow);
    }

.menu-item-img {
    height: 200px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

html {
    scroll-behavior: smooth;
}

.menu-item-info {
    padding: 20px;
}

.menu-item-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .menu-item-title h3 {
        color: var(--primary);
    }

.menu-item-price {
    color: var(--primary);
    font-weight: bold;
}









/* Responsive Design */

/* G?r?nme animasyonlar? */

/* Partners Section */
.partners {
    background-color: var(--card);
    padding: 100px 0;
    text-align: center;
}

.partners-subtitle {
    color: var(--text);
    font-size: 1.1rem;
    margin-bottom: 60px;
    opacity: 0.8;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    align-items: center;
    justify-items: center;
}

.partner-card {
    background: var(--bg);
    border-radius: 15px;
    box-shadow: 0 10px 25px var(--shadow);
    padding: 30px 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    max-width: 240px;
}

    .partner-card:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 15px 35px var(--shadow);
    }

    .partner-card img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 15px;
        filter: grayscale(100%);
        transition: all 0.3s ease;
    }

    .partner-card:hover img {
        filter: grayscale(0%);
    }

    .partner-card h3 {
        color: var(--primary);
        font-size: 1rem;
        margin-top: 10px;
    }


.team-contacts {
    padding: 100px 0;
    color: #fff;
	display: flex;
	flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 18px;
    color: #cfd8e3;
    margin-bottom: 50px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 40px 20px;
    width: 100%;
    max-width: 350px;
    transition: all 0.4s ease;
    cursor: pointer;
}

    .contact-card:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

.contact-avatar {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    box-shadow: 0 0 20px rgba(0,123,255,0.4);
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 16px;
    margin: 6px 0;
    color: #dbe6f2;
}

.contact-info i {
    margin-right: 8px;
    color: #00d4ff;
}



.about-content.reverse {
    flex-direction: row-reverse;
}

.slider {
    width: 100%;
    z-index: 1000;
    height: 100%;
}

.heroo {
    
    background: url('/img/sn.jpg') no-repeat center center;
    background-size: 110%;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: bgZoom 10s ease-in-out infinite alternate;
}

@keyframes bgZoom {
    0% {
        background-position: center left;
    }

    50% {
        background-position: center center;
    }

    100% {
        background-position: center right;
    }
}

.heroo-content {
    max-width: 800px;
    margin: 0 auto;
}

.heroo h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heroo p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.heroo-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}


/* Radio input'lar? gizler: Kullan?c? g?rmez, ama CSS :checked ile animasyon tetikler */
.slider input {
    display: none;
}

/* Kartlar container'?: Kartlar? ortalar, relative pozisyon verir, 3D perspektif efekti i?in perspective ekler (derinlik hissi verir) */
.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 350px; /* Minimum y?kseklik, kartlar i?in alan sa?lar */
    perspective: 1000px; /* 3D transform'lar i?in derinlik (px ne kadar b?y?kse, efekt o kadar yumu?ak) */
}

    /* Her bireysel kart (.item): Boyut, arka plan, pozisyon ve transition stilleri */
    /* Position: absolute ile kartlar ?st ?ste bindirilir, transform ile hareket ettirilir */
    .cards .item {
        width: 300px; /* Kart geni?li?i */
        height: 400px; /* Kart y?ksekli?i */
        border-radius: 35px; /* K??eleri yuvarlat?r */
        background-color: #000F1F; /* Koyu gri arka plan rengi */
        color: #fff; /* Beyaz metin rengi */
        position: absolute; /* T?m kartlar ayn? konumda ba?lar (?st ?ste) */
        top: 0; /* ?stten 0 px hizala */
        text-align: center; /* Metinleri ortala */
        box-sizing: border-box; /* Padding/border'lar? boyut hesaplamas?na dahil et */
        user-select: none; /* Kullan?c?n?n metni se?mesini engelle (kart? bozmaz) */
        cursor: pointer; /* T?klanabilir cursor g?ster (mouse ?st?ne gelince el i?areti) */
        box-shadow: 5px 5px 20px rgba(0,0,0,0.3); /* Hafif g?lge efekti (yay?lma, bulan?kl?k) */
        transition: transform 0.4s; /* Transform de?i?ikliklerini 0.4s'de yumu?ak yap (ease varsay?lan) */
        overflow: hidden; /* ??erik ta?mas?n? gizle */
    }

        /* Kart i?indeki ana i?erik wrapper'?: Tam geni?likte */
        .cards .item .main_content {
            width: 100%;
        }

            /* Resim container'?: Kart?n tamam?n? kaplar (ba?lang??ta) */
            .cards .item .main_content .img {
                width: 300px;
                height: 400px; /* Kart y?ksekli?inin tamam?n? resimle doldur */
            }

                /* Resim elementi: Tam boyut, object-fit ile k?rpma/orant? koruma */
                .cards .item .main_content .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover; /* Resmi kart boyutuna s??d?r, ta?an? k?rp (cover modu) */
                }

            /* Kart i?eri?i (metin ve sosyal): Ba?lang??ta gizli, active'de g?sterilir */
            .cards .item .main_content .content {
                display: none; /* Varsay?lan: Gizli (checked state'de block olur) */
            }

                /* Ba?l?k (h1): B?y?k, beyaz font */
                .cards .item .main_content .content h1 {
                    font-size: 30px;
                    color: #fff;
                }

                /* Alt ba?l?k (h4) ve paragraf (p): ?st margin ayarla (yak?nla?t?rma efekti) */
                .cards .item .main_content .content h4,
                .cards .item .main_content .content p {
                    margin-top: -10px; /* ?stten negatif margin: Elemanlar? birbirine yakla?t?r */
                }

                /* Paragraf: K???k, hafif font */
                .cards .item .main_content .content p {
                    font-size: 34px;
                    font-weight: 300; /* Hafif a??rl?k (normalden ince) */
                }

                /* Sosyal ikonlar container'?: Yatayda e?it aral?kl? ortala */
                .cards .item .main_content .content .social {
                    display: flex;
                    justify-content: space-around; /* E?it bo?luklarla yay */
                    align-items: center; /* Dikeyde ortala */
                }

/* Her ikon kapsay?c?s?: Yuvarlak, beyaz arka plan */
.content .social .icon {
    width: 40px; /* ?kon boyutu */
    height: 40px;
    background: #fff; /* Beyaz arka plan */
    border-radius: 50%; /* Tam yuvarlak yap */
    display: flex;
    justify-content: center; /* ?konu yatay ortala */
    align-items: center; /* Dikey ortala */
}

    /* ?kon fontu (Font Awesome): Siyah, transition ile hover efekti */
    .content .social .icon i {
        color: #000; /* Siyah renk */
        font-size: 22px; /* Boyut */
        transition: 0.5s; /* Renk de?i?imini 0.5s'de yumu?ak yap */
    }

    /* Hover efekti: ?kona mouse gelince renk de?i?ir (CSS variable ile) */
    .content .social .icon:hover i {
        color: var(--color); /* --color variable'? her ikon i?in farkl? tan?ml? (?rne?in Facebook i?in #3b5998) */
    }

/* Alt navigasyon noktalar? (dots) container'?: Yatayda ortala, ?st margin */
.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px; /* Kartlar?n ?st?nden 80px a?a?? */
}

    /* Her dot (label): K???k yuvarlak, koyu arka plan, cursor pointer */
    .dots label {
        height: 5px; /* Dot boyutu */
        width: 5px;
        border-radius: 50%; /* Yuvarlak yap */
        background-color: #21262d; /* Koyu gri */
        cursor: pointer; /* T?klanabilir cursor */
        margin: 7px; /* Yanlardan bo?luk */
        transition-duration: 0.2s; /* Scale/color de?i?imini h?zl? yap */
    }

/* Active dot (merkez): :checked state'de scale b?y?t, beyaz yap, g?lge ekle */
#c-1:checked ~ .dots label[for="c-1"],
#c-2:checked ~ .dots label[for="c-2"],
#c-3:checked ~ .dots label[for="c-3"],
#c-4:checked ~ .dots label[for="c-4"],
#c-5:checked ~ .dots label[for="c-5"],
#c-6:checked ~ .dots label[for="c-6"],
#c-7:checked ~ .dots label[for="c-7"] {
    transform: scale(2); /* 2 kat b?y?t */
    background-color: #fff; /* Beyaz renk */
    box-shadow: 0px 0px 0px 3px #342f2fe6; /* D?? halka g?lge (yar? ?effaf koyu) */
}

/* Yan dot'lar (kom?u): :checked state'de hafif b?y?t (scale 1.5), ama beyaz de?il */
#c-1:checked ~ .dots label[for="c-2"],
#c-2:checked ~ .dots label[for="c-1"],
#c-2:checked ~ .dots label[for="c-3"],
#c-3:checked ~ .dots label[for="c-2"],
#c-3:checked ~ .dots label[for="c-4"],
#c-4:checked ~ .dots label[for="c-3"],
#c-4:checked ~ .dots label[for="c-5"],
#c-5:checked ~ .dots label[for="c-4"],
#c-5:checked ~ .dots label[for="c-6"],
#c-6:checked ~ .dots label[for="c-5"],
#c-6:checked ~ .dots label[for="c-7"],
#c-7:checked ~ .dots label[for="c-1"] {
    transform: scale(1.5); /* 1.5 kat b?y?t (merkezden az) */
}

/* En uzak kart pozisyonu: Sa? tarafta, 3D translate ve rotate ile geriye/yan'a it (z-index d???k) */
#c-1:checked ~ .cards .item[data-card="c-3"],
#c-2:checked ~ .cards .item[data-card="c-4"],
#c-3:checked ~ .cards .item[data-card="c-5"],
#c-4:checked ~ .cards .item[data-card="c-6"],
#c-5:checked ~ .cards .item[data-card="c-7"],
#c-6:checked ~ .cards .item[data-card="c-1"],
#c-7:checked ~ .cards .item[data-card="c-2"] {
    transform: translate3d(600px, 0, -180px) rotateY(-25deg); /* X: 600px sa?a, Z: -180px geriye, Y: -25 derece sola d?nd?r */
    z-index: 2; /* Katman s?ras?: En altta */
}

/* Orta uzakl?k kart (sa?): Daha az itme, hafif rotate */
#c-1:checked ~ .cards .item[data-card="c-2"],
#c-2:checked ~ .cards .item[data-card="c-3"],
#c-3:checked ~ .cards .item[data-card="c-4"],
#c-4:checked ~ .cards .item[data-card="c-5"],
#c-5:checked ~ .cards .item[data-card="c-6"],
#c-6:checked ~ .cards .item[data-card="c-7"],
#c-7:checked ~ .cards .item[data-card="c-1"] {
    transform: translate3d(300px, 0, -90px) rotateY(-15deg); /* X: 300px sa?a, Z: -90px geriye, Y: -15 derece sola */
    z-index: 3; /* Orta katman */
}

/* Orta uzakl?k kart (sol): Sol taraf simetrik */
#c-2:checked ~ .cards .item[data-card="c-1"],
#c-3:checked ~ .cards .item[data-card="c-2"],
#c-4:checked ~ .cards .item[data-card="c-3"],
#c-5:checked ~ .cards .item[data-card="c-4"],
#c-6:checked ~ .cards .item[data-card="c-5"],
#c-7:checked ~ .cards .item[data-card="c-6"],
#c-1:checked ~ .cards .item[data-card="c-7"] {
    transform: translate3d(-300px, 0, -90px) rotateY(15deg); /* X: -300px sola, Z: -90px geriye, Y: +15 derece sa?a */
    z-index: 3; /* Orta katman */
}

#c-3:checked ~ .cards .item[data-card="c-1"],
#c-4:checked ~ .cards .item[data-card="c-2"],
#c-5:checked ~ .cards .item[data-card="c-3"],
#c-6:checked ~ .cards .item[data-card="c-4"],
#c-7:checked ~ .cards .item[data-card="c-5"],
#c-1:checked ~ .cards .item[data-card="c-6"],
#c-2:checked ~ .cards .item[data-card="c-7"] {
    transform: translate3d(-600px, 0, -180px) rotateY(25deg); /* X: -600px sola, Z: -180px geriye, Y: +25 derece sa?a */
}

/* Active kart (merkez): Y?ksek z-index, padding ekle (i?eri?i geni?let) */
#c-1:checked ~ .cards .item[data-card="c-1"],
#c-2:checked ~ .cards .item[data-card="c-2"],
#c-3:checked ~ .cards .item[data-card="c-3"],
#c-4:checked ~ .cards .item[data-card="c-4"],
#c-5:checked ~ .cards .item[data-card="c-5"],
#c-6:checked ~ .cards .item[data-card="c-6"],
#c-7:checked ~ .cards .item[data-card="c-7"] {
    z-index: 4; /* En ?st katman */
}

    /* Active kart'ta resim container'?: K???lt, yuvarlak yap, beyaz arka plan */
    #c-1:checked ~ .cards .item[data-card="c-1"] .main_content .img,
    #c-2:checked ~ .cards .item[data-card="c-2"] .main_content .img,
    #c-3:checked ~ .cards .item[data-card="c-3"] .main_content .img,
    #c-4:checked ~ .cards .item[data-card="c-4"] .main_content .img,
    #c-5:checked ~ .cards .item[data-card="c-5"] .main_content .img,
    #c-6:checked ~ .cards .item[data-card="c-6"] .main_content .img,
    #c-7:checked ~ .cards .item[data-card="c-7"] .main_content .img {
        margin: auto; /* Ortala */
        width: 150px; /* K???lt (kart?n yar?s?) */
        height: 150px;
        padding: 3px; /* ?nce kenar bo?lu?u */
        border-radius: 50%; /* Yuvarlak profil resmi */
    }

        /* Active kart'ta resim: Yuvarlak, cover modu */
        #c-1:checked ~ .cards .item[data-card="c-1"] .main_content .img img,
        #c-2:checked ~ .cards .item[data-card="c-2"] .main_content .img img,
        #c-3:checked ~ .cards .item[data-card="c-3"] .main_content .img img,
        #c-4:checked ~ .cards .item[data-card="c-4"] .main_content .img img,
        #c-5:checked ~ .cards .item[data-card="c-5"] .main_content .img img,
        #c-6:checked ~ .cards .item[data-card="c-6"] .main_content .img img,
        #c-7:checked ~ .cards .item[data-card="c-7"] .main_content .img img {
            width: 150px;
            height: 150px;
            border-radius: 50%; /* Resmi yuvarlak k?rp */
            object-fit: cover; /* Orant?y? koru, ta?an? k?rp */
        }

    /* Active kart'ta i?erik: G?ster (block yap) */
    #c-1:checked ~ .cards .item[data-card="c-1"] .main_content .content,
    #c-2:checked ~ .cards .item[data-card="c-2"] .main_content .content,
    #c-3:checked ~ .cards .item[data-card="c-3"] .main_content .content,
    #c-4:checked ~ .cards .item[data-card="c-4"] .main_content .content,
    #c-5:checked ~ .cards .item[data-card="c-5"] .main_content .content,
    #c-6:checked ~ .cards .item[data-card="c-6"] .main_content .content,
    #c-7:checked ~ .cards .item[data-card="c-7"] .main_content .content {
        display: block; /* Gizliyi g?ster */
    }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Responsive media query code for max width 900px */
/* === Mobil Uyumluluk Geli?tirmeleri === */

/* Tablet ve mobil genel d?zen */
@media (max-width: 992px) {
    .about-content,
	.contact-content,
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-image {
        max-width: 90%;
        margin: 0 auto;
    }

    .menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 25px;
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .hero h1, .heroo h1 {
        font-size: 2.3rem;
        text-align:center;
        font-weight:bold;
        color:whitesmoke;
        
    }

    .hero p, .heroo p {
        font-size: 1rem;
    }
}

/* K???k telefonlar (480px alt?) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }

    .hero, .heroo {
        
        background-size: cover;
    }

        .hero h1, .heroo h1 {
            font-size: 1.8rem;
            line-height: 1.3;
            letter-spacing: 1px;
        }

    .hero-buttons, .heroo-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .about-content {
        flex-direction: column !important;
        gap: 30px;
        padding: 0 10px;
    }

    .menu-item {
        width: 100%;
    }

    .partner-card {
        max-width: 180px;
        padding: 20px 10px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        max-width: 90%;
    }

    .cards {
        transform: scale(0.8);
        flex-direction: column;
        min-height: 400px;
    }

        .cards .item {
            width: 250px;
            height: 320px;
        }

            .cards .item .main_content .img img {
                width: 250px;
                height: 320px;
            }

    .dots {
        margin-top: 50px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .menu-filters {
        flex-wrap: wrap;
        gap: 8px;
    }

    .filter-btn {
        padding: 6px 14px;
        font-size: 0.8rem;
    }

    body {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 900px) {

    .about-section .section-content {

        top:100%;

        flex-direction: column-reverse;

        text-align: center;

    }

    .about-section .about-image-wrapper .about-image {

        width: 100%;

        height: auto;

        max-width: 250px;

        aspect-ratio: 1;

    }

    .about-section .about-details {

        max-width: 100%;

    }

    .heroo h1 {

        font-size: 2.5rem;

    }

    .heroo p {

        font-size: 1rem;

    }

    .heroo-buttons {



        gap: 15px;

    }

}

@media (max-width: 992px) {

    .about-content,

    .hero-buttons {

        

        


        text-align: center;

    }

    .about-image {

        max-width: 90%;

        margin: 0 auto;

    }

   

   

    .contact-grid {

        

        gap: 20px;

    }



}

/* Küçük telefonlar (480px altı) */
/*
@media (max-width: 480px) {


    .hero, .heroo {

        

        background-size: cover;

    }
	

	 .heroo p {

            font-size: 1.5rem;

            line-height: 1.3;

            letter-spacing: 1px;

        }
	
.about p {

            font-size: 1.5rem;

            line-height: 1.3;

            letter-spacing: 1px;

        }
	

	

	

	

	

	

	

        .hero h1, .heroo h1 {

            font-size: 2.8rem;

            line-height: 1.3;
			font-weight:bold;

            letter-spacing: 1px;

        }

    .hero-buttons, .heroo-buttons {

        

        gap: 12px;

    }

    .about-content {

        

        gap: 30px;

        padding: 0 10px;

    }

}*/
/* Küçük telefonlar (480px altı) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }

    .hero, .heroo {
        padding-top: 100px;
        padding-bottom: 60px;
        background-size: cover;
    }

        .hero h1, .heroo h1 {
            font-size: 1.8rem;
            line-height: 1.3;
            letter-spacing: 1px;
        }

    .hero-buttons, .heroo-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .about-content {
		
        flex-direction: column !important;
        gap: 30px;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 900px) {
	


    .about-section .section-content {

        top:100%;

        flex-direction: column-reverse;

        text-align: center;

    }

    .about-section .about-image-wrapper .about-image {

        width: 100%;

        height: auto;

        max-width: 250px;

        aspect-ratio: 1;

    }

    .about-section .about-details {

        max-width: 100%;

    }

    .heroo h1 {

        font-size: 2.0rem;

    }

    .heroo p {

        font-size: 1rem;

    }

    .heroo-buttons {

        flex-direction: column;

        gap: 15px;

    }

}

/* ✅ Hakkımızda kısmı düzeni - masaüstü ve mobil uyumlu */
.about-content {
    display: flex;
    flex-direction: row; /* masaüstünde: yazı solda, resim sağda */
    align-items: center;
    justify-content: center;
	padding: 120px 0;
	margin:auto;
	
    
}

.container {

    width: 85%;

    max-width: 1300px;

    margin: 0 auto;

}

	

.about-content {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    gap: 60px;
	margin: 0 auto;
}

.about-text {
    flex: 1;
	justify-content:center;
	align-items:center;
	text-align:center;
}

.about-text h2 {
    font-size: 2rem; /* başlık boyutu */
    margin-bottom: 20px;
	font-weight:bold;
	
	
	
}
.about-img {

        width: 300px;


        

    }

.about-text p {
    font-size: 18px; /* paragraf boyutu */
    line-height: 1.7;
	
}

/* Mobil ve tablet görünüm (900px altı) */
@media (max-width: 900px) {
    .about-content {
        flex-direction: column; /* mobilde alt alta gelsin */
        text-align: center;
        
    }

    .about-text {
        max-width: 90%;
        margin: 0 auto;
    }

    .about-text h2 {
        font-size: 22px; /* mobilde biraz küçült */

    }

    .about-text p {
        font-size: 20px;
    }

    .about-img {
        
       margin: 0 auto;
    }
	.about-image img {
    max-width: 220px;
		max-height:200px;
	border-radius:20%	
		
  }

	

	
	
.container {

    width: 85%;

    max-width: 1300px;

    margin: 0 auto;

}
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
	

	

	

	
}













    

    

    

    



    

    

    



    

