   @keyframes changeOpacity {
        from {
            opacity: .7;
        }

        to {
            opacity: 1;
        }
        }
/* -----------------MOBILE START----------------- */



.prelaunch-index {
    background-color: #000;
}

.prelaunch-header__logo a {
    display: block;
}

.prelaunch-header__logo {
    width: 273px;
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.prelaunch-bg {
    /* margin-top: 34px; */
    /* height: 100dvh; */
    height: auto;
    min-height:500px;
    margin:0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-bottom:130px;
}

.prelaunch-bg__imgs {position: relative; top: 0; left: 0;  width: 100%; max-height: 100%; height: 100%; }
.prelaunch-bg__img {height: auto; margin: 0 auto; display: block;}
.prelaunch-bg__img picture {width: 100%; height:100%; display: block;}
.prelaunch-bg__img img {height: 100%; display: block; margin: 0 auto; object-fit: contain; object-position: top;}
.prelaunch-content{
    position: relative;
    z-index: 9;
}

.prelaunch-content__wrapper p {
    color: #FFF;
    text-align: center;
    font-family: var(--secondry-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px;
}
.prelaunch-content__wrapper p.fine-print {
    margin-top:20px;
    font-size: 14px;
}
.prelaunch-content__wrapper p.fine-print a {
    color: inherit;
    text-decoration: underline;
}
.prelaunch-content__input-wrap input {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 40px;
    padding: 17px 16px;
    background-color: #FFF;
    color: var(--primary-color);
    flex: 1 0 40%;
    width: 100%;
    border: none;
}

.prelaunch-content__input-wrap input::placeholder {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--primary-color);
}
/* iOS-only: stop input-focus zoom by keeping controls ≥16px */
@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important;
    line-height: 1.2;            /* keep height tidy */
  }
}
.prelaunch-content__input-wrap {
    display: flex;
    gap: 0 12px;
    margin-bottom: 12px;
}

.prelaunch-content__btn-join {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 18.5px 12px;
    width: 100%;
    border-radius: 40px;
}

.prelaunch-content__btn-join:hover {
    background-color: #d96c00;
    color: var(--secondry-color);
}

.prelaunch-content__inner {
    /* padding-bottom: 30px; */
    /* margin-top: -66px; */
    position: relative;
    z-index: 1;
}

.prelaunch-card__item a {
    display: block;
}

.prelaunch-card__item {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 7.5px;
}

.prelaunch-card__items {
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.prelaunch-card__items .slick-list {
    padding: 0 48px;
}

.prelaunch-card__inner {
    padding: 0 0 30px;
}

.prelaunch-footer__logo a {
    display: block;
}

.prelaunch-footer__logo {
    width: 44px;
    margin: 0 auto 18px;
}
.klaviyo_messages { display:none; margin-bottom: 80px; margin-top: 30px; text-align: center;}
.prelaunch-footer__wrapper h5, .klaviyo_messages h5 {
    text-align: center;
    font-family: var(--tertiary-font);
    font-size: 38px;
    font-weight: 600;
    line-height: 90%;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.klaviyo_messages h5 {
    margin-bottom: 10px;
}

.prelaunch-footer__imaginakery {
    width: 112px;
    margin: 0 auto 10px;
}

.prelaunch-footer__wrapper p {
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

.prelaunch-footer__inner {
    padding: 0 0 80px;
}

.prelaunch-bg__img_one,
.prelaunch-bg__img_two,
.prelaunch-bg__img_three {
    display: none;
}
.prelaunch-bg__img_one{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    animation-duration: 600ms;
    animation-name: changeOpacity;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.already-showed{
    opacity: 1 !important;
}


.prelaunch-bg__inner {
    position: absolute;
    bottom: 0;
}





/* -----------------MOBILE END----------------- */


@media (min-width: 767px) {
     .prelaunch-bg__img_one,
    .prelaunch-bg__img_two,
    .prelaunch-bg__img_three {
        display: block;
    }
    .prelaunch-bg__img_one{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    animation-duration: 600ms;
    animation-name: changeOpacity;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
}





/* -----------------DESKTOP START----------------- */




@media(min-width: 1024px) {



    .prelaunch-header__logo {
        width: 423px;
        top: 24px;
    }

    .prelaunch-bg {
        margin-top: 0;
        height: 100dvh;
        padding-bottom: 40px;
        flex-direction: row;
        align-items: flex-end;
    }
    .prelaunch-bg__imgs {position: absolute;}
    .prelaunch-bg__img {
        height: 100dvh;
    }
.prelaunch-bg__inner {
    position: relative;
    bottom: 0;
}

    .prelaunch-content__wrapper p {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .prelaunch-content__input-wrap input {
        font-size: 16px;
    }

    .prelaunch-content__input-wrap {
        max-width: 674px;
        margin: 0 auto 12px;
    }

    .prelaunch-content__btn {
        max-width: 674px;
        margin: 0 auto;
    }

    .prelaunch-content__wrapper {
        max-width: 945px;
        margin: 0 auto;
    }

    .prelaunch-content__inner {
        margin-top: 0;
        padding-bottom: 0;
    }

    .prelaunch-content {
        /* transform: translateY(-100%); */
    }

    .prelaunch-card__items {
        width: 100%;
        margin: 0;
        display: flex;
        gap: 18px;
        max-width: 1080px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .prelaunch-card__item {
        margin: 0;
        border-radius: 7px;
        max-width: calc(100% / 3 - 12px);
        flex: 1 0 25%;
    }

    .prelaunch-footer__inner {
        padding: 0 0 60px;
    }

    .prelaunch-card {
        /* margin-top: -175px; */
    }

    .prelaunch-card__item:hover img {
        transform: scale(1.1);
    }

    .prelaunch-card__item img {
        transition: 0.3s;
    }

    .prelaunch-bg__img_one,
    .prelaunch-bg__img_two,
    .prelaunch-bg__img_three {
        display: block;
    }
   
 




}





/* -----------------DESKTOP END----------------- */