#shopify-section-template--24963102802208__custom_liquid_NwxRqJ {
    --section-padding-top: 0px;
    --section-padding-bottom: 20px;
}

.of-rating {
    display: none !important;
}

.of-name {
    display: none !important;
}

ul.featured li a:hover {
    box-shadow: -8px 25px 50px -10px rgb(0 0 0 / 55%);
    z-index: 2;
    margin-top: 10px;
}

.homepage-area {
    /* padding: 32px 0; */
    display: flex;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 32px 32px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.homepage-text {
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.homepage-text h1 {
    /* background: -webkit-linear-gradient(310deg, #2acbff 12.56%, #3d8dbc 43.35%, #6216e6 77.03%, #5c1a58 100.42%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0; */
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.48px;
}

.homepage-text p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.homepage-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px;
}

.homepage-buttons a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    /* border: 2px solid #F1F4F9; */
    transition: 300ms all;
}

.homepage-stories {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
}

ul.featured {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 492px;
    transition: 300ms all;
    margin-bottom: 16px;
}

ul.featured li.big-features {
    width: 360px;
    height: 240px;
}

ul.featured li {
    width: 164px;
    position: absolute;
    transition: 300ms all;
    border-radius: 24px;
}

ul.featured li a {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    height: 100%;
    transition: 300ms all;
}

ul.featured li.big-features .img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 60%;
}

@media screen and (max-width:1024px) {

    ul.featured li.big-features .img {
        width: 220px !important;
    }


}

ul.featured li a .of-image {
    position: relative;
    height: 100%;
}

/* Konumlar container genişliğinden bağımsız ortalanır: calc(50% ± px).
   Böylece galeri 948px, 1140px veya aradaki herhangi bir genişlikte olsun,
   büyük video her zaman ortada kalır; yanlar ve alt simetrik dizilir.
   (Büyük video 360px, yan/alt videolar 164px genişlikte.) */

/* 1: ortadaki büyük video (360px) */
ul.featured li:nth-child(1) {
    left: calc(50% - 180px);
    top: 0;
    height: 260px;
}

/* 2: büyük videonun solu (biraz aşağıya sarkmış) */
ul.featured li:nth-child(2) {
    left: calc(50% - 376px);
    top: 80px;
    height: 220px;
}

/* 3: büyük videonun sağı (biraz aşağıya sarkmış) */
ul.featured li:nth-child(3) {
    left: calc(50% + 212px);
    top: 80px;
    height: 220px;
}

/* 4: büyük videonun altı - sol */
ul.featured li:nth-child(4) {
    left: calc(50% - 180px);
    top: 292px;
    height: 200px;
}

/* 5: büyük videonun altı - sağ */
ul.featured li:nth-child(5) {
    left: calc(50% + 16px);
    top: 292px;
    height: 200px;
}

.big-features a .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

.big-features a .play span:before,
.big-features a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
}

.big-features a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 48px;
    height: 48px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box;
}

.big-features a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
}

ul.featured li a .of-name span {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.14px;
    width: 100%;
}

.of-name strong {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.12px;
}

ul.featured li a .of-name {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

ul.featured li a .of-image:before {
    content: "";
    opacity: .78;
    background: linear-gradient(180deg, #fff0 51.76%, #00000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

ul.featured li a .of-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.featured li.big-features .info {
    position: absolute;
    bottom: 0;
    color: #fff;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    width: 170px;
    font-size: 12px;
    text-align: right;
    gap: 4px;
    font-weight: 500;
    bottom: 32px;
    /* right: 120px; */
    z-index: 3;
}

ul.featured li.big-features .info strong {
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    font-size: 14px;
    color: #5A4696;

    font-weight: 700;
    line-height: initial;
    letter-spacing: -.16px;
}

ul.featured:hover {
    filter: drop-shadow(0 2px 2px rgb(0 0 0 / .1));
}

.big-features a .play {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 60px;
    top: 205px;
}

big-features a .play span {
    border-radius: 50px;
    text-align: center;
    width: 48px;
    height: 48px;
    position: relative;
    transform: translate(0%, 0%);
}

.big-features a .play span:before,
.big-features a .play span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    border: 1px solid #fff;
    z-index: 0;
}

.big-features a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 48px;
    height: 48px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box;
}

.big-features a .play span i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    isolation: isolate;
    width: 48px;
    height: 48px;
    background: #fff;
    backdrop-filter: blur(15px);
    border-radius: 70px;
    box-sizing: border-box;
}

.big-features a .play span:after {
    -webkit-animation: pulse 2s 1s infinite linear;
    animation: pulse 2s 1s infinite linear;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0
    }

    33% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0
    }

    33% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}


