@import url('https://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&display=swap');


@counter-style akoda {
    system: cyclic;
    symbols: "( ) ";
    color: "red";
    suffix: " ";
    fallback: none;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

:root {
    --main-color: #00aeef;
    --main-bg-color: #384e59;
}

body {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--main-bg-color);
    font-family: 'Glegoo', serif !important;
}

.main-container {
    width: 100%;
    height: 100vh;
    perspective: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#background_video {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#cube {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
}

.bg-dark {
    background-color: #384e59;
    color: #fff;
}

.bg-white {
    background-color: #fff;
    color: #000 !important;
}

.nav-link {
    opacity: 0.5;
    color: #fff !important;
}

.nav-link.active {
    opacity: 1;
}

.competence-image {
    cursor: pointer;
}
img {
    max-width: 100%;
}

.modal-video {
    max-height: 90vh;
    width: 100%;
}

.logo {
    position: fixed;
    z-index: 300;
    top: 20px;
    left: 20px;
    width: 200px;
    max-width: 100%;
    height: 80px;
    isolation: isolate;
    color: #fff;
    mix-blend-mode: difference;
}

.logo_2 {
    position: fixed;
    z-index: 300;
    top: 20px;
    left: 20px;
    width: 200px;
    max-width: 100%;
    height: 80px;
}

.logo-link {
    position: fixed;
    z-index: 350;
    top: 20px;
    left: 20px;
    width: 200px;
    max-width: 100%;
    height: 80px;
}

.logo-footer  {
    width: 200px;
    max-width: 100%;
}

.blend-mode {
    mix-blend-mode: difference;
}

.loading-screen {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.loading-scree-logo {
    background-image: url('/media/logo-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 200px;
}

.loading-screen-helper {
    position: absolute;
    z-index: 505;
    background-color: rgb(33,37,41);
    height: 100px;
    width: 200px;
}

.form-label {
    font-weight: bold;
    font-size: 17px;
}

.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

/* BUTTONS */
/* Main button */
.main-button {
    position: relative;
    min-height: 50px;
    min-width: 180px;
    width: fit-content;
    margin: auto;
}

.main-button button,
.main-button a {
    background-color: transparent;
    display: block;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.6px;
    cursor: pointer;
    z-index: 20;
    position: relative;
    margin: auto;
    text-align: center;
    border: none;
}

.main-button-dark a { color: #000; }

.main-button .border-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.main-button-dark .border-line { background-color: #333; }

.main-button .border-hover {
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: all 300ms 200ms ease-in-out;
}

.main-button-dark .border-hover {
    background-color: #000;
}

.main-button .border-hover.border-hover-top {
    left: 0;
    top: 0;
}

.main-button .border-hover.border-hover-bottom {
    right: 0;
    bottom: 0;
}

.main-button .hover-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hover-content .hover-bg {
    position: absolute;
    right: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    z-index: 15;
    transition: all 300ms ease-in-out;
}

.main-button-dark .hover-content .hover-bg {
    background-color: #000;
}

.main-button:hover button,
.main-button:hover a {
    color: #000 !important;
    transition: all 200ms 300ms ease-in-out;
}

.main-button-dark.main-button:hover a {
    color: #fff !important;
}

.main-button:hover .border-hover {
    width: 100%;
    transition: all 200ms ease-in-out;
}

.main-button:hover .hover-bg {
    width: 100%;
    transition: all 200ms 300ms ease-in-out;
}

/* Secondary button */
.secondary-button a,
.secondary-button button {
    background-color: transparent;
    display: block;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1.6px;
    cursor: pointer;
    z-index: 20;
    margin: auto;
    text-align: center;
    border: 1px solid #fff;
}
/* END BUTTONS */

/* SECTIONS */
.section {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    height: 100%;
    width: 100%;
    position: relative;
    /* transform-style: preserve-3d; */
    filter: brightness(0.7);
    background-color: #000;
    box-shadow: 0px 0px 80px 10px #000;
}

.section video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
}

.text-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    max-width: 500px;
    opacity: 0;
}

.text-container .text-title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0.4em;
}

.text-container .text-subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-style: normal;
    margin-bottom: calc(30px + 0.6em);
}
/* END SECTIONS */

/* NAVIGATION */
.navigation-wrapper {
    position: fixed;
    top: 0;
    z-index: 300;
    width: 100%;
    padding: 20px 30px;
}

.navigation-bg {
    background-color: #fff;
}

.navigation-contaienr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
}

.navigation-links {
    display: flex;
    flex-direction: column;
}

.navigation-links a {
    color: #fff;
    text-decoration: none;
}

.navigation-hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden !important;
}

.hamburger-line {
    background-color: var(--main-color);
    height: 2px;
    width: 38px;
    transform-origin: center;
}

.hamburger-line:not(:last-child) {
    margin-bottom: 6px;
}
/* END NAVIGATION */

