@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root {
    --lqd-color-primary: rgb(9, 187, 182);
    --lqd-cc-active-bg: rgba(9, 187, 182, 0.7);
}

.lqd-af-slide__title {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10.3vh !important;
    margin: 0;
    line-height: 1;
}

.lqd-af-slide__title span.text-primary {
    font-size: 13vh;
    color: rgb(9, 187, 182);
}

.lity[data-modal-type=fullscreen] .lity-close {
    color: #fff;
}
.lity-container {
    background-color: black;
}

.slide-two h2 span {
    transition: color 0.3s;
}
.slide-two h2 span:hover {
    color: rgb(9, 187, 182);
}

body {
    height: 100dvh;
    overflow: hidden;
}
.navbar-brand img {
    height: 32px;
}

#loading-home {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.play-pause {
    position: fixed;
    z-index: 999;
    bottom: 4em;
    text-align: center;  
    right: 0px;
      transform: translateX(-50%);
    cursor: pointer;
}
.play-pause h2 {
    display: inline;
    color: lightgray;
    font-size: 1.2rem;
    text-transform: uppercase;
    z-index:999;
}
.play-pause h2 .on, .play-pause h2 .off {
    color: white;
}
.play-pause h2 .off {
    display: none;
}
.play-pause.muted h2 {
    .on { display: none; }
    .off { display: inline; }
}

@media screen and (max-width: 479px) {
    .play-pause {
        bottom: 30px;
        right: unset;
        left: 50%;
    }
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 80px;
    aspect-ratio: 1;
    border: 10px solid #000;
    box-sizing: border-box;
    background: 
        radial-gradient(farthest-side,rgb(9, 187, 182) 98%,#0000) 50%/30px 30px,
        radial-gradient(farthest-side,rgb(9, 187, 182) 98%,#0000) 50%/30px 30px,
        radial-gradient(farthest-side,rgb(9, 187, 182) 98%,#0000) 50%/80% 80%,
        #000;
    background-repeat: no-repeat;
    filter: blur(4px) contrast(10); 
    animation: l16 1s infinite alternate;
}

@keyframes l16 {
    0%,
    30%  {background-position:50%,50%,50%}
    60%  {background-position:0 0,50%,50%}
    100% {background-position:50%,100% 100%,50%}
}

.EnterButton {
    border: none;
    background: none;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #929292;
    border-radius: 23px;
    padding: 7px 45px;
    transition: all 0.3s;
}
.EnterButton:hover {
    background-color: rgb(9, 187, 182);
    border-color: rgb(9, 187, 182);
    color: black;
}

.leading-1\/2em {
    line-height: 1em;
}

.text-primary {
    color: rgb(9, 187, 182);
}

.lqd-af-slide__img .liquid-overlay-link {
    background-color: rgba(0,0,0,0.4) !important;
}

.social-icon {
    font-size: 25px;
    line-height: 25px;
    color: white;
    width: 50px;
}
.social-icon svg {
    width: 100%;
}

p.subheading {
    font-size: 14px;
    color: #c5c5c5;
    padding-left: 5px;
}

.btn-icon {
    margin-top: -4px;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.lqd-af-slide__link a {
    color: rgba(255, 255, 255, 0.8);
}
.lqd-af-slide__link a:hover {
    color: rgba(9, 187, 182, 1) !important;
}