/* Genel Stil AyarlarÄ± */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    font-size: 16px;
}
.container {
    width: 85%;
    margin: 0 auto;
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(346deg, rgb(4 255 134) 0%, rgb(125 29 253) 50%, rgb(0 0 0) 100%);
    color: white;
    position: relative; /* Box-shadow'Ä±n dÃ¼zgÃ¼n Ã§alÄ±ÅŸmasÄ± iÃ§in */
    flex-wrap: wrap; /* KÃ¼Ã§Ã¼k ekranlarda Ã¶ÄŸeleri alt alta alÄ±r */
}

header .logo img {
    height: 70px;
    margin: -17px 0px -24px 36px;
}

header nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* KÃ¼Ã§Ã¼k ekranlarda menÃ¼yÃ¼ alt alta alÄ±r */
    padding: 0;
    margin: 0;
}

header nav ul li {
    margin: 0 20px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
}

header nav ul li a:hover {
    text-decoration: underline;
}

/* Hero */
.hero {
    background: url(images/arkaplangorseli.webp) no-repeat center center / cover;
    height: 545px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    box-shadow: inset 0 8px 15px 9px rgb(0 0 0 / 66%); /* Derin gÃ¶lge */
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 3px 9px 13px rgb(0 0 0), -2px -2px 20px rgb(255 0 0), 0px 4px 15px rgba(0, 0, 0, 0.5); /* GÃ¶lgeleme */
}

.hero p {
    font-size: 1.35rem;
    margin-bottom: 30px;
    max-width: 700px;
    background-color: #1d00448a;
    border-radius: 22px;
    border: 1px solid #ffffff00;
    color: #ffffff;
    margin: 27px auto;
    text-shadow: 7px 3px 6px rgb(0 0 0), -2px -2px 20px rgb(71 0 255), -14px -3px 20px rgb(0 0 0);
}

.hero .cta-button {
    padding: 18px 15px;
    background: #0093ffbd;
    color: white;
    text-shadow: 0px 2px 7px black;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2rem;
    box-shadow: 0px 0px 2px 4px #ffa900;
}

.hero .cta-button:hover {
    background: #42dd04;
    box-shadow: 0px 0px 4px 5px #ffffff;
}

/* About */
.about {
    background-color: white;
    padding: 50px 0;
    text-align: center;
}

.about h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Features */
.features {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
}

.features h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.feature-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-item {
    width: 30%;
    margin-bottom: 30px;
}

.feature-item img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* CTA */
.cta {
    background-color: #e67e22;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.cta .cta-button {
    padding: 20px 15px;
    background: #1f7795;
    color: #ffffff;
    text-shadow: 0px 2px 7px black;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2rem;
}

.cta .cta-button:hover {
    background: #01d062;
    color: #ffffff;
}
.cta2 {
    background-color: #e67e22;
    color: white;
    padding: 50px 0;
    text-align: center;
}
/* Footer */
footer {
    background: #222;
    color: white;
    padding: 20px 0;
    text-align: center;
}

footer p {
    font-size: 1rem;
}

/* Adsense */
#ads {
    margin-top: 40px;
    text-align: center;
}

.adsense {
    margin: 20px 0;
}

/* Hemen YÃ¼kle BÃ¶lÃ¼mÃ¼nÃ¼n AltÄ±ndaki Yeni Eklentiler */
.other-extensions {
    margin-top: 34px;
    text-align: center;
    margin-bottom: -24px;
}

.other-extensions h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}
.other-extensions h4 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 28px;
    margin-top: -55px;
}
.extension-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.extension-item {
    background-color: #f9f9f9d4;
    padding: 0px;
    max-height: 419px;
    border-radius: 8px;
    width: 16%; /* Bu oranÄ± esnek hale getireceÄŸiz */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.extension-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.extension-item img {
    width: 100%; /* Resmin geniÅŸliÄŸini %100 yaparak esneklik saÄŸlar */
    height: auto; /* YÃ¼kseklik oranÄ±nÄ± korur */
    border-radius: 8px;
    object-fit: contain;
    margin-bottom: 9px;
}

.extension-item h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.extension-item p {
    font-size: 12.50px;
    color: #555;
}

/* Mobil uyumluluk iÃ§in */
@media (max-width: 768px) {
    .extension-item {
        width: 45%;  /* KÃ¼Ã§Ã¼k ekranlarda 2 sÃ¼tun */
    }

    /* Header */
    header {
        flex-direction: column; /* KÃ¼Ã§Ã¼k ekranlarda header Ã¶ÄŸelerini alt alta alÄ±r */
        padding: 15px;
    }

    header .logo img {
        margin: 0; /* Logo saÄŸa kaymasÄ±nÄ± engeller */
    }

    header nav ul {
        justify-content: center; /* MenÃ¼yÃ¼ ortalar */
    }

    /* Hero */
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }

    .footer-nav a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .extension-item {
        width: 100%;  /* Ã‡ok kÃ¼Ã§Ã¼k ekranlarda her kutu tek sÃ¼tun */
    }

    /* Hero */
    .hero h1 {
        font-size: 2rem;
    }

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

    /* Footer */
    .footer-nav a {
        font-size: 14px;
    }

    .footer-content p {
        font-size: 12px;
    }
}

/* Footer Genel Stil */
footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap; /* Mobil uyumluluk iÃ§in */
}

