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

@font-face {
    font-family: 'Drugs'; /* Choose a name for the font */
    src: url('../fonts/Drugs.otf') format('opentype');
    /*font-weight: normal;*/
    /*font-style: normal;*/
}

@font-face {
    font-family: 'NextLTPro'; /* Choose a name for the font */
    src: url('../fonts/DIN-Next-LT-Pro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

.wellness {
    color: #8b7c5e;
    display: block;
    text-transform: uppercase;
    font-family: Drugs, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 4vw;
}

.lqd-af-slide__title {
    font-family: "Drugs", 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;
    font-family: 'Montserrat', san-serif;
}
.navbar-brand img {
    max-height: 32px;
}

h2 {
    font-family: "Drugs", sans-serif;
}

#loading-home {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #050807;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-out;
}

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


/* 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%}
}

.slide-out {
    transform: translateY(-100%);
}

.EnterButton {
    border: none;
    font-family: "Drugs", sans-serif;
    background: none;
    color: #B2B298;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #B2B29866;
    border-radius: 23px;
    padding: 7px 45px;
    transition: all 0.3s;
}
.EnterButton:hover {
    background-color: #8B7C5E;
    border-color: #8B7C5E;
    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.7) !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;
}




/**
* Infitiy Loader styles
*/
.infitiny-loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    position: relative;
    height: 100px;
    width: 100px;
    border: 18px solid #8B7C5E;
    border-radius: 100px;
    margin: 0 -9px;
}
 
/*
* Span
*/
.circle span {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    border: 18px solid transparent;
    border-radius: 100px;
    top: -18px;
    left: -18px;
    transform: rotate(135deg);
    z-index: 99;
    border-top-color: #B2B298;
    animation: spin 6s cubic-bezier(0, 0, 0, 0) infinite;
    animation-delay: 0s;
}
.circle span:nth-child(2) {
    transform: rotate(135deg);
    border-color: #B2B298;
    border-top-color: transparent;
    animation: spinn 6s cubic-bezier(0, 0, 0, 0) infinite .75s;
}
.circle:nth-child(2) span:nth-child(1) {
    animation: spin2 6s cubic-bezier(0, 0, 0, 0) infinite 3s;
    transform: rotate(225deg);
}
.circle:nth-child(2) span:nth-child(2) {
    animation: spinn2 6s cubic-bezier(0, 0, 0, 0) infinite 3.75s;
    transform: rotate(225deg);
    border-color: #B2B298;
    border-top-color: transparent;
}
 
/*
* Animation
*/
@keyframes spin {
    0%{
        transform: rotate(135deg);
    }
    50%,100%{
        transform: rotate(495deg);
    }
   
}
@keyframes spinn {
    0%{
        transform: rotate(135deg);
    }
    50%, 100%{
        transform: rotate(495deg);
    }
   
}
@keyframes spin2 {
    0%{
        transform: rotate(225deg);
    }
    50%,100%{

    }
}
@keyframes spinn2 {
    0%{
        transform: rotate(225deg);
    }
    50%,100%{
        transform: rotate(-135deg);
    }
}

.coming-soon {
    font-size: 11.5vh !important;
    color: rgb(139, 124, 94);
    max-width: 100%;
    opacity: 1;
}

@media (max-width: 480px) {
    .coming-soon {
        font-size: 19.2vw !important;
    }
}

.d-none {
    display: none !important;
}

.lqd-af-slidenav {
    left: 20px !important;
    bottom: 20px !important;
}

.lqd-af-slidenav__item--next {
    margin-inline-start: 0px !important;
}

.lqd-af-slidenav__item--prev {
    margin-inline-start: 10px !important;
}

.text-7 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
}

.mb-25 {
    margin-bottom: 25px;
}

.wellness {
    font-size: 22px !important;
    letter-spacing: 4px;
    margin-top: 15px;
}

.items-center {
    align-content: center;
}

.main-nav > li > a {
  padding: 0 var(--lqd-menu-items-right-padding,15px) 0 var(--lqd-menu-items-left-padding,15px);
}

.splide__slide {
    display: flex;
    align-items: center;
    height: 100vh;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide-overlay {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    top: 50%;
    width: 150px;
}

.btn-hover-swp:hover .btn-txt {
    transition-delay: 0.1s;
    transform: translateX(0em)
}

.vert-50 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: space-around;
}
.vert-50 div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.white-panel {
    background-color: white;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.white-panel p {
    opacity: 0;
    transition: opacity 3.0s ease;
}
.white-panel.slide-in {
    transform: translateY(0%);
    opacity: 1;
}
.white-panel.slide-in p {
    opacity: 1;
}

@media (max-width: 470px) {
    .white-panel {
        justify-content: start !important;
        padding-top: 20px;
    }
    .white-panel p {
        font-size: 16px !important;
    }
}

#contact-modal p strong {
    font-family: Drugs, sans-serif;
    color: #e3d4b4;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#contact-modal form p {
    margin-top: 25px;
}
#contact-modal label {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    padding-left: 10px;
    display: flex;
}
#contact-modal label input {
    margin-right: 5px;
}

.powered-by {
    position: fixed;
    font-size: 10px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: .8;
    line-height: 1.7;
}
.powered-by a {
    color: white;
    text-decoration: none;
}
.powered-by a img {
    height: 16px;
}
