.hero-section {
    height: 100vh;
    background: url("../img/about/about.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hero-section-for-how-to-enter {
    height: 100vh;
    background: url("../img/how-to-enter/how-to-enter-bg.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.overlay {

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -1px;
    left: -1px;
    overflow: hidden;
    mix-blend-mode: multiply;
}


.overlay svg {
    width: 100%;
    height: 100%;
}
.play-button .play-circle {
    width: 60px;
    height: 60px;
    background-color: #7ac943; /* yeşil */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: auto;
}

.play-button .play-triangle {
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.scroll-down-arrow i {
    font-size: 2rem;
    animation: bounceDown 2s infinite;
    color: #fff;
}

/* Bounce animation */
@keyframes bounceDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(10px);
    }
    60% {
        transform: translateY(5px);
    }
}
.scroll-down-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 4;
    outline: none;
}
.scroll-down-arrow svg {
    height: 6.2rem;
    width: 6.2rem;
    position: relative;
    right: 0.7rem;
}

.scroll-down-arrow path {
    fill: #fff;
    opacity: 0.6;
}
.hero-section h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.is-style-capitalized {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.hero-title {
    color: #9dceff;
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
    font-weight: 300!important;
    font-size: 5.8rem;
}
.hero-title-p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2rem 1.2rem;
    grid-auto-rows: 34rem;
    padding: 0 2rem;
}

.gallery-container .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.2s ease;
    z-index: 2;
}
.gallery-container a {
    position: relative;
    display: block; /* 2 sütun yapısı için */
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-container a:hover .hover {
    opacity: 1;
}
.achievement-right {
    background-color: #111;
}

.achievement-left {
    width: 100%;
    height: 100%;
    padding: 4rem 14.15rem;
    display: flex;
    flex-flow: column;
    justify-content: center !important;
    z-index: 3;
}

.achievement-left h2,
.dinner-section h2,
.endorsement-section h2,
.text-statement-block h2 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #9dceff;
}
.achievement-left em {
    color: #9dceff;
}
.achievement-left p,
.intObserve p,
.text-statement-block p {
    line-height: 1.73;
    font-size: 1.5rem;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.achievement-left a,
.intObserveA a,
.endorsement-section a {
    appearance: none;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: transparent;
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
}
.achievement-left a:hover,
.intObserveA a:hover,
.endorsement-section a:hover {
    transition: 0.2s;
    padding-right: 3rem;
}

.achievement-section .icon {
    position: absolute;
    width: 8.4rem;
    height: 8.4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    border: dashed 1px #262626;
    background-color: #000;
    z-index: 3;
}
.achievement-section .icon .img-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
}
.achievement-section .icon svg {
    width: 6rem;
    height: 6rem;
}
.achievement-section .icon svg path {
    fill: #a0e79c;
}