/* SLIDER */
.slider__pagination {
    position: fixed;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider__pagination-progress {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 2px;
    background-color: rgba(255,255,255,.3);
    overflow: hidden;
}

.slider__pagination-progress-line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
}

.slider__pagination-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-left: 0px;
}

.slider__pagination-list ul li {
    color: rgba(255,255,255,.5);
    padding: 5px 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color .25s cubic-bezier(.25,.46,.45,.94);
    transition: color .25s cubic-bezier(.25,.46,.45,.94);
}

.slider__pagination-list ul li:hover {
    color: #fff;
}

.slider__pagination-list ul li.active {
    color: #fff;
}

.slider__pagination-current span:first-child {
    margin-right: 10px;
}

.slider__pagination-current span {
    text-transform: uppercase;
    display: inline-block;
    line-height: 15px;
    letter-spacing: 1.6px;
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 400,"slnt" 0;
}
/* END SLIDER */

/* MENU */
.menu-container {
    z-index: 200;
    background-color: var(--main-bg-color);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-list {
    list-style: none;
    opacity: 0;
    margin: 10px;
}

.menu-list .menu-item {
    position: relative;
}

.menu-list .menu-item span {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.6px;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    padding-top: 1.5em;
    opacity: .4;
    padding-right: 10px;
    /* transition: all .25s cubic-bezier(.25,.46,.45,.94); */
}

.menu-list .menu-item a {
    display: block;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
/* END MENU */

/* PAGES */
.page-body {
    background-color: #fff !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-right: 0px !important;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

.page-section {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.page-title-container {
    padding: 100px 200px;
}

.page-main-title {
    position: relative;
    text-transform: uppercase;
    font-size: calc(1vw + 37px);
    font-weight: 600;
    font-style: normal;
    color: rgb(0, 174, 239);
    padding-left: 20px;
}

.page-main-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    border-left: 2px solid rgb(182, 184, 186);
}

.page-big-title {
    font-size: calc(0.8vw + 70px) !important;
}

.page-medium-title {
    font-size: calc(0.8vw + 28px) !important;
}

.page-big-text {
    font-size: calc(0.8vw + 21px) !important;
    font-weight: 300 !important;
}

.page-medium-text {
    font-size: calc(0.2vw + 20px) !important;
    font-weight: 300 !important;
}

.page-title {
    text-transform: uppercase;
    font-size: calc(0.8vw + 15px) !important;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 50px;
}

.page-subtitle {
    font-size: calc(.8vw + 14px);
    font-weight: 300;
    font-style: normal;
}

.page-wrapper p {
    font-size: calc(0.2vw + 18px);
    font-style: normal;
    margin-bottom: 0px;
    position: relative;
}

.page-image-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.page-section-margin {
    margin-bottom: 150px;
}

.page-image-container img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    max-height: 100vh;
}

.page-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    display: block;
}

.page-video-title {
    text-transform: uppercase;
    font-size: calc(.83333vw + 30px);
    font-weight: 300;
    font-style: normal;
    margin-bottom: 50px;
}

.page-video-text {
    font-size: calc(.83333vw + 10px);
    font-weight: 300;
    font-style: normal;
}

/* page slider */
.page-slider__pagination {
    position: fixed;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    mix-blend-mode: difference !important;
    color: #fff !important;
}

.page-slider__pagination-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}

.page-slider__pagination-list ul:hover li {
    opacity: 0.5;
}

.page-slider__pagination-list ul li {
    color: inherit;
    cursor: pointer;
    -webkit-transition: color .25s cubic-bezier(.25,.46,.45,.94);
    transition: color .25s cubic-bezier(.25,.46,.45,.94);
    position: relative;
}

.page-slider__pagination-list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    transform: scale(0);
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.page-slider__pagination-list ul li:hover {
    opacity: 1 !important;
}

.page-slider__pagination-list ul li:hover::before {
    transform: scale(1);
    transition: all 300ms ease-in-out;
}

.page-slider__pagination-current a {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 10px;
    /* font-weight: 500; */
    /* font-variation-settings: "wght" 400,"slnt" 0; */
    text-decoration: none;
    color: inherit;
}

.portfolio .nav li button {
    font-size: 20px;
}

/* END PAGES */

/* FOOTER */

footer {
    padding: 30px 0px 20px 0px;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

.akoda-list {
    list-style: akoda;
    padding-left: 24px;
}

.footer-link {
    color: white;
    text-decoration: none;
}

.footer-link:hover {
    color: #3796cc;
    text-decoration: none;
}

.footer-contact {
    display: flex;
}

.footer-contact > div {
    margin-left: 20px;
    margin-right: 30px;
    color: #ccc;
}

.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--main-color);
}

.footer-border-line {
    border-top: 1px solid rgba(255,255,255, 0.4);
}

/* END FOOTER */

/* ACCORDION */
.page-wrapper .accordion p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 1rem;
    font-weight: 400;
}

.page-wrapper .accordion img {
    /* max-width: 100%;
    object-fit: contain; */
}

