
.hero {
    text-align: center;
    padding: 15px 20px 30px;
}

.hero h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero p {
    max-width: 960px;
    margin: 0 auto 30px;
    font-size: 16px;
}


.about {
    padding: 0 20px;
}

.about-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.about-text {
    position: relative;
    z-index: 1;
    flex: 2 1;
}

.about-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-text p {
    margin-bottom: 20px;
}

.about-image {
    flex: 1 1 45%;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
}

.background-text {
    position: absolute;
    top: -60px;
    left: 0;
    font-size: 80px;
    font-weight: 900;
    color: #f1f1f1; /* çok açık gri */
    z-index: -1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    line-height: 1;
}

.eco-section {
    position: relative;
    padding: 50px 20px 60px;
    background-color: #fff;
    text-align: center;
}

.eco-container {
    position: relative;
    margin: auto;
    z-index: 1;
}

.eco-background-text {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    font-weight: 900;
    color: #e0e0e0;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.eco-section h2 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}

.eco-section p {
    position: relative;
    font-size: 16px;
    margin: 20px auto 40px;
    line-height: 1.6;
    z-index: 1;
}

.eco-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.category-section {
    background: #f1f0f0;
    padding: 60px 20px;
    text-align: center;
}

.category-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.category-section p {
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}
.category-slider .category-item {
    padding: 20px 0;
    margin: 0 10px;
    text-align: center;
}

/* YENİ EKLENEN: Link Kapsayıcısı */
.category-link {
    display: block !important; /* Linkin kutu gibi davranmasını sağlar */
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}


/* Hover Efekti: Mouse ile üzerine gelince resim hafif büyür */
.category-link:hover .category-img {
    transform: scale(1.02);
}
/* Resim Alanı */
.category-img {
    display: block; /* Görünürlüğü garantiye al */
    background-size: cover;
    background-position: center;
    background-color: #ddd; /* Resim yüklenmezse gri zemin görünsün */
    height: 250px; /* Yükseklik verildi */
    width: 100%;
    border-radius: 16px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}


.category-section {
    background: #f1f0f0;
    padding: 60px 20px;
    text-align: center;
}

.category-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.category-section p {
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}

/* Slider içindeki her bir eleman */
.category-slider .category-item {
    padding: 20px 0;
    margin: 0 10px;
    text-align: center;
}

/* YENİ EKLENEN: Link Kapsayıcısı */
.category-link {
    display: block !important; /* Linkin kutu gibi davranmasını sağlar */
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

/* Resim Alanı */
.category-img {
    display: block; /* Görünürlüğü garantiye al */
    background-size: cover;
    background-position: center;
    background-color: #ddd; /* Resim yüklenmezse gri zemin görünsün */
    height: 350px; /* Yükseklik verildi */
    width: 100%;
    border-radius: 16px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

/* Hover Efekti: Mouse ile üzerine gelince resim hafif büyür */
.category-link:hover .category-img {
    transform: scale(1.02);
}

.category-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.category-item .btn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    transition: 0.3s ease;
}

.category-item .btn:hover {
    background-color: #000;
    color: #fff;
}

.grid-gallery {
    padding: 30px 20px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Üst Geniş */
.item-wide {
    grid-column: 1 / 5; /* 4 sütun boyunca yayıl */
    grid-row: 1;
}

/* Sol Alttaki Büyük */
.item-left {
    grid-column: 1 / 3; /* 2 sütun */
    grid-row: 2;
}

/* Sağdaki Üst Küçük */
.item-right-top {
    grid-column: 3 / 5; /* 2 sütun */
    grid-row: 2;
    height: calc(50% - 10px); /* yarım yükseklik */
}

/* Sağdaki Alt Küçük */
.item-right-bottom {
    grid-column: 3 / 5;
    grid-row: 2;
    margin-top: calc(50% + 10px); /* alt boşluk kadar offset */
    height: calc(50% - 10px);
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .item-wide,
    .item-left,
    .item-right-top,
    .item-right-bottom {
        grid-column: auto;
        grid-row: auto;
        margin-top: 0;
        height: auto;
    }
}

.memory-section {
    padding: 50px;
    text-align: center;
}

.memory-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.memory-section p {
    font-size: 16px;
    margin-bottom: 0;
}


.creative-section {
    padding:20px;
    background-color: #fff;
}

.creative-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    gap: 40px;
}

.creative-text {
    flex: 1 1 50%;
    position: relative;
    z-index: 1;
}

.bg-text {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 120px;
    font-weight: 900;
    color: #eee;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.creative-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.creative-text .highlight {
    color: #48bcd4;
    font-weight: bold;
}

.creative-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.creative-image {
    flex: 1 1 45%;
    text-align: center;
}

.creative-image img {
    max-width: 100%;
    border-radius: 10px;
}

.btn {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #000;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .creative-container {
        flex-direction: column;
        text-align: center;
    }

    .bg-text {
        position: absolute;
        top: 0;
        font-size: 60px;
    }
}
.video-header {
    position: relative;
    width: 100%;
    height: 100vh; /* ihtiyaca göre değiştir */
    overflow: hidden;
}

.video-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    bottom: 5rem;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 174, 239, 0.6); !* üstteki mavi tonu andırıyor *!*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 5%;
}

.video-overlay h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.video-overlay h2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.video-overlay h2 strong {
    font-weight: 700;
}

