#page-services {
    font-family: "Agenda", sans-serif;
    overflow: hidden;
}


.container {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0 22px;
}

.et_header_style_left .logo_container {
    padding: 0 32px;
}

@media (min-width: 1200px) {
    .logo_wrapper.scrolled {
        margin-left: 0 !important;
    }

    .logo-link-bottom {
        position: fixed;
        right: 0;
        bottom: 20px;
        width: 100px;
    }
}

.hero-video {
    margin-top: 0;
}

.services-section {
    position: relative;
}

.services-section__inner {
    position: relative;
    z-index: 2;
}

.services-section:after {
    content: "";
    display: block;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 15.27%,
        rgba(0, 0, 0, 0.9) 42.36%,
        rgba(0, 0, 0, 0.78) 71.43%,
        rgba(0, 0, 0, 0.49) 87.68%,
        rgba(0, 0, 0, 0) 100%
    );
}

@media (min-width: 981px) {
    body #et-main-area:has(.fx-services-intro__background-image, .fx-services-intro__background-video) {
        padding-top: 0 !important;
    }
}

.fx-services-intro__background-image,
.fx-services-intro__background-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.65;
}

.fx-services-intro__background--image,
.fx-services-intro__background--video {
    background-color: #000;

    &:after,
    &:before {
        content: "";
        height: 300px;
        width: 100%;
        position: absolute;
        z-index: 2;
    }

    &:after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
    }

    &:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        top: 0;
    }
}

.services-video-bg {
    height: calc(100vh + 50px);
    width: 100%;
    border: 0;
    position: fixed;
    right: 0px;
    top: 0px;
}

.services-video-bg video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.services-button {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    padding: 12px 32px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-weight: bold;
    position: relative;
}

.menu_cta {
    position: relative;
}

.bottom-menu__experience > a {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
    .bottom-menu__experience > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .bottom-menu__experience > a {
        font-size: 12px;
    }
}

.bottom-menu__experience > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    transform: rotate(45deg);
    border: 2px solid #bd0000;
    border-top: 0;
    border-right: 0;
    margin-right: 6px;
}

.services-button:before,
.menu_cta:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    border: 2px solid #fff;
    left: -12px;
    top: -12px;
    border-radius: 60px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.05s, border-color 0.4s linear 0s;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
}

.services-button:after,
.menu_cta:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    transform: rotate(45deg);
    border: 2px solid #bd0000;
    border-left: 0;
    border-bottom: 0;
    margin-left: 6px;
}

.services-button:hover,
.menu_cta:hover {
    color: #fff;
    border-color: #bd0000;
    background-color: #bd0000;
}

.services-button:hover:after,
.menu_cta:hover:after {
    border-color: #fff;
}

.services-button:hover:before,
.menu_cta:hover:before {
    transition: all 0.4s ease-in-out 0s, border-color 0.4s linear 0.05s;
    opacity: 1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-color: #bd0000;
    top: -2px;
    left: -2px;
}

.masthead-services {
    min-height: 100vh;
    margin-top: -140px;
    display: flex;
    align-items: center;
    position: relative;
}

.masthead-services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

#page-container .masthead-services__title {
    text-align: center;
}

#page-container .masthead-services__title h1 {
    font-size: 130px;
    color: transparent;
    text-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
    -webkit-text-stroke: 2px #fff;
    margin: 0;
}

@media (max-width: 1024px) {
    #page-container .masthead-services__title h1 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    #page-container .masthead-services__title h1 {
        font-size: 46px;
    }
}

.services-intro {
    padding: 250px 0;
    position: relative;
}

@media (max-width: 1024px) {
    .services-intro {
        padding: 200px 0 250px;
    }
}

.services-intro--cta {
    padding-bottom: 370px;
}

@media (max-width: 1024px) {
    .services-intro--cta {
        padding-bottom: 150px;
        padding-top: 60px;
    }
}

.services-intro--meetings:before,
.services-intro--accordion:before,
.services-intro--cta:before {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: calc(100% + 600px);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 25.12%, #000 69.46%, rgba(0, 0, 0, 0) 100%);
}

.services-intro--accordion:before {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 25.12%, #000 69.46%, rgba(0, 0, 0, 0) 100%);
}

