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

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

body {
    font-family: 'Roboto', sans-serif;
}

.top-banner {
    background-color: #ff2d55;
    color: white;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.top-banner b {
    font-size: 30px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    line-height: 28px;
}

.top-banner s {
    text-decoration: underline white;
    text-underline-offset: -6px;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.5px;
}

.main-banner {
    padding: 64px 32px 16px 32px;
    background-color: rgba(88, 86, 214, 0.09)
}

.main-banner h1 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 32px;
    padding: 3px 16px;
}

.main-banner .watching-box {
    background-color: white;
    border-radius: 32px;
    padding: 5px 16px;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
}

.main-banner .watching-box img {
    width: 20px;
    height: auto;
    margin-left: 8px;
}

.main-banner .video-container {
    text-align: center;
    margin-bottom: 32px;
    padding: 0px 10%;
}

.video-js {
    overflow: hidden;
    background-color: transparent;
}

.video-js, .video-js video {
    border-radius: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.41);
}

.video-overlay button {
    background-color: rgba(255, 255, 255, 0.4); 
}

.video-overlay button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 2.5;
}

.video-overlay-watching {
    top: 35px;
}

.video-overlay img {
    width: 20px;
    height: auto;
}

.almost-title {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 48px;
}

.almost-title span {
    font-size: 32px;
}

.main-banner .cta-btn {
    position: relative;
    color: white;
    border-radius: 16px;
    padding: 16px 40px;
    margin-bottom: 32px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    cursor: pointer;
    /* background-color: #ff2d55; */
    background: linear-gradient(90deg, #FF2D55 0%, rgba(255, 45, 85, 0.7) 35.5%, #FF2D55 75%, rgba(255, 45, 85, 0.6) 100%);
    border: 2px solid #FF2D55;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -2px 2px rgba(91, 22, 11, 0.39);
    z-index: 1;
}

.cta-btn:active {
    border-color: #fff !important;
    color: #fff !important;
}

.bottom-banner .cta-btn:active {
    background-color: rgba(19, 16, 164, 1);
}

.main-banner .cta-btn img {
    width: 24px;
    height: auto;
    margin-left: 8px;
}

.info-box {
    background: linear-gradient(135deg, #5856D6, #5856D6);
    color: white;
    padding: 56px 72px 64px 112px;
    border-radius: 10px;
    margin-top: 20px;
    background-image: url('../images/banner-min.png'), linear-gradient(135deg, #5856D6, #5856D6);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #FFFFFF;
}

#text-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-size: 24px;
    margin-bottom: 27px;
}

#text-1 img {
    width: 36px;
    height: 36px;
    margin-left: 24px;
}

#text-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-size: 40px;
}

#text-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    font-size: 24px;
    margin-bottom: 40px;
}

.main-banner .cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: inherit;
    z-index: -1;
    mix-blend-mode: color-burn; 
}

.bottom-banner {
    padding: 80px 97px 57px 97px;
}

.bottom-banner .cta-btn {
    position: relative;
    color: white;
    border-radius: 16px;
    padding: 16px 40px;
    margin-bottom: 32px;
    font-weight: bold;
    font: bold 20px Arial;
    cursor: pointer;
    background-color: #312FC6;
    /* background: linear-gradient(90deg, #FF2D55 0%, rgba(255, 45, 85, 0.7) 35.5%, #FF2D55 75%, rgba(255, 45, 85, 0.6) 100%); */
    border: 2px solid #FFFFFF;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25), inset 2px -2px 2px rgba(19, 16, 164, 1);
    z-index: 1;
}

.bottom-banner .cta-btn img {
    width: 24px;
    height: auto;
    margin-left: 8px;
}

.bottom-banner .cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: inherit;
    z-index: -1;
    mix-blend-mode: color-burn; 
}

#btext-1 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #5856D6;
    margin-bottom: 20px;
}

#btext-2 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin-bottom: 24px;
}

.avatar-stack {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.avatar {
    width: 48px;       
    height: 48px;      
    border-radius: 50%; 
    border: 3px solid #fff;
    cursor: pointer;
}

.avatar:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.avatar:not(:first-child) {
    margin-left: -15px;
}
  
.timer span {
    font-family: 'Roboto', sans-serif;
}

.timer .timer-title {
    font-size: 28px;
    font-weight: 400;
}

.timer .timer-digit {
    font-size: 180px;
    font-weight: 500;
    line-height: 145px;
}

.timer-seconds, .timer-minutes {
    height: 212px;
    overflow: hidden;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 60px;  */
    /* overflow: hidden; */
    position: relative;
    padding-top: 40px;
    
}

.timer-seconds::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    height: 75px; /* Height of the fade */
    background: linear-gradient(to bottom, rgb(88, 86, 214, 0.8), rgba(88, 86, 214, 0));
    z-index: 1;
}

.timer-seconds::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 75px; /* Height of the fade */
    background: linear-gradient(to top, rgb(88, 86, 214, 0.8), rgba(88, 86, 214, 0));
    z-index: 1;
}

.timer-seconds.timer-seconds-left .timer-digit {
    animation: flip-seconds-left 50s steps(5) 1s forwards;
}

.timer-seconds.timer-seconds-right .timer-digit {
    animation: flip-seconds-right 60s linear 1s forwards;
}

@keyframes flip-seconds-left {
    0% { transform: translateY(0); }
    100% { transform: translateY(-725px); } /* 60 digits * 60px height */
}

@keyframes flip-seconds-right {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8555px); } /* 60 digits * 60px height */
}

#lead {
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
    width: 420px;
    margin: 0 auto;
}

#lead label {
    color: #0F172A;
}

#lead input {
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    font-size: 16px;
    padding: 6px 12px;
}

