﻿

.btn-area_bilet {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


.textleft{
    text-align: left !important;
}
.iletisim_footer li {
    font-size:13px !important;
    margin-bottom:15px;
}

.fotmenu ul li a {
    font-size:11px !important;
}
    .fotmenu a:hover {
        color: #111
    }
.footer1-bottom {
    background-color: #d09358;
    padding: 20px !important;
}

    .footer1-bottom .copyright-area {
        font-size:13px !important;
        color:#fff 
    }
    .footer1-bottom .copyright-area label {
        font-size: 13px !important;
        color: #111 !important;
    }
    .submenu_bilet {
        list-style: none;
        margin: 0;
        top: 42px;
        /* width: 100px; */
        margin-left: 38px;
        position: absolute;
        padding: 0;
        display: none;
        margin-top: 10px;
        border: 1px solid #ddd;
        /* border-radius: 5px; */
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 125px;
    }

    .submenu_bilet li {
        border-bottom: 1px solid #eee;
    }

        .submenu_bilet li:last-child {
            border-bottom: none;
        }

        .submenu_bilet li a {
            display: block;
            padding: 3px 15px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            transition: transform 0.2s ease, background 0.2s ease;
        }

            .submenu_bilet li a:hover {
                background: #d8d8d8;
                transition: transform 0.2s ease, background 0.2s ease;
            }




.gallery-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.downok {
    padding-bottom: 40px;
}

.gallery {
    width: 100%;
    top: 130px;
    left: 0;
    right: 0;
    padding-top: 140px;
}

.gallery-image img {
    width: 100%;
    height: auto;
    transition: 0.3s ease;
}

.gallery-image:hover img {
    filter: brightness(60%);
}

.gallery-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    padding-bottom: 5px;
    transition: transform 0.3s ease;
}
.gallery-description {
    position: absolute;
    bottom: 35px;
    left: 20px;
    color: #eaeaea;
    font-size: 10px;
    padding-bottom:5px;
    font-style: normal;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}