.footer-content p {
    margin: 0;
    font-size: 14px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.footer-nav li {
    font-size: 14px;
}

.footer-nav a {
    text-decoration: none;
    color: #ecf0f1;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-nav a:hover {
    color: #3498db;
    transform: translateY(-2px); /* Hover efekti */
}

/* Mobil uyumluluk iÃ§in */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }

    .footer-nav a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer-nav a {
        font-size: 14px;
    }

    .footer-content p {
        font-size: 12px;
    }
}

/* GeliÅŸtirici Ekibi BÃ¶lÃ¼mÃ¼ */
.team {
    background-color: #f4f7fa;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
}

.team .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 40px;
}

.team-members {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; /* Mobil uyumlu olmasÄ± iÃ§in */
    gap: 30px;
}

.team-member {
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #3498db;
    transition: border 0.3s ease, transform 0.3s ease;
}

.team-image:hover {
    border: 3px solid #e74c3c;
    transform: scale(1.28);
}

.team-name {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

.team-role {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 300;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .team-members {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        max-width: 100%;
        margin-bottom: 30px;
    }
}






/* CTA butonunun temel stilizasyonu */
.cta-button-custom {
    padding: 15px 40px;
    background: white;
    color: #e67e22;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;  /* Flexbox yerine inline-block kullanÄ±yoruz */
    transition: background-color 0.3s, color 0.3s;
    margin-top: 27px;  /* Ãœstte 30px boÅŸluk */
    z-index: 1;  /* Butonu alt Ã¶ÄŸelerden Ã¶nde tutuyoruz */
}

/* Mobil uyumluluk iÃ§in dÃ¼zenlemeler */
@media (max-width: 768px) {
    .cta-button-custom {
        font-size: 1rem; /* Buton boyutunu biraz kÃ¼Ã§Ã¼ltÃ¼yoruz */
        padding: 12px 30px; /* Butonun iÃ§ boÅŸluÄŸunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
        z-index: 1; /* Z-index deÄŸerini mobilde de ekliyoruz */
        margin-top: 20px; /* Butonun Ã¼st kÄ±smÄ±na biraz boÅŸluk ekliyoruz */
        margin-bottom: 10px;  /* AltÄ±ndaki boÅŸluÄŸu azaltÄ±yoruz */
        display: inline-block; /* Butonun Ã¼st Ã¼ste binmemesi iÃ§in */
    }
}

@media (max-width: 480px) {
    .cta-button-custom {
        font-size: 0.9rem; /* Daha kÃ¼Ã§Ã¼k ekranlar iÃ§in font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
        padding: 10px 25px; /* KÃ¼Ã§Ã¼k ekranlarda buton boyutunu azaltÄ±yoruz */
        z-index: 2; /* Z-index deÄŸerini mobilde de ekliyoruz */
        margin-top: 15px; /* Mobilde Ã¼st boÅŸluk miktarÄ±nÄ± kÃ¼Ã§Ã¼ltÃ¼yoruz */
        margin-bottom: 5px;  /* Alt boÅŸluÄŸu azaltÄ±yoruz */
    }
}

/* CTA butonunun Ã¼zerine gelindiÄŸinde (hover) */
.cta-button-custom:hover {
    background: #3aa2a3;
    color: white;
}
.cta-button-custom-chrome {
    padding: 20px 15px;
    background: #1f7795;
    color: #ffffff;
    /* text-shadow: 0px 2px 7px black; */
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2rem;
}

.cta-button-custom-chrome:hover {
    background: #01d062;
    color: #ffffff;
}



.cta-button-custom-chrome {
    padding: 15px 40px;
    background: white;
    color: #e67e22;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;  /* Flexbox yerine inline-block kullanÄ±yoruz */
    transition: background-color 0.3s, color 0.3s;
    margin-top: 27px;  /* Ãœstte 30px boÅŸluk */
    z-index: 1;  /* Butonu alt Ã¶ÄŸelerden Ã¶nde tutuyoruz */
}

/* Mobil uyumluluk iÃ§in dÃ¼zenlemeler */
@media (max-width: 768px) {
    .cta-button-custom-chrome {
        font-size: 1rem; /* Buton boyutunu biraz kÃ¼Ã§Ã¼ltÃ¼yoruz */
        padding: 12px 30px; /* Butonun iÃ§ boÅŸluÄŸunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
        z-index: 1; /* Z-index deÄŸerini mobilde de ekliyoruz */
        margin-top: 20px; /* Butonun Ã¼st kÄ±smÄ±na biraz boÅŸluk ekliyoruz */
        margin-bottom: 10px;  /* AltÄ±ndaki boÅŸluÄŸu azaltÄ±yoruz */
        display: inline-block; /* Butonun Ã¼st Ã¼ste binmemesi iÃ§in */
    }
}

@media (max-width: 480px) {
    .cta-button-custom-chrome {
        font-size: 0.9rem; /* Daha kÃ¼Ã§Ã¼k ekranlar iÃ§in font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
        padding: 10px 25px; /* KÃ¼Ã§Ã¼k ekranlarda buton boyutunu azaltÄ±yoruz */
        z-index: 2; /* Z-index deÄŸerini mobilde de ekliyoruz */
        margin-top: 15px; /* Mobilde Ã¼st boÅŸluk miktarÄ±nÄ± kÃ¼Ã§Ã¼ltÃ¼yoruz */
        margin-bottom: 5px;  /* Alt boÅŸluÄŸu azaltÄ±yoruz */
    }
}

/* CTA butonunun Ã¼zerine gelindiÄŸinde (hover) */
.cta-button-custom-chrome:hover {
    background: #007cff;
    color: white;
}