@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=block');

.ik-p-app-nav-slogan-header__container {
    position: relative;
    height: 100svh !important;
    width: 100%;
    margin-top: -60px;
}

.ik-p-app-nav-slogan-header__cta {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 0);
    background-color: white;
    font-size: 20px;
    width: 100%;
    bottom: 0;
}

.ik-p-app-nav-slogan-header__cta a {
    text-shadow: none;
}

.ik-p-app-nav-slogan-header__wrapper {
    position: relative;
    padding: 15px 100px;
    margin-top: 60px;
}

.ik-p-app-nav-slogan-header__text {
    font-family: 'Titan One', cursive;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-font-smoothing: antialiased;
    background-size: cover;
    font-weight: 400;
    height: 100%;
}

.ik-p-app-nav-slogan-header__cta :first-child {
    text-align: center;
    max-width: 70%;
}

.ik-p-app-nav-slogan-header__video {
    position: absolute;
    top: 16px;
    left: 101px;
    width: calc(100% - 202px);
    height: calc(100% - 32px);
    max-height: calc(100% - 32px);
    object-fit: cover;
    z-index: -1;
}

/* mobile styles */
.ik-app--mobile .ik-p-app-nav-slogan-header__container {
    flex-direction: column;
    height: 60px;
    margin-top: -60px;
}

.ik-app--mobile .ik-p-app-nav-slogan-header__wrapper {
    padding: 15px;
}

.ik-app--mobile .ik-p-app-nav-slogan-header__video {
    left: 16px;
    width: calc(100% - 32px);
}

.ik-p-app-nav-slogan-header__safari-fallback {
    position: absolute;
    margin-top: 60px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

