.price-card__content {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.price-card-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.price-card-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #C6C6C6;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.price-card__content-image {
    aspect-ratio: 11 / 15;
    width: 330px;
    height: 450px;
    padding: 32px 24px 0;

}
.pr-img-1, .pr-img-2, .pr-img-3, .pr-img-4 {
    position: relative;
    background: black;
}

.pr-img-1::after,
.pr-img-2::after,
.pr-img-3::after,
.pr-img-4::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 231px;
    height: 231px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pr-img-1::after {
    background-image: url("../assets/price1.svg");
}

.pr-img-2::after {
    background-image: url("../assets/price2.svg");
}

.pr-img-3::after {
    background-image: url("../assets/price3.svg");
}

.pr-img-4::after {
    background-image: url("../assets/price4.svg");
}

.form-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.form-card__content-header {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.form-card__content-header__point {
    width: 40px;
    height: 40px;
}

.form-card__content-header__header {
    font-size: 42px;
    font-weight: 700;
}

.form-card__content-form__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-card__content-form__form-inputs {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.form-card__content-form__form-inputs-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-card__content-form__form-inputs-left__input {
    width: 320px;
    height: 60px;
    padding: 16px 24px;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: 100;
}

.form-card__content-form__form-inputs-left__input::placeholder {
    color: #848484;
    font-size: 18px;
    font-weight: 100;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
}

.form-card__content-form__form-inputs-right__input {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 100;
    border-radius: 8px;
    outline: none;
    border: none;
    resize: none;
}

.form-card__content-form__form-inputs-right__input::placeholder {
    color: #848484;
    font-size: 18px;
    font-weight: 100;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
}

.form-card__content-form__form-button {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.form-card__content-form__form-button__button:hover {
    cursor: pointer;
    background-color: #ff6a00;
}

.form-card__content-form__form-button__button {
    background-color: #101010;
    padding: 16px 32px;
    border-radius: 24px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
}

.form-card__content-form__form-button__text {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 600px) {

    .form-card {
        padding: 16px;
        gap: 16px;
    }

    .price-card__content {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        height: 100%;
        padding: 0;
    }

    .price-card__content-image {
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-left: 13px;
        padding-right: 17px;
    }

    .form-card__image {
        display: none;
    }

    .form-card__content-form__form {
        gap: 16px;
    }

    .form-card__content-form__form-inputs {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }

    .form-card__content-form__form-inputs-left {
        flex-direction: column;
        gap: 16px;
    }

    .form-card__content-form__form-inputs-left__input {
        width: 100%;
    }

    .form-card__content-form__form-inputs-right__input {
        width: 100%;
        height: 180px;
    }

    .form-card__content {
        width: 100%;
        gap: 16px;
    }

    .price-image-container {
        width: 80%;
    }
}

@media (min-width: 600px) {
    .form-card {
        padding: 16px;
    }

    .price-card__content {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .price-card-header {

        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    .price-card-description {

        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F0F0F0;


    }

    .price-card__content-image {
        width: 245px;
        height: auto;
        aspect-ratio: 11 / 15;
    }
    .form-card__image {
        display: none;
    }

    .form-card__content-form__form-inputs {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
    }

    .form-card__content-form__form-inputs-left {
        flex-direction: column;
    }

    .form-card__content-form__form-inputs-left__input {
        width: 100%;
    }



    .form-card__content {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .form-card {
        padding: 24px;
    }

    .price-card__content {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }

    .price-card__content-image {
        width: 400px;
        height: auto;
        aspect-ratio: 11 / 15;
    }

    .form-card__image {
        display: none;
    }

    .form-card__content-form__form-inputs {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
    }

    .form-card__content-form__form-inputs-left {
        flex-direction: column;
    }

    .form-card__content-form__form-inputs-left__input {
        width: 100%;
    }


    .form-card__content {
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .form-card {
        padding: 40px 24px;
    }


    .price-card-header {

        font-size: 22px;
        font-weight: 500;
        line-height: 17px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .price-card-description {

        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F0F0F0;


    }

    .form-card__content {
        width: auto;
    }

    .form-card__image {
        display: block;
    }

    .form-card {
        justify-content: space-around;
    }

    .price-card__content {
        gap: 16px;
        flex-wrap: nowrap;
    }

    .price-card__content-image {
        width: 280px;
        height: auto;
        aspect-ratio: 11 / 15;
    }

    .form-card__content-form__form-inputs {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
    }

    .form-card__content-form__form-inputs-left {
        flex-direction: column;
    }

    .form-card__content-form__form-inputs-left__input {
        width: 100%;
    }

}

@media (max-width: 1439px) {
    .form-card__content-container{
        flex-direction: column;
    }
    .form-card__content-form__form-inputs-right__input{
        height: 228px;
    }
}

@media (min-width: 1600px) {

    .price-card__content {
        gap: 30px;

    }

    .form-card__content-form__form-inputs {
        display: flex;

        gap: 32px;
    }

    .price-card-header {

        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .price-card-description {

        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F0F0F0;


    }

    .form-card__content-form__form-inputs-left {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .form-card__content-form__form-inputs-left__input {
        width: 320px;
        height: 60px;
        padding: 16px 24px;
        border-radius: 8px;
        outline: none;
        border: none;
        background-color: #f0f0f0;
        font-size: 18px;
        font-weight: 100;
    }

}

@media (min-width: 1800px) {
    .form-card__content {
        width: 800px;
    }

    .price-card__content-image {
        width: 390px;
        height: auto;
        aspect-ratio: 11 / 15;
    }

    .price-card-header {

        font-size: 27px;
        font-weight: 500;
        line-height: 38.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    .price-card-description {

        font-size: 21px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F0F0F0;
    }
}

.form-card__content-container{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 32px;
}