﻿body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    background-color: #ffffff;
    padding-bottom: 60px;
}

.layout_padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 120px;
}

.layout_padding-bottom {
    padding-bottom: 120px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .heading_container h2 {
        font-weight: bold;
        position: relative;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

        .heading_container h2::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 5px;
            background-color: #ff2953;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

/*header section*/
.hero_area {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero_area {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .hero_area {
        height: 70vh;
    }
}

.sub_page .hero_area {
    height: auto;
}

.sub_page .who_section.layout_padding {
    padding-top: 0;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin: 10px 15px;
    padding: 0;
    padding-bottom: 3px;
    color: black;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

@media (min-width: 992px) {
    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
        margin: 10px 30px;
    }
}

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
        display: none;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: #ffffff;
    }

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: block;
    background-color: #ff2953;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .user_option a {
        color: #ffffff;
        margin: 10px 30px;
    }

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .navbar-brand span {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        position: relative;
        z-index: 3;
    }

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/menu.png);
            background-size: 55px;
        }

/*end header section*/
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

    .slider_section #carouselExampleIndicators {
        width: 100%;
        height: 100%;
    }

    .slider_section #carouselExampleIndicators .carousel-inner {
        height: 100%;
    }

    .slider_section .carousel-item {
        position: relative;
        height: 100vh;
    }

    .slider_section .carousel-banner {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .slider_section .carousel-item .container {
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .slider_section .carousel-item .container > div {
        width: 100%;
    }

    .slider_section .carousel-item .detail-box {
        width: 100%;
        text-align: center;
    }

    @media (max-width: 768px) {
        .slider_section .carousel-item {
            height: 70vh;
        }
    }

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section .box {
        margin: 50px 0;
    }

    @media (min-width: 768px) {
        .slider_section .box {
            margin: 125px 0;
        }
    }

    .slider_section .detail-box {
        text-align: center;
    }

        .slider_section .detail-box h1,
        .slider_section .detail-box h2,
        .slider_section .detail-box h3 {
            text-transform: uppercase;
            font-weight: bold;
        }

        .slider_section .detail-box h2 {
            font-size: 1.5rem;
        }

        .slider_section .detail-box h1 {
            font-size: 2rem;
            font-weight: bold;
            letter-spacing: .2rem;
        }

        @media (min-width: 768px) {
            .slider_section .detail-box h2 {
                font-size: 2.5rem;
            }

            .slider_section .detail-box h1 {
                font-size: 3.5rem;
                letter-spacing: .5rem;
            }
        }

        .slider_section .detail-box p {
            margin-top: 25px;
        }

        .slider_section .detail-box a {
            display: inline-block;
            padding: 8px 35px;
            background-color: transparent;
            border: 1.5px solid #ffffff;
            color: #ffffff;
            border-radius: 0px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            text-transform: uppercase;
            margin-top: 35px;
        }

            .slider_section .detail-box a:hover {
                background-color: #ffffff;
                color: #000000;
            }

    .slider_section #carouselExampleIndicators .carousel-indicators {
        position: unset;
        margin: 0;
        margin-top: 45px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .slider_section #carouselExampleIndicators .carousel-indicators li {
            width: 14px;
            height: 14px;
            background-color: transparent;
            border: 2px solid #ffffff;
            border-radius: 100%;
            opacity: 1;
        }

            .slider_section #carouselExampleIndicators .carousel-indicators li.active {
                border: 4px solid #ffffff;
            }

.us_section {
    background-image: url(../images/banner-02.png);
    background-size: cover;
    background-attachment: scroll;
    color: #ffffff;
}