.gallery-image:hover .gallery-description {
    opacity: 1;
    transform: translateY(0);
}
.gallery-details {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #f8f9fa;
    font-size: 12px;
    font-style: normal;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.gallery-image:hover .gallery-title {
    transform: translateY(-30px);
}

.gallery-image:hover .gallery-details {
    opacity: 1;
    transform: translateY(0);
}


.gallery-hover-effect {
    position: absolute;
    inset: 10px;
    z-index: 1;
    opacity: 0;
    border: 1px solid white;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
}

.gallery-image:hover .gallery-hover-effect {
    opacity: 1;
    transform: scale(1);
}


@keyframes drawHorizontal {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes drawVertical {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.category-btn {
    color: white;
    background-color: transparent;
    border: 1px solid white;
    margin: 5px;
    
    font-size:13px !important;
   border-radius: 5px;
    transition: 0.3s;
    border-radius: 3px !important;
}

    .category-btn:hover {
        color: white;
        border-radius: 5px;
        background-color: #e3995b;
        border: 1px solid #e3995b;
        margin: 5px;
        transition: 0.3s;
        border-radius: 3px !important;
    }

    .category-btn.active {
        background-color: #e3995b;
        color: white;
        border-radius: 3px !important;
        border: 1px solid #e3995b;
    }
    .category-btn:focus {
        border-radius: 3px !important;
        background-color: #e3995b;
        color: white;
        border: 1px solid #e3995b;
    }


.video {
    position: relative;
    background-image: url(/assets/images/video.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /* GENİŞLİK tam, yükseklik orijinal */
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.pricing-container .header-btn12 {

    width:100% !important;
}
.pricing-inner-section-area {
    background-image: url(/assets/images/takvim_back.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /* GENİŞLİK tam, yükseklik orijinal */
    width: 100%;
    align-items: center;
    justify-content: center;
    color: white;
}

.pricing-features li {
    color:#333 !important;
}
.pricing_p_cizgi {
    border-bottom: dotted 2px #adadad !important;
    padding-bottom: 15px;
}
.pricing_header p {
    color: #686868 !important;
    font-size: 14px;
    font-weight: 600 !important;
}
.pricing-inner-section-area p {
    color: #686868 !important;
    font-size: 14px;
   
}

.pricing-inner-section-area h2 {
    font-family: 'Chocolava', sans-serif !important;
    font-size: 40px !important;
    color: #111 !important;
    letter-spacing: 3px;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}

.pricing-container {
    display: flex;
    gap: 0px;
    background-color: #ffffff;
    justify-content: center;
    margin: 40px auto;
    max-width: 902px;
    flex-wrap: wrap;
    border: 1px #ededed solid
}
.pricing-inner-section-area .pricing-header {
    margin-bottom: 0px !important;
}

.pricing-box {
    background-color: #fff;
  
  
  
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-all-section .linkblog {
    font-weight: 600;
    color: #111;
}

.blog-author-boxarea .icerik {
    padding:15px !important ;
}
.icerik p {
    color: #919191;
}
.icerik a {
    color: #919191;
}

.icerik a:hover {
    color: #c49a6c;
}
.icerik .tags-area a {
    color: #b6b6b6;
    font-size: 13px;
}

.blog-author-boxarea {
    border: solid 1px #e0e0e0;
}



.blog-all-section h2 {
    font-family: 'Chocolava', sans-serif !important;
    font-size: 40px !important;
    color: #111 !important;
    letter-spacing: 3px;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}



.pricing-header {
    background-color: #c49a6c; /* Kırmızı zemin */
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.pricing-header_2 {
    background-color: #5d3e1d; /* Kırmızı zemin */
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.pricing-header_3 {
    background-color: #2d1d0b; /* Kırmızı zemin */
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.pricing-features {
    list-style: none;
    padding: 20px;
    margin: 0;
}

    .pricing-features li {
        margin-bottom: 12px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }

    .pricing-features i {
        color: #c49a6c;
        margin-right: 10px;
    }


.parallax-section {
    position: relative;
    background-image: url('/assets/images/etkinlik-parallax.jpg'); /* <- kendi resmini koy */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.parallax-content {
    text-align: center;
   
}
.video .cizgi {
    width: 195px !important;
}
.etkinlik_header .cizgi {
    width: 195px !important;
}
.video h2 {
    font-size: 40px !important;
    color: white;
    margin-bottom: 5px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    line-height: normal;
}

.video p {
    color: #fff !important;
    font-size: 13px;
}

.festival .cizgi {
    width: 195px !important;
}

.festival h2 {
    font-size: 40px !important;
    color: white;
    margin-bottom: 5px;
}

.festival_header p {
    color: #fff !important;
    font-size: 13px;
}

.festival .hakkimizda-yazi p {
   
    color: #747474 !important;
    font-size: 12px;
    padding-bottom:20px;
}


.festival .hakkimizda-yazi h3 {
    color: #000 !important;
    font-size: 15px;
    margin-bottom:10px;
    font-weight:600 !important;
}

.festival .hakkimizda-yazi {
    text-align: left !important;
}

.festival .about-text-box {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-right: -40px; /* Görselin üstüne taşma efekti */
    background-color: rgba(255, 255, 255, 0.9); /* Görselin üstünde görünür */
    border-radius: 12px;
}

.festival about-image {
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}



.custom-about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    flex-wrap: wrap;
    position: relative;
}

.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}






.hakkimizda-gorsel img {
    display: block;
    max-width: 500px !important;
  
   
  
}



.baslik-kapsayici {
    margin-bottom: 30px;
}

.ust-numara {
    font-size: 29px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
   
}

    .ust-numara .cizgi {
        display: inline-block;
        height: 1px;
        width: 30px !important;
        background-color: #000000;
        /* flex-grow: 1; */
        margin-left: 10px;
    }

.baslik {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}
#kapsayici_icerikAlani {
    opacity: 1;
    transition: opacity 0.3s ease;
}

    #kapsayici_icerikAlani.fade-out {
        opacity: 0;
        transition: opacity 0.3s ease;
    }



.noktacik {
    width: 12px;
    height: 12px;
    /* background-color: #bbb; */
    border-radius: 50%;
    cursor: pointer;
    border: solid 2px #cbcbcb;
    transition: 0.3s ease;
}

    .noktacik.active {
        border: solid 2px #d09f83;
        transform: scale(1.2);
    }



    .istatistik-kutu .baslik {
        font-weight: 600;
        font-size: 10px;
        color:#fff !important;
    }
    .istatistik-kutu .icon img {
        width: 25px !important;
        max-width: 25px !important;
    }
    .istatistik-kutu .icon {
        font-size: 32px;
       
        color: #a03d01; /* ikon rengi */
}

    .istatistik-kutu .sayi {
        font-size: 11px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom:10px !important;
    }

.dikey-cizgi {
    width: 1px;
    background-color: #808080;
    height: auto;
    margin: 0 10px;
}
.partner_header h2 {
    color:#111 !important ;
}


.partner_header .cizgi {
    width: 195px !important;
}
.partner_header p {
    color: #111 !important;
    font-size: 11px;
}

.partner_icon_right_bottom img {

    width:100px !important ;

}
.partner_icon_right_bottom {
    position: absolute;
    right: 30px;
    bottom: 0px;
    z-index: 999 !important;
}
.partner_sol {
    position: absolute;
    left: 100px;
    width:500px;
   
    bottom: 0px;
    z-index: -1 !important;
}
.partner_sol_ust {
    position: absolute;
    left: 30px;
    width: 100%;
    top: 100px;
    z-index: 999 !important;
}

.pb50 {
    padding-bottom:50px !important ;
}


.pb40 {
    padding-bottom: 40px !important;
}



.pb30 {
    padding-bottom: 30px !important;
}


.video-icon {
    width: 60px;
    height: 60px;
    /* background-color: rgb(78 73 73 / 60%); */
    border-radius: 50%;
    border-radius: 54px;
    border: solid 2px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto;
    
    transition: transform 0.3s ease;
}

    .video-icon i {
        color: white;
        font-size: 20px;
    }

    /* Hover efekti isteğe bağlı */
    .video-icon:hover {
        transform: scale(1.1);
    }


    /* Modal arka plan */
.modal {
    display: none; /* gizli başlar */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 35%);
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

    /* Modal açıkken flex göster */
    .modal.active {
      display: flex;
    }

    /* Modal içerik kutusu */
    .modal-content {
      position: relative;
      width: 100%;
      max-width: 800px;
      aspect-ratio: 16 / 9;
     
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

    /* Kapatma butonu */
.modal-close {
    position: fixed; /* fixed yaptık ki modal kapandığında yerinde kalsın */
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    color: #333;
    transition: background 0.3s;
    user-select: none;
    z-index: 10000; /* modalın üstünde olsun */
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

    .modal-close:hover {
        background: #fff;
    }

    /* iframe tam modal içi */
    iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }


.blog-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
   
    position: relative;
}

.blog-box {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* padding: 16px; */
    width: 370px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    transition: transform 0.3s;
}

    .blog-box img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.readmore {
    display: inline-block;
    background-color: #d89d6e;
    color: white;
    padding: 6px 20px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 10px;
}

.blog-box:hover {
    transform: translateY(-4px);
}
.blog_sol_ust {
    width: 100%;
    display: flex;
    justify-content: flex-start; /* Container'ın soluna yaslar */
  margin-left:120px;
}

.iletisim {
    position: relative;
    background-image: url(/assets/images/iletisim_back.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /* GENİŞLİK tam, yükseklik orijinal */
    width: 100%;
 
    height:500px  !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.etkinlik_header .cizgi {
    width: 160px !important;
}




.ikon-kutu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .ikon-kutu i {
        font-size:15px !important;
    }

    .ikon {
        width: 60px;
        height: 60px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #ffffff;
        transition: all 0.3s;
    }
.ikon-kutu a {
    color:#ffff !important ;
}
    .ikon-kutu a:hover {
        color: #e3995b;
    }
.ikon:hover {
    border: 2px solid #e3995b;
    color: #e3995b;
}

.ikon-baslik {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}



.footer1-section-area {
    position: relative;
    background-image: url(/assets/images/footer.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /* GENİŞLİK tam, yükseklik orijinal */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding:30px 0 !important;
}



.col-left, .col-right {
    flex: 1;
    min-width: 250px;
}

.input-area {
    margin-bottom: 15px;
}

    .input-area input,
    .input-area textarea {
        width: 100%;
        padding: 14px 18px;
        border: 1.5px solid #ccc;
       
        font-size: 15px;
        transition: 0.3s;
        outline: none;
    }

        .input-area input:focus,
        .input-area textarea:focus {
            border-color: #cc3333;
            box-shadow: 0 0 0.5px #d89d6e;
        }

    .input-area textarea {
        height: 100%;
        min-height: 190px;
        resize: vertical;
    }

.header-btn1 {
    background-color: #cc3333;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

    .header-btn1:hover {
        background-color: #a62828;
    }

.col-full {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/* Mobil uyum için */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}


.contact-form-area .header-btn12 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: 14px;
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background: #513e39;
    color: var(--ztc-text-text-1);
    padding: 13px 50px;
    transition: all 0.4s;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    cursor: pointer !important;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}







@media (min-width: 991px) {
    .hakkimizda-yazi {
        background-color: #fff;
        padding: 40px 40px;
        max-width: 500px;
        z-index: 2;
        height: 300px !important;
        margin-right: -70px;
        margin-top: 70px;
    }
    .contact_icons_sol {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 999999;
    }
    .contact_icons_sag {
        width: 100%;
        text-align: center;
        position: relative;
        top: -170px;
        z-index: 999999;
    }
    .istatistik-alani {
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 10px;
        gap: 0px;
    }

    .noktaciklar {
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: absolute;
        left: calc(50% - 5px);
        top: 50%;
        margin-top:15px !important;
        transform: translateY(-50%);
        z-index: 5;
    }


    .istatistik-alani {
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 10px;
        gap: 40px;
    }

    .istatistik-kutu {
        text-align: center;
        width: 150px;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hakkimizda-section {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 60px 40px;
        position: relative;
        flex-wrap: wrap;
    }
    .pricing_p {
        border-bottom: dotted 2px #adadad !important;
        padding-bottom: 15px;
    }

    .blog-all-section .header-btn12 {
        bottom: 15px;
        left: 0;
        width: 140px;
        margin: 0 auto;
        right: 0;
        padding-bottom: 16px;
        display: block;
        font-family: var(--ztc-family-font1);
        font-size: 13px;
        line-height: var(--ztc-font-size-font-s18);
        font-weight: var(--ztc-weight-bold);
        background: #d89d6e;
        color: var(--ztc-text-text-1);
        padding: 8px 15px;
        transition: all 0.4s;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        cursor: pointer !important;
    }

    .ikon-kapsayici {
        display: flex;
        justify-content: center;
        gap: 130px;
        text-align: center;
    }
    .contact-form-area {
        width: 60%;
        margin: -70px auto 0 auto;
        padding: 30px;
        z-index: 999999;
        background: #fff;
        position: relative;
        border: solid 1px #60412c12;
    }

    .header-btn12 {
        display: inline-block;
        font-family: var(--ztc-family-font1);
        font-size: 13px;
        line-height: var(--ztc-font-size-font-s18);
        font-weight: var(--ztc-weight-bold);
        background: #d89d6e;
        color: var(--ztc-text-text-1);
        padding: 6px 24px;
        transition: all 0.4s;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        cursor: pointer !important;
    }

    #biletBanner {
        position: fixed;
        top: -200px;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #d00;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        transition: top 0.5s ease;
        text-align: center;
    }

    .bilet-banner-inner {
        padding: 20px 10px;
        max-width: 900px;
        margin: auto;
        position: relative;
    }

        .bilet-banner-inner h3 {
            margin-bottom: 15px;
            color: #333;
            font-size: 20px;
        }

    .bilet-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 26px;
        background: none;
        border: none;
        color: #666;
        cursor: pointer;
    }

    .ticket-links {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .ticket-logo {
        width:120px;
        transition: transform 0.3s ease;
    }

        .ticket-logo:hover {
            transform: translateX(-5px);
        }

    #biletModal .modal-header {

        padding:3px!important;
    }

    #biletModal .modal-body img {
       
        margin-bottom: 15px;
     
    }
    #biletModal .logolar img {
        width: 120px;
        margin-bottom: 15px;
        border-radius: unset !important;
       
    }

    #biletModal .modal-body {
        padding:0px !important;
    }


    #biletModal .modal-content {
        height: 300px !important;
    }

    #biletModal h4 {
        font-size: 16px !important;
        font-weight: 600;
        COLOR: #fff;
        padding: 10px;
        margin-bottom: 14px;
        border-radius: unset;
        background-color: #9b532c;
    }
    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        /* opacity: .5; */
        position: relative !important;
        right: 12px !important;
    }

    .textright_foot {
        text-align: right !important;
    }



    .footer-logo-area2 .list-inline-item {
        display: inline-block !important;
    }

}



/* Mobil ekranlarda düzen */
@media (max-width: 767px) {

    .textright_foot {
        text-align: left !important;
    }

    .fotmenu {
        border-top: solid 1px #ffffff;
        padding-top: 10px;
    }
    .footer1-bottom .copyright-area {
        font-size: 13px !important;
        color: #fff;
        padding-bottom:10px;
    }


    .footer1-bottom .list-inline-item {
        display: inline-block !important;
    }


    #biletBanner {
        position: fixed;
        top: -200px;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #d00;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        transition: top 0.5s ease;
        text-align: center;
    }

    .bilet-banner-inner {
        padding: 20px 10px;
        max-width: 900px;
        margin: auto;
        position: relative;
    }

        .bilet-banner-inner h3 {
            margin-bottom: 15px;
            color: #333;
            font-size: 20px;
        }

    .bilet-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 26px;
        background: none;
        border: none;
        color: #666;
        cursor: pointer;
    }

    .ticket-links {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .ticket-logo {
        width: 120px;
        transition: transform 0.3s ease;
    }

        .ticket-logo:hover {
            transform: translateX(-5px);
        }

    #biletModal .modal-header {
        padding: 3px !important;
    }

    #biletModal .modal-body img {
        margin-bottom: 15px;
    }

    #biletModal .logolar img {
        width: 120px;
        margin-bottom: 15px;
        border-radius: unset !important;
    }

    #biletModal .modal-body {
        padding: 0px !important;
    }


    #biletModal .modal-content {
        height: 270px !important;
    }

    #biletModal h4 {
        font-size: 11px !important;
        font-weight: 600;
        COLOR: #fff;
        padding: 10px;
        margin-bottom: 14px;
        border-radius: unset;
        background-color: #9b532c;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
        border: 0;
        border-radius: .375rem;
        /* opacity: .5; */
        position: relative !important;
        right: 12px !important;
    }
    .ikon-kapsayici {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .header-btn12 {
        display: inline-block;
        font-family: var(--ztc-family-font1);
        font-size: 11px;
        line-height: var(--ztc-font-size-font-s18);
        font-weight: var(--ztc-weight-bold);
        background: #d89d6e;
        color: var(--ztc-text-text-1);
        padding: 6px 16px;
        transition: all 0.4s;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        cursor: pointer !important;
    }

    .contact-form-area {
        width: 100%;
        margin: 1px auto 0 auto;
        padding: 10px 0 0 0;
        z-index: 999999;
        background: #fff;
        position: relative;
        border: solid 1px #60412c12;
    }
    .contact_icons_sol {
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 999999;
    }
    .contact_icons_sag {
        width: 100%;
        text-align: right;
        position: relative;
        top: -83px;
        z-index: 999999;
    }
    .form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin:3px !important ;
    }

    .ikon-kutu {
        width: 100%;
        justify-content: flex-start;
        margin-bottom:20px;
    }

    .ikon {
        font-size: 24px;
        min-width: 30px;
    }

    .ikon-baslik a {
        font-size: 14px;
 
        
        }



    .noktaciklar {
        display: flex;
        flex-direction: unset !important;
        gap: 12px;
        position: absolute;
        left: calc(50% - 5px);
        top: 40% !important;
        transform: translateY(-50%);
        z-index: 5;
    }

    .ikon-kapsayici {
        display: flex;
        justify-content: center;
        gap: 0px;
        text-align: center;
    }

    .noktaciklar {
        display: flex;
        flex-direction: unset;
        gap: 12px;
        position: absolute;
        left: calc(50% - 5px);
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }


    .hakkimizda-yazi {
        background-color: #fff;
        padding: 40px 40px;
        max-width: 379px;
        z-index: 2;
        height: 300px !important;
        margin-right: 0px;
        margin-top: 25px;
    }


    .istatistik-alani {
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 10px;
        gap: 0;
    }

    .istatistik-kutu {
        text-align: center;
        width: 70px;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hakkimizda-section {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 20px 40px;
        position: relative;
        flex-wrap: wrap;
    }

    .pricing_p {
        border-bottom: dotted 2px #adadad !important;
        padding-bottom: 15px;
        padding: 10px;
        text-align: center;
    }

    .blog-all-section .header-btn12 {
        bottom: 25px;
        left: 0;
        width: 140px;
        margin: 0 auto;
        right: 0;
        padding-bottom: 16px;
        display: block;
        font-family: var(--ztc-family-font1);
        font-size: 13px;
        line-height: var(--ztc-font-size-font-s18);
        font-weight: var(--ztc-weight-bold);
        background: #d89d6e;
        color: var(--ztc-text-text-1);
        padding: 8px 15px;
        transition: all 0.4s;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        cursor: pointer !important;
    }
}
