/* STEP 1 */
.start-writing-section {
    padding: 3rem 0px 8rem 0px;
    /* display: none; */
}

.start-writing-section .container {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: center;
}

.card-1-img {
    display: flex;
    background: url(../images/start-writing-bg-1.png) no-repeat;
    max-width: 625px;
    height: 625px;
    flex-shrink: 0;
    aspect-ratio: 625/625;
    border-radius: 35px
}

.sw-signup {
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.sw-signup h1 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.sw-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.sw-buttons .btn-1 {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Gray-300);
    background: var(--WHITE);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Gray-700);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.sw-buttons .btn-2 {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--BLACK);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--WHITE);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.sw-signup p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.sw-signup p a {
    color: var(--MAIN-1);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* END OF STEP 1 */

/* STEP 2 */
.start-writing-section-2 {
    padding: 10rem;
    display: none;
}

.start-writing-section-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.start-writing-section-2 h1 {
    color: var(--BLACK);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    width: 30%;
}

.sw-input-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sw-input {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 416px;
    height: 54px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid var(--Neutral-N50);
    background: var(--WHITE);
}

.sw-input input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: var(--Neutral-N400);
}

.sw-input input::placeholder {
    color: var(--Neutral-N60);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: 1 0 0;
}

.sw-input .input-icon {
    width: 20px;
    height: 20px;
}

.sw-input-div span {
    color: var(--Neutral-N200);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sw-register {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Primary-P50);
    background: var(--Primary-P50);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Neutral-N50);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.sw-register.active {
    border: 1px solid var(--MAIN-GRADIENTS);
    background: var(--MAIN-GRADIENTS);
    color: var(--WHITE);
}

/* END OF STEP 2 */

/* STEP 3 */
.start-writing-section-3 {
    background: url(../images/start-writing-bg-2.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 719px;
    flex-shrink: 0;
    aspect-ratio: 1440.00/719.00;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 3rem;
    display: none;
    margin-bottom: 1.5rem;
}

.registration-completed {
    display: flex;
    width: 492px;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 5px solid rgba(237, 153, 189, 0.32);
    background: rgba(244, 238, 245, 0.72);
    backdrop-filter: blur(11.899999618530273px);
    position: relative;
    top: 45%;
    left: 80%;
    transform: translate(-50%, -50%);
    height: 40%;
}

.registration-completed h1 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.registration-completed h3 {
    color: var(--DARK);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 80%;
}

.registration-completed h3 span {
    color: var(--DARK);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.registration-completed a {
    color: var(--Primary-P200);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

/* END OF STEP 3 */


/* MOBILE RESPONSIVE  */

@media only screen and (max-width: 1122px) {

    /* STEP 1 */
    .start-writing-section {
        padding: 1rem 0px 4rem 0px;
    }

    .start-writing-section .container {
        gap: 50px;
    }

    .card-1-img {
        width: 50%;
        height: 500px;
    }

    /* END OF STEP 1 */

    /* STEP 2 */
    .start-writing-section-2 {
        padding: 4rem 0px;
    }

    .start-writing-section-2 h1 {
        width: 100%;
        font-size: 30px;
        line-height: 34px;
    }

    .sw-input-div {
        gap: 16px;
    }

    .sw-input {
        width: 100%;
    }

    /* END OF STEP 2 */

    /* STEP 3 */
    .start-writing-section-3 {
        height: 500px;
        padding: 1rem;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .registration-completed {
        height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        gap: 20px;
    }

    .registration-completed h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .registration-completed h3 {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    /* END OF STEP 3 */
}

@media only screen and (max-width: 750px) {
    .start-writing-section {
        padding: 4rem 0px;
    }

    .card-1-img {
        display: none;
    }

    .sw-signup h1 {
        font-size: 38px;
        line-height: 40px;
        width: 100%;
    }
}