﻿

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn {
    font-weight: bold;
}


/* scrollbar webkit --------------------------------------------------------- */
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    border-left: none;
}

/* header --------------------------------------------------------- */
.navbar-top-default.top-nav,
.bottom-nav.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
}

/*.bottom-nav.logo-large-start a.logo img {
    transition: transform 0.2s 0s ease-in-out;
    transform: scale(1.0);
}*/

.bottom-nav.logo-large-start:not(.navbar-bottom-top) {
    overflow: visible;
}

    .bottom-nav.logo-large-start:not(.navbar-bottom-top) a.logo img {
        transform: scale(2);
        transform-origin: left bottom;
    }

@media (max-width: 480px) {
    .bottom-nav.logo-large-start:not(.navbar-bottom-top) a.logo img {
        transform: scale(1.4);
        transform-origin: left bottom;
    }
}

.navbar-dark:not(.navbar-bottom-top, .top-nav) .logo-dark {
    display: none;
}


.navbar-dark.navbar-bottom-top .logo-light {
    display: none;
}

.side-menu .inner-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.header-video {
    object-fit: cover;
    display: block;
    height: 100vh;
    width: 100%;
}

@supports (-webkit-touch-callout: none) {
    .header-video {
        height: -webkit-fill-available;
    }
}

.header-section .inserts {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate3d(-50%, -50%, 0);
    line-height: normal;
    font-size: 10vw;
}

@media (min-width: 480px) {
    .header-section .inserts {
        font-size: 7vw;
    }
}

@media (min-width: 600px) {
    .header-section .inserts {
        font-size: 5vw;
    }
}

.header-section .inserts {
    width: 100%;
    padding: 0 12px;
}

    .header-section .inserts .insert-11 {
        display: block;
        text-align: center;
        text-transform: uppercase;
        transition: 2s 0s;
        transition-property: opacity, transform;
        transition-timing-function: ease;
    }

/* old ani start
.header-section .inserts .insert-1,
.header-section .inserts .insert-2 {
    display: block;
    transition: 2s 0s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
}

.header-section .inserts .insert-1 {
    opacity: 0;
    transform: translateX(-30%);
}

.header-section .inserts .insert-2 {
    opacity: 0;
    transform: translateX(10%) translateY(20%);
}


.loader.d-none ~ .header-section .inserts .insert-1 {
    opacity: 1;
    transform: translateX(-10%);
}

.loader.d-none ~ .header-section .inserts .insert-2 {
    opacity: 1;
    transform: translateX(10%) translateY(0%);
}
old ani end */



/* typo --------------------------------------------------------- */

@font-face {
    font-family: "NeutraDisp";
    src: url("/fonts/NeutraDisp-Bold.otf") format("opentype");
    font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'NeutraDisp', sans-serif;
}

section div a:not(.btn), section p a:not(.btn) {
    text-decoration: underline !important;
}

p {
    color: inherit;
}

.title h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
}

b, strong {
    font-weight: bold;
}

/* footer --------------------------------------------------------- */
footer .content-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 2rem;
}


@media (min-width: 768px) {
    footer .content-wrapper {
        grid-template-columns: 1fr 160px 1fr;
    }


    footer.section-padding {
        padding: 4.5rem 0;
    }
}

footer .logo-light {
    width: 160px;
}


.social-icons-simple li a,
.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    line-height: 1;
    border-radius: 100%;
    font-size: 25px;
    border: 3px solid #fff;
}

.social-icons-simple li a {
    border: none;
}

    .social-icons-simple li a:hover,
    .footer-social li a:hover {
        background: #fff !important;
        color: black;
    }

.social-icons-simple {
    gap: 0.5em;
    display: flex;
    margin-left: -1.2em;
}

/* content --------------------------------------------------------- */
@media screen and (max-width: 767.9px) {
    header + section {
        padding: 5.5rem 0;
    }
}

.text-left {
    text-align: left;
}

.fa:not(footer .footer-social a .fa) {
    transform: translateY(-5%);
}

section:not([class*="bg-"]) + section:not([class*="bg-"]),
.section-padding:not([class*="bg-"]) + section:not([class*="bg-"]),
section:not([class*="bg-"]) + .section-padding:not([class*="bg-"]),
.section-padding:not([class*="bg-"]) + .section-padding:not([class*="bg-"]) {
    padding-top: 0;
}


.atom-bg {
    position: relative;
}

    .atom-bg:before {
        width: 250px;
        height: 250px;
        position: absolute;
        background: transparent no-repeat 50% 0%;
        background-size: contain;
    }

@media (min-width: 1024px) {
    .atom-bg:before {
        content: '';
    }
}

.atom-bg-01:before {
    background-image: url(/images/content/atome_01.png);
}

.atom-bg-02:before {
    background-image: url(/images/content/atome_02.png);
}

.atom-bg-03:before {
    background-image: url(/images/content/atome_03.png);
}

.atom-bg-top:before {
    top: 0;
}

.atom-bg-right:before {
    right: -30px;
    transform: translateX(100%);
}

.atom-bg-bottom:before {
    bottom: 0;
    background-position-y: 100%;
}

.atom-bg-left:before {
    left: -30px;
    transform: translateX(-100%);
}

.atom-bg-top-offset:before {
    margin-top: 50px;
}

.atom-bg-bottom-offset:before {
    margin-bottom: 50px;
}


.atom-bg-middle:before {
    top: calc(50% - 125px);
}


/* carousel ----------------------------------- */
.owl-theme .owl-dots .owl-dot:after {
    content: none;
}


.owl-carousel .item {
    font-size: 1rem;
}

    .owl-carousel .item > .content-wrapper {
        text-decoration: none !important;
        position: relative;
        font-size: 0.94em;
        color: inherit;
    }


        .owl-carousel .item > .content-wrapper .duration {
            position: absolute;
            color: #fff;
            font-size: 1em;
            line-height: 1;
            right: 0.4em;
            bottom: 0.4em;
            padding: 0.27em 0.3em;
            background-color: #0000008c;
            border-radius: 0.3em;
        }

        .owl-carousel .item > .content-wrapper .video-thumb {
            padding-bottom: 56.25%;
            background-color: firebrick;
            border-radius: 1em;
            overflow: hidden;
            position: relative;
        }

            .owl-carousel .item > .content-wrapper .video-thumb > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
            }

            .owl-carousel .item > .content-wrapper .video-thumb:after {
                display: inline-block;
                font: normal normal normal 14px / 1 FontAwesome;
                text-align: center;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f04b";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate3d(-50%, -50%, 0);
                color: #fff;
                font-size: 2rem;
                width: 1.8em;
                height: 2em;
                line-height: 2em;
                border: 0.2em solid currentColor;
                box-sizing: content-box;
                border-radius: 100%;
                overflow: hidden;
                padding-left: 0.2em;
                transition: transform 0.2s 0s cubic-bezier(0.73, -0.37, 0.35, 1.37);
            }

        .owl-carousel .item > .content-wrapper:hover .video-thumb:after,
        .owl-carousel .item > .content-wrapper:focus .video-thumb:after {
            transform: translate3d(-50%, -50%, 0) scale(1.3);
        }

        .owl-carousel .item > .content-wrapper .title {
            text-align: left;
            padding: 0.35em 1em;
            margin: 0;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            max-height: 3em;
            overflow: hidden;
            box-sizing: content-box;
            overflow: hidden;
        }

.owl-dots .owl-dot {
    margin-left: 2px;
    margin-right: 2px;
}
