.hero-video {
    height: 100vh;
}

.hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-top .header-container .logo img {
    width: 180px;
}

.nav__list-item {
    font-weight: lighter;
    letter-spacing: 5px;
}

body.nav-active .nav address span, body.nav-active .nav-content address span {
    font-style: normal;
    padding-right: 120px;
}

.intro-about .intro-content-text h2 {
    text-align: left;
    font-weight: 100;
    letter-spacing: 4px;
}

.footer .footer-links .footer-block .footer-logo {
    width: 180px;
}

footer a, footer p {
    letter-spacing: 3px;
    text-transform: none;
}

.intro-about .intro-content-text p {
    max-width: 400px;
    text-align: justify;
}

.preloader-block img {
    width: 300px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.header-hero .contenet-hero {
    padding: 250px 0 150px 0;
}

.our-services .services-item p {
    margin-bottom: 20px;
}

section.technogym-video {
    height: 100vh;
    position: relative;
}

.technogym-video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    pointer-events: none;
}

section.technogym-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.technogym-logo {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.technogym-logo img {
    width: 200px;
}

.technogym-logo h1 {
    letter-spacing: 5px;
    font-weight: 200;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.entry {
    border-bottom: 1px solid #353535;
}

.header-social {
    width: 100%;
    text-align: end;
    padding-right: 60px;
}

.header-social ul {
    display: flex;
    gap: 1.5rem;
    justify-content: end;
    color: #fff;
    font-size: 18px;
}

.global-form label {
    color: #000;
}

.v-light .fancybox__content {
    color: #fff;
    background: #000;
}

.global-form input {
    color: #000;
}

.play-button {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.play-button svg {
    width: 40px;
    height: 40px;
}

.play-button circle {
    fill: rgba(255, 255, 255, 0.2);
}

.play-button polygon {
    fill: white;
}

.parkur .text {
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.parkur h1 {
    font-size: 20px;
    margin-bottom: 1.2rem;
}

.plan-modal {
    max-width: 700px;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
}

.plan-modal h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000;
}

.plan-body {
    font-size: 1rem;
    line-height: 1.6;
}

.plan-container {
    max-width: 1400px;
    margin: 0 auto;
}

.plan-item img {
    transition: .4s ease-in-out;
}

.plan-item:hover a img {
    transform: scale(1.04);
}

.plan-item a {
    display: block;
    overflow: hidden;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid a {
    display: inline-block;
    width: 25%;
    padding: .45rem;
}

.gallery-grid a img {
    width: 100%;
}

.gallery-intro-wrapper {
    position: relative;
}

.gallery-intro-wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: .5s ease-in-out;
}

.gallery-intro-wrapper:hover .overlay {
    opacity: .6;
}

.gallery-intro-wrapper a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    display: inline-block;
    padding: 20px 40px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;

    font-size: 24px;

}

.gallery-intro-wrapper a:hover {
    background: rgba(255, 255, 255, 0.25);
}

.message-box {
    border: 1px solid #ffffff3d;
    padding: 1.25rem;
}
