/** @format */



.categoriesTarihTemizle,
.categoriesTypeTemizle,
.categoriesMekanTemizle,
.categoriesSehirTemizle {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
    background: none;
    color: #000;
    font-weight: normal;
}

.etkinlikler_container_puan_list {
    width: 100%;
    display: flex;
    margin-top: 12px;
    align-items: center;
    font-size: 13px;
    gap: 8px;
}

    .etkinlikler_container_puan_list strong {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .etkinlikler_container_puan_card span,
    .etkinlikler_container_puan_list span {
        font-size: 10px;
        opacity: 0.6;
    }

.categoriesTarihTemizle:hover,
.categoriesTypeTemizle:hover,
.categoriesMekanTemizle:hover,
.categoriesSehirTemizle:hover {
    background: #eff0f1;
}

@media screen and (max-width: 999px) {
    .categoriesTarihTemizle,
    .categoriesTypeTemizle,
    .categoriesMekanTemizle,
    .categoriesSehirTemizle {
        top: 30px;
    }
}

.filmTypesFilterButtonSelected {
    background-color: #f8e71c !important;
}

.yhm_header {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.yhm_kategori_flex li a:hover {
    color: #0085ff;
    filter: invert(31%) sepia(94%) saturate(1506%) hue-rotate(193deg) brightness(102%) contrast(110%);
}

.yhm_kategori_mobile {
    display: none;
}

.yhm_container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

.ymh_barbie a {
    color: #e84697 !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}

.yhm_header_center {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 980px;
}

    .yhm_header_center > button,
    .yhm_kesfet > button {
        background-color: transparent;
        display: flex;
        gap: 10px;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.yhm_header_search {
    padding-left: 60px;
    line-height: 44px;
    height: 44px;
    border-radius: 90px;
    border: 1px solid #d9d9d9;
    background: #f9f9f9;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 645px;
    transition: all ease 0.3s;
    font-size: 14px;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
}

    .yhm_header_search .yhm_searchButton {
        position: absolute;
        left: 2px;
        top: 1px;
        z-index: 3;
        background: none;
        pointer-events: none;
        padding: 10px;
    }

    /*.cityModal {
        box-shadow: 0px 0px 500px 0px rgba(0, 0, 0, 0.6);
        background-color: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(25px);
    }

    section.cityModal div.cityModalWrapper input {
        height: 44px;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        font-size: 18px;
    }

    section.cityModal div.cityModalWrapper span.title {
        display: none;
    }

    .cityModalWrapper_chooseLang > h2 {
        font-size: 24px;
    }

    section.cityModal div.cityModalWrapper {
        padding: 50px 0 40px 40px;
    }

        section.cityModal div.cityModalWrapper p {
            margin-bottom: 12px;
        }*/

    .yhm_header_search .yhm_filterButton {
        position: absolute;
        right: 10px;
        top: 2px;
        z-index: 3;
        background: none;
        pointer-events: none;
        padding: 10px;
    }

.yhm_kesfet,
.yhm_kategoriler {
    padding: 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

/*body {
        padding-top: 70px;
    }*/

.yhm_kategori_mobile {
    display: none !important;
}

/*.sehirSeciliMenu a {
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }*/

.yhm_kesfet:hover,
.yhm_kategoriler:hover {
    background: #f1f1f15d;
}

.yhm_kategori_cocuk ul li a:hover,
.yhm_kategori_kesfet ul li a:hover,
.yhm_kategori_tc ul li a:hover,
.yhm_kategori_ibb ul li a:hover {
    text-decoration: underline;
}

.yhm_header_right button {
    background: none;
}

.yhm_header_search {
    padding-left: 44px;
}

.yhm_header_right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.yhm_kategoriler {
    cursor: pointer;
    height: 70px;
}

    .yhm_kategoriler:hover > div {
        display: block;
    }

.yhm_kesfet {
    white-space: nowrap;
}

.yhm_kategori {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    width: 100%;
    padding-bottom: 60px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.yhm_kategori_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
}

    .yhm_kategori_flex li a {
        color: #000;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 12px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.yhm_kategori_cocuk,
.yhm_kategori_kesfet,
.yhm_kategori_tc,
.yhm_kategori_ibb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

    .yhm_kategori_cocuk span,
    .yhm_kategori_kesfet span,
    .yhm_kategori_tc span,
    .yhm_kategori_ibb span {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        opacity: 0.6;
    }

    .yhm_kategori_cocuk h3,
    .yhm_kategori_kesfet h3,
    .yhm_kategori_tc h3,
    .yhm_kategori_ibb h3 {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .yhm_kategori_cocuk p,
    .yhm_kategori_kesfet p,
    .yhm_kategori_tc p,
    .yhm_kategori_ibb p {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
        margin-top: 8px;
        max-width: 320px;
    }

.yhm_flex div {
    display: flex;
    flex-direction: column;
}

.yhm_flex a {
    color: #000;
}

.yhm_kategori_cocuk ul,
.yhm_kategori_kesfet ul,
.yhm_kategori_tc ul,
.yhm_kategori_ibb ul {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

    .yhm_kategori_cocuk ul li,
    .yhm_kategori_kesfet ul li,
    .yhm_kategori_tc ul li,
    .yhm_kategori_ibb ul li {
        color: #0085ff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.32px;
    }

        .yhm_kategori_cocuk ul li a,
        .yhm_kategori_kesfet ul li a,
        .yhm_kategori_tc ul li a,
        .yhm_kategori_ibb ul li a {
            color: #0085ff;
        }

.yhm_kategori_alt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.yhm_kategori_kesfet_span {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
    margin-bottom: 20px;
}

.yhm_flex {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}

.yhm_day {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.new_ct {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    border-bottom: 1px solid #dfdfdf;
}

    .new_ct > h1 {
        color: #1a1a1a;
        font-size: 42px !important;
        font-weight: 700;
    }

    .new_ct > p {
        font-size: 16px;
        font-weight: 400;
        color: #7f7f7f;
    }

    .new_ct > ul {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        gap: 40px;
        margin: 30px 0;
    }

        .new_ct > ul > li > a:hover {
            color: #0085ff;
        }

        .new_ct > ul > li > a {
            display: flex;
            gap: 12px;
            align-items: center;
            font-size: 24px;
            font-weight: 500;
            color: #1a1a1a;
            white-space: nowrap;
        }

.kategori .carouselComp .container {
    padding: 0;
}

.new_ct_blue > a {
    color: #0085ff !important;
}

.kids_bg {
    width: 100%;
    height: 440px;
    background-image: url("https://b6s54eznn8xq.merlincdn.net/dist/assets/img/kids_bg.jpg");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 70px;
    background-size: 100%;
}

    .kids_bg > p {
        color: #666;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

.kids_filter > div > div > button {
    background-color: transparent;
    padding-right: 4px;
    padding-left: 0;
}

.kids_slider {
    margin-bottom: 150px;
}

.kidsSwiper > .swiper-wrapper > .swiper-slide > div {
    position: relative;
    border-radius: 20px;
}

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > figure > a {
        display: block;
        height: 100%;
    }

        .kidsSwiper > .swiper-wrapper > .swiper-slide > div > figure > a > img {
            border-radius: 20px;
            width: 100%;
        }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > img {
        border-radius: 10px;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div {
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
        border-radius: 20px;
    }

        .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
            color: #fff;
            font-size: 14px;
        }

            .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a > span {
                opacity: 0.8;
            }

            .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a > strong {
                font-size: 32px;
            }

        .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > div {
            display: flex;
            align-items: center;
            color: #fff;
            margin-bottom: 20px;
        }

            .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > div > a {
                display: flex;
                align-items: center;
                color: #fff;
            }

.kids_mb_48 {
    margin-bottom: 32px;
}

.kids_container {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    gap: 120px;
}

    .kids_container > section > div {
        display: flex;
        align-items: end;
        width: 100%;
        justify-content: space-between;
    }

        .kids_container > section > div > a {
            color: #0085ff;
        }

        .kids_container > section > div > div > h2,
        .kids_container > section > div > div > h1 {
            font-size: 36px;
            font-weight: 700;
        }

        .kids_container > section > div > div > span {
            color: #666;
        }

.kids_tema_title {
    color: #000 !important;
}

.kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 28px;
}

    .kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.kids_mb {
    margin-bottom: 16px;
    font-size: 14px;
    margin-top: 4px;
}

.kids_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #0a0a0a;
    font-size: 12px;
    gap: 4px;
}

    .kids_point > div {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .kids_point img {
        max-width: 16px;
    }

.kids_banner {
    background-image: url(img/kids_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 350px;
    display: flex !important;
    align-items: start !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 40px;
}

    .kids_banner > div {
        display: flex;
        gap: 24px;
        width: 50%;
        align-items: center;
    }

.kids_column {
    flex-direction: column;
    align-items: start !important;
}

.kids_banner > div > h2 {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kids_banner > div > span {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.kids_banner > div > p {
    color: #e6e6e6 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kids_banner > div > a {
    color: #132d71 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    background: #fff !important;
    padding: 12px 52px;
}

.kids_filter > div {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .kids_filter > div > button {
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .kids_filter > div > button:hover {
            background: rgb(243 244 246);
        }

.kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
    text-align: center;
}

.kids_filter_date {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .kids_filter_date > div {
        display: flex;
        align-items: center;
    }

        .kids_filter_date > div > button {
            background-color: transparent;
        }

.kids_container .swiper-wrapper > .swiper-slide > div img {
    border-radius: 8px;
}

.kids_etkinlik_card > div > figure > a img {
    border-radius: 8px;
}

.kids_etkinlik_card {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 12px;
    grid-row-gap: 48px;
}

    .kids_etkinlik_card > div {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .kids_etkinlik_card > div > figure > a {
            height: 100%;
            display: block;
        }

        .kids_etkinlik_card > div > div > a {
            color: #1a1a1a;
            font-size: 20px;
            font-weight: 700;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

.kids_slider {
    padding-left: 50px;
}

.kids_category {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 12px;
}

    .kids_category > a {
        position: relative;
    }

        .kids_category > a > strong {
            position: absolute;
            top: 30px;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 24px;
            z-index: 2;
            left: 0;
        }

.kids_modal_filter {
    background: white;
    padding: 8px;
    display: flex;
    flex-direction: column;
    z-index: 200;
    border-radius: 12px;
    gap: 28px;
    width: 100%;
    align-items: start;
}

    .kids_modal_filter > div {
        gap: 12px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .kids_modal_filter > div > h2 {
            color: #000;
            font-size: 20px;
            font-weight: 600;
        }

        .kids_modal_filter > div > div {
            display: flex;
            align-items: center;
            gap: 8px;
        }

    .kids_modal_filter > button {
        border-radius: 8px;
        background: #3dab5d;
        color: #fff;
        font-size: 18px;
        padding: 15px 60px;
    }

    .kids_modal_filter > div > select {
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: #f9f9f9;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 14px 20px;
        width: 100%;
    }

.kids_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.kids_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 584px;
    border-radius: 10px;
    position: relative;
}

/* The Close Button */
.kids_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .kids_close:hover,
    .kids_ close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.kids_cbanner {
    width: 100%;
    position: relative;
}

    .kids_cbanner img {
        border-radius: 12px;
    }

    .kids_cbanner a {
        position: absolute;
        z-index: 2;
        width: 240px;
        left: 50%;
        top: 50%;
        margin-left: -120px;
        margin-top: -23px;
    }

@media screen and (min-width: 999px) and (max-width: 1330px) {
    .yhm_header_search {
        max-width: 450px;
    }
    /*header {
            padding: 0 20px !important;
        }*/

    .yhm_header_center {
        width: auto;
    }
}

@media screen and (max-width: 1099px) {
    .kategori .carouselComp .container {
        padding: 0 20px;
    }

    .kategori .carouselComp {
        margin: 20px 0 0 0 !important;
    }
    /*section.cityModal {
            width: 300px;
        }*/

    . /*cityModalWrapper_chooseLang > h2 {
            font-size: 16px !important;
        }

        section.cityModal div.cityModalWrapper {
            padding: 20px 0 20px 0;
        }

        .cityModalWrapper_chooseLang {
            padding-left: 20px !important;
            margin-bottom: 10px !important;
        }

        section.cityModal div.cityModalWrapper input {
            min-height: 44px;
            font-size: 14px;
        }

        body {
            padding-top: 129px !important;
        }*/
    /*.header {
            display: flex;
            padding: 12px 20px 72px 0 !important;
        }*/
    .yhm_header {
        display: none !important;
    }

    .yhm_kategori_mobile {
        width: 320px;
        background: white;
        position: absolute;
        top: 0px;
        height: 100vh;
        z-index: 100000;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: scroll;
        gap: 20px;
        box-shadow: 0px 0px 115px 0px rgba(0, 0, 0, 0.6);
    }

    .yhm_header_search_mobile {
        padding-left: 20px;
        line-height: 44px;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: #f9f9f9;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: all ease 0.3s;
        font-size: 14px;
        color: black;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .yhm_kategori_mobile ul li:last-child {
        margin-bottom: 0;
    }

    .yhm_kategori_mobile > div > a {
        color: #0085ff;
    }

    .yhm_kategori_mobile > div > h5 {
        margin-bottom: 12px;
    }

    .yhm_header_search_mobile .yhm_searchButton_mobile {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 3;
        background: none;
        pointer-events: none;
        padding: 10px;
    }

    .yhm_kategori_mobile > div {
        display: flex;
        padding: 20px 0;
        flex-direction: column;
        border-bottom: 1px solid #dfdfdf;
    }

        .yhm_kategori_mobile > div:last-child {
            border-bottom: none;
        }

        .yhm_kategori_mobile > div > span {
            font-size: 14px;
            color: black;
            font-weight: 500;
            opacity: 0.6;
        }

        .yhm_kategori_mobile > div > strong {
            color: #000;
            font-size: 24px;
        }

        .yhm_kategori_mobile > div > p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            line-height: 23px;
        }

    .yhm_kategori_mobile ul li a {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    .yhm_kategori_mobile ul li {
        margin-bottom: 24px;
    }

    .yhm_kategori_mobile ul {
        margin-top: 20px;
    }

    .yhm_kategori_mobile > div > a {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .yhm_kategori_mobile > div > h5 {
        font-weight: 600;
        display: flex;
        gap: 10px;
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .yhm_kategori {
        display: none;
    }

    .yhm_kategori_mobile {
        display: block;
    }

    .yhm_flex:last-child {
        margin-bottom: 0;
    }

    .yhm_kategori_mobile > div:first-of-type {
        padding-top: 0;
    }

    .yhm_close {
        background: none;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        display: Flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .new_ct {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1478px) {
    .yhm_kategori_flex li a {
        font-size: 20px;
    }

    .yhm_kategori_cocuk h3,
    .yhm_kategori_kesfet h3,
    .yhm_kategori_tc h3,
    .yhm_kategori_ibb h3 {
        font-size: 24px;
    }

    .yhm_kategori_alt {
        padding: 0 30px;
    }
}

/*.header__right__dilSec {
        height: 44px;
        width: 44px;
        display: flex;
        border-radius: 4px;
        font-size: 15px;
        border: 1px solid #e1e1e1;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        position: relative;
    }*/

/*.header__right__dilSec > button {
            border: none;
            outline: none;
            background: none;
            position: relative;
            width: 100%;
            height: 100%;
        }*/

/*.header__right__dilSec > button > img:nth-child(2) {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 5px;
            }*/

/* .header__right__dilSec > ul {
            position: absolute;
            top: 70px;
            right: 1px;
            width: 125px;
            background-color: #fff;
            color: #000;
            border-radius: 4px;
            display: none;
        }*/

/*.header__right__dilSec > ul > li {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                padding: 10px 0;
                border-bottom: 1px solid #dfdfdf;
                cursor: pointer;
            }*/

/*.header__right__dilSec > ul > li > img {
                    width: 22px;
                }

                .header__right__dilSec > ul > li:last-child {
                    border-bottom: none;
                }*/

.open {
    display: show !important;
}

/*.cityModalWrapper_chooseLang {*/
/*padding: 0 30px;*/
/*width: calc(100% - 30px);
        margin-top: 12px;
        margin-bottom: 32px;
    }

        .cityModalWrapper_chooseLang > div {
            position: relative;
            widows: 100%;
        }

        .cityModalWrapper_chooseLang > h2 {
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 12px;
        }

        .cityModalWrapper_chooseLang > div > form > select {
            width: 100%;
            height: 44px;*/
/*background-color: transparent;*/
/*border: 1px solid #dfdfdf;
            border-radius: 4px;
            padding: 10px 16px;
            font-size: 14px;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: white;
            background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
            background-repeat: no-repeat;
            background-position-x: 97%;
            background-position-y: 10px;
        }

        .cityModalWrapper_chooseLang > div > span {
            position: absolute;
            right: 34px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 9px;
            color: #777;
            pointer-events: none;
            display: none;
        }*/

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: #f9f9f9;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #5562eb;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        border: 1px solid #0085ff;
        color: #0085ff;
    }

        .inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #54e0c7;
            border-color: #54e0c7;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

@media screen and (min-width: 180px) and (max-width: 400px) {
    .cityModalWrapper_chooseLang {
        padding-left: 30px;
    }

    .new_ct > h1 {
        font-size: 24px !important;
    }

    .new_ct > p {
        font-size: 12px;
        margin-top: 4px;
    }
}

/* .sehir-detay__etkinlikler__mekanfiltre > li > div {
        width: 320px;
        top: -36px;
    }

    .sehir-detay__etkinlikler__filtre__mekanlar {
        width: 249px;
    }

    .filtre__mekanlar_sehir .sehir-detay__etkinlikler__mekanfiltre > li > div {
        width: 250px;
        border-top-left-radius: 12px;
    }

    .sehir-detay__etkinlikler__mekanfiltre input {
        width: 100%;
    }

    .sehir-detay__etkinlikler__etkinlikfiltre > li > div {
        width: 270px;
        top: -37px;
    }

    .filtre__mekanlar_mekan {
        width: 319px;
    }

    .sehir-detay__etkinlikler__mekanfiltre > li > div {
        border-top-left-radius: 0;
    }

    .sehir-detay__etkinlikler__filtre__etkinlikturu {
        border-right: 1px solid #ddd;
        width: 269px;
    }*/

/*.filtre__etkinlikturu_tarih {
        width: 372px;
        border-right: 0;
    }

        .filtre__etkinlikturu_tarih .sehir-detay__etkinlikler__etkinlikfiltre > li > div {
            width: 374px;
            border-top-right-radius: 12px;
        }*/

.kids .swiper-slide {
    width: 25% !important;
}

@media screen and (min-width: 180px) and (max-width: 700px) {
    .kids h1 {
        font-size: 20px !important;
    }

    .kids .swiper-slide {
        max-width: 220px;
        width: 220px;
    }

    .kids_cbanner a {
        font-size: 12px;
        max-width: 100px;
        margin-left: -50px;
        margin-top: -20px;
    }

    .kids_modal {
        padding-top: 150px;
        width: 100%;
    }

    .kids_modal-content {
        width: 100%;
    }

    .kids_modal_filter > div > div {
        white-space: nowrap;
        overflow-x: auto;
    }

    .kategori {
        border-top: 0;
    }

    .new_ct {
        padding: 0 20px;
    }

        .new_ct > h1 {
            font-size: 24px !important;
        }

        .new_ct > p {
            font-size: 12px;
            margin-top: 4px;
        }

        .new_ct > ul {
            margin: 20px 0 0 0;
            overflow-x: auto;
            gap: 20px;
            padding-bottom: 20px;
            display: fleX;
        }

            .new_ct > ul > li > a {
                font-size: 16px;
                gap: 8px;
                width: max-content;
            }

            .new_ct > ul img {
                width: 20px;
            }

            .new_ct > ul > li {
                display: flex;
                align-items: center;
            }

    .kids_modal_filter > div > h2 {
        font-size: 14px;
    }

    .kids_modal_filter > div > select {
        padding: 10px 15px;
    }

    .inputGroup label {
        padding: 10px 15px;
        font-size: 12px;
    }

    .kids_modal_filter > button {
        padding: 10px 30px;
        font-size: 12px;
        width: 100%;
    }

    .kids_modal_filter {
        gap: 12px;
    }

        .kids_modal_filter > div {
            gap: 8px;
        }

    .kids_modal-content {
        padding: 10px 20px 20px 20px;
    }

    .kids_bg {
        height: 150px;
        margin-bottom: 35px;
    }

        .kids_bg > img {
            width: 50%;
        }

        .kids_bg > p {
            font-size: 16px;
            padding: 0 20px;
        }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a > strong {
        font-size: 16px;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > div {
        font-size: 10px;
        margin-top: 4px;
        opacity: .7;
        margin-bottom: 10px;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
        font-size: 10px;
    }

    .kids_slider {
        margin-bottom: 40px;
    }

    .kids_container > section > div > div > h2 {
        font-size: 20px;
    }

    .kids_container > section > div > div > span {
        font-size: 10px;
    }
    .kategori__overlay {
        display: none !important;
    }
    .kids_container > section > div > div {
        display: flex;
        flex-direction: column;
        gap: 2px
    }

    .kids_container > section > div {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .kids_container > section > div {
        margin-bottom: 16px;
    }

    .kids_banner {
        height: 300px;
        border-radius: 10px;
    }

        .kids_banner > div {
            width: 100%;
            object-fit: fill;
        }

            .kids_banner > div > h2 {
                font-size: 20px !important;
            }

            .kids_banner > div > span {
                font-size: 14px !important;
            }

            .kids_banner > div > p {
                font-size: 12px !important;
                line-height: 16px !important;
                -webkit-line-clamp: 3;
            }

        .kids_banner > div {
            gap: 12px !important;
            flex-direction: column;
            align-items: flex-start;
        }

            .kids_banner > div > a {
                font-size: 12px !important;
            }

    .kids_container > section > div > a {
        font-size: 12px;
    }

    .kids_container {
        gap: 30px;
    }

    .kids_filter > div > div > p {
        font-size: 12px;
    }

    .kids_filter > div > div > strong {
        font-size: 10px;
    }

    .kids_etkinlik_card {
        grid-template-columns: repeat(2, 1fr);
    }

        .kids_etkinlik_card > div > div > a {
            font-size: 14px;
        }

    .kids_mb {
        margin-bottom: 4px;
    }

        .kids_mb > p {
            font-size: 10px;
        }

    .kids_point {
        font-size: 10px;
    }

    .kidsTemaSwiper {
        width: 100%;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > figure > a > img {
        border-radius: 12px;
    }

    .kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
        font-size: 14px;
    }

    .kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div {
        gap: 14px;
    }

    .kids_slider {
        padding-left: 20px;
    }

    .kids_category {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(5, 1fr); */
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .kids_container {
        margin-bottom: 20px;
    }
}

#kategori__etkinlikler,
.resultsGrid {
    margin-top: 30px;
}

#takvimHeader {
    height: auto;
    padding: 20px 0 20px 0;
}

    #takvimHeader .header-container {
        width: 100%;
        width: 1270px !important;
        padding: 0;
    }

.sehrini-kesfet {
    display: none !important;
}

.kategori--mobil--filtrele {
    bottom: 20px !important;
}

@media screen and (min-width: 599px) and (max-width: 1224px) {
    .kids_category > a > strong {
        font-size: 18px;
        top: 10px;
    }

    .kids_bg {
        height: 150px;
        margin-bottom: 35px;
    }

        .kids_bg > img {
            width: 30%;
        }

        .kids_bg > p {
            font-size: 16px;
            padding: 0 20px;
        }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a > strong {
        font-size: 16px;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > div {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
        font-size: 10px;
    }

    .kids_slider {
        margin-bottom: 60px;
    }

    .kids_container > section > div > div > h2,
    .kids_container > section > div > div > h1 {
        font-size: 18px;
    }

    .kids_container > section > div > div > span {
        font-size: 12px;
    }

    .kids_container > section > div {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .kids_container > section > div {
        margin-bottom: 20px;
    }

    .kids_banner {
        height: 300px;
        border-radius: 10px;
    }

        .kids_banner > div {
            width: 100%;
            object-fit: fill;
        }

            .kids_banner > div > h2 {
                font-size: 20px !important;
            }

            .kids_banner > div > span {
                font-size: 14px !important;
            }

            .kids_banner > div > p {
                font-size: 12px !important;
                line-height: 16px !important;
                -webkit-line-clamp: 3;
            }

        .kids_banner > div {
            gap: 12px !important;
            flex-direction: column;
            align-items: flex-start;
        }

            .kids_banner > div > a {
                font-size: 12px !important;
            }

    .kids_container > section > div > a {
        font-size: 12px;
    }

    .kids_container {
        gap: 30px;
    }

    .kids_filter > div > div > p {
        font-size: 12px;
    }

    .kids_filter > div > div > strong {
        font-size: 10px;
    }

    .kids_etkinlik_card {
        grid-template-columns: repeat(4, 1fr);
    }

        .kids_etkinlik_card > div > div > a {
            font-size: 14px;
        }

    .kids_mb {
        margin-bottom: 4px;
    }

        .kids_mb > p {
            font-size: 12px;
        }

    .kids_point {
        font-size: 10px;
    }

    .kidsTemaSwiper {
        width: 100%;
    }

    .kidsSwiper > .swiper-wrapper > .swiper-slide > div > figure > a > img {
        border-radius: 10px;
    }

    .kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div > div > a {
        font-size: 14px;
    }

    .kidsTemaSwiper > .swiper-wrapper > .swiper-slide > div {
        gap: 14px;
    }

    .kids_slider {
        padding-left: 0.9375rem;
    }

    .kids_category {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
        /* grid-template-rows: repeat(5, 1fr); */
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

@media screen and (min-width: 599px) and (max-width: 1224px) {
    .kids_bg {
        height: 230px;
    }

    .kids_container {
        margin: 0 !important;
        max-width: 100% !important;
    }
}

.emptyEventResult {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 5;
}
.yeniArama input {
    padding-right: 50px;
}

.yhm_mobile_search {
    display: none;
}

#mobileSelectMenu {
    padding: 0 10px;
}

.yhm_mobile_menu_button_open {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

    .yhm_mobile_menu_button_open img {
        max-width: 24px;
    }

@media screen and (max-width: 999px) {
    .yhm_mobile_search {
        display: block;
    }

        .yhm_mobile_search > button > img {
            width: 24px;
        }

    .yhm_profile {
        display: none;
    }

    .yhm_mobile_profile {
        margin-top: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #dfdfdfb2;
    }

        .yhm_mobile_profile > .yhm_mobile-menu__link > div {
            display: flex;
            align-items: center;
            gap: 12px;
        }

    .yhm_mobile-menu__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .yhm_mobile_profile span {
        font-size: 18px;
        font-weight: 600;
    }

    .yhm_mobile_profile p {
        color: #707070;
        font-size: 12px;
        line-height: 100%;
    }

    .yhm_mobile-menu__back {
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 0;
    }
}

.yhm_header {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.yhm_kategori_flex li a:hover {
    color: #0085ff;
}

.yhm_kategori_mobile {
    display: none;
}

.yhmm_child_menu {
    position: relative;
}

    .yhmm_child_menu > ul {
        display: none;
    }

    .yhmm_child_menu:hover > .yhm_child_menu_open {
        position: absolute;
        background-color: #f6f4f4;
        min-width: 200px;
        padding: 16px;
        top: 120px;
        left: -10px;
        border-radius: 8px;
        border: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;
        z-index: 10;
    }

.yhm_child_menu_open > li {
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    gap: 16px;
    width: 100%;
    padding-bottom: 12px;
}

    .yhm_child_menu_open > li > a {
        font-size: 18px !important;
        display: flex;
        align-items: center;
        gap: 16px !important;
        width: 100% !important;
        flex-direction: row !important;
    }

        .yhm_child_menu_open > li > a > img {
            max-width: 28px;
            object-fit: cover;
        }

    .yhm_child_menu_open > li:last-child {
        border: none;
        padding-bottom: 0;
    }

.yhm_container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.ymh_barbie a {
    color: #e84697 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yhm_header_center {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 1100px;
    justify-content: center;
}

    .yhm_header_center > button,
    .yhm_kesfet > button, .yhm_kesfet_link > a {
        background-color: transparent;
        display: flex;
        gap: 10px;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.yhm_header_search {
    padding-left: 60px;
    line-height: 44px;
    height: 44px;
    border-radius: 90px;
    border: 1px solid #d9d9d9;
    background: #f9f9f9;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 575px;
    transition: all ease 0.3s;
    font-size: 14px;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
}
    .yhm_header_search > div {
        font-size: 12px;
    }
    .yhm_header_search .yhm_searchButton {
        position: absolute;
        left: 2px;
        top: 1px;
        z-index: 3;
        background: none;
        pointer-events: none;
        padding: 10px;
    }

.cityModal {
    box-shadow: 0px 0px 500px 0px rgba(0, 0, 0, 0.6);
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(25px);
}

section.cityModal div.cityModalWrapper input {
    height: 44px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 18px;
}

section.cityModal div.cityModalWrapper span.title {
    display: none;
}

.cityModalWrapper_chooseLang > h2 {
    font-size: 24px;
}

section.cityModal div.cityModalWrapper {
    padding: 50px 0 40px 40px;
}

    section.cityModal div.cityModalWrapper p {
        margin-bottom: 12px;
    }

.yhm_header_search .yhm_filterButton {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 3;
    background: none;
    pointer-events: none;
    padding: 10px;
}

.yhm_kesfet,
.yhm_kategoriler, .yhm_kesfet_link {
    padding: 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

body {
    padding-top: 70px;
}
.yeniArama__etkinlik li div a {
    font-size: 14px;
    line-height: 20px;
}
.yhm_kategori_mobile {
    display: none !important;
}
.yhm_header_right__button,
.yhm_profile {
    min-width: 40px;
    text-align: center;
}
.yhm_header_right__button > img,
.yhm_profile > img {
    max-width: 40px;
}
.sehirSeciliMenu a {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.yhm_kesfet:hover,
.yhm_kategoriler:hover, .yhm_kesfet_link:hover {
    background: #f1f1f15d;
}

.yhm_kategori_cocuk ul li a:hover,
.yhm_kategori_kesfet ul li a:hover,
.yhm_kategori_tc ul li a:hover,
.yhm_kategori_ibb ul li a:hover {
    text-decoration: underline;
}

.yhm_header_right button {
    background: none;
}

.yhm_header_search {
    padding-left: 44px;
}

.yhm_header_right {
    display: flex;
    align-items: center;
}
.yeniArama__etkinlik li figure img {
    border-radius: 8px;
}
.yhm_kategoriler {
    /* cursor: pointer; */
    height: 70px;
}
.yhm_kesfet, .yhm_kesfet_link {
    white-space: nowrap;
    background-color: transparent;
}

.yhm_kategori {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding-bottom: 60px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.yhm_kategori_flex > li {
    padding: 35px 0;
}

.yhm_kategori_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    /* padding-top: 35px;
    padding-bottom: 40px;*/
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

    .yhm_kategori_flex li a {
        color: #000;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 24px;
        gap: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        .yhm_kategori_flex li a img {
            max-width: 36px;
            min-height: 36px;
            max-height: 36px;
            object-fit: scale-down;
        }

.yhm_football {
    position: relative;
}

    .yhm_football span {
        background: #04b779;
        border-radius: 8px;
        padding: 4px 8px;
        color: white;
        font-size: 11px;
        font-weight: 600;
        position: absolute;
        right: -4px;
        top: -12px;
    }

.yhm_kategori_cocuk,
.yhm_kategori_kesfet,
.yhm_kategori_tc,
.yhm_kategori_ibb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

    .yhm_kategori_cocuk span,
    .yhm_kategori_kesfet span,
    .yhm_kategori_tc span,
    .yhm_kategori_ibb span {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        opacity: 0.6;
        display: none;
    }

    .yhm_kategori_cocuk h3,
    .yhm_kategori_kesfet h3,
    .yhm_kategori_tc h3,
    .yhm_kategori_ibb h3 {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .yhm_kategori_cocuk p,
    .yhm_kategori_kesfet p,
    .yhm_kategori_tc p,
    .yhm_kategori_ibb p {
        color: rgba(0, 0, 0, 0.7);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 143.75% */
        margin-top: 8px;
        max-width: 320px;
    }

.yhm_flex div {
    display: flex;
    flex-direction: column;
}

.yhm_flex a {
    color: #000;
}

.yhm_kategori_1 {
    order: 1;
}

.yhm_kategori_2 {
    order: 3;
}

.yhm_kategori_3 {
    order: 4;
}

.yhm_kategori_kesfet {
    order: 2;
}

    .yhm_kategori_cocuk ul,
    .yhm_kategori_kesfet ul,
    .yhm_kategori_tc ul,
    .yhm_kategori_ibb ul {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

        .yhm_kategori_cocuk ul li,
        .yhm_kategori_kesfet ul li,
        .yhm_kategori_tc ul li,
        .yhm_kategori_ibb ul li {
            color: #0085ff;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0.32px;
        }

            .yhm_kategori_cocuk ul li a,
            .yhm_kategori_kesfet ul li a,
            .yhm_kategori_tc ul li a,
            .yhm_kategori_ibb ul li a {
                color: #0085ff;
            }

.yhm_kategori_alt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.yhm_kategori_kesfet_span {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
    margin-bottom: 10px;
}

.yhm_flex {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}

.yhm_day {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.header {
    display: none;
}

.yhm_language_modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.7);
    top: 0;
}

.yhm_dropdown {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    position: relative;
    padding: 8px;
    height: 48px;
}

.yhm_dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    height: 100%;
    background-color: white;
}

    .yhm_dropdown-toggle img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }

.yhm_dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.yhm_dropdown.yhm_open .yhm_dropdown-list {
    display: block;
}

.yhm_dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

    .yhm_dropdown-item:hover {
        background-color: #f0f0f0;
    }

    .yhm_dropdown-item img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }

.yhm_language {
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    padding:32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.yhm_language .yhm_label {
    font-size: 20px;
}

.yhm_form > .yhm_field {
    text-align: start;
}

.yhm_form,
.yhm_success {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
}

.yhm_field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .yhm_field > p {
        font-size: 13px;
        color: #525252;
        margin-bottom: 16px;
    }

.yhm_label {
    font-weight: bold;
    font-size: 14px;
}

.yhm_select,
.yhm_select_city {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.175 0.158325L5 3.97499L8.825 0.158325L10 1.33333L5 6.33333L0 1.33333L1.175 0.158325Z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
    padding-right: 2rem;
}

.yhm_button {
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.yhm_save {
    background-color: #28a745;
    color: white;
}

.yhm_explore {
    background-color: #28a745;
    color: white;
}

.yhm_close {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.yhm_success-icon {
    font-size: 48px;
    color: #28a745;
}

.yhm_success-text h2 {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.yhm_success-text p {
    font-size: 14px;
    color: #666;
}

.yhm_mobile-menu,
.yhm_mobile_menu_button {
    display: none;
}

.yhm_success_buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.yhm_button {
    width: 100%;
}

.yhm_mobile-menu__list {
    display: none;
}

.yhm_kategori_alt_mobile {
    display: none;
}

.yhm_mobile-menu {
    display: none;
}

@media screen and (min-width: 999px) and (max-width: 1330px) {
    .yhm_header_search {
        max-width: 450px;
    }

    header {
        padding: 0 20px !important;
    }

    .yhm_header_center {
        width: auto;
    }
}

@media screen and (max-width: 999px) {
    .flex_mobile {
        margin-top: 16px;
        flex-direction: column;
        gap: 8px;
    }
    .yhm_mobile_menu_close_item {
        padding: 20px 0;
        border-bottom: 1px solid #DFDFDF;
    }
    .yhm_kategori_cocuk ul {
        gap: 8px;
        margin-top: 8px;
    }

    .yhm_mobile-menu__list > li > a, .yhm_mobile-menu__list > li > button {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .yhm_kategori_alt {
        display: none;
    }

    .yhm_kategori_alt_mobile {
        display: block;
    }

    .yhm_mobile-menu__list > li > button > img {
        max-width: 24px;
    }

    .yhm_mobile-menu__list > li > a > img {
        max-width: 24px;
    }

    .yhm_mobile-menu__list {
        display: block;
    }

    .yhm_language {
        min-height: 400px;
        /*        max-height: 60vh;
        height: 100%;*/
    }

    .yhm_kategori_flex {
        display: none;
    }

    .yhm_success_buttons {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-top: auto;
    }

    .yhm_success-text h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .yhm_success {
        height: 100%;
    }

    .yhm_success-text p {
        font-size: 13px;
        line-height: 100%;
        text-align: center;
    }

    .yhm_button {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        padding: 13px 0;
        width: 100%;
    }

    .yhm_mobile-menu__header > h2,
    .yhm_mobile-menu__footer > h2 {
        font-size: 14px;
        font-weight: 500;
        color: rgb(0, 0, 0, 0.6);
    }

    .yhm_mobile-menu {
        position: fixed;
        padding-top: 80px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        display: none;
        font-family: sans-serif;
    }

    .yhm_mobile-menu__close {
        background: none;
        font-size: 20px;
    }

    .yhm_mobile-menu__panel {
        padding:0 1rem;
    }

    .yhm_mobile-menu__header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        font-weight: bold;
    }

    .yhm_mobile-menu__title {
        font-size: 24px;
        font-weight: 600;
    }

    .yhm_mobile-menu__title_V2 {
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .yhm_mobile-menu__description {
        font-size: 14px;
        color: #000000b2;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .yhm_mobile-menu__description_V2 {
        font-size: 14px !important;
        color: #000000b2;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .yhm_mobile-menu__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .yhm_mobile-menu__list li {
            padding: 14px 0;
            font-size: 20px;
            font-weight: 500;
        }

        .yhm_mobile-menu__list a,
        .yhm_mobile-menu__link {
            text-decoration: none;
            color: #000;
            font-size: 18px;
            font-weight: 500;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            padding-left: 0;
        }

    .yhm_mobile-menu__link {
        cursor: pointer;
    }

    .yhm_badge {
        background: green;
        color: white;
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem;
        border-radius: 0.3rem;
        margin-left: 0.5rem;
    }

    .yhm_mobile-menu__footer {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 20px;
    }

    .yhm_mobile-menu__submenu {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 80px;
        left: 0;
        background-color: white;
        z-index: 2;
        overflow-y: auto !important;
        padding-bottom: 100px;
    }

    .yhm_mobile-menu__back {
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        font-size: 17px;
        font-weight: 500;
    }

    .yhm_mobile_menu_button {
        display: block;
    }

    .yhm_header {
        padding: 0 0.9375rem !important;
        width: 100%;
    }

    .yhm_mobile_menu_button > button {
        background: none;
    }

    section.cityModal {
        width: 300px;
    }

    .cityModalWrapper_chooseLang > h2 {
        font-size: 16px !important;
    }

    section.cityModal div.cityModalWrapper {
        padding: 20px 0 20px 0;
    }

    .cityModalWrapper_chooseLang {
        padding-left: 20px !important;
        margin-bottom: 10px !important;
    }

    section.cityModal div.cityModalWrapper input {
        min-height: 44px;
        font-size: 14px;
    }

    body {
        padding-top: 70px !important;
    }

    .yhm_header_center {
        display: none;
    }

    .yhm_kategori_mobile {
        width: 320px;
        background: white;
        position: absolute;
        top: 0px;
        height: 100vh;
        z-index: 100000;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: scroll;
        gap: 20px;
        box-shadow: 0px 0px 115px 0px rgba(0, 0, 0, 0.6);
    }

    .yhm_header_search_mobile {
        padding-left: 20px;
        line-height: 44px;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: #f9f9f9;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        transition: all ease 0.3s;
        font-size: 14px;
        color: black;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .yhm_kategori_mobile ul li:last-child {
        margin-bottom: 0;
    }

    .yhm_kategori_mobile > div > a {
        color: #0085ff;
    }

    .yhm_kategori_mobile > div > h5 {
        margin-bottom: 12px;
    }

    .yhm_header_search_mobile .yhm_searchButton_mobile {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 3;
        background: none;
        pointer-events: none;
        padding: 10px;
    }

    .yhm_kategori_mobile > div {
        display: flex;
        padding: 20px 0;
        flex-direction: column;
        border-bottom: 1px solid #dfdfdf;
    }

        .yhm_kategori_mobile > div:last-child {
            border-bottom: none;
        }

        .yhm_kategori_mobile > div > span {
            font-size: 14px;
            color: black;
            font-weight: 500;
            opacity: 0.6;
        }

        .yhm_kategori_mobile > div > strong {
            color: #000;
            font-size: 24px;
        }

        .yhm_kategori_mobile > div > p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            line-height: 23px;
        }

    .yhm_kategori_mobile ul li a {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    .yhm_kategori_mobile ul li {
        margin-bottom: 24px;
    }

    .yhm_kategori_mobile ul {
        margin-top: 20px;
    }

    .yhm_kategori_mobile > div > a {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .yhm_kategori_mobile > div > h5 {
        font-weight: 600;
        display: flex;
        gap: 10px;
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .yhm_kategori {
        display: none !important;
    }

    .yhm_kategori_mobile {
        display: block;
    }

    .yhm_flex:last-child {
        margin-bottom: 0;
    }

    .yhm_kategori_mobile > div:first-of-type {
        padding-top: 0;
    }

    .yhm_close {
        background: none;
        /* position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px; */
        display: Flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .yhm_kategori_kesfet_span {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eee;
    }

    .yhm_mobile_border {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eee;
    }

    .yhm_mobile-menu__title {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1478px) {
    .yhm_kategori_flex li a {
        font-size: 20px;
    }

    .yhm_kategori_cocuk h3,
    .yhm_kategori_kesfet h3,
    .yhm_kategori_tc h3,
    .yhm_kategori_ibb h3 {
        font-size: 24px;
    }

    .yhm_kategori_alt {
        padding: 0 30px;
    }
}

.header__right__dilSec {
    height: 44px;
    width: 44px;
    display: flex;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    position: relative;
}

    .header__right__dilSec > button {
        border: none;
        outline: none;
        background: none;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .header__right__dilSec > button > img:nth-child(2) {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 5px;
        }

    .header__right__dilSec > ul {
        position: absolute;
        top: 70px;
        right: 1px;
        width: 125px;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        display: none;
    }

        .header__right__dilSec > ul > li {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 10px 0;
            border-bottom: 1px solid #dfdfdf;
            cursor: pointer;
        }

            .header__right__dilSec > ul > li > img {
                width: 22px;
            }

            .header__right__dilSec > ul > li:last-child {
                border-bottom: none;
            }

.open {
    display: show !important;
}

.cityModalWrapper_chooseLang {
    /*padding: 0 30px;*/
    width: calc(100% - 30px);
    margin-top: 12px;
    margin-bottom: 32px;
}

    .cityModalWrapper_chooseLang > div {
        position: relative;
        widows: 100%;
    }

    .cityModalWrapper_chooseLang > h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .cityModalWrapper_chooseLang > div > form > select {
        width: 100%;
        height: 44px;
        /*background-color: transparent;*/
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        padding: 10px 16px;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: white;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 10px;
    }

    .cityModalWrapper_chooseLang > div > span {
        position: absolute;
        right: 34px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 9px;
        color: #777;
        pointer-events: none;
        display: none;
    }

@media screen and (min-width: 180px) and (max-width: 400px) {
    .cityModalWrapper_chooseLang {
        padding-left: 30px;
    }

    .yhm_success {
        gap: 16px;
    }
}

#slcCountryChange {
    display: none;
}

.yhm_dropdown-wrapper {
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

.yhm_dropdown-display {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding-right: 17px;
}

    .yhm_dropdown-display > div {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.yhm_dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.yhm_dropdown-option {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
}

    .yhm_dropdown-option:hover {
        background-color: #eee;
    }

.yhm_dropdown-flag {
    width: 40px;
    border-radius: 8px;
}