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

body {
    background: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    margin: 0;
}

.snapchat_colaboration * {
    box-sizing: border-box;
}

.snapchat_colaboration img {
    width: auto;
}

.snapchat_colaboration {
    overflow: hidden;
}

.snapchat_colaboration .container {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
    padding: 0 20px;
}

.about__header__title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.13;
    text-transform: uppercase;
}

.fw-800 {
    font-weight: 800;
}

.max-w-100px {
    max-width: 100px;
}

.max-w-140px {
    max-width: 140px;
}

.max-w-130px {
    max-width: 130px;
}

.max-w-240px {
    max-width: 240px;
}

.max-w-400px {
    max-width: 400px;
}

.max-w-340px {
    max-width: 340px;
}

.max-w-300px {
    max-width: 300px;
}

.text-yellow {
    color: #fffc00;
}

.text-orange {
    color: #fb6639;
}

.orange_link {
    text-decoration: underline;
    color: #fb6639;
}

.bg-grey {
    background-color: #383838;
}

.fw-700 {
    font-weight: 700;
}

.pt-20 {
    padding-top: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.form__success__text {
    max-width: 244px;
    display: none;
    align-items: end;
    flex: 1 1 auto;
    color: #383838;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.04;
    margin: 0 auto;
}

.register__form.success_submit {
    display: flex;
    flex-direction: column !important;
}

.form__success__text.success_submit {
    display: flex !important;
}

.hide {
    visibility: hidden; /* or opacity: 0; visibility: hidden; */
}

.helper__popup.show {
    opacity: 1; /* Fully visible */
    visibility: visible; /* Make it clickable */
}

.helper__popup {
    cursor: pointer;
    width: 242px;
    height: 220px;
    background: url(../images/popup.webp) center no-repeat;
    background-size: 100% 100%;
    background-position: center;

    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0; /* Start hidden */
    visibility: hidden; /* Ensure it's not clickable when hidden */

    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 99;
}

.helper__popup:hover {
    background: url(../images/popup-hover.webp) center no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* Footer */
.snapchat_colab__footer {
    padding: 28px 0 25px;
    background-color: #fff;
    box-shadow: 0px -9px 169.8px 0px rgba(0, 0, 0, 0.12);
}

.snapchat_colab__footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snapchat_colab__footer__logo {
    max-width: 230px;
    display: block;
}

.snapchat_colab__footer__box {
    display: flex;
    align-items: end;
    gap: 32px;
}

.snapchat_colab__footer__terms-link {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.04;
    text-transform: uppercase;
}

.snapchat_colab__footer__terms-link:hover {
    text-decoration: underline;
}

.snapchat_colab__footer__socials {
    display: flex;
    gap: 60px;
}

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

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

@media (max-width: 1250px) {
    .helper__popup {
        display: none !important;
    }

    .snapchat_colaboration .container {
        padding: 0 40px;
    }

    .register__form {
        height: 520px;
        width: 360px;
        max-width: 360px;
        padding: 35px 38px 40px;
        margin: 0 auto;
    }

    .register__form__input {
        font-size: 15px;
        padding: 11px 10px;
    }

    .register__form__input::-webkit-input-placeholder {
        font-size: 15px;
    }

    .register__form__input::-moz-placeholder {
        font-size: 15px;
    }

    .register__form__input:-ms-input-placeholder {
        font-size: 15px;
    }

    .register__form__input::-ms-input-placeholder {
        font-size: 15px;
    }

    .register__form__input::placeholder {
        font-size: 15px;
    }

    .register__form__title {
        font-size: 35px;
    }

    .register__form__subtitle {
        font-size: 15px;
        margin-bottom: 17px;
    }

    /* Footer */
    .snapchat_colab__footer__logo {
        max-width: 154px;
    }

    .snapchat_colab__footer__terms-link {
        font-size: 16px;
    }

    .snapchat_colab__footer__socials {
        gap: 16px;
    }

    .snapchat_colab__footer__socials-item {
        width: 37px;
    }

    .snapchat_colab__footer__socials-item img {
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .snapchat_colaboration .container {
        padding: 0 20px;
    }

    .snapchat_colab__footer__inner {
        flex-direction: column;
    }

    .snapchat_colab__footer__box {
        display: flex;
        justify-content: space-between;
        gap: 36px;
    }

    .snapchat_colab__footer__terms-link {
        font-size: 12px;
    }

    .snapchat_colab__footer__socials {
        margin-top: 21px;
        gap: 36px;
    }

    .snapchat_colab__footer__socials-item {
        width: 56px;
    }

    .snapchat_colab__footer {
        box-shadow: 0px -9px 169.8px 0px rgba(0, 0, 0, 0.12);
    }

    .register__form {
        height: 510px;
        width: 350px;
        max-width: 350px;
        padding: 35px 30px 40px;
        margin: 0 auto;
    }

    .register__form__input {
        margin-bottom: 12px;
    }

    .register__form__button {
        margin-top: 26px;
    }
}
