/**
* Template Name: Moderna - v4.8.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --bs-gray: #f6f6f6;
    --bs-green: #a2d82d;
    --bs-body-bg: var(--bs-gray);
    --bs-body-color: #000000;
    --bs-header-footer-bg: var(--bs-gray);
    --bs-header-footer-color: var(--bs-body-color);
    --header-height: 100px;
    --header-logo-url: url('../img/logo_mobile.svg');
    --header-logo-width: 350px;
    --hero-bottom-padding: 75px;
    --font-size-1: calc(0.7rem + 0.9vw);
    --font-size-2: calc(0.75rem + 1.0vw);
    --font-size-3: calc(0.9rem + 1.1vw);
    --font-size-4: calc(1.2rem + 1.5vw);
    --font-size-5: calc(1.5rem + 2.0vw);
    --font-size-6: calc(1.7rem + 2.2vw);
    --line-height-1: calc(var(--font-size-1) * 1.4);
    --line-height-2: calc(var(--font-size-2) * 1.2);
    --line-height-3: calc(var(--font-size-3) * 1.2);
    --line-height-4: calc(var(--font-size-4) * 1.2);
    --line-height-5: calc(var(--font-size-5) * 1.2);
    --line-height-6: calc(var(--font-size-6) * 1.2);
}

@media (min-width: 1200px) {
    :root {
        --font-size-1: calc(0.6rem + 0.7vw);
        --font-size-2: calc(0.9rem + 0.7vw);
        --font-size-3: calc(1.0rem + 0.7vw);
        --font-size-4: calc(1.3rem + 0.7vw);
        --font-size-5: calc(1.6rem + 0.7vw);
        --font-size-6: calc(1.8rem + 0.7vw);
    }
}

.white {
    color: var(--bs-white);
}

.green {
    color: var(--bs-green);
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

.bg-green {
    background-color: var(--bs-green);
}

@media (min-width: 768px) {
    :root {
        --bs-body-bg: #000000;
        --bs-body-color: #ffffff;
        --bs-header-footer-bg: #000000;
        --bs-header-footer-color: #ffffff;
        --header-height: 120px;
        --header-logo-url: url('../img/logo.svg');
    }
}

body {
    font-family: 'Ubuntu', sans-serif;
}

a {
  color: var(--bs-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-green);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: 'Ubuntu', sans-serif;
}

.text-right {
    text-align: right;
}

.arrow {
    display: block;
    height: 40px;
}

.arrow.last {
    position: absolute;
    top: -20px;
}

.hr {
    height: 5px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#main-video {
    position: fixed;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.9);
}

#main-video .close:after {
    position: fixed;
    display: block;
    content: "\00d7"; /* This will render the 'X' */
    font-size: calc(1.5rem + 2vw);
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    color: #ffffff;
}

#main-video iframe {
    width: 100%;
    height: 100%;
    padding-top: 3rem;
}

@media (max-width: 767px) {
    div.disclaimer {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    div.disclaimer {
        position: relative;
        top: -3rem;
        width: 60%;
    }
}

@media (min-width: 1024px) {
    div.disclaimer {
        width: 65%;
    }
}

@media (min-width: 1280px) {
    div.disclaimer {
        width: 70%;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: var(--header-height);
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background-color: var(--bs-header-footer-bg);
}

#header .container,
#header .container .row {
    height: 100%;
}

#header img.logo {
    content: var(--header-logo-url);
    width: 70%;
}

@media (min-width: 768px) {
    #header img.logo {
        width: var(--header-logo-width);
    }
}

#header h1 {
    font-weight: lighter;
}

#header .social-links a i {
    font-size: calc(0.7rem + 0.8vw);
    color: var(--bs-header-footer-color);
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.1s;
}

#header .social-links a:hover i {
    opacity: 0.8;
    transform: scale(1.5);
    transition: all 0.3s ease-in-out 0.2s;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    min-height: 500px;
}

#hero .intro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#hero .intro img,
#hero .intro video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero .carousel {
    width: 100%;
}

.carousel-item.active,
.carousel-item.active .container {
    height: 100%;
}

#hero .image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: -moz-calc(100vh - var(--header-height));
    min-height: -webkit-calc(100vh - var(--header-height));
    min-height: -o-calc(100vh - var(--header-height));
    min-height: calc(100vh - var(--header-height));
}

#hero .image::before {
    padding-top: 0;
}

@media (min-width: 768px) {
    #hero .carousel-item .vi-lazyload::before {
        padding-top: 0;
    }
}

#hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    height: 50%;
    align-items: end;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
}

#hero .btn-get-started:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

#hero .bottom-strip {
    width: 100%;
    height: 75px;
    background-color: var(--bs-header-footer-bg);
    border-top: 5px solid var(--bs-green);
    position: absolute;
    bottom: 0px;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero .carousel-container {
        height: 30vh;
    }

    #hero h2 {
        padding-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    #hero p {
        font-size: 16px;
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 10px auto;
    }
}

@media (max-width: 575px) {
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#hero-no-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url('../img/hero-bg.jpg') center top no-repeat;
}

#hero-no-slider h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
}

#hero-no-slider p {
    color: #ffffff;
}

#hero-no-slider .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
}

#hero-no-slider .btn-get-started:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575px) {
    #hero-no-slider h2 {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
section.video {
    background-color: var(--bs-header-footer-bg);
    color: var(--bs-header-footer-color);
}

