@font-face {
    font-family: DINProRegular;
    src: url('../fonts/DINProRegular.ttf')
}

@font-face {
    font-family: DINProBold;
    src: url('../fonts/DINProBold.ttf')
}

@font-face {
    font-family: DINProMedium;
    src: url('../fonts/DINProMedium.ttf')
}

@font-face {
    font-family: Gotham Rounded;
    src: url(../fonts/GothamRnd-Book.otf)
}

@font-face {
    font-family: GothamRnd-Medium;
    src: url(../fonts/GothamRnd-Medium.otf)
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #F5F5EA;
    font-family: Book, serif;
    letter-spacing: .12em;
}

main {
    padding-top: 100px;
}

.main-banner .main-title h1 {
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 122.64%;
    color: #3A718D;
}

.main-banner .banner-content {
    display: flex;
    gap: 30px;
}

.main-banner .banner-content .left-side {
    width: 100%;
    max-width: 794px;
    flex-shrink: 0;
}

.main-banner .banner-content .left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .banner-content .right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: -45px;
}

.main-banner .banner-content .right-side p {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-size: 20px;
    line-height: 142%;
    color: #000000;
}

.main-banner .banner-content .right-side .mm-box {
    display: inline-block;
    border: 2px solid #272525;
    padding: 15px 15px 15px 95px;
    font-family: GothamRnd-Medium;
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-left: -95px;
}

.main-banner .banner-content .right-side .mm-box span {
    color: #F26265;
}

.moments-icons {
    padding-top: 132px;
    padding-bottom: 75px;
}

.moments-row {
    display: flex;
    gap: 60px;
    margin-bottom: 65px;
}

.moments-row .moment-card {
    text-align: center;
}

.moments-row .moment-card img {
    margin-bottom: 10px;
}

.moments-row .moment-card h3 {
    font-family: GothamRnd-Medium;
    font-weight: 400;
    font-size: 20px;
    line-height: 104%;
    color: #000000;
    margin-bottom: 0;
}

.moments-icons h4 {
    font-family: GothamRnd-Medium;
    font-weight: 400;
    font-size: 25px;
    line-height: 133%;
    color: #000000;
    margin-bottom: 37px;
}

.moments-icons p {
    font-family: 'Gotham Rounded';
    font-size: 21px;
    line-height: 133%;
    color: #000000;
    margin-bottom: 0;
}

.moments-icons p:not(:last-of-type) {
    margin-bottom: 25px;
}

.make-moments {
    padding-bottom: 100px;
}

.moments-form {
    border: 4px solid #91BAAD;
    padding: 55px 55px 0px 55px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
}

.moments-form .title-part {
    text-align: center;
    flex: 1;
    padding-right: 50px;
}

.moments-form .title-part img {
    display: block;
}

.moments-form .title-part img:nth-child(1) {
    margin-bottom: 45px;
}

.moments-form-main {
    width: 100%;
    max-width: 600px;
    padding-bottom: 54px;
}

.input-wrapper input {
    width: 100%;
    height: 55px;
    border: 2px solid #DED3C6;
    border-radius: 5px;
    outline: none;
    padding: 0 13px;
    font-family: 'Gotham Rounded';
    font-size: 20px;
    line-height: 133%;
    color: #6D6E70;
    background-color: transparent;
}

.input-wrapper input::placeholder {
    color: #6D6E70;
}

.input-wrapper input::-webkit-input-placeholder {
    color: #6D6E70;
}

.input-wrapper textarea {
    resize: none;
    width: 100%;
    border: 2px solid #DED3C6;
    border-radius: 5px;
    outline: none;
    padding: 0 13px;
    font-family: 'Gotham Rounded';
    font-size: 20px;
    line-height: 133%;
    color: #6D6E70;
    background-color: transparent;
    outline: none;
    padding: 13px 13px;
    height: 100px;
}

.moments-form-main .g-2 {
    --bs-gutter-x: 20px;
}

.moments-form-main .gy-2 {
    --bs-gutter-y: 12px;
}

.btn-submit {
    width: 100%;
    outline: none;
    border: none;
    font-family: GothamRnd-Medium;
    font-weight: 400;
    font-size: 23px;
    line-height: 55px;
    padding: 0 15px;
    text-align: center;
    color: #F5F3E7;
    background: #F26265;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.6s ease;
}

.btn-submit:hover {
    background-color: #91BAAD;
}

.moments-form .title-part img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.js-status-message {
    display: none;
}

/* Responsive */
@media screen and (max-width:1024px) {
    .main-banner .main-title h1 {
        font-size: 90px;
    }

    .main-banner .banner-content .left-side {
        max-width: 650px;
    }

    .main-banner .banner-content .right-side p {
        font-size: 16px;
    }

    .main-banner .banner-content .right-side .mm-box {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    .main-banner .main-title h1 {
        font-size: 55px;
    }

    .main-banner .banner-content .left-side {
        max-width: 450px;
    }

    .main-banner .banner-content .right-side .mm-box {
        font-size: 17px;
    }

    .moments-row {
        gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .moments-row .moment-card h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .moments-icons {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .moments-row .moment-card img {
        margin-bottom: 10px;
        max-width: 100px;
    }

    .moments-icons h4 {
        font-size: 25px;
        line-height: 133%;
        margin-bottom: 25px;
    }

    .moments-icons p {
        font-size: 16px;
    }

    .moments-form {
        padding: 30px 30px 0px 30px;
    }

    .moments-form .title-part {
        padding-right: 30px;
    }

    .moments-form-main {
        width: 100%;
        max-width: 350px;
        padding-bottom: 30px;
    }
}


@media screen and (max-width:767px) {
    .main-banner .main-title h1 {
        font-size: 30px;
    }

    .main-banner .banner-content {
        flex-direction: column;
        gap: 20px;
    }

    .main-banner .banner-content .right-side {
        margin-bottom: 0;
    }

    .main-banner .banner-content .right-side .mm-box {
        margin: 0;
        padding: 15px;
        text-align: center;
    }

    .moments-icons {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .moments-row .moment-card {
        width: 50%;
        margin-top: 15px;
    }

    .moments-row {
        gap: 0;
        margin-top: -15px;
    }

    .moments-icons h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .moments-icons p:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .moments-form {
        display: block;
    }

    .moments-form {
        padding: 20px;
        border: 2px solid #91BAAD;
    }

    .moments-form-main {
        padding: 0;
        max-width: 100%;
    }

    .make-moments {
        padding-bottom: 40px;
    }

    .btn-submit {
        font-size: 20px;
        line-height: 50px;
    }

    .moments-row .moment-card h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .moments-icons p {
    font-size: 14px;
}

    .moments-form .title-part img:nth-child(2) {
        max-width: 120px;
    }

    .moments-form .title-part img:nth-child(1) {
        margin-bottom: 25px;
        max-width: 200px;
    }
     .main-banner .banner-content .right-side p {
        font-size: 14px;
    }
    .input-wrapper input{
        font-size: 16px;
    }
    .input-wrapper textarea{
        font-size: 16px;
    }
}