/*
Theme Name: Libra
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=libra
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.6

Libra CMP Theme, Copyright 2020 NiteoThemes
Libra CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

body {
    margin: 0;
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: #2B2B2B;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em;
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

::-webkit-scrollbar-track {
    background: rgba(170, 170, 170, 0.8);
}

input, textarea, button {
    font-size: 1em;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* or `border-box` */
    height: 3rem;
    line-height: 1;
    border-radius: 0;
}

textarea {
    height: 150px;
    line-height: 1.5;
}

input[type="text"], input[type="email"], textarea {
    float: none;
    clear: both;
    flex: 1;
    background: transparent;
    border: 1px solid #fff;
    text-indent: 10px;
    padding: 10px 0;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #fff;
    outline: none;
}

::-webkit-input-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

::-moz-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

:-ms-input-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

input:focus, textarea:focus {
    outline: none;
}

a {
    position: relative;
    text-decoration: none;
}

.logo-wrapper {
    margin-bottom: 3em;
    padding-top: 2em;
}

.text-logo {
    font-size: 3em;
}

.delay-small {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-small-1 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.delay-small-2 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.delay-small-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-huge {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-huge-1 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.half-width {
    display: flex;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    min-height: 100vh;
}

.left {
    margin: auto 0;
    padding-left: 10%;
    padding-right: 5%;
    flex-direction: column;
    min-width: 50%;
}

.left>*:first-child {
    margin-top: auto;
}

.right {
    margin-right: 15%;
    margin-left: 5%;
    flex-direction: column-reverse;
}

.cmp-title {
    margin-bottom: 0;
}

.logo-wrapper a {
    text-decoration: none;
}

.logo-wrapper img {
    max-width: 100%;
    max-height: 300px;
}

.text-logo {
    margin-bottom: 0;
}

#background-image, .background-overlay, .slide-background, .slick-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding-top: 133.333%;
    z-index: 1;
}

#slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#background-image, .slide-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-image, #slider-wrapper {
    overflow: hidden;
    opacity: 0;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

.slider-effect-train #slider-wrapper {
    overflow: initial;
}

#background-image.loaded, .loaded #slider-wrapper {
    opacity: 1;
}

.video-banner iframe, .video-banner video {
    -o-transition: opacity 1500ms;
    transition: opacity 1500ms;
}

#background-image.pattern {
    background-repeat: repeat;
    background-size: initial;
}

/* 
#background-image:not(.slide) {
    background-attachment: fixed;

} */

.cmp-content a {
    color: #de3e3e;
    text-decoration: underline;
}

.social-list {
    margin-bottom: 2em;
}

.social-list li {
    padding-right: 2em;
    margin: 0;
    display: inline-block;
}

.social-list a:after, .social-list a:before {
    content: '';
    top: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -o-transition: 200ms width ease-in-out;
    transition: 200ms width ease-in-out;
}

.social-list a:before {
    top: 100%;
}

.social-list a:hover:after, .social-list a:hover:before {
    width: 100%;
}

.social-list li:nth-child(1) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.social-list li:nth-child(2) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.social-list li:nth-child(3) {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}

.social-list li:nth-child(4) {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
}

.social-list li:nth-child(5) {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.social-list li:nth-child(6) {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

.social-list li:nth-child(7) {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
}

.social-list li:nth-child(8) {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.social-list li:nth-child(9) {
    -webkit-animation-delay: 2600ms;
    animation-delay: 2600ms;
}

#counter {
    margin-top: 4em;
    margin-bottom: 2em;
}

.counter-inner {
    font-size: 80px;
}

#counter-day {
    font-size: 90px;
    font-weight: 700;
    line-height: 0.8;
}

.counter-box p {
    display: inline;
    font-size: 40px;
    font-weight: 700;
    margin-left: -15px;
}

.subscribe-wrapper {
    position: relative;
    margin: 1em 0;
}

.cmp-subscribe {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    position: relative;
}

.cmp-form-inputs {
    display: flex;
    order: 1;
}

.cmp-form-inputs input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    width: 48px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    font-weight: 900;
}

.cmp-form-inputs:hover input[type="submit"] {
    color: #2B2B2B;
    background: white;
}

.cmp-form-notes {
    padding: 0.5em 0;
    text-align: left;
}

#subscribe-response {
    position: absolute;
    left: 0;
    top: 200%;
    width: 150%;
    text-align: left;
}

.cmp-form-notes p {
    margin: 0;
}

.line {
    margin: 20px 0;
    height: 2px;
    max-width: 238px;
    background: repeating-linear-gradient(to right, #ffffff 0, #ffffff 5px, transparent 5px, transparent 7px)
}

.copyright-mobile {
    display: none;
}

.copyright {
    margin-bottom: 2em;
}

.mobile {
    display: none;
}

.copyright-desktop {
    margin-top: auto;
}

/*slick*/

.slick-slider {
    position: absolute!important;
}

.slide {
    position: relative;
    height: 100%;
}

.slick-list, .slick-slider, .slick-track {
    height: 100%;
}

.slider-nav {
    position: absolute;
    right: -50px;
    bottom: 192px;
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}

.slider-nav:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-nav.next {
    right: -80px;
}

.slider-nav.next:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30b';
    display: block;
    font-weight: 900;
}

