﻿#regii.regcover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 5px
}

.btn-auth {
    display: inline-block;
    padding: 10px 12px;
    font-family: 'Playfair Display',serif;
    text-decoration: none;
    background: #ffffff;
    color: #111111;
    border: 1px solid #8b0000;
    border-radius: 4px;
    transition: transform .15s ease,box-shadow .15s ease,background .15s ease
}

    .btn-auth:hover, .btn-auth:focus {
        background: #f6f6f6;
        outline: 3px solid #ffbf47;
        outline-offset: 2px
    }

    .btn-auth:active {
        transform: translateY(1px)
    }

.user-badge {
    color: #8b0000;
    padding: 4px 8px;
    border: 1px solid rgba(139,0,0,.25);
    border-radius: 6px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

:root {
    --gc-bg: #f7f5f5;
    --gc-fg: #0f0f14;
    --gc-muted: #6b7280;
    --gc-accent1: #191919;
    --gc-accent2: #0f1050;
    --gc-accent3: #3c1919;
    --gc-radius: 12px;
    --gc-gap: 12px;
    --gc-shadow: 0 8px 20px rgba(0,0,0,.08)
}

.guest-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--gc-radius);
    background: var(--gc-bg);
    box-shadow: var(--gc-shadow);
    overflow: hidden;
    margin-bottom: 16px
}

.guest-header {
    background: linear-gradient(90deg,var(--gc-accent1) 0%,var(--gc-accent2) 50%,var(--gc-accent3) 100%);
    padding: 10px 14px;
    text-align: center
}

.guest-header__link {
    color: #e5e7eb;
    font-weight: 800;
    letter-spacing: .5px;
    text-decoration: none;
    display: inline-block
}

    .guest-header__link:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 2px;
        border-radius: 6px
    }

GÖVDE .guest-body {
    display: flex;
    gap: var(--gc-gap);
    align-items: center;
    padding: 16px
}

.guest-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 140px
}

.guest-avatar {
    width: 110px;
    height: 110px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
    transition: transform .2s ease
}

    .guest-avatar:hover {
        transform: translateY(-2px) scale(1.02)
    }

.guest-name {
    display: flex;
    align-items: center;
    justify-content: center
}

.guest-name__link {
    color: var(--gc-fg);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 2px 4px
}

    .guest-name__link:hover {
        border-bottom-color: currentColor
    }

    .guest-name__link:focus-visible {
        outline: 3px solid #2563eb;
        outline-offset: 2px;
        border-radius: 6px
    }

.guest-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    text-align: center;
    padding: 10px
}

.guest-teaser {
    color: var(--gc-fg);
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding: 4px 6px
}

    .guest-teaser::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 2px;
        width: 100%;
        background: currentColor;
        transform: scaleX(.25);
        transform-origin: left;
        transition: transform .2s ease
    }

    .guest-teaser:hover::after {
        transform: scaleX(1)
    }

    .guest-teaser:focus-visible {
        outline: 3px solid #2563eb;
        outline-offset: 2px;
        border-radius: 6px
    }

@media (max-width:768px) {
    .guest-body {
        flex-direction: column;
        text-align: center
    }

    .guest-left {
        min-width: auto
    }
}

@media (prefers-reduced-motion:reduce) {
    .guest-avatar, .guest-teaser::after {
        transition: none !important
    }
}

.logmainb {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 45px;
    border: 0 solid black
}

.yazarresim, .yazarresimb {
    border-radius: 100%
}

.yazarresimb {
    display: flex;
    align-items: center;
    justify-content: center
}

.category-nav {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    flex-wrap: wrap;
    margin: 1px
}

.category-btn {
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #e4e2e2;
    border-radius: 4px;
    background-color: white;
    transition: all .3s ease
}

    .category-btn:hover, .category-btn.active {
        background-color: #f0f0f0;
        box-shadow: 0 2px 8px rgba(0,0,0,.1)
    }

    .category-btn.active {
        color: #8b0000;
        font-weight: bold;
        border-color: #8b0000
    }

.columnrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.rowc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    box-sizing: border-box;
    margin:0px;
       
}
.rowd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    box-sizing: border-box;
    gap: 10px;
    padding:10px;
}

