@font-face {
    font-family: FRADMCN;
    src: url("../fonts/FRAMDCN.TTF");
}

@font-face {
    font-family: AdventPro;
    src: url("../fonts/adventpro-bold.ttf");
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.container {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.gradient {
    background: linear-gradient(312.26deg, #4c3621 0%, #865b28 17.37%, #bc8a2c 37.5%, #f9d656 55.73%, #b27f2b 80.73%, #906226 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: FRADMCN, sans-serif;
}

.form {
    position: relative;
    z-index: 5;
    max-width: 414px;
    background: #0f0f0f;
    padding: 33px 55px 46px;
    padding-left: 51px;
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(312.26deg, #4c3621 0%, #865b28 17.37%, #bc8a2c 37.5%, #f9d656 55.73%, #b27f2b 80.73%, #906226 100%) border-box;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;

}

.form__title {
    font-family: FRADMCN, sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.form__subtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 45px;
}

.form__input {
    font-family: FRADMCN, sans-serif;
    text-transform: uppercase;

    width: 100%;
    height: 69px;

    padding-left: 35px;

    border: 1px solid #ececec;
    border-radius: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 27px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    color: #ececec;
}

.form__input-phone {
    padding-left: 35px;
    font-size: 20px;
}

.form__text {
    font-family: FRADMCN, sans-serif;
    margin-left: 35px;
    font-size: 19px;
    line-height: 24px;
}

.form__text input {
    margin-left: -25px;
    position: absolute;
    margin-top: 4px;
}

.form__btn {
    position: relative;
    background-color: transparent;
    border: transparent;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 315px;
}

.form__btn span {
    font-family: AdventPro, sans-serif;
    max-width: 307px;
    width: 100%;
    height: 85px;
    background: linear-gradient(312.26deg, #4c3621 0%, #865b28 17.37%, #bc8a2c 53.12%, #f9d656 88.54%, #906226 100%);
    -webkit-box-shadow: inset 0px 0px 12px #e5b79a;
    box-shadow: inset 0px 0px 12px #e5b79a;
    background-position: center;
    background-size: 200% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 13px / 62px;
    border: transparent;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(0px 11px 80px rgba(203, 158, 124, 0.37));
    filter: drop-shadow(0px 11px 80px rgba(203, 158, 124, 0.37));
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    animation: button 4s ease-out infinite;
}

.form__btn img {
    margin-left: 10px;
}

.form__btn::after {
    content: "";
    display: block;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    bottom: -4px;
    left: 8px;
    right: 0;
    width: 93%;
    height: 18px;
    background: #593217;
    -webkit-box-shadow: inset 0px 0px 12px #5b534e;
    box-shadow: inset 0px 0px 12px #5b534e;
}

.form__btn span:hover {
    background-position: right center;
   transform: scale(1.1,1.1);
}

.middle-title {
    font-size: 40px;
    color: #ECECEC;
    text-align: center;
    margin-bottom: 100px;
}

.banner {
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(312.26deg, #4c3621 0%, #865b28 17.37%, #bc8a2c 37.5%, #f9d656 55.73%, #b27f2b 80.73%, #906226 100%) border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 36px 25px 44px;
    z-index: 999;
}

.banner-flower {
    position: absolute;
    top: 25px;
    left: 1px;
}

.banner__btn {
    margin-top: 0;

}

.banner__title {
    margin-bottom: 0;
    margin-right: -30px;
}

@keyframes button {

    0% {
        background-position: left;
    }

    25% {
        background-position: center ;
    }
    50% {
        background-position: right ;
    }
    50% {
        background-position: center;
    }
    100% {
        background-position: left;
    }
}