.slider-nav.prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    display: block;
    font-weight: 900;
}

/* Train */

.slider-effect-train .slide {
    min-width: 250px;
    max-width: 100%;
    width: 50vw;
    opacity: 1;
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
}

.slider-effect-train .slide--current {
    opacity: 1;
    pointer-events: auto;
}

.slider-effect-train .slide-background {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.slider-effect-train .slide-background--hidden {
    opacity: 0;
    pointer-events: none;
}

.deco {
    position: absolute;
}

.deco--bg {
    overflow: hidden;
    opacity: 0;
    background-image: url(img/noise1.png);
    position: absolute;
    height: 300%;
    width: 300%;
    left: -100%;
    top: -100%;
    animation-name: grained;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-timing-function: steps(20, end);
    transition: opacity 0.3s;
}

@keyframes grained {
    0% {
        transform: translate(-10%, 10%);
    }
    10% {
        transform: translate(-25%, 0%);
    }
    20% {
        transform: translate(-30%, 10%);
    }
    30% {
        transform: translate(-30%, 30%);
    }
    40% {
        transform: translate(0%, 0%);
    }
    50% {
        transform: translate(-15%, 10%);
    }
    60% {
        transform: translate(-20%, 20%);
    }
    70% {
        transform: translate(-5%, 20%);
    }
    80% {
        transform: translate(-25%, 5%);
    }
    90% {
        transform: translate(-30%, 25%);
    }
    100% {
        transform: translate(-10%, 10%);
    }
}

.shape-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.deco--shape {
    opacity: 0;
    background: #00000017;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.15s;
    animation-timing-function: linear;
}

.deco--shape-hor {
    left: 0;
    width: 100vw;
    transform: scale3d(1, 0.2, 1);
    animation-name: vibrateHorizontal;
}

.deco--shape-ver {
    top: 0;
    height: 100vw;
    transform: scale3d(0.2, 1, 1);
    animation-name: vibrateVertical;
}

.deco--shape-1 {
    animation-delay: 0.05s;
}

@keyframes vibrateHorizontal {
    0% {
        transform: scale3d(1, 0.2, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes vibrateVertical {
    0% {
        transform: scale3d(0.2, 1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.deco--shape-hor.deco--shape-1 {
    bottom: 40vh;
    height: 10vh;
}

.deco--shape-hor.deco--shape-2 {
    bottom: 10vh;
    height: 20vh;
}

.deco--shape-ver.deco--shape-1 {
    width: 5vw;
    left: 15vw;
}

.deco--shape-ver.deco--shape-2 {
    width: 15vw;
    left: 25vw;
}

.show-deco .deco {
    opacity: 1;
}

canvas {
    z-index: -1;
}

/* wpcf7-form */

/* contact form 7 */

.wpcf7 .screen-reader-response, .wpcf7 .wpcf7-validation-errors {
    display: none!important;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -33px;
    left: 0px;
    text-align: left;
    font-size: 0.7em;
}

div.wpcf7-mail-sent-ng {
    border: none;
}

.wpcf7 .wpcf7-response-output {
    display: block!important;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0.7em;
}

.lang-switch-wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
}

@media only screen and (min-width: 1921px) {
    #background-wrapper, #slider-wrapper {
        width: 640px;
        height: 853px;
        padding-top: 0;
    }
    .left {
        padding: 0 5% 0 25%;
    }
}

@media only screen and (max-width: 1440px) {
    #counter {
        margin: 2em 0;
    }
    .logo-wrapper {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1366px) {
    .left {
        padding: 0 5%;
    }
    .right {
        margin-right: 10%
    }
}

@media only screen and (max-width: 1024px) {
    body {
        display: block;
    }
    .left, .right {
        margin: 2em;
        width: auto;
        display: block;
        position: relative;
        min-height: auto;
        padding: 0;
        text-align: center;
    }
    .right {
        text-align: center;
    }
    #background-wrapper {
        position: relative;
        width: 100%;
        top: initial;
        transform: none;
    }
    .slider-effect-train .slide {
        width: 100%;
    }
    .slider-nav {
        position: relative;
        right: initial;
        display: inline-block;
        margin-top: 1em;
        bottom: initial;
    }
    .slider-nav.next {
        right: initial;
    }
    .subscribe-wrapper, .line {
        margin: 3em auto;
    }
    .cmp-title {
        margin: 1em 0;
    }
    .copyright-desktop {
        display: none;
    }
    .copyright-mobile {
        display: block;
    }
    .cmp-subscribe {
        margin: 0 auto;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px!important;
    }
}

@media only screen and (max-width: 560px) {
    .cmp-title {
        font-size: 40px!important;
    }
    .logo-wrapper img {
        max-width: 65vw;
    }
    .subscribe-wrapper {
        min-width: 100%;
    }
}