:root {
    --background-color-dark: #232323;
    --color-beige: #F3EDE9;
    --color-black: #000000;
    --color-grey: #A9A9A9;
    --color-white: #FFFFFF;
    --color-yellow: #F8CF2C;
    --slider-width : 1280px; /* width without padding of .container-xxl */
    --swiper-theme-color: #444444;
    --swiper-navigation-size: 24px;
    --bs-border-radius: 0px;
    --bs-btn-hover-color: #F8CF2C;
    --bs-btn-hover-bg: #F8CF2C;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

b, strong {
    font-weight: 700;
}

:active,
:focus,
:focus-visible {
    outline: 0;
    box-shadow: none;
}

.navbar {
    
}

.nav-icon {
    height: 60px;
}

.nav-languages {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    
    .language-separator {
        padding-bottom: 4px;
    }
}

.nav-link {
    font-size: 17px;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.container-fluid .section-main:nth-child(even) {
    background-color: var(--color-beige);
}

.container-xxl {
    padding: 20px;
}

.section-main {
    padding: 90px 0;
    
    .section-head {
        width: 100%;
        
        .title {
            font-size: 32px;
            font-weight: 300;
        }
        
        .subtitle {
            font-size: 32px;
        }
        
        .text {
            margin: 0;
        }
            
        .text-border-top {
            border-top: solid 1px var(--bs-body-color);
            margin: 20px 0;
            width: 50%;
        }
    }
    
    .section-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        
        .section-col {
            padding: 10px;
            width: 50%;
            
            .image-container {
                text-align: center;
                
                img {
                    max-width: 100%;
                    /*max-height: 100%;*/
                    max-height: 600px;
                    object-fit: contain;
                }
            }
            
            .viewer-container {
                height: 600px;
            }
            
            .video-container {
                /*
                padding: 5px;
                background-color: #FFFFFF;
                */
            }
            
            .video-container video {
                clip-path: fill-box;
                border-radius: 1px;
                max-width: 100%;
                width: 100%;
                height: 100%;
                overflow: hidden;
                margin: 0;
                border: none;
                outline: none;
            }
            
            .text-border-left {
                border-left: solid 1px var(--bs-body-color);
                padding-left: 80px;
            }
            
            .title {
                font-size: 42px;
                font-weight: 200;
            }
            
            .title.highlight {
                font-weight: 700;
            }
            
            .subtitle {
                font-size: 32px;
                font-weight: 300;
            }
        }
    }
    
    .section-button {
        display: flex;
        justify-content: center;
        
        button {
            border: none;
            padding: 5px 15px;
        }
    }
    
    .viewer-container iframe {
        width: 100%;
        height: 100%;
    }
    
    .section-domains-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .domain-container {
        width: 320px;
        padding: 25px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
            
        .image-container {
            text-align: center;
            margin-bottom: 20px;
            
            img {
                width: 120px;
                object-fit: contain;
            }
        }
        
        .title-container {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 3px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
            
        .text-container {
            font-size: 18px;
            text-align: center;
            margin-bottom: 20px;
        }
    }
    
    .title {
        line-height: 3rem;
        text-transform: uppercase;
    }
    
    .subtitle {
        text-transform: uppercase;
    }
    
    .text {
        margin: 30px 0;
        font-size: 20px;
        
        ul {
            font-weight: 300;
            text-transform: uppercase;
            list-style: none;
            padding-left: 0;
        }
        
        ul li {
            position: relative;
            padding-left: 0.8em;
            &::before {
                color: var(--color-yellow);
                content: "";
                display: inline-block;
                position: absolute;
                left: -0.5em;
                top: 0.1em;
                transform: rotate(45deg);
                height: 1em;
                width: 0.5em;
                border-bottom: 0.1em solid;
                border-right: 0.1em solid;
            }
            &:is(li) {
                margin-left: 1em;
                &:not(:first-child) {
                    margin-top: 1em;
                }
            }
        }
    }
    
    .text-spacing {
        letter-spacing: 1px;
        font-weight: 600;
    }
    
    .highlight {
        color: var(--color-yellow);
    }
            
    .title.highlight {
        font-weight: 700;
    }
    
    .subtitle.highlight {
        font-weight: 500;
    }
}

.section-top {
    
    .section-body {
        
        .section-col {
    
            .title {
                font-size: 39px;
            }
        }
    }
}

.section-customers {
    padding: 45px 0;
}

.section-news {
    
    .section-body {
    
        .section-col {
            width: 45%;
            
            .section-button {
                margin: 30px 0;
            }
    
            .subtitle.highlight {
                font-weight: 700 !important;
                text-transform: none;
            }
        }
    }
}

.section-footer {
    background-color: var(--background-color-dark);
    color: var(--color-white);
    font-size: 18px;
    padding: 20px 0;
    
    .section-body {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        
        .section-col {
            padding: 10px;
            
            .copyright {
                font-size: 14px;
                margin-top: 20px;
            }
            
            .social {
                background-color: var(--color-beige);
                border-radius: 5px;
                height: 32px;
                line-height: 30px;
                width: 32px;
                margin: 0 5px;
            }
            
            .social:hover {
                background-color: var(--color-yellow);
            }
            
            svg {
                height: 24px;
                margin-left: 5px;
            }
        }
        
        .section-col.social-list {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }
    }
}

.slider-container {
}

.slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
    height: 75pt;
}

.slider img {
    width: 120px;
}

.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        var(--color-white) 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider-beige:after,
.slider-beige:before {
    background: linear-gradient(
        to right,
        var(--color-beige) 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
}

.slider:before {
    left: 0;
    top: 0;
}

.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    position: absolute;
    display: flex;
    width: var(--slider-width);
}
.slider .slide-track-2 {
    animation: scroll-r 30s linear infinite;
    position: absolute;
    display: flex;
    width: var(--slider-width);
}

.slider .slide {
    height: 75pt;
    width: 200px;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider .slide img {
    /*height: 75%;*/
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(var(--slider-width) * -1));
    }
}

@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(var(--slider-width));
    }
}

.contact-form {
    /*
    width: 70%;
    padding: 20px 0;
    */
}

.contact-button,
.contact-button:hover,
.contact-button:focus,
.contact-button:focus-visible {
    background-color: var(--color-yellow);
    color: var(--color-white);
    font-size: 18px;
    text-transform: uppercase;
}