.big-features a .play span:before {
    transform: scale(2);
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

@media only screen and (max-width: 1500px) {
    /* nth-child konumları artık calc(50% ± px) ile ortalandığı için
       ayrı offset gerekmez; sadece galeri genişliğini daraltıyoruz. */
    .homepage-stories {
        width: min(948px, 92vw);
    }
}

@media only screen and (max-width: 1024px) {
    ul.featured li.big-features {
        width: 100%;
        position: relative;
        height: 240px !important;
    }

    ul.featured li {
        width: calc(33.33% - 16px);
        height: 260px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .homepage-stories {
        width: 88vw;
        margin-top: 8px;
    }

    ul.featured {
        gap: 24px;
        height: auto;
    }

}

@media only screen and (max-width: 1300px) {
    ul.featured li.big-features .info {
        left: 10px;
        width: 165px;
        bottom: 10px;
        line-height: normal;
    }
}

@media only screen and (max-width: 1024px) {
    ul.featured li {
        width: calc(33.33% - 16px);
        height: 160px !important;
        position: relative !important;
    }
}

ul.featured li a .of-image {
    position: relative;
    height: 100%;
}

ul.featured li a .of-rating {
    position: absolute;
    top: 0;
    flex-direction: row;
    width: 100%;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.of-rating span:nth-child(1) {
    background: #F9BD27;
    color: #fff;
}

.of-rating span {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.1px;
    background: #fff;
    border-radius: 8px;
}

@media only screen and (max-width: 640px) {
    ul.featured li {
        width: calc(50.33% - 16px);
        height: 180px !important;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #000;
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal.show .modal-content {
    transform: scale(1);
}

.modal-content iframe {
    width: 100%;
    height: 450px;
    display: block;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

.hover-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.hover-preview:hover {
    pointer-events: auto;
}

.fileModal {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 50vh;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;

}

.custom-heading {
    text-align: center;
    font-weight: 600;
    color: #f5f5f5;
    /* text-bw-100 yerine */
    font-size: 1.25rem;
    /* text-xl */

}


@media screen and (min-width: 652px) {
    .custom-heading>span {
        line-height: 80px !important;
    }
}




@media (min-width: 640px) {
    .custom-heading {
        font-size: 2.25rem;
        /* sm:text-4xl */
    }
}

@media (min-width: 768px) {
    .custom-heading {
        font-size: 3rem;
        /* md:text-5xl */
    }
}

.line {
    min-width: max-content;
    max-width: max-content;
    white-space: nowrap;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    color: rgb(255, 255, 255);
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .line {
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width: 651px) {
    .custom-heading>span {
        line-height: 60px;

    }

    .line {
        line-height: 80px !important;
    }
}

@media screen and (max-width: 425px) {
    .homepage-text h1 {
        font-size: 40px !important;

    }

}


.bg-green {
    background-color: #5c1a58;
}

.bg-pink {
    background-color: #05c36c;
}

.up-features {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.up-features-area {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #181818;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.up-features-area .up-features-icon-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    transition: transform 0.4s ease;
}

.up-features-icon {
    width: 20px;
    height: 20px;
    fill: #05c36c;
    transform: rotate(-90deg);
    /* Yukarı bakan ok için */
    margin-left: 8px;
    margin-right: 4px;
}

.up-features-area:hover .up-features-icon-box {
    transform: translate(-100%, -100%);
}

.button-up {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    transform: rotate(90deg);
}

.button-up:before,
.button-up:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 10px;
}

.button-up:before {
    border: 4px solid #07c36c;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
        transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-up:after {
    border: 4px solid #07c36c;
    transform: scale(1.3);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
}

.up-features-area:hover .button-box,
.up-features-area:focus-within .button-box {
    transition: 0.4s;
    transform: translateX(-56px);
}

/* Yeni eklenenler: hover/focus olduğunda daire efekti */
.up-features-area:hover .button-up:before,
.up-features-area:focus-within .button-up:before {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.up-features-area:hover .button-up:after,
.up-features-area:focus-within .button-up:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
        transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.button-elem {
    display: block;
    width: 20px;
    height: 20px;
    margin: 17px 18px 0 18px;
    transform: rotate(180deg);
    fill: #07c36c;
}

.up-features-area:hover .button-box,
.up-features-area:focus .button-box {
    transition: 0.4s;
    transform: translateX(-56px);
}

@media screen and (max-width: 403px) {
    .up-features-area>div {
        text-align: center !important;
    }

    .button-up:after {
        border: none !important;
    }

    .up-features-area>div {
        text-align: center !important;
        min-height: 38px;
        /* sabit yükseklik */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }



}

@media screen and (max-width: 600px) {
    .homepage-buttons {
        margin-top: 0px !important;
    }
}

.headerBinetInspect {
    width: auto !important;
    height: auto !important;
    position: relative;
    align-items: center;
    gap: 6px;
    padding: 12px 23px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffffff !important;
    background: #5c1a58;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #5c1a58;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #5c1a58;
    font-weight: 600;
    letter-spacing: 0.3px;
}