.gozat {
    width: 100%
}

.cerceve {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 641px
}

.swiperone {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border-top: 1px solid lightblue;
    font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;
    font-size: 22px
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.basla {
    text-align: center;
    font-size: 20px;
    width: 100%;
    color: black;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    margin-top: 0;
    text-indent: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 100%;
    word-wrap: break-word
}

    .basla:hover {
        text-decoration: none
    }

.ilksw {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 500px
}

#paginate {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 1
}

.swiper-pagination-bullet {
    width: 34px;
    height: 31px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    color: #000;
    opacity: 1;
    background: white;
    transition: background-color .5s ease,color .5s ease;
    background-color: #d1dafc;
    border-radius: 3px;
    border: .5px outset gray;
    box-shadow: 5px 5px 15px rgba(0,0,0,.3)
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: darkred;
    line-height: 30px;
    font-weight: bold;
    border: .5px outset darkred
}

.swiper-pagination-bullet:hover {
    transition: background-color .5s ease;
    background: rgba(0,0,0,1);
    color: white
}

.swiper-button-prev, .swiper-button-next {
    margin-top: -15px
}

ul.swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.swpimage {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
    padding-bottom: 50px
}

.swipertwo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-bottom: 1px solid lightblue;
    max-width: 100%;
    height: fit-content;
    font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;
    font-size: 20px;
    overflow: hidden
}

.ayazi {
    padding-left: 10px;
    text-indent: 10px;
    color: black;
    text-decoration: none;
    min-height: 80px;
    list-style-type: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    word-wrap: break-word;
    margin: 5px;
    font-weight: 600
}

    .ayazi:hover {
        text-decoration: none
    }

.socim {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid lightgray;
    border-radius: 10px
}

.soci {
    display: flex;
    align-items: center;
    justify-content: center
}

.soc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0
}

.social-btn {
    margin: 5px;
    border: .5px solid lightblue;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 0
}

.box {
    animation-name: blink;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.lnk {
    padding: 10px;
    margin: 5px;
    border-radius: 7px
}

    .lnk:hover {
        background-color: orangered;
        list-style-type: none
    }

.n1 {
    animation-delay: .5s;
    border-bottom: 1px dotted white
}

.n2 {
    animation-delay: 1s;
    border-bottom: 1px dotted yellow
}

.n3 {
    animation-delay: 1.5s;
    border-bottom: 1px dotted pink
}

.n4 {
    animation-delay: 2s;
    border-bottom: 1px dotted lightblue
}

.n5 {
    animation-delay: 2.5s;
    border-bottom: 1px dotted lightgray
}

.n6 {
    animation-delay: 3s;
    border-bottom: 1px dotted orange
}

.n7 {
    animation-delay: 3.5s;
    border-bottom: 1px dotted white
}

.n8 {
    animation-delay: 4s
}

@keyframes blink {
    from {
        background: darkred
    }

    30% {
        background: darkblue
    }

    70% {
        background: pink
    }

    to {
        background: black
    }
}

#birinci {
    padding: 5px
}

    #birinci h2 {
        margin: 10px 0
    }

    #birinci .intro {
        padding: 10px;
        border-radius: 4px
    }

    #birinci .box {
        display: flex;
        align-items: center
    }

    #birinci .oacss {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #ccc
    }

    #birinci .linka, #birinci .linkb, #birinci .linkc, #birinci .linkd {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 6px 8px;
        border-radius: 4px;
        flex: 1
    }

.saran {
    height: 470px;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 5px
}

#ikinci .anket {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    margin: 10px 0;
    height: 180px;
    width: 100%;
    border: 1px dotted #000;
    border-radius: 10px;
    background-image: url('../png/antrasit.jpg');
    background-size: cover;
    background-position: center
}

#ikinci .my-gallery {
    height: 400px
}

#ikinci .my-subtitle {
    height: 70px
}

#ikinci .anketim {
    margin-bottom: 20px;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(90deg,#290307 0%,#090979 47%,#033422 100%)
}

    #ikinci .anketim .salmon {
        color: darksalmon
    }

