._category_style11 {
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-hover-color-rgb: 10, 94, 224;
    --bs-heading-color: var(--text-black-800);



    h2 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        color: var(--bs-heading-color);
    }

    h2 {
        font-size: calc(1.325rem + .9vw);
    }

    @media (min-width:1200px) {
        h2 {
            font-size: 2rem;
        }
    }

    a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
        text-decoration: underline;
    }

    a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    }

    figure {
        margin: 0 0 1rem;
    }

    img,
    svg {
        vertical-align: middle;
    }

    .d-flex {
        display: flex !important;
    }

    .w-100 {
        width: 100% !important;
    }

    .h-100 {
        height: 100% !important;
    }

    .flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .mt-auto {
        margin-top: auto !important;
    }

    .me-3 {
        margin-right: 1rem !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    .ms-3 {
        margin-left: 1rem !important;
    }

    .px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    @media (min-width:992px) {
        .mb-lg-0 {
            margin-bottom: 0 !important;
        }

        .px-lg-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }
    }



    a,
    h2 {
        margin-bottom: 0;
    }

    h2 {
        font-size: 2em;
    }

    a {
        font-size: 1em;
        text-decoration: none !important;
        color: var(--text-black-500);
    }

    figure {
        margin-bottom: 0;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        content: "" !important;
    }

    .black-transparent-03 {
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--black-transparent-03);
    }

    .main-title {
        color: var(--text-black-500);
    }

    .main-title h2 {
        font-weight: 400;
    }

    .home-page-section {
        height: 100vh;
    }

    .hatil-gallery-lg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 16px;
        grid-column-gap: 12px;
    }

    .hatil-gallery-sec .main-gallery-sec {
        overflow: hidden;
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery {
        position: relative;
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery .gallery-img {
        height: 100%;
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery .gallery-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery .gallery-swiper-btn .gallery-side-btn svg {
        width: 4.2em;
        height: 4.2em;
        color: var(--white-opacity);
        stroke: var(--white-opacity) !important;
        transition: all .5s ease-in-out;
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery .gallery-swiper-btn .gallery-side-btn:hover svg {
        color: var(--white);
    }

    .hatil-gallery-sec .main-gallery-sec .inner-gallery .swiper-button-next:after,
    .hatil-gallery-sec .main-gallery-sec .inner-gallery .swiper-button-prev:after {
        content: "";
    }

    .hatil-gallery-sec .inner-gallery-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 16px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 12px;
    }

    .hatil-gallery-sec .inner-gallery-sec .left-gallery-sec {
        overflow: hidden;
    }

    * {
        scrollbar-width: auto;
        scrollbar-color: var(--grey-300);
    }

    ::-webkit-scrollbar {
        background: var(--gray);
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-corner {
        background: var(--grey-100);
        border-color: var(--grey-100);
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--grey-800);
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background: var(--grey-100);
    }

    @media (max-width:1600px) {
        .home-page-section {
            height: auto;
        }

        .gallery-section {
            height: 100vh;
        }
    }

    @media (max-width:992px) {
        ::-webkit-scrollbar {
            display: none;
        }

        .gallery-section {
            height: auto;
        }

        .hatil-gallery-sec.hatil-gallery-lg {
            grid-template-columns: repeat(1, 1fr);
        }

        .hatil-gallery-sec.hatil-gallery-lg .left-gallery {
            margin-top: 12px;
        }
    }

    @media (max-width:576px) {
        h2 {
            font-size: 1.5em;
        }
    }



    .slick-prev,
    .slick-next {
      border-radius: 0;
      left: 0;
      height: 100%;
        width: 40px;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 1;
        display: none !important;
    }

    .slick-next {
      right: 0;
      left: auto;
    }

}
