@import url("./fonts.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {

    /* colors */

    --mainColor: #07043B;
    --white: #fff;
    --btnColor: #2F65F8;
    --green: #3DA08F;

    /* fonts */

    --releway-bold: "Releway-Bold";
    --releway-regular: "Releway-Regular";
    --opensans-regular: "OpenSans-Regular";

}

.title {
    color: var(--mainColor);
    font-family: var(--bold);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.link {
    color: var(--mainColor);
    font-family: var(--releway-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text {
    color: var(--mainColor);
    font-family: var(--regular);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.531px;
}

/* HEADER START */

.header {
    margin-top: 65px;
}

.header__content {
    margin-top: 163px;
}

.header__content__desc p {
    width: 585px;
    padding: 15px 0 25px 0;
}

.header__content__form input {
    width: 320px;
    padding: 14px 21px;
    border: 1px solid var(--mainColor);
    border-radius: 7px;
}

.header__content__form button {
    background: var(--btnColor);
    border: none;
    padding: 17px 61px;
    border-radius: 7px;
    color: var(--white);
    font-family: var(--releway-bold);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.errorText {
    display: none;
    color: #EF4877;
    font-family: var(--opensans-regular);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

/* HEADER END */

/* MAIN START */

.main__section {
    background: #F8F8FE;
    margin-top: 164px;
    padding: 178px 0 107px 0;
}

.main__section__text {
    max-width: 529px;
    padding: 38px 0 15px 0;
}

.main__section__btn {
    color: var(--green);
    font-family: var(--opensans-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 2px solid var(--green);
    padding-bottom: 4px;
}

.main__section__btn:hover {
    color: #71DFCC;
}

.main__section__btn i {
    background: var(--green);
    color: var(--white);
    padding: 2px;
    border-radius: 50%;
    margin-left: 8px;
}

.main__card {
    margin-top: 45px;
    max-width: 356px;
    background: var(--white);
    padding: 26px 33px;
    box-shadow: 0px 0px 10px 5px rgba(56, 56, 56, 0.05);
    border-radius: 5px;
}

.main__card__text {
    color: var(--mainColor);
    font-family: var(--opensans-regular);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    padding: 16px 0;

}

.main__card__user {
    display: flex;
    column-gap: 8px;
    /* align-items: center; */
}

.main__card__desc h4 {
    color: var(--mainColor);
    font-family: var(--opensans-regular);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
}

.main__card__desc {
    color: var(--mainColor);
    font-family: var(--opensans-regular);
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4px;
}

.main__section__form {
    padding: 100px 0 85px;
    background: #575988;
}

.main__section__form__desc {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}

.main__section__form__desc h2 {
    color: var(--white);
    font-family: var(--releway-bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.main__section__form__desc p {
    width: 533px;
    color: var(--white);
    font-family: var(--opensans-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.main__section__form2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 16px;
}

.main__section__form2 input {
    width: 480px;
    padding: 18px 22px;
    border-radius: 7px;
    border: none;
    outline: none;
}

.main__section__form2 button {
    width: 200px;
    padding: 16px 22px;
    border: none;
    border-radius: 7px;
    box-shadow: 2px 3px 6px rgba(7, 4, 59, 0.16);
    background: var(--btnColor);
    color: var(--white);
    text-align: center;
    font-family: var(--releway-bold);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* MAIN END */

/* FOOTER START */

.footer {
    background: var(--mainColor);
    padding: 92px 86px;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer__logo img {
    width: 135px;
    padding-bottom: 21px;
}

.footer__logo a {
    color: var(--white);
    font-family: var(--opensans-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer__logo i {
    padding-right: 16px;
}

.footer__links {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer__links a {
    color: var(--white);
    font-family: var(--opensans-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer__contact span {
    color: var(--white);
    font-family: var(--opensans-regulark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__contact a {
    color: var(--white);
    font-family: var(--opensans-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__icon {
    display: flex;
    column-gap: 12px;
}

.footer__icon a {
    text-align: center;
    padding: 5px;
    width: 31.224px;
    height: 31px;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 50%;
}

/* FOOTER END */