.left-gallery {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.gallery-text {
    background-color: #000;
}

.intObserve {
    width: 100%;
    height: 100%;
    padding: 4rem 14.15rem;
    display: flex;
    flex-flow: column;
    justify-content: center !important;
    z-index: 3;
}
.left-gallery.carousel {
    background: black;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.carousel-cell {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-cell img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain; /* veya cover */
}

.flickity-prev-next-button.next {
    right: 1rem !important;
    top: 75%;
    z-index: 99;
}
.flickity-prev-next-button.previous {
    right: 1rem;
    top: 64%;
    z-index: 99;
    left: auto !important;
}

.flicity-button-overlay {
    width: 6rem;
    height: 100%;
    background: black;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.expand-button svg {
    width: 4.1rem;
    height: 4.2rem;
    padding: 1rem;
    position: absolute;
    z-index: 4;
    background: white;
}

.expand-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: relative;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
    top: 80%;
    right: 1rem;
    left: auto;
    z-index: 3;
}

.endorsement-section {
    background: black;
    color: white;
    padding: 4rem 0;
}

.video-container svg {
    width: 5rem;
    height: 5rem;
}

.content {
    transition: all 0.2s;
}

.endorsement-text a:after {
    content: "";
    background: url("../img/arrow-right.svg");
    position: absolute;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    right: -2.4rem;
    background-size: cover;
    transition-delay: 0.08s;
}
.endorsement-text a:hover:after {
    background: url("../img/arrow-right-green.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.single:hover {
    border: solid 1px #a0e79c;
}

.about-accordion-section .main-title {
        font-size: 3.2rem;
    color: #9dceff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 2px;
}

.about-accordion-section .custom-accordion {
    background: transparent;
    border: none;
}

.about-accordion-section .accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px !important;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.about-accordion-section .accordion-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.about-accordion-section .accordion-header {
    border: none;
}

.about-accordion-section .accordion-button {
    color: #fff;
    border: none;
    border-radius: 12px !important;
    box-shadow: none;
    transition: all 0.3s ease;
    
    border: solid 1px #3b3b3b;
    background-color: #111;
    padding: 1.9rem 1.9rem 2.1rem 2.1rem;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    outline: none;
    border-radius: 0 !important;
    position: relative;
}

.about-accordion-section .accordion-button:not(.collapsed) {
    background: rgba(79, 172, 254, 0.1);
    color: #fff;
    box-shadow: none;
}

.about-accordion-section .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(79, 172, 254, 0.25);
    border-color: #4facfe;
}

.about-accordion-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234facfe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: brightness(0) saturate(100%) invert(65%) sepia(99%) saturate(397%) hue-rotate(180deg)
    brightness(103%) contrast(101%);
}

.about-accordion-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.judge-block-section {
    text-align:center;
}

.about-accordion-section .accordion-body {
    background: rgba(0, 0, 0, 0.2);
    color: #e0e0e0;
    padding: 2rem;
    border-radius: 0 0 12px 12px;
    font-size: 1.1rem;
    line-height: 1.8;
    display: flex;
    justify-content:center;
}

.about-accordion-section .accordion-body p {
    margin-bottom: 1.5rem;
}

.about-accordion-section .highlight {
    color: #4facfe;
    font-weight: 500;
}

.about-accordion-section .year {
    color: #00f2fe;
    font-weight: 600;
}

.about-accordion-section .container-custom {
    max-width: 1280px;
}

@media (max-width: 768px) {
    .about-accordion-section .main-title {
        font-size: 2rem;
    }

    .about-accordion-section .accordion-button {
        font-size: 1.25rem;
        padding: 1rem 1.5rem;
    }

    .about-accordion-section .accordion-body {
        padding: 1.5rem;
        font-size: 1rem;
    }
}

.text-statement-block {
    padding: 6rem;
}
.text-statement-block .container {
    background-color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
}
.text-statement-block .container .text {
    padding: 2rem 3.5rem;
    background-color: #111;
}
.text-statement-block .container p {
    line-height: 1.73;
}
.hvr {
    position: relative;
    overflow: hidden;
    height: 32rem; /* Küçük olanlar için inline override var zaten */
    border: 2px solid #000;
}

/*.bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: 1;
}*/
.bg-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.hvr a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #9dceff;
    border: solid 2px #1d3d69;
    color: #000;
    text-align: center;
    padding: 10px 5px;
    transition: bottom 0.3s ease;
    z-index: 3;
}

.hvr:hover .overlay-info {
    bottom: 0;
}

.overlay-info .name {
    font-weight: bold;
    font-size: 1rem;
}

.overlay-info .title {
    font-size: 0.9rem;
    color: #000;
}

.large-title {
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
    text-align: center;
}
.block-header p {
    margin: 0 auto;
    margin-bottom: 3.8rem;
    max-width: 80rem;
    margin-top: 1rem;
    color: #fff;
}
.judge-block-section {
    background: url("../img/judges/judge-banner-bg.webp") no-repeat center center;
}
.about-section p {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 80rem;
}
@media (max-width: 900px) {

    .bg-image {
        background: none; /* desktop background'ı kapat */
        overflow: hidden;
    }

    /* Arkadaki blur dolgu */
    .bg-image .bg-blur {
        position: absolute;
        inset: 0;
        background-image: var(--img);
        background-size: cover;
        background-position: center;
        filter: blur(24px) grayscale(100%);
        transform: scale(1.15);
    }

    /* Öndeki net foto */
    .bg-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--img);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: grayscale(100%);
    }
}
