* {
    box-sizing: border-box;

    font-family: "Mukta Vaani", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
button,
input[type="submit"],
.button.mobile {
    cursor: pointer;
    transition: .6s all linear;
}
button:hover, input[type="submit"]:hover, .button.mobile:hover{
    background-color: #f6a101;
}
.container {
    max-width: 1060px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.button.mobile{
    display: none;
}
.italic {
    font-family: "Radley", serif;
    font-style: italic;
    font-weight: 400;
}
.header {
    padding: 127px 0 204px;
    background-image: url(../content/header.png);
    background-size: cover;
}
.header__italic {
    font-size: 32px;
    line-height: 181%;
    text-align: center;
    color: #fff;
    margin-bottom: 68px;
}
.header__italic > span {
    font-family: "Radley", serif;
    font-style: italic;
    font-size: 32px;
    line-height: 181%;
    text-align: center;
    color: #d9a441;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__content {
    max-width: 532px;
    width: 100%;
}
.header__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.header__text {
    font-weight: 600;
    font-size: 32px;
    line-height: 128%;
    color: #fff;
}
.header__form {
    border: 2px solid #d9a441;
    max-width: 420px;
    width: 100%;
    border-radius: 50px;
    padding: 60px 30px 50px;
}
.header__form-input {
    display: block;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    padding: 23px 40px;
    outline: none;
    margin-bottom: 20px;
    outline: none;
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 121%;
    letter-spacing: 0.1em;
    color: #fff;
}
.header__form-submit {
    display: block;
    border: 2px solid #d9a441;
    border-radius: 50px 50px 50px 0;
    width: 100%;
    height: 69px;
    background: #d9a441;
    font-weight: 600;
    font-size: 32px;
    line-height: 119%;
    letter-spacing: 0.05em;
    color: #fff;
}
.header__form-input::placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 121%;
    letter-spacing: 0.1em;
}
.rapid__inner {
    position: relative;
    top: -107px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rapid__inner > .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
.rapid__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.rapid__box {
    background: #2a4359;
    padding: 27px 28px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 267px;
    border-radius: 50px;
    width: 100%;
    min-height: 231px;
}
.rapid__box-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 190%;
    text-align: center;
    color: #d9a441;
    margin: 24px 0 15px;
}
.rapid__box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    text-align: center;
    color: #d9a441;
}
.rapid__box:first-of-type > .rapid__box-title,
.rapid__box:first-of-type > .rapid__box-text {
    color: #2a4359;
}
.rapid__box:first-of-type {
    border-radius: 50px 0 50px 50px;
    background-color: #d9a441;
}
.rapid__box:last-of-type {
    border-radius: 50px 50px 50px 0;
}
.about__content {
    max-width: 395px;
    width: 100%;
    margin-right: 10px;
}
.about__content > .description,
.about__content > .title,
.about__content > .text {
    text-align: start;
}
.description {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 181%;
    color: #d9a441;
    margin-bottom: 13px;
}
.title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    color: #000;
    margin-bottom: 21px;
}
.text {
    text-align: center;
    font-size: 20px;
    line-height: 170%;
    color: #000;
    max-width: 568px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.button {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 119%;
    letter-spacing: 0.05em;
    color: #fff;
    border: 2px solid #d9a441;
    border-radius: 50px 0 50px 50px;
    padding: 15px 73px;
    background: #d9a441;
    margin: 0 auto;
}
.about {
    padding-bottom: 82px;
}
.about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs {
    padding: 44px 0 65px;
    background: #f2f2f2;
}
.programs__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 66px 0 81px;
    flex-wrap: wrap;
    gap: 20px;
}
.programs__box {
    padding: 20px 51px;
    border: 2px solid #d9a441;
    border-radius: 50px;
    max-width: 333px;
    width: 100%;
    min-height: 274px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.programs__box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 95%;
    text-align: center;
    color: #2a4359;
    margin: 23px 0 7px;
}
.programs__box-text {
    font-size: 20px;
    line-height: 105%;
    text-align: center;
    color: #2a4359;
}
.stories {
    padding: 61px 47px;
}
.stories__boxes {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
    flex-wrap: wrap;
}
.stories__box:first-of-type {
    border-radius: 50px 0 50px 50px;
}
.stories__box:last-of-type {
    border-radius: 50px 50px 50px 0;
}
.stories__box {
    border-radius: 50px;
    max-width: 333px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 325px;
    background: #2a4359;
    padding: 29px 32px 73px;
    position: relative;
    margin-bottom: 50px;
}
.stories__box-user {
    position: absolute;
    bottom: -68px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stories__box-name {
    max-width: 182px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    margin-top: 5px;
}
.stories__box-text {
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #fff;
    margin-top: 22px;
}
.why {
    padding: 78px 0 60px;
    background: #f2f2f2;
}
.why__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why__content {
    max-width: 405px;
    width: 100%;
    margin-left: 10px;
}
.why__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    text-align: center;
    color: #000;
    margin-bottom: 74px;
}
.why__box {
    display: flex;
    margin-bottom: 45px;
}
.why__box-image {
    margin-right: 18px;
    width: 50px;
    height: 50px;
    flex: none;
}
.why__box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 161%;
    color: #000;
}
.why__box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 181%;
    color: #000;
}
.start {
    padding: 66px 0 126px;
}
.start__boxes {
    margin: 38px 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.start__box {
    background: #2a4359;
    border-radius: 50px;
    max-width: 267px;
    width: 100%;
    min-height: 178px;
    padding: 40px 47px;
    margin-bottom: 10px
}
.start__box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 92%;
    text-align: center;
    color: #d9a441;
    margin-bottom: 47px;
}
.start__box-text {
    font-size: 20px;
    line-height: 105%;
    text-align: center;
    color: #d9a441;
}
.start__box:nth-of-type(1) {
    border-radius: 50px 0 50px 50px;
}
.start__box:nth-of-type(3) {
    border-radius: 50px 50px 50px 0;
    background: #d9a441;
}
.start__box:nth-of-type(3) > .start__box-text,
.start__box:nth-of-type(3) > .start__box-title {
    color: #2a4359;
}
.start__inner > form > button {
    padding: 26px 45px;
}
.footer {
    padding: 128px 0 112px;
    background-image: url(../content/footer.png);
    background-size: cover;
}
.footer > .container{
    max-width: 1126px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
}
.footer__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 115%;
    color: #fff;
    margin-bottom: 40px;
}
.footer__text {
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}
.footer__content {
    max-width: 418px;
    width: 100%;
}
.footer__form {
    max-width: 576px;
    width: 100%;
}
.footer__form-input {
    border-radius: 12px;
    padding: 10px 16px;
    background: #fff;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: block;
    width: 100%;
}
.footer__form-input::placeholder {
    opacity: 0.8;
    font-size: 14px;
    line-height: 143%;
    color: #646464;
}
.footer__form-input.msg {
    height: 80px;
    vertical-align: top;
    resize: none;
}
.footer__form-submit {
    outline: none;
    border: none;
    border-radius: 50px;
    background: #ffb979;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 14px 36px;
}