#lead input::placeholder {
    color: #94A3B8;
}

#lead .avatar {
    width: 74px;
    height: 74px;
}

#lead span.avatar {
    font-size: 17px;
    font-weight: bold; 
    background: linear-gradient(180deg, #FFFFFF -16.89%, #FF2D55 46.19%, #E6002C 91.22%);
    display: inline-block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
    font-family: 'Inter', sans-serif;
    color: white;
}

#lead .avatar-stack {
    padding: 25px 24px;
}

#lead .inputs-container {
    padding: 25px 34px;
}

#lead button {

    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}

.info-box-last p img {
    width: 40px !important;
    height: 40px !important;
    margin-left: 0px !important;
    margin-right: 40px;
}

.info-box-last #text-1, .info-box-last #text-2, .info-box-last #text-3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 64px 0;
}

.last-form-container {
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
    width: 545px;
    margin: 0 auto;
    padding: 16px;
}

.last-form-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000;   
}

.last-form-container s {
    text-decoration: underline white;
    text-underline-offset: -11px;
    text-decoration-color: #000;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.5px;
}

.last-form-container span {
  color: #FF2D55;   
}

.last-form-container img {
    width: 88px;
    height: auto;
    margin: 0 0 0 62px;
}

.mobile-start-now-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    font-size: 20px;
    margin-bottom: 24px;
}

.status-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    margin: 5px;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s ease;
    font-size: 12px;
  }

  .status-box.show {
    opacity: 1;
    transform: scale(1);
  }

  .status-icon {
    font-size: 2rem;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  @keyframes pulseColor {
    0% {
      color: black;
    }
    50% {
      color: red;
    }
    100% {
      color: black;
    }
  }
  
  .pulse-text {
    animation: pulseColor 1.5s infinite ease-in-out;
  }

@media (max-width: 1024px) {
    .info-box {
        padding: 56px 50px 64px 50px;
    }
}

@media (max-width: 767px) {
    .top-banner {
        height: 100px;
    }
    
    .top-banner .row {
        padding-bottom: 12px;
    }

    .main-banner {
        padding: 24px 18px 48px 18px
    }

    .main-banner h1 {
        font-size: 24px;
    }

    .main-banner .watching-box {
        margin-bottom: 14px;
    }

    .main-banner .video-container {
        padding: 0;
        margin-bottom: 24px
    }

    #claim-btn-1 {
        margin-bottom: 24px;
    }
    #text-2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .info-box {
        padding: 16px;
        border-width: 6px;
        border-radius: 24px;
        box-shadow: 0 4px 12px rgba(88, 86, 214, 0.4);
        text-align: center !important;
        margin-bottom: 0px;
    }

    #text-3 {
        font-size: 20px;
    }

    #claim-btn-2 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bottom-banner {
        padding: 39px 25px;
    }

    #btext-2 {
        font-size: 28px;
    }

    .almost-title {
        font-size: 24px;
    }

    .almost-title span {
        font-size: 20px;
    }

    .timer .timer-digit {
        font-size: 60px;
        font-weight: 500;
        line-height: 50px;
    }


    .timer .timer-title {
        font-size: 12px;
    }

    .timer-seconds, .timer-minutes {
        height: 55px;
        padding: 0px;
    }

    .timer-seconds-left {
        padding-right: 0px !important;
    }
    
    .timer-seconds-right {
        padding-left: 0px !important;
    }

    @keyframes flip-seconds-left {
        0% { transform: translateY(0); }
        100% { transform: translateY(-250px); } /* 60 digits * 60px height */
    }
    
    @keyframes flip-seconds-right {
        0% { transform: translateY(0); }
        100% { transform: translateY(-2950px); } /* 60 digits * 60px height */
    }

    .timer-seconds::before {
        height: 15px; 
        top: -2px;
    }
    .timer-seconds::after {
        height: 15px;
        bottom: -2px; 
    }

    .info-box .cta-btn {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 0px;
    }

    #lead {
        width: 100%;
        text-align: left;
    }

    .info-box-form {
        padding: 0px;
        border: 0;
    }

    #lead .avatar {
        width: 68px;
        height: 68px;
    }

    #lead span.avatar {
        width: 68px;
        height: 68px;
        line-height: 68px;
    }

    .info-box-last {
        padding: 0px;
        /* border: 0; */
    }

    .info-box-last .col {
        padding: 0px;
    }

    .last-form-container {
        width: 95%;
        margin-top: 10px;
    }

    .last-form-container p {
        font-size: 24px;
    }

    .last-form-container img {
        width: 40px;
        margin: 0 15px;
    }

    .info-box-last #text-1, .info-box-last #text-2, .info-box-last #text-3 {
        font-size: 24px;
        margin: 0 10px 75px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info-box-last #text-1 {
        margin-top: 53px !important;
    }

    .info-box-last p img {
        margin: 0 0 35px 0;
    }

    .video-overlay {
        top: 170px !important;
    }

    .bottom-banner .cta-btn {
        background: rgba(88, 86, 214, 1);
        font-family: 'Montserrat', sans-serif;
        font-weight: 500; 
        font-size: 16px;
        width: 100%;
    }

    #mobile-time-unlock-btn-1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #mobile-time-unlock-btn-1 img{
        margin: 0 !important;

    }

    #mobile-last-step-unlock-btn-1, #mobile-last-step-unlock-btn-2 {
        font-size: 12px;
    }

    #mobile-info-first-access-btn-1, #mobile-claim-btn-1 {
        font-size: 16px;
    }
}

@media (max-width: 448px) {

    #lead .avatar {
        width: 50px;
        height: 50px;
    }

    #lead span.avatar {
        width: 50px;
        height: 50px;
        line-height: 42px;
        font-size: 12px;
    }

}