.portfolio-accordion .accordion-item {
    border: none !important;
    margin: 20px 0px;
}

.page-wrapper .accordion .accordion-item:nth-child(even) .accordion-header .accordion-button{
    background-color: #cfe2ff !important;
}

.x-accordion {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    min-height: 500px;
    height: 70vh;
    position: relative;
    z-index: 200;
}

.x-accordion-panel {
    flex: initial;
    min-width: 40px;
    position: relative;
    width: 5%;
    will-change: width;
    transition: all 400ms ease;
    overflow: hidden;
    background-color: #212529;
}

.x-accordion-panel.is-active {
    transition: all 400ms ease;
    width: 100%;
    max-width: 100%;
}

.is-active .x-schedule-trigger {
    display: none;
}

.x-schedule-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    color: var(--main-color);
    z-index: 1;
    font-weight: bold;
    background-color: #fff;
    width: 100%;
}

.x-schedule-trigger span {
    display: block;
    transform: translateY(50%) rotate(-90deg);
    white-space: nowrap;
}
    
.x-content-group {
    will-change: opacity, transform;
    opacity: 1;
    transform: translateX(0);
}

/* END ACCORDION */

.horizontal_scroll_wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.horizontal_scroll_container {
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
}

.horizontal_scroll_container .panel {
    width: 100vw;
    position: relative;
    z-index: 55;
}

.vertical_scroll_container {
    height: auto;
    width: 100%;
    max-width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.vertical_scroll_container .panel {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 55;
    max-width: 100%;
}

.background-for-scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    z-index: 40;
    background-color: #000;
    filter: brightness(1);
}

.hero-1 {
    background-image: url('/media/images/akoda/image_7.jpg');
    background-size: cover;
}

.hero-small {
    padding-top: 150px;
    padding-bottom: 150px;
    background: rgba(16, 53, 75, 0.5);
    color: white;
}

.boxes {
    min-height: 50vh;
}

.scroll-indicator {
    /* position: fixed; */
    position: absolute;
    z-index: 200;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 40px;
    background-color: var(--main-color);
}

.horizontal-drag-wrapper {
    overflow: hidden;
    cursor: none;
}

.horizontal-drag-container {
    width: fit-content;
    display: flex;
}
  
.horizontal-drag-section {
    width: 50vw;
    max-width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 0 1vw;
}

.horizontal-drag-section.drag-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
}

.horizontal-drag-section img {
    object-fit: contain;
    border-radius: 10px;
}

.horizontal-drag-section p {
    font-size: calc(0.2vw + 13px) !important;
}

.partner-container {
    margin-right: 200px;
    margin-left: 200px;
    overflow: hidden;
}

.partner-container .horizontal-drag-section:first-child {
    margin-left: 200px;
}

.partner-container .horizontal-drag-section:last-child{
    margin-right: 200px;
}

.custom-drag-cursor {
    display: none;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #fff;
    opacity: .8;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}

.custom-drag-cursor::after {
    content: "Povleci";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    mix-blend-mode: difference;
}

.contact_button {
    z-index: 500;
}

.portfolio_button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 500;
    display: none;
}

.portfolio_button a {
    font-size: 10px !important;
    padding: 10px 15px!important;
}

.image-object {
    position: absolute;
    height: 15px;
    background-color: #fff;
    z-index: 20;
    max-width: 100%;
}

.image-object.object-top {
    width: 75%;
    right: 0;
    top: 0;
}

.image-object.object-bottom {
    width: 35%;
    left: 0;
    bottom: 0;
}

.image-object.object-top::before {
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    left: -15px;
}

.image-object.object-bottom::after {
    content: "";
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    display: block;
    height: 0px;
    width: 0px;
    position: absolute;
    right: -15px;
    bottom: 0;
}

.other-systems-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

/* md */
@media screen and (max-width: 768px) {
    .slider__pagination {
        display: none;
    }

    .menu-list .menu-item a {
        font-size: 22px;
        line-height: 40px;
    }

    .hero-small {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .horizontal-drag-section.drag-partners {
        width: 35vw;
    }
    
    .partner-container {
        margin-right: 50px;
        margin-left: 50px;
    }
    
    .partner-container .horizontal-drag-section:first-child {
        margin-left: 50px;
    }
    
    .partner-container .horizontal-drag-section:last-child{
        margin-right: 50px;
    }

    .other-systems-title {
        left: 5%;
    }
}

/* lg */
@media screen and (max-width: 992px) {
    .navigation-wrapper {
        position: absolute;
    }

    .page-title-container {
        padding: 80px 100px;
    }

    .x-accordion {
        flex-direction: column;
        height: auto;
    }

    .x-accordion-panel {
        min-width: auto;
        width: 100%;
        height: 50px;
    }

    .x-schedule-trigger {
        bottom: auto;
        min-height: 50px;
    }

    .x-schedule-trigger span {
        transform: none;
    }

    .x-accordion-panel.is-active {
        height: auto;
    }

}