/*predem se chci omluvit za svuj spaghetti code*/


/*vlozeni fontu*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald&family=Poppins&display=swap');




/*zakladni formatovani celeho dokumentu*/
html{
    background-color: var(--color-blk);
    scroll-behavior: smooth;
}

*{
    padding: 0em;
    margin: 0em;
}

:root{
    --color-blk: rgb(2, 2, 2);
    --color-drkgry: #1E2328;
    --color-lghtrgry: #3B3F46;
    --color-orng: #ff6633;
    --color-yllw: #FED053;
}

body{
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden;
    color: white !important;
    background-color: var(--color-blk) !important;
}

.podnadpis{
    font-style: normal;
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
}

.podnadpis2{
    font-size: 1em;
    font-weight: 700;
}

.highlight{
    font-weight: 600;
}

.line{
    margin: 10em;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: var(--color-blk);
    float: none;
    color: white;
}


/* -----------------------------------oddelujici cara-------------------------------------- */


/*uprava navbaru*/
.navbar-nav{
    font-size: 1.2em;
    margin-right: 2em;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-toggler{
    scale: 1.2;
    margin-right: 1em;
    margin-left: auto;
}

.logo{
    height: 7em;
    padding: 1em;
}

.name{
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: whitesmoke;
    letter-spacing: 0.2em;
    text-decoration: none;
}




/*uprava landing page vcetne ikonky mysi a textu*/
.main{
    min-height: 90vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .bg-vid{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover ;
}

.yellow-text{
    color: var(--color-orng);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3em;
    transition: color 200ms;
}

.yellow-text:hover{
    color: whitesmoke;
    cursor: default;
}

.text{
    padding-top: 3em;
    color: whitesmoke;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7vw;
    font-weight: 200;
    position: relative;
    z-index: 2;
    text-shadow: 3px 3px 3px black;
}

.overlay{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.805);
        z-index: 1; 
}

.mouse{
    margin: 50px auto;
    width: 25px;
    position: absolute;
    left: 49vw;
    bottom: 10em;
    z-index: 2;
}
    
.mouse-icon{
    height: 45px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 25px;
}

.mouse-wheel{
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: var(--color-orng);
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}








/*uprava prvni kategorie - o nas & kontakt*/
.first{
    float: left;
    width: 100vw;
    background-color: var(--color-blk);
}

.about{
    font-style: italic;
    text-align: justify;
    color: white;
    scroll-margin-top: 10em;
    padding: 3em;
    font-size: 1.5em;
    font-weight: 100;
    width: 60%;
}

.contact{
    color: white;
    padding: 3em;
    font-size: 1.5em;
    font-weight: 100;
    width: 40%;
    scroll-margin-top: 10em;
}

.map{
    margin-top: 1em;
    filter: invert(90%) hue-rotate(180deg);
    text-align: center;
    align-items: center;
    width: 30vw;
    height: 15vw;
    object-fit: cover;
    border-radius: 1em;
    transition: 500ms;
}

.map:hover{
    scale: 1.03;
    box-shadow: 0px 0px 0px 10px var(--color-orng);
}




/*uprava nasich projektu*/
.projects{
    scroll-margin-top: 10em;
    background-color: var(--color-blk);
    color: white;
    font-size: 1.5em;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-wrapper {
    padding: 2em;
    position: relative;
    flex: 1 0 33%;
    text-align: center;
}

.image-wrapper:hover video{
    transform: scale(1.03);
    filter: brightness(100%);
    box-shadow: 0px 0px 0px 10px var(--color-orng);
}

.image-wrapper video{
    filter: brightness(30%);
    object-fit: cover;
    border-radius: 2em;
    width: 25vw;
    height: 25vw;
    transition: 300ms ease-in-out;
}

.image-text {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2.8vw;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms ease-in-out;
}

.image-wrapper:hover .image-text{
    font-weight: 800;
    color: var(--color-orng);
}




/*uprava image carouselu a jednotlivych jeho prvku (.c-img...)*/
.gallery{
    font-size: 1.5em;
    scroll-margin-top: 10em;
    padding-bottom: 1em;
}

.carousel-item{
    height: 65vh !important;
}

.carousel-video{
    transform: translateY(-25%) !important;
}





/*uprava sekce nas tym*/
#team{
    scroll-margin-top: 4em;
}

.team-wrapper{
    font-size: 1.2em;
    float: left;
    width: 100vw;
    background-color: var(--color-blk);
}

.jmeno{
    font-size: 2em;
    font-style: normal;
    font-weight: 600;

}

.team-pic{
    filter: saturate(0);
    border-radius: 1em;
    margin: 1em;
    width: 10em;
    transition: 500ms;
}

.team-pic:hover{
    filter: saturate(1);
}

.vitek{
    font-style: italic;
    text-align: center;
    color: white;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
    font-weight: 100;
    width: 50%;
}

.krystof{
    font-style: italic;
    text-align: center;
    color: white;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
    font-weight: 100;
    width: 50%;
}






/*uprava copyrightu na konci stranky*/
.copy{
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.7em;
    font-weight: 200;
}








/*uprava prvku v micrositach*/
.mic-logo{
    position: absolute;
    left: 1em;
    top: 1em;
    height: 7em;
    padding: 1em;
}

.mic-nadpis{
    padding: 1em;
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
}

.mic-vid-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;}