.services-intro--cta:before {
    top: -100px;
    height: calc(100% + 300px);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 48.77%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1024px) {
    .services-intro--meetings {
        padding: 400px 0 100px;
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .services-intro--meetings {
        padding: 200px 0 100px;
        margin-top: 100px;
    }
}

.services-intro--no-space {
    padding: 0;
}

.services-intro__background-image {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: calc(-50% - 70px);
    z-index: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .services-intro__background-image {
        left: 0;
        width: 100%;
        height: auto;
        transform: scale(2.5);
    }
}

@media (max-width: 767px) {
    .services-intro__background-image {
        left: 0;
        width: 100%;
        height: auto;
        transform: scale(2.5);
    }
}

.services-intro__background-image img {
    height: 100%;
    width: auto;
}

@media (max-width: 1024px) {
    .services-intro__background-image img {
        /* max-width: none; */
    }
}

.services-intro__content {
    max-width: 1046px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#page-container .services-intro__content h2 {
    margin: 0 0 20px;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 767px) {
    #page-container .services-intro__content h2 {
        font-size: 40px;
    }
}

.services-intro__content h4:not([class]),
.services-intro__content p strong {
    color: #bd0000 !important;
}

.services-intro__content p,
.services-intro__content li {
    /*        font-size: 25px;*/
    position: relative;
}

/*  @media (max-width: 767px) {
        .services-intro__content p,
        .services-intro__content li {
            font-size: 18px;
            position: relative;
        }
    }*/

.services-intro__content ul {
    padding-left: 45px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .services-intro__content ul {
        padding-left: 20px;
    }
}

.services-intro__content li {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .services-intro__content li {
        padding-left: 30px;
    }
}

.services-intro__content li:not(:last-child) {
    margin-bottom: 40px;
}

.services-intro__content li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #bd0000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

@media (max-width: 767px) {
    .services-intro__content li:before {
        width: 10px;
        height: 10px;
        background-color: #bd0000;
        top: 9px;
    }
}

#page-container .services-intro__content h4 {
    font-size: 30px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #page-container .services-intro__content h4 {
        font-size: 20px;
    }
}

.services-intro__button {
    margin-top: 50px;
}

.services-intro--accordion .services-intro__content {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .services-intro--accordion {
        margin-top: 40px;
        padding-top: 300px;
    }
}

@media (max-width: 767px) {
    .services-intro--accordion {
        padding: 200px 0 100px;
        margin-top: 100px;
    }
}

.services-intro--accordion .services-equipment__accordion {
    max-width: 900px;
    margin-top: 40px;
    border-top: 2px solid #bd0000;
}

.services-intro--accordion .services-intro__background-image {
    left: auto;
    right: calc(-50% + 600px);
}

@media (max-width: 1024px) {
    .services-intro--accordion .services-intro__background-image {
        right: 0;
        transform: scale(1.5);
    }
}

@media (max-width: 767px) {
    .services-intro--accordion .services-intro__background-image {
        right: 0;
        transform: scale(2);
    }
}

.services-intro--cta .services-intro__content {
    margin: 0 auto;
    text-align: center;
}

.services-equipment {
    padding-top: 250px;
}

@media (max-width: 1024px) {
    .services-equipment {
        padding-top: 150px;
    }
}

.services-equipment__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.services-equipment__item {
    width: 100%;
}

.services-equipment__item:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .services-equipment__item--mobile {
        display: none !important;
    }

    .services-equipment__item {
        width: 50%;
    }

    .services-equipment__item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .services-equipment__item--desktop {
        display: none !important;
    }

    .services-equipment__item--mobile {
        display: block !important;
        max-height: 100% !important;
    }
}

#page-container .services-equipment__item h3 {
    -webkit-text-stroke: 2px #fff;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.66));
    filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.66));
    margin: 0 0 40px;
}

@media (max-width: 1024px) {
    #page-container .services-equipment__item h3 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 767px) {
    #page-container .services-equipment__item h3 {
        font-size: 30px;
        letter-spacing: 0.05em;
        -webkit-text-stroke: 1px #fff;
    }
}

#page-container .services-equipment__item .services-equipment__slider__card__title {
    margin: 0;
    -webkit-filter: none;
    filter: none;
    font-size: 30px;
    -webkit-text-stroke: 0;
    padding: 40px 40px 30px !important;
    position: absolute;
    bottom: 0;
    width: 80%;
}

