﻿/* inter-300 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''), url('/fonts/inter-v12-latin-300.woff2') format('woff2'), url('/fonts/inter-v12-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(''), url('/fonts/inter-v12-latin-500.woff2') format('woff2'), url('/fonts/inter-v12-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url('/fonts/inter-v12-latin-700.woff2') format('woff2'), url('/fonts/inter-v12-latin-700.woff') format('woff');
}

body {
    background: #f8f9fa;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.thumbnail {
    object-fit: cover;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    cursor: pointer;
}

#fullscreenSwiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
    display: none;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    #fullscreenSwiper.active {
        opacity: 1;
        transform: scale(1);
    }

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

    .swiper-slide img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

.close-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10001;
    opacity: 0.3;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    touch-action: manipulation;
}

    .close-btn:hover {
        opacity: 0.5;
    }

@media (max-width: 768px) {
    .bottom-right-logo-item {
        transform: scale(0.2);
        bottom: 10px;
    }
}

.itemlink:visited, .itemlink:link {
    color: #fff;
    text-decoration: none;
}
