
/*INCOGNITO STYLESHEET*/

/*DOSTUPNE FONTY*/

/*font-family: 'Helvetica Neue', sans-serif;
font-family: 'Helvetica 25 UltraLight', sans-serif;
font-family: 'Helvetica 35 Thin', sans-serif;
font-family: 'Helvetica 45 Light', sans-serif;
font-family: 'Helvetica 55 Roman', sans-serif;
font-family: 'Helvetica 65 Medium', sans-serif;*/


/*PULENI NA DVE CASTI*/

.half-lower, .half-upper {
    height: 100vh;
    width: 100%;
}


/*DYNAMICKY RESIZE POLOVIN*/

@media screen and (max-width:850px) {

.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
}

@media screen and (min-width:850px) {

    .half-lower, .half-upper{
        height: 46vh;
        width: 100%;

    }
}


/*HOVER PC*/

@media (hover: hover) {
    .hover {
        overflow: hidden;
        position: relative;
        padding-bottom: 0;

    }

    .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        transition: all 0.3s;
    }


    .hover-content {
        position: relative;
        z-index: 99;
    }

    .hover-1 img {
        width: 105%;
        position: absolute;
        top: 0;
        left: -5%;
        transition: all 0.3s;
        -webkit-filter: brightness(100%);
    }

    .hover-1-content {

        z-index: 99;
        transition: all 0.4s;
        padding-top: 10px;


    }

    .hover-1 .hover-overlay {
        background: rgba(0, 0, 0, 0);
    }

    .hover-1:hover .hover-overlay {
        opacity: 100;
        background: rgba(0, 0, 0, 0.5);

    }

    .hover-1-description {
        transform: translateY(0.5rem);
        transition: all 0.4s ease;
        opacity: 0;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hover-1:hover .hover-1-content {
        top: 20%;
    }

    .hover-1:hover .hover-1-description {
        opacity: 1;
        transform: none;
    }

    .hover-1:hover img {
        left: 0;

    }

    .nav-item{
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

}



/*HOVER MOBIL*/

@media (hover: none) {

    @keyframes fadeIn {
        0% {
            opacity: 0.2;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes slideIn {
        0% {
            transform: translateY(1rem);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .hover{
        animation: 0.6s ease-in 0s 1 fadeIn;
    }

    .hover-1-content{
        animation: 0.6s ease-in 0s 1 slideIn;
    }


    .hover-1-description {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .cursor {
        display: none;
    }

    .cursor__ball {
        display: none;
    }

    .navbar-socials {
        flex-direction: row;

    }

    .nav-item {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;

    }

    .modal-title {
        padding-left: 5vw !important;
    }

}

#wrap {
    position: relative;
    overflow: hidden;
    height: 100%;

}

section {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 50vh;

}

.half-upper{
    background-image: url("../images/animation.jpg");   /*tady nahrad link nebo zdrojovy obrazek*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.half-lower{
    background-image: url("../images/postproduction.jpg");  /*tady nahrad link nebo zdrojovy obrazek*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



.middle-line {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*border: 2px solid #404040; */
     border: 2px solid #808080;
    opacity: 1 !important;
}
/*OSTATNI STYLOVANI*/

.container-fluid {
    position: relative;
}

.navbar {
    min-height: 80px;
    z-index: 9995; !important;
}

.navbar-toggler {
    position: relative;
}

body .cursor {
    pointer-events: none;
}

body .cursor__ball {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 9999;
}

body .cursor__ball circle {
    fill: #f7f8fa;
}

body {
    cursor: none !important;
    scroll-behavior: smooth;
    background-color: black;
}

.site-content {
    flex: 1;
}

.main-content {
    padding-top: 4rem;
    padding-bottom: 5rem !important;
    margin-bottom: 150px !important;
}

h1 {
    font-size: x-large;
    font-family: 'Helvetica Neue', sans-serif;
}

a {
    text-decoration: none;
    cursor: none !important;
}

button {
    cursor: none !important;
}

.logo-sm {
    padding-left: 4rem !important;
}


.cursor {
    z-index: 9999;
}

.modal {
    cursor: auto !important;
    --bs-modal-border-radius: 0.25rem !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;

}

.modal-line{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0;
    border-top: 4px solid white !important;
}

.modal-title {
    margin-left: 1.25vw !important;
}

.modal-header {
    border-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-dialog {
    margin: 2.5vh auto;
}

.bi-modal {
    color: white !important;
}

.modal-txt {
    color: #6c757d !important;
}

.modal-inv {
    color: #6c757d !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-inv2 {
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.text-main {
    font-weight: 350 !important;
}

.modal-map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* border-radius: 80% !important; */
}

.card-title {
    margin-bottom: 14px !important;
}

.modal-img {
    margin-bottom: 1vw !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.modal-content {
    background: #272928 !important;
}

.modal-footer{
    border-top: none !important;
}

.nav-link{
    color: #6c757d !important;
}

.nav-link:hover{
    color: whitesmoke !important;
}

.nav-pills {
    padding-top: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
    --bs-nav-pills-border-radius: 0.125rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #cacaca !important;
}


.card {
    background-color: rgba(0, 0, 0, 0) !important;
    --bs-card-border-width: 0px !important;
}


.pfp {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.5s ease;
}

.pfp:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.pfp2 {
    transition: all 0.5s ease;
    -webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: grayscale(100%) blur(2px);
}

.pfp2:hover {
    filter: none;
}


#video-wrapper {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

#showreel {
    width: 72%;
    height: 72%;
}

#safari-video {
    height: 100%;
    width: 100vw;
    background-image: url("../images/web_reel_264.mp4");
    background-color: transparent;
    position: absolute;
    z-index: 1;
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: 50% 33%;
    transform: translateY(-4rem);
}



.fixed-bottom {
    z-index: 5 !important;
}

@media (hover: none) and (pointer: coarse) {
    .video-pc {
        display: none !important;
    }

    #safari-video {
        display: none !important;
        visibility: hidden !important;
        z-index: -1;
    }

    #reel {
        width: 145% !important;
        height: 145% !important;
        z-index: 9990 !important;

    }

}

@media (hover: hover) and (pointer: fine) {
    .mobile-gif {
        display: none !important;
    }
    .mobile-text {
        display: none !important;
    }

    #reel {
        width: 90% !important;
        height: 90% !important;
    }

}

@media (hover: none) and (pointer: coarse) {
    .video-pc {
        display: none !important;
    }

    #safari-video {
        display: none !important;
        visibility: hidden !important;
        z-index: -1;


    }


    #reel {
        width: 145% !important;
        height: 145% !important;
        z-index: 9990 !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .mobile-gif {
        display: none !important;
    }
    .mobile-text {
        display: none !important;
    }

    #reel {
        width: 90% !important;
        height: 90% !important;
    }

}

@media only screen and (min-aspect-ratio: 1/1) {

    .foot{
        display: none !important;
    }

}

@supports (-webkit-touch-callout: none) {

    #safari-video {
        display: none !important;
        visibility: hidden !important;
        z-index: -1;


    }
    #reel {
        width: 145% !important;
        height: 145% !important;
        z-index: 9990 !important;

    }
}

@media screen and (max-width:750px) {

    #safari-video {
            display: none !important;
            visibility: hidden !important;
            z-index: -1;


    }
        #reel {
            width: 145% !important;
            height: 145% !important;
            z-index: 9990 !important;

        }
    }