#ikinci .katil {
    width: 100%;
    padding: 15px
}

#ucuncu.colon {
    padding: 10px
}

#ucuncu h2 {
    padding: 10px;
    margin: 0 0 6px
}

#ucuncu .intro {
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px
}

#ucuncu .cta {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px
}

#ucuncu .framea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 620px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px
}

#ucuncu .swiper-containers.frm {
    overflow: hidden;
    width: 100%;
    position: relative
}

#ucuncu .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

#ucuncu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

#ucuncu .stim {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block
}

#ucuncu .swiper-button-prev, #ucuncu .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#ucuncu .altnawi {
    width: 100%
}

#ucuncu .kutu {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    margin-top: 20px
}

#ucuncu .swiper-parmak {
    width: 90px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#ucuncu .parmaknail {
    width: 80px;
    height: 100px;
    display: block
}

    #ucuncu .parmaknail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0
    }

@media (max-width:1200px) {
    #ucuncu .framea {
        align-items: center;
        justify-content: center;
        height: 620px;
        margin-bottom: 40px
    }

    #ucuncu .kutu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-auto-rows: auto;
        grid-gap: 5px;
        height: 250px;
        margin-top: 40px
    }

    #ucuncu .swiper-parmak {
        width: 90px;
        height: 110px
    }

    #ucuncu .parmaknail {
        width: 70px;
        height: 90px
    }
}

.cepcepe {
    border-radius: 8px;
    padding: 10px;
    margin: 0;
    border: 1px solid lightgray
}

    .cepcepe h2 {
        margin: 0 0 6px;
        color: black
    }

    .cepcepe > p {
        margin: 0 0 14px;
        color: black
    }

#SocialBack.cepecevre {
    display: flex;
    justify-content: center;
    height:520px;    
    gap: 5px;
    padding: 8px;
    border-radius: 10px;
}

.swiper-container.cevre {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    max-width: 980px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cevre {
    
}
.titlesos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
}

.relab {
    display: flex;
    align-items: center;
    justify-content: center;
    height:400px;
}

.socil {
    display: block;
    width: 100%;
    height: 100%;
    object-fit:contain;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.lab {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    backdrop-filter: saturate(120%) blur(2px);
}

.swiper-button-prev, .swiper-button-next {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.4))
}
@media (max-width:992px) {
    #SocialBack.cepecevre {
        display: flex;
        justify-content: center;
        flex-direction:column;
        height: 560px;
        gap: 5px;
        padding: 8px;
        border-radius: 10px;
    }
    .swiper-container.cevre {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 490px;
    }
    .relab {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 320px;
    }
    .boxxx {
        grid-template-columns: repeat(4,1fr);
        gap: 6px;
        padding: 10px
    }
    .boxxx {
        grid-template-columns: repeat(4,1fr);
        grid-auto-rows: 80px
    }

    .swiper-thumb {
        width: 100%;
        height: 80px
    }
}





:root {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff
}

.altnaw {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 500px;
    width: 300px;
    border-radius: 10px;
    border:1px solid yellow;
}

.boxxx {
    display: grid;
    grid-auto-rows: 120px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08)
}

@media (max-width:992px) {
    .altnaw {
        height: 100px;
        width: 100%
    }

    .boxxx {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .altnaw {
      
        border: 0px solid yellow;
    }
   
}

.yaz {
    color: #e5e7eb;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.35;
    padding: 2px 4px;
    border-bottom: 2px solid transparent
}

    .yaz:hover {
        border-bottom-color: currentColor
    }

    .yaz:focus-visible {
        outline: 3px solid #2563eb;
        outline-offset: 2px;
        border-radius: 6px
    }

.swiper-thumb {
    width: 120px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.15);
    transition: transform .15s ease,box-shadow .15s ease
}

    .swiper-thumb:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0,0,0,.25)
    }

.thumbnaila {
    display: block;
    width: 100%;
    height: 100%
}

    .thumbnaila .socil {
        width: 100%;
        height: 100%;
        border-radius: 6px
    }

.tum {
    display: flex;
    align-items: center;
    justify-content: center
}

.konkur {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    max-width: 380px;
    margin: 0 auto;
    border: 0 solid black
}