@media (min-width: 768px) {
    .us_section {
        background-attachment: fixed;
    }
}

    .us_section .us_container {
        padding-top: 25px;
    }

        .us_section .us_container .box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            margin: 25px 10px 0 10px;
        }

            .us_section .us_container .box .img-box {
                height: 100px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .us_section .us_container .box .img-box img {
                    max-width: 100%;
                }

            .us_section .us_container .box .detail-box h5 {
                font-weight: bold;
            }

.heathy_section {
    background-image: url(../images/banner-02.png);
    background-size: cover;
    background-attachment: scroll;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 768px) {
    .heathy_section {
        background-attachment: fixed;
    }
}

    .heathy_section h2 {
        font-weight: bold;
    }

    .heathy_section p {
        margin-top: 35px;
    }

    .heathy_section .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
    }

        .heathy_section .btn-box a {
            display: inline-block;
            padding: 8px 35px;
            background-color: transparent;
            border: 1.5px solid #ffffff;
            color: #ffffff;
            border-radius: 0;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            text-transform: uppercase;
        }

            .heathy_section .btn-box a:hover {
                background-color: #ffffff;
                color: #000000;
            }

.trainer_section {
    background-image: url(../images/banner-02.png);
    background-size: cover;
    background-attachment: scroll;
    color: #ffffff;
}

@media (min-width: 768px) {
    .trainer_section {
        background-attachment: fixed;
    }
}

    .trainer_section .box {
        margin-top: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .trainer_section .box .name h5 {
            font-weight: bold;
            margin-bottom: 15px;
        }

        .trainer_section .box .img-box {
            border-radius: 15px;
            overflow: hidden;
        }

            .trainer_section .box .img-box img {
                width: 100%;
            }

        .trainer_section .box .social_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 225px;
            padding: 12px 45px;
            background-color: #ffffff;
            border-radius: 50px;
            margin-top: -25px;
        }

.contact_section {
    position: relative;
    background-color: #27223f;
    color: #ffffff;
}

    .contact_section .heading_container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

        .contact_section .heading_container h2::before {
            text-align: left;
            left: 0;
            -webkit-transform: none;
            transform: none;
        }

    .contact_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact_section .img-box img {
        width: 100%;
    }

    .contact_section .form_container {
        padding: 45px 15px;
    }

    @media (min-width: 768px) {
        .contact_section .form_container {
            padding: 200px 0 200px 55px;
        }
    }

    .contact_section input {
        width: 100%;
        border: none;
        background-color: #ffffff;
        outline: none;
        color: #000000;
        margin-top: 25px;
        padding: 12px;
    }

        .contact_section input::-webkit-input-placeholder {
            color: #2a2a2c;
        }

        .contact_section input:-ms-input-placeholder {
            color: #2a2a2c;
        }


        .contact_section input::placeholder {
            color: #2a2a2c;
        }

        .contact_section input.message-box {
            padding: 45px 12px;
        }

    .contact_section button {
        padding: 10px 65px;
        outline: none;
        border: none;
        color: #ffffff;
        background: #ff2953;
        margin: 45px 0 0 auto;
        text-transform: uppercase;
    }

.info_section {
    background-color: #252233;
}

