/* _content/Melek/Components/Layout/AdminLayout.razor.rz.scp.css */
.sidebar[b-4dv7phrk9a] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 220px;
    overflow-y: auto;
    z-index: 1000;
}

.admin-content[b-4dv7phrk9a] {
    padding: 2rem;
    padding-left: 230px;
}

/* Mobilde sidebar gizlendiği için margin kaldır */
@media (max-width: 767.98px) {
    .admin-content[b-4dv7phrk9a] {
        padding-left: 2rem;
    }
}
/* _content/Melek/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-inq5g7sn0z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-inq5g7sn0z] {
    flex: 1;
    margin-top:100px
}

.sidebar[b-inq5g7sn0z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-inq5g7sn0z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-inq5g7sn0z]  a, .top-row[b-inq5g7sn0z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-inq5g7sn0z]  a:hover, .top-row[b-inq5g7sn0z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-inq5g7sn0z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-inq5g7sn0z] {
        justify-content: space-between;
    }

    .top-row[b-inq5g7sn0z]  a, .top-row[b-inq5g7sn0z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-inq5g7sn0z] {
        flex-direction: row;
    }

    .sidebar[b-inq5g7sn0z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-inq5g7sn0z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-inq5g7sn0z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-inq5g7sn0z], article[b-inq5g7sn0z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Melek/Components/Pages/Shared/Hero.razor.rz.scp.css */
#hero[b-vyey87b8x5]{
    margin-top:-150px;
}

#hero .container[b-vyey87b8x5] {
    margin-top:20px;
}
.hero-swiper[b-vyey87b8x5] {
    container-type: inline-size;
}

    .hero-swiper img[b-vyey87b8x5] {
        border-radius: 10px;
        border: 1px solid #00ff90;
        box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.41);
        -webkit-box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.41);
        -moz-box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.41);
    }

    .hero-swiper [class^="col-"]:has(img[src])[b-vyey87b8x5] {
        padding: var(--padding-1);
       
    }

    /* başlangıç durumu */
    .swiper-slide [class^="col-"] img[b-vyey87b8x5] {
        transform: translateX(250px);
       /* transform: rotate(360deg);*/
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

/* aktif slaytta hedef pozisyon */
.swiper-slide-active [class^="col-"] img[b-vyey87b8x5] {
    transform: translateX(0);
   /* transform: rotate(0deg);*/
    opacity: 1;
}

/* sıraya göre gecikme: .row içindeki col-* sırasını kullan */
.swiper-slide-active .row > [class^="col-"]:nth-child(1) img[b-vyey87b8x5] {
    transition-delay: 0s;
}

.swiper-slide-active .row > [class^="col-"]:nth-child(2) img[b-vyey87b8x5] {
    transition-delay: 0.15s;
}

.swiper-slide-active .row > [class^="col-"]:nth-child(3) img[b-vyey87b8x5] {
    transition-delay: 0.3s;
}

.swiper-slide-active .row > [class^="col-"]:nth-child(4) img[b-vyey87b8x5] {
    transition-delay: 0.6s;
}
.swiper-slide-active .row > [class^="col-"]:nth-child(5) img[b-vyey87b8x5] {
    transition-delay: 0.75s;
}
.swiper-slide-active .row > [class^="col-"]:nth-child(6) img[b-vyey87b8x5] {
    transition-delay: 0.9s;
}