#swkonkur {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    border: 0 solid red
}

.sslod {
    height: 420px;
    border: 0 solid red
}

    .sslod a {
        text-decoration: none
    }

#swkonkur .swiper-wrapper, #swkonkur .swiper-slide {
    display: flex;
    flex-direction: column
}

.konres {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px
}

#swkonkur .swiper-pagination-bullets {
    right: 8px
}

#swkonkur .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5
}

#swkonkur .swiper-pagination-bullet-active {
    opacity: 1
}

a.btn.btn-default {
    min-height: 48px;
    padding: .6rem 1rem
}

#besinci {
    border: 1px inset #fee5e5;
    border-radius: 5px;
    min-height: 500px;
    padding: 10px
}

    #besinci h2 {
        margin: 6px 0 8px 0
    }

    #besinci p {
        margin: 0 0 10px 0
    }

    #besinci .iskariyer {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        justify-content: center
    }

    #besinci .iska {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 92px;
        height: 50px;
        padding: 6px 10px;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        user-select: none;
        transition: transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease
    }

        #besinci .iska a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-decoration: none
        }

        #besinci .iska:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(0,0,0,.15);
            border-color: #94a3b8
        }

        #besinci .iska:focus-visible, #besinci .iska a:focus-visible {
            outline: 3px solid #ffbf47;
            outline-offset: 2px;
            border-radius: 8px
        }

    #besinci #sinema:hover, #besinci #karbir1:hover, #besinci #karbir2:hover, #besinci #karbir3:hover, #besinci #karbir4:hover, #besinci #karbir5:hover, #besinci #karbir6:hover, #besinci #karbir7:hover, #besinci #karbir8:hover, #besinci #karbir9:hover, #besinci #karbir10:hover, #besinci #karbir11:hover, #besinci #karbir12:hover, #besinci #karbir13:hover, #besinci #karbir14:hover, #besinci #karbir15:hover, #besinci #karbir16:hover, #besinci #karbir17:hover, #besinci #karbir18:hover, #besinci #karbir19:hover {
        background: #000;
        color: #fff;
        border-color: #111
    }

@media (max-width:768px) {
    #besinci {
        padding: 8px
    }

        #besinci .iska {
            min-width: 84px;
            height: 46px;
            font-weight: 700
        }

        #besinci h2 {
            font-size: 1.25rem
        }
}

@media (prefers-reduced-motion:reduce) {
    #besinci .iska {
        transition: none !important
    }
}

.sslod a {
    text-decoration: none
}

.faaliyet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    max-width: 380px;
    margin: 0 auto;
    border: 0 solid black
}

.faaliyet {
    width: auto;
    margin: 0 auto
}

#iled {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    border: 0 solid red
}

.sslod {
    height: 420px;
    border: 0 solid red
}

#iled .swiper-wrapper, #iled .swiper-slide {
    display: flex;
    flex-direction: column
}

#iled .swiper-pagination-bullets {
    right: 8px
}

#iled .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5
}

#iled .swiper-pagination-bullet-active {
    opacity: 1
}

@media (max-width:1200px) {
    #iled .konres {
        height: 240px
    }

    #iled .sslod > a {
        font-size: 17px;
        min-height: 66px
    }
}

@media (max-width:768px) {
    #iled .konres {
        height: 200px
    }

    #iled .sslod {
        padding: 8px;
        gap: 8px
    }

        #iled .sslod > a {
            font-size: 16px;
            min-height: 60px
        }

    #iled .swiper-button-prev, #iled .swiper-button-next {
        top: 42%
    }
}

@media (prefers-reduced-motion:reduce) {
    #iled .swiper-pagination-bullet, #iled .swiper-button-prev, #iled .swiper-button-next {
        transition: none !important
    }
}

#yedinci {
    width: 100%;
    border: 1px inset #fee5e5;
    border-radius: 5px;
    color: linen;
    padding: 10px;
    background: transparent;
    color: black
}

.row {
    border: 0 solid black;
    padding: 5px;
    margin: 5px
}

#yedinci h2 {
    margin: 0 0 6px 0;
    color: linen
}

