.splash {
    position: fixed;
    /* width: 100%;
    height: 100%; */
    animation: fade 1000ms 1;
    animation-play-state: paused;
    overflow: hidden;
}
.sticky_header .navbar .animSlideToLeft{
    animation: unset;
}
.navbar-brand {
    display: none;
}

.splashscreenblock {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 200;
    background: linear-gradient(108.66deg, #000000 -1.18%, #464646 53.16%, #000000 97.23%);
}

.splashscreenblock.display-none {
    position: fixed;
    height: 100vh;
    z-index: -200;
    background: linear-gradient(108.66deg, #000000 -1.18%, #464646 53.16%, #000000 97.23%);
    opacity: 0;
    transition: all 0.5s;
}

.splashscreenhead > img {
    position: absolute;
    width: 230px;
    z-index: 999;
    top: 8px;
    left: 37px;
}

.splashscreenhead > img {
    animation: splashAnim 2000ms 1;
}

@keyframes splashAnim {
    0% {
        opacity: 0.3;
        top: calc(50% - 51px);
        left: calc(50% - 120px);
        transform: scale(0.2);
    }
    40% {
        opacity: 1;
        top: calc(50% - 51px);
        left: calc(50% - 120px);
        transform: scale(0.8);
    }
    60% {
        top: calc(50% - 51px);
        left: calc(50% - 123px);
        transform: scale(0.8);
    }
    100% {
        top: 8px;
        left: 37px;
        transform: scale(1);
    }
}

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

@keyframes slideRight {
    from {
        transform: translateX(-110%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(120%);
    }
    to {
        transform: translateX(0);
    }
}

.animSlideToRight {
    animation: slideRight 2100ms 1;
    animation-timing-function: cubic-bezier(.95, -0.02, .67, .79);
    animation-play-state: paused;
}

.animSlideToLeft {
    animation: slideLeft 2100ms 1;
    animation-play-state: paused;
    animation-timing-function: cubic-bezier(.95, -0.02, .67, .79);
    /* line-height: 5rem;  */
}

@media (max-width: 768px) {
    .animSlideToLeft {
        line-height: 2rem;
    }
    .navbar-brand > img {
        position: fixed;
        top: 10px;
    }  
    /* .splashscreenhead > img {
        width: 110px;
        top: 10px;
        left: 19px;
    }       */
} 
@media (max-width: 430px) {
    .splashscreenhead > img {
        width: 110px;
        top: 10px;
        left: 19px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(60% - 100px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(60% - 100px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(60% - 100px);
            transform: scale(1);
        }
        100% {
            top: 10px;
            left: 19px;
            transform: scale(1);
        }
    }
}
@media (min-width: 430px) and (max-width: 576px) {
    .splashscreenhead > img {
        width: 110px;
        top: 10px;
        left: 19px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        100% {
            top: 10px;
            left: 19px;
            transform: scale(1);
        }
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .splashscreenhead > img {
        width: 110px;
        top: 10px;
        left: 27px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        100% {
            top: 10px;
            left: 27px;
            transform: scale(1);
        }
    }
}
@media (min-width: 768px) and (max-width: 819px) {
    .splashscreenhead > img {
        width: 110px;
        top: 10px;
        left: 27px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        100% {
            top: 10px;
            left: 27px;
            transform: scale(1);
        }
    }
}
@media (min-width: 820px) and (max-width: 992px) {
    .splashscreenhead > img {
        width: 110px;
        top: 8px;
        left: 37px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(50% - 80px);
            transform: scale(1);
        }
        100% {
            top: 8px;
            left: 37px;
            transform: scale(1);
        }
    }
}
@media (min-width: 1024px) and (max-width: 1336px) {
    .splashscreenhead > img {
        top: 8px;
        left: 37px;
    } 
    @keyframes splashAnim {
        0% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 100px);
            transform: scale(0.2);
        }
        40% {
            opacity: 1;
            top: calc(50% - 25px);
            left: calc(50% - 100px);
            transform: scale(1);
        }
        60% {
            top: calc(50% - 25px);
            left: calc(50% - 100px);
            transform: scale(1);
        }
        100% {
            top: 8px;
            left: 37px;
            transform: scale(1);
        }
    }
}
