@import "common.css";

/**********
*** SECTION FUTURE START ***
**********/
.wrapper {
    background: var(--white-400) url(../img/contact_us/conract_us_bg-min.jpg) center top no-repeat;
    background-size: cover;
}

.future {
    padding: 161px 0 145px 0;
    text-align: center;
    position: relative;
    background: url(../img/contact_us/contact_us_circle_bg.png) calc(50% - 200px) 10% no-repeat;
}

@media screen and (max-width: 992px) {
    .future {
        padding: 100px 0 30px;
    }
}

.future__animation {
    position: absolute;
}

.future__animation_01 {
    right: 32%;
    top: 5%;
    animation: tada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.future__animation_02 {
    left: 7%;
    top: 14%;
    animation: heartBeat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.future__animation_03 {
    right: 17%;
    bottom: 51%;
    animation: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.future__animation_04 {
    left: 9%;
    bottom: 39%;
    animation: rubberBand;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.future__wrap {
    position: relative;
    padding-bottom: 135px;
}

@media screen and (max-width: 992px) {
    .future__wrap {
        padding-bottom: 35px;
    }
}

.future__title {
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    text-transform: capitalize;
    color: var(--black-100);
    position: relative;
    margin: 0 auto 86px;
}

@media screen and (max-width: 992px) {
    .future__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 60px;
    }
}

.future__title::after {
    position: absolute;
    content: url(../img/contact_us/title_arrow.svg);
    bottom: -56%;
    left: 0;
    right: 0;
    animation: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 992px) {
    .future__title::after {
        top: 130%;
        bottom: 0;
    }
}

.future__wrapper {
    position: relative;
    padding: 15px 0;
}

.future__wrapper-box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .future__wrapper-box {
        display: block;
        margin: 0 -20px;
    }
}

.future__wrapper-box:nth-child(2) {
    margin-top: -62px;
}

@media screen and (max-width: 992px) {
    .future__wrapper-box:nth-child(2) {
        margin-top: 0;
    }
}

.future__item {
    background-color: var(--black-100);
    border-radius: 260px;
    max-width: 457px;
    width: 100%;
    height: 457px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .future__item {
        width: 375px;
        height: 375px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .future__item {
        width: 335px;
        height: 335px;
        margin: 0 auto;
    }
}

.future__item-images {
    border: 1px solid #fff;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.future__item-img {
    width: 22px;
    height: 22px;
}

.future__item-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 15px;
}

@media screen and (max-width: 992px) {
    .future__item-title {
        font-size: 30px;
        line-height: 36px;
    }
}

.future__item-link {
    color: var(--grey-900);
    line-height: 24px;
    max-width: 270px;
}

@media screen and (max-width: 992px) {
    .future__item-link {
        font-size: 14px;
        line-height: 20px;
    }
}
/**********
*** SECTION FUTURE END ***
**********/

/**********
*** SECTION SUPPORT START ***
**********/
.support__wrapper {
    display: grid;
    grid-template-columns: 587px 1fr;
    grid-gap: 50px;
}

@media screen and (max-width: 1200px) {
    .support__wrapper {
        display: block;
    }
}

.support__grid {
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .support__grid {
        text-align: center;
    }
}

.support__tag {
    background-color: var(--grey-100);
    max-width: 220px;
    width: 100%;
    color: var(--grey-200);
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .support__tag {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 992px) {
    .support__tag {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
}

.support__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
    text-transform: capitalize;
    color: var(--black-100);
    margin: 0 auto 21px;
}

@media screen and (max-width: 992px) {
    .support__title {
        font-size: 30px;
        line-height: 36px;
        max-width: 300px;
    }
}

.support__slogan {
    max-width: 500px;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: var(--grey-200);
    margin: 0 0 38px;
}

@media screen and (max-width: 1200px) {
    .support__slogan {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 38px;
    }
}

.support__row {
    width: 100%;
    margin-bottom: 50px;
}

.support__link {
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.support__row-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .support__row-box {
        display: block;
    }
}

.support__row-link {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.support__row-link:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .support__row-link {
        width: 100%;
        max-width: 768px;
        margin: 0 0 15px;
    }
}

.support__row-img {
    display: block;
    margin: 0 9px 0 0;
}

.support__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px;
    align-items: start;
}

@media screen and (max-width: 992px) {
    .support__list {
        display: block;
    }
}

.support__list-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px;
    color: var(--black);
    display: flex;
    align-items: flex-start;
    flex: 1;
    text-align: left;
}

.support__list-item::before {
    content: url(../img/icon_check_outline_d.svg);
    display: block;
    line-height: 0;
    margin: 0 8px 0 0;
    margin-top: 1px;
}

.support__form {
    background: var(--white-300);
    box-shadow: 0px 0px 100px rgba(19, 10, 79, 0.1);
    padding: 40px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .support__form {
        padding: 20px;
        text-align: left;
    }
}

.support__form-title {
    color: var(--black);
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    margin: 0 0 10px;
}

@media screen and (max-width: 992px) {
    .support__form-title {
        font-size: 22px;
        line-height: 26px;
    }
}

.support__form-describe {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    max-width: 397px;
    margin: 0 0 25px;
}

@media screen and (max-width: 992px) {
    .consultation__form-describe {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px;
    }
}

.support__wrapper-fields {
    margin-bottom: 6px;
}
.support__wrapper-fields textarea {
    line-height: 20px;
}
@media screen and (max-width: 992px) {
    .support__wrapper-fields {
        margin-bottom: 5px;
    }
}

.support__btn {
    width: 100%;
}

.support__wrapper textarea.input {
    min-height: 184px;
}
/**********
*** SECTION SUPPORT END ***
**********/