section.video .text-box h4 {
    color: #a1a1a1;
    font-size: var(--font-size-1);
    line-height: var(--line-height-1);
}

section.video .text-box .description {
    font-size: var(--font-size-3);
    line-height: var(--line-height-3);
}

@media (min-width: 992px) {
    section.video .text-box .description {
        font-size: var(--font-size-4);
        line-height: var(--line-height-4);
    }
}

section.video .video-description {
    display: block;
    width: 60%;
    font-size: var(--font-size-1);
    line-height: var(--line-height-1);
    color: var(--bs-green);
}

@media (min-width: 768px) {
    section.video .video-description {
        width: 100%;
    }
}

section.video .desktop .video-description {
    font-size: var(--font-size-1);
    line-height: var(--line-height-1);
    color: var(--bs-green);
}

section.video .embed-container {
    position: relative;
    overflow: hidden;
}

section.video .embed-container.wide {
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
}

section.video .embed-container.narrow {
    width: 300px;
    height: 500px;
    padding-right: 43.75%;
}

section.video .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.video .embed-container:not(.narrow) iframe {
    border: 5px solid #ffffff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    background-color: #ffffff;
    color: #000000;
}

.features .row {
    padding-top: 40px;
}

.features .feature-01 {
    background-image: url(../img/feature_01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
}

.features h2 {
    font-size: var(--font-size-4);
    line-height: var(--line-height-4);
    font-weight: 700;
}

.features p {
    font-size: var(--font-size-1);
    line-height: var(--line-height-1);
}

.features .feature-01 p {
    text-align: justify;
}

.features .feature-02 h2 {
    font-size: var(--font-size-3);
    line-height: var(--line-height-3);
    font-weight: 700;
}

.features .feature-03 h2 {
    font-size: var(--font-size-2);
    line-height: var(--line-height-2);
    font-weight: 700;
}

.features .feature-04 h2 {
    font-size: var(--font-size-3);
    line-height: var(--line-height-3);
    font-weight: 700;
}

.features .feature-04 h3 {
    font-size: var(--font-size-2);
    line-height: var(--line-height-2);
    font-weight: 700;
}

.features .feature-04 > div {
    min-height: 200px;
}

.features .feature-04 .image {
    background-image: url(../img/feature_04.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.features .feature-05 {
    padding-top: 0;
    background-image: url(../img/feature_05_mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 350px;
}

@media (min-width: 768px) {
    .features .feature-03 img {
        height: 130px;
    }

    .features .feature-05 {
        padding-top: 80px;
        background-image: url(../img/feature_05.jpg);
        background-size: cover;
        background-position: 100px;
    }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
section.form {
    background-color: var(--bs-header-footer-bg);
    color: var(--bs-header-footer-color);
}

section.form h2 {
    font-weight: 700;
}

section.form small {
    color: #87888a;
    font-size: 14px;
}

section.form label {
    color: #87888a;
}

section.form input {
    background-color: #b1b1b1;
}

section.form .btn-primary {
    color: var(--bs-green);
    background-color: #f6f6f6;
    border-color: #e2e2e2;
    padding-right: 30px;
    padding-left: 30px;
}

section.form .help-block {
    color: #87888a;
}

section.form .help-block-error {
    font-size: 14px;
    color: red;
}

section.form .poradce-foto {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 50%;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    section.form .btn-primary {
        background-color: #000000;
        border-color: #fefefe;
    }

    section.form input {
        border-color: #414141;
    }

    section.form a,
    section.form p {
        color: #87888a;
    }

    section.form .social-links a {
        color: #ffffff;
    }

    section.form a:hover,
    section.form .social-links a:hover {
        color: var(--bs-green);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--bs-header-footer-bg);
    padding: 0 0 30px 0;
    color: var(--bs-header-footer-color);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
section.page {
    background-color: var(--bs-header-footer-bg);
    color: var(--bs-header-footer-color);
}

section.page > div {
    min-height: -moz-calc(100vh - var(--header-height));
    min-height: -webkit-calc(100vh - var(--header-height));
    min-height: -o-calc(100vh - var(--header-height));
    min-height: calc(100vh - var(--header-height));
}

section.page h1,
section.page h2 {
    margin-top: 2rem;
}

/*--------------------------------------------------------------
# Cookie consent
--------------------------------------------------------------*/
.cookie-consent-popup {
    color: #ffffff;
}

.cookie-consent-overlay {
    position: fixed;
    flex-wrap: wrap;
    align-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000000;
}


.cookie-consent-popup .cookie-consent-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    z-index: 100001;
}

.cookie-consent-popup section {
    background-color: #000000;
}

.cookie-consent-popup .container {
    z-index: 100001;
}

.cookie-consent-popup .cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-popup .cookie-consent-controls.open {
    max-height: 600px;
}

@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes hide {
    from {opacity: 1;}
    to {opacity: 0;}
}

.cookie-consent-popup h1 {
    font-size: 22px;
}

.cookie-consent-popup .cookie-consent-controls div:first-child {
    padding-top: 20px;
}

.cookie-consent-popup button {
    width: 200px;
}

#podmiky-rozbal + #podmiky {
    display: none;
}

#podmiky-rozbal {
    padding-bottom: 1rem;
    cursor: pointer;
    text-decoration: underline;
}

a.podminky-souhlas-button {
    padding-bottom: 1rem;
}