#yedinci > p {
    margin: 0 0 12px 0;
    color: linen
}

.iskariyer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0
}

.iska {
    min-width: 110px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.35);
    background: #ffffff;
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    user-select: none;
    transition: transform .15s ease,box-shadow .15s ease,filter .15s ease
}

    .iska:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0,0,0,.15)
    }

    .iska:active {
        transform: translateY(0)
    }

    .iska:focus-visible {
        outline: 3px solid #ffbf47;
        outline-offset: 2px
    }

@media (max-width:768px) {
    .iska {
        flex: 1 1 calc(50% - 8px)
    }
}

.st-heading {
    padding: 10px;
    margin: 0 0 8px;
    font-weight: 700
}

.st-sub {
    margin: 0 0 14px
}

.main-science-slider {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

    .main-science-slider .swiper-wrapper, .main-science-slider .swiper-slide {
        aspect-ratio: 4 / 5;
        height: auto;
        max-height: min(70vh,620px)
    }

.science-slide-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: auto;
    transition: transform .4s ease;
    will-change: transform
}

    .science-slide-image:hover {
        transform: scale(1.02)
    }

@media (prefers-reduced-motion:reduce) {
    .science-slide-image {
        transition: none
    }
}

.swiper-button-prev, .swiper-button-next {
    z-index: 5;
    color: #fff;
    background: rgba(139,0,0,.75);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    outline: 0
}

    .swiper-button-prev:hover, .swiper-button-next:hover {
        background: rgba(139,0,0,.9)
    }

    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 1.1rem
    }

.science-thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 15px
}

.scrow {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.thumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px auto;
    max-width: 820px;
    padding: 15px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

.thumbnail {
    display: block;
    width: 70px;
    height: 90px;
    cursor: pointer;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 6px;
    transition: transform .25s ease,border-color .25s ease
}

    .thumbnail:focus-visible {
        outline: 3px solid #ffbf47;
        outline-offset: 2px
    }

    .thumbnail:hover, .thumbnail.active-thumbnail {
        border-color: #8b0000;
        transform: translateY(-4px)
    }

.thumbnail-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.more-science {
    margin: 28px 0;
    text-align: center
}

.btn-more:hover {
    background-color: #6b0000;
    box-shadow: 0 2px 10px rgba(139,0,0,.3)
}

.hobbies-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 30px
}

.hobby-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px
}

.hobby-category {
    padding: 8px 16px;
    background-color: #2ba11c;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s ease
}

    .hobby-category:hover {
        background-color: #218618;
        box-shadow: 0 2px 8px rgba(43,161,28,.3)
    }

.culture-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.culture-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.culture-column {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05)
}

    .culture-column h3 {
        color: #8b0000;
        margin-bottom: 15px
    }

    .culture-column p {
        color: #555;
        margin-bottom: 15px;
        line-height: 1.6
    }

.culture-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

    .culture-links a {
        padding: 6px 12px;
        background-color: #f5f5f5;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
        transition: all .3s ease
    }

        .culture-links a:hover {
            background-color: #8b0000;
            color: white
        }

@media (max-width:768px) {
    .main-science-slider {
        height: 300px
    }

    .thumbnail {
        width: 80px;
        height: 100px
    }

    .auth-container {
        justify-content: center
    }
    .rowd {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        border-radius: 7px;
        box-sizing: border-box;
        gap: 10px;
        padding: 10px;
    }
}

@media (max-width:480px) {
    .main-science-slider {
        height: 250px
    }

    .thumbnail {
        width: 70px;
        height: 90px
    }

    .category-nav {
        gap: 5px
    }

    .category-btn {
        padding: 6px 10px;
        font-size: .9rem
    }
}

.bg-anim {
    --angle: 60deg;
    --c1: black;
    --c2: darkred;
    --c3: darkblue;
    --c4: #2b4330;
    background-image: linear-gradient(var(--angle),var(--c1),var(--c2),var(--c3),var(--c4));
    background-size: 400% 400%;
    animation: gradientShift 10s ease-in-out infinite;
    will-change: background-position
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media (prefers-reduced-motion:reduce) {
    .bg-anim {
        animation: none !important
    }
}