.mic-video{
    width: 35vw;
    padding: 1em;
}

.mic-text{
    font-style: italic;
    font-weight: 300;
    font-size: 2em;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 2em;
}

.icon{
    margin: 0.2em;
    font-size: 3em;
    text-decoration: none;
    color: var(--color-orng);
}

.arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    text-transform: uppercase;
    padding: 4em;
    transition: 300ms;
}

.arrow:hover{
    scale: 1.1;
    font-weight: 800;
}

.mic-odkaz{
    font-size: 1.5em;
    color: white;
    text-decoration: none;
}























/*RESPONZIVITA (nesnasim ji)*/
@media screen and (max-width: 991px){



    .name{
        font-size: 1.4em;
        letter-spacing: 0;
    }

    .navbar-nav{
        text-align: right;
        font-size: 1.5em;
        font-weight: 500;
    }

    .text{
        padding-left: 1em;
        padding-right: 1em;
        top: -10%;
        font-size: 2.5em;
    }

    .mouse{
        scale: 1.6;
        bottom: 10%;
    }

    .yellow-text{
        font-size: 1.2em;
    }


    .podnadpis{
        font-size: 2em;
    }

    .first, .team-wrapper{
        scroll-margin-top: 10em;
        float: none;
        text-align: center;
        font-size: 1.3em;
        width: 100vw;
    }

    .map{
        width: 35vw;
        height: 25vw;
        scale: 2;
        margin-top: 4em;
    }

    .map:hover{
        scale: 2.1;
        box-shadow: 0px 0px 0px 5px var(--color-orng);
    }

    .image-wrapper video{
        filter: brightness(80%);
        width: 70vw;
        height: 70vw;
    }

    .image-text{
        font-weight: 700;
        font-size: 1.5em;
    }

    .carousel-item{
        width: 70vw;
        height: 60vw !important;
    }

    .carousel-video{
        width: 100vw;
        transform: translateY(-20%) !important;
    }

    .krystof{
        padding-top: 3em;

    }

    .copy{
        font-size: 1em;
        padding-left: 3em;
        padding-right: 3em;
    }








    .mic-logo{
        padding: 0em;
        height: 12vw;
    }

    .mic-nadpis{
        padding-left: 3em;
        padding-right: 3em;
        padding-bottom: 0em;
        font-size: 2em;
    }

    .mic-video{
        width: 80vw;
    }

    .mic-text{
        padding-left: 6em;
        padding-right: 6em;
        font-size: 1em;
    }

    .arrow-left{
        position: fixed;
        bottom: 1em;
        left: 1em;
    }

    .arrow-right{
        position: fixed;
        bottom: 1em;
        right: 1em;
    }

    .arrow{
        background-color: var(--color-blk);
        font-size: 0.5em;
    }
}