.services-equipment__accordion {
    max-width: 580px;
}

@media (max-width: 1024px) {
    .services-equipment__accordion {
        max-width: 100%;
        margin-bottom: 50px;
    }
}

.services-equipment__accordion__item {
    border-bottom: 2px solid #bd0000;
}

#page-container .services-equipment__accordion__headline {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: padding 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    color: #fff;
}

#page-container .services-intro--accordion .services-equipment__accordion__headline {
    padding-block: 26px;
    padding-right: 32px;
}

@media (max-width: 767px) {
    #page-container .services-intro--accordion .services-equipment__accordion__headline {
        padding-right: 40px;
    }
}

#page-container .services-equipment__accordion__item.is-active .services-equipment__accordion__headline {
    padding-bottom: 0;
}

.services-equipment__accordion__description {
    padding: 5px 0 15px;
    display: none;
}

.services-intro--accordion .services-equipment__accordion__description {
    padding: 15px 0 26px;
}

#page-container .services-equipment__accordion__headline .icon {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: top 0.3s ease-in-out;
}

@media (max-width: 767px) {
    #page-container .services-equipment__accordion__headline.is-active .icon {
        top: calc(50% + 10px);
    }
}

#page-container .services-equipment__accordion__headline .icon:before,
#page-container .services-equipment__accordion__headline .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

#page-container .services-equipment__accordion__headline .icon:before {
    width: 32px;
    height: 4px;
}

#page-container .services-equipment__accordion__headline .icon:after {
    width: 4px;
    height: 32px;
}

#page-container .services-equipment__accordion__item.is-active .services-equipment__accordion__headline .icon:before {
    transform: translateY(-50%) rotate(180deg);
}

#page-container .services-equipment__accordion__item.is-active .services-equipment__accordion__headline .icon:after {
    transform: translateY(-50%) rotate(90deg);
}

.services-equipment__slider {
    -webkit-filter: drop-shadow(0px 0px 99px rgba(189, 0, 0, 0.65));
    filter: drop-shadow(0px 0px 99px rgba(189, 0, 0, 0.65));
}

@media (max-width: 767px) {
    .services-equipment__slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.services-equipment__slider__card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.services-equipment__slider__card:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #000);
}

.services-equipment__slider .slick-arrow {
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    position: absolute;
    bottom: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .services-equipment__slider .slick-list {
        order: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .services-equipment__slider .slick-arrow {
        position: relative;
        right: 0 !important;
        top: 0;
        order: 1;
        margin: 0 10px;
    }
}

.services-equipment__slider .slick-arrow:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: relative;
    transform: rotate(45deg);
    transition: border 0.3s ease-in-out;
}

.services-equipment__slider .slick-prev {
    right: 110px;
}

.services-equipment__slider .slick-prev:before {
    border-top: 0;
    border-right: 0;
    left: 2px;
}

.services-equipment__slider .slick-next {
    right: 40px;
}

.services-equipment__slider .slick-next:before {
    border-left: 0;
    border-bottom: 0;
    left: -2px;
}

.services-equipment__slider .slick-arrow:hover {
    border-color: #bd0000;
    background-color: #bd0000;
}

.services-equipment__slider .slick-arrow:hover:before {
    border-color: #fff;
}

.services-gallery {
    padding-top: 250px;
}

@media (max-width: 767px) {
    .services-gallery {
        padding-top: 150px;
    }
}

.services-gallery__card {
    font-size: 0;
    border-radius: 25px;
}

.services-gallery__row {
    display: flex;
    white-space: nowrap;
    /* margin: 0 -180px; */
}

.services-gallery__item {
    padding-inline: 16px;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation: scroll 20s linear 0s infinite;
    animation: scroll 20s linear 0s infinite;
    border-radius: 25px;
}

/* @media (max-width: 767px) {
        .services-gallery__item {
            min-width: 200px;
        }
  
    } */

.services-gallery__item:nth-child(even) {
    margin-top: 55px;
}

.services-gallery__item img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 50px rgba(189, 0, 0, 0.75);
}

@media (max-width: 767px) {
    .services-gallery__item img {
        border-radius: 15px;
    }
}

.services-testimonial__content {
    text-align: center;
}

.services-testimonial .container {
    max-width: 1350px;
    padding-inline: 30px;
}