.info_items {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .info_items .item {
        width: 100%;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .info_items .item .img-box {
            width: 80px;
            height: 80px;
            border-radius: 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .info_items .item .detail-box {
            margin-top: 5px;
            color: #fff;
        }

.info_items {
    position: relative;
}

    .info_items a {
        position: relative;
    }

    .info_items .item .img-box.box-1 {
        background-image: url(../images/map.png);
    }

    .info_items .item .img-box.box-2 {
        background-image: url(../images/telephone.png);
    }

    .info_items .item .img-box.box-3 {
        background-image: url(../images/mail.png);
    }

/* footer section*/
.footer_section {
    background-color: #27223F;
    color: white;
    padding: 20px;
    font-weight: 500;
}

    .footer_section p {
        color: #ffffff;
        margin: 0;
        text-align: center;
    }

    .footer_section a {
        color: #ffffff;
    }

/* end footer section*/
/*# sourceMappingURL=style.css.map */





/* Genel ayarlar */
.container {
    padding: 0 15px; /* İçerik kenar boşluklarını ayarlama */
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative; /* Konumlandırma için gerekli */
    height: auto;
    min-height: 250px;
    max-height: 50vh;
}

@media (min-width: 768px) {
    .video-container {
        height: 50vh;
    }
}

    .video-container video {
        width: 100%;
        height: 100%; /* Kapsayıcının yüksekliğine uyacak şekilde */
        object-fit: cover; /* Videoyu kapsayıcıya uygun şekilde sığdırır */
    }

/* İçerik stil ayarları */
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

    .content p {
        margin: 0;
    }

/* Buton ayarları */
.custom-button {
    margin-top: 20px;
}

    .custom-button a {
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
        padding: 10px 20px;
        border: 1px solid #007bff;
        border-radius: 5px;
        display: inline-block;
    }

        .custom-button a:hover {
            background-color: #007bff;
            color: #fff;
        }

/* Responsive ayarlar */
@media (max-width: 768px) {
    .video-container {
        margin: 0 auto; /* Orta hizalama için */
    }

    .content {
        padding: 10px;
    }
}







.boxc-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px; /* gap için negatif margin */
}

.boxc {
    flex: 1 1 calc(25% - 20px); /* Kutuların genişliği %25, aralarındaki boşluk için -20px */
    margin: 10px; /* gap yerine margin */
    background: rgba(0, 0, 0, 0.5); /* Transparan arka plan */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    color: #fff; /* Beyaz yazı rengi */
    box-sizing: border-box; /* Padding ve border genişlikten çıkartılmasını sağlar */
}

    .boxc h3 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .boxc p {
        font-size: 1rem;
        margin: 0;
    }

/* Responsive ayarlar */
@media (max-width: 768px) {
    .boxc {
        flex: 1 1 calc(50% - 20px); /* 2 kutu yanyana */
    }
}

@media (max-width: 576px) {
    .boxc {
        flex: 1 1 calc(100% - 20px); /* Tek sütun */
    }

        .boxc h3 {
            font-size: 1.5rem;
        }

        .boxc p {
            font-size: 0.875rem;
        }
}





/* Responsive için kutucuklar */
.boxb {
    position: relative;
    overflow: hidden;
}

.img-boxb {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.photo {
    max-width: 100%;
    height: auto;
}

/* Tam ekran görsel ayarları */
#fullscreen-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#fullscreen-photo {
    max-width: 90%;
    max-height: 80%;
    margin-bottom: 20px; /* Butonun fotoğrafın altında kalması için boşluk */
}

#exit-fullscreen-btn {
    background-color: #f0ad4e;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}


#fullscreen-video {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.video {
    margin: 10px;
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 5/3; /* 500/300 oranını korur */
    overflow: hidden;
    position: relative;
}

    .video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }




/* Harita iframe ayarları */
.responsive-iframe {
    width: 100%;
    height: 300px; /* Mobil için daha küçük yükseklik */
    border: 0;
    border-radius: 8px; /* Köşeleri yuvarlatmak isterseniz */
    max-height: 600px; /* Maksimum yükseklik */
}

/* Sayfa genişliğine göre responsive ayarları */
@media (min-width: 768px) {
    .responsive-iframe {
        height: 400px; /* Büyük ekranlarda yükseklik ayarı */
    }
}





/* Genel ayarlar */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* info-section'un ortalanması ve responsive olması için */
.info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    padding: 20px 0;
    box-sizing: border-box;
}

