/*
Theme Name: Galaxy Co
Theme URI: https://galaxy.co.ua
Text Domain: galaxy_co_ua
Author: Galaxy Co
Author URI: https://galaxy.co.ua
Description: Galaxy
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 20251216.1.0
*/

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -2;
    pointer-events: none;
}

.background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#preloader {
    transition: opacity 0.5s ease;
}

.shadowed-text {
    text-shadow: 0px 0px 4px rgba(212, 78, 241);
}

/* Description toggle */
.description-text {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.description-text.collapsed {
    max-height: 4.5em;
    /* ~3 lines */
}

.description-text.expanded {
    max-height: 1000px;
}

.toggle-description {
    text-decoration: none;
}

.toggle-description:hover {
    text-decoration: underline;
}