.services-testimonial__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -32px;
}

.services-testimonial__item {
    width: 33.33%;
    padding: 0 16px 32px;
}

@media (max-width: 1024px) {
    .services-testimonial__item {
        width: 100%;
    }
}

.services-testimonial__card {
    padding: 32px 35px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 99px rgba(189, 0, 0, 0.8);
}

.services-testimonial__card__star {
    display: flex;
    align-items: center;
}

.services-testimonial__card__star__item {
    width: 21px;

    svg {
        width: 100%;
        height: auto;
    }
}

.services-testimonial__card__content {
    margin-top: 10px;
}

.services-testimonial__card__content__inner {
    max-height: 330px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.services-testimonial__card__content__inner .scrollbar-track-y {
    opacity: 1;
    border-radius: 50px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0.8);
}

.services-testimonial__card__content__inner .scrollbar-thumb {
    width: 16px;
    left: 0;
    top: 0;
    border-radius: 50px;
    background-color: #bd0000;
    opacity: 0.6;
    border: 4px solid #000;
}

.services-testimonial__card__content p {
    font-size: 18px;
    padding-bottom: 0;
}

.services-testimonial__card__content p:not(:last-child) {
    margin-bottom: 15px;
}

.services-testimonial__card__content p strong {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.bottom-menu--services {
    width: 100%;
    opacity: 1;
    transform: none;
    border-top: 0;
    position: relative;
    z-index: 2;
    padding-inline: 80px 130px;
    align-items: center;
}

@media (max-width: 1024px) {
    .bottom-menu--services {
        padding-inline: 22px;
    }
}

.bottom-menu__right ul li a {
    opacity: 1;
}

.bottom-menu .menu_cta {
    padding-left: 30px;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

body.menu-open.page-template-template-services-page #page-container {
    position: relative;
}

.animated-content > * {
    position: relative;
    opacity: 0;
    transform: translate(0, 50px);
}

#page-container .masthead-services__title {
    letter-spacing: 30px;
    opacity: 0;
}

#page-services .services-equipment__accordion {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .services-equipment__row .services-equipment__item.animated-content {
        padding-right: 50px;
    }
    #page-services .services-equipment__accordion {
        max-width: 580px;
    }
}
@media (min-width: 2000px) {
    #page-services .services-intro__background-image {
        left: -50%;
        width: 100%;
    }
    #page-services .services-intro__background-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.services-equipment__slider__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 45px;
}
.page-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}
.nav-link.active {
    border: none;
    background-color: #bd0000;
    width: 20px;
    height: 20px;
}

.nav-link::after {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav-link:hover::after {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1200px) {
    .page-nav {
        right: 50px;
        gap: 20px;
    }
    .nav-link {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }
    .nav-link.active {
        width: 30px;
        height: 30px;
    }
    .nav-link::after {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .bottom-menu--services {
        padding-inline: 12px !important;
    }
    #page-services .bottom-menu .menu_cta {
        padding: 10px;
    }
    #page-services .services-intro--meetings:before {
        top: -500px;
    }
    .page-game__container {
        height: 100%;
    }
}
.services-equipment__item.accordion-slider-item {
    display: none;
    max-height: 0;
    transition: max-height 0.3s;
}
.services-equipment__item.accordion-slider-item.is-active {
    display: block;
    max-height: 100%;
}

.services-gallery__card {
    position: relative;
    overflow: hidden;
}
.zoom-icon {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: top 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}
.zoom-icon::before,
.zoom-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.zoom-icon::before {
    width: 20px;
    height: 2px;
}
.zoom-icon::after {
    width: 2px;
    height: 20px;
}
.services-gallery__card:hover .zoom-icon {
    opacity: 1;
}


.services-equipment__slider {
    .slick-track {
        display: flex;
    }

    .slick-slide {
        height: auto;
        width: 100%;

        > div,
        .services-equipment__slider__card {
            height: 100%;
        }

        .services-equipment__slider__card {
            max-height: 500px;
        }
    }
}

@media (max-width: 1199px) {
    .services-equipment__item--mobile {
        max-width: 500px;
        margin: 40px auto 0;
    }
}

.bottom-menu {
    font-family: "Agenda", sans-serif;
    margin-top: auto;
}

body.custom-background {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.menu-open #page-container {
    z-index: 99;
}