/* info-content'in responsive olması için */
.info-content {
    text-align: center;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

    /* Yazı ve sosyal medya ikonları */
    .info-content p {
        margin: 10px 0;
    }

.social_media {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

    .social_media a img {
        width: 40px; /* Gerektiğinde boyutu ayarlayın */
        height: auto;
    }



/* Scroll to Top butonunun başlangıçta gizli olması ve responsive olması için */
.scroll-to-top {
    position: fixed;
    bottom: 15%; /* Butonun ekrandan uzaklığı */
    right: 2%; /* Sağdan uzaklık */
    width: 50px;
    max-width: 100px; /* Butonun maksimum genişliği (önceki 80px yerine 100px) */
    height: auto;
    aspect-ratio: 1/1; /* Butonun kare şeklinde kalmasını sağlar */
    display: none; /* Sayfa scroll olduğunda gösterilecek */
    z-index: 1000; /* Butonun diğer içeriklerin üstünde görünmesi için */
    background-color: transparent;
    background-image: url('../images/yukari_btn.png'); /* İkonun yolu */
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .scroll-to-top {
        width: 80px;
    }
}

/* Scroll to Top butonunun mobil cihazlarda daha büyük olması için */
@media (max-width: 768px) {
    .scroll-to-top {
        width: 25%; /* Ekran genişliğinin %25'i kadar genişlik */
        max-width: 90px; /* Mobilde maksimum genişlik (önceki 70px yerine 90px) */
        bottom: 15%; /* Mobilde ekrandan daha az uzaklık */
        right: 2%;/* Sağdan uzaklık */
    }
}




/* İframe'in responsive olması için */
.form_container {
    position: relative;
    padding-bottom: 60%; /* Oranı artırarak yüksekliği değiştirin */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #eee;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Yüksekliği oranla uyumlu hale getirin */
    border: 0;
}



@media (min-width: 768px) {
    .form_container {
        padding-bottom: 75%; /* 4:3 oranı için */
    }
}

@media (max-width: 767px) {
    .form_container {
        padding-bottom: 90%; /* Daha yüksek bir oran mobil cihazlar için */
    }
}


/* Sayfanın içeriğinin responsive olması için */
.contact_section {
    padding: 20px;
}

@media (max-width: 768px) {
    .contact_section {
        padding: 10px;
    }
}






/*Galeri*/
/* Galeri bölümüne genel stil */
.gallery_section {
    padding: 20px;
    background-image: url('/images/banner-02.png'); /* Doğrudan yol */
    background-size: cover; /* Fotoğrafın kapsayıcıya göre boyutlandırılması */
    background-position: center; /* Fotoğrafın ortalanması */
    background-repeat: no-repeat; /* Fotoğrafın tekrar etmesini engeller */
    background-attachment: scroll; /* Arka planın sabitlenmesini sağlar */
}

@media (min-width: 768px) {
    .gallery_section {
        background-attachment: fixed;
    }
}

.media-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Ortalamak için */
}

.media-item {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1/1;
    overflow: hidden; /* Taşma varsa gizler */
    position: relative;
}

    /* Video ve resim boyutlandırma */
    .media-item video,
    .media-item img {
        width: 100%;
        height: 100%;
        object-fit: contain; 
    }



/*Logo*/

.logo {
    max-width: 100%; /* Logo genişliği konteyneri aşmasın */
    height: auto; /* Yükseklik oranı korunsun */
}

@media (max-width: 575.98px) {
    .logo {
        width: 230px; /* Küçük ekranlar için */
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        width: 260px; /* Orta boy ekranlar için */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        width: 290px; /* Büyük ekranlar için */
    }
}

@media (min-width: 992px) {
    .logo {
        width: 310px; /* Çok büyük ekranlar için */
    }
}


/* Splash ekran stil */
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.8); /* Daha gri ve daha az parlak */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeOut 2s ease-in-out 4s forwards; /* 4 saniye sonra kaybolma animasyonu */
}

#logo {
    max-width: 90%; /* Genişlik oranı ekrana göre ayarlanır */
    max-height: 80%; /* Yükseklik oranı ekranın %80'i kadar olur */
    width: auto; /* Genişlik oranı otomatik ayarlanır */
    height: auto; /* Yükseklik oranı otomatik ayarlanır */
    animation: zoomInOut 2s ease-in-out;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); /* Gölge efekti */
}

@keyframes zoomInOut {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}
