@import "components/header.css";
@import "components/text.css";
@import "components/buttons.css";
@import "components/upgrade.css";
@import "components/modal.css";
@import "components/animation.css";

.home__promo {
    background-color: transparent;
    background-image: linear-gradient(90deg, #222222 71%, #ffffff 0%);
    padding-top: 70px;
}
.home__promo__wrap {
    display: flex;
    gap: 100px;
}
.home__promo__main {
    width: 515px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #212121 34%, #212121 100%);
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.home__promo__title {
    font-size: 43px;
    font-weight: 600;
    line-height: 55.9px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    margin: 29px 0;
}
.home__promo__title span {
    overflow: visible;
    text-align: inherit;
    display: inline-block;
    position: relative;
}
.home__promo__title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}
.home__promo__title svg path {
    stroke: #ffffff;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: twbb-headline-dash 10s infinite;
    animation: twbb-headline-dash 10s infinite;
}
.home__promo__descr {
    color: #FFFFFF;
}
.home__promo__img {
    padding: 10px;
    width: calc(100% - 615px);
    height: auto;
    margin-bottom: -98px;
}
.home__about {
    margin-top: 98px;
    padding: 10px 0;
}
.home__about__title {
    padding: 10px;
    margin-bottom: 30px;
    max-width: 650px;
}
.home__about__wrap {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
}
.home__about__item {
    width: calc((100% - 72px) / 3 );
    padding: 50px 30px;
    background-color: #E0DBD4;
}
.home__about__item__arrow {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-color: #E29422;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.home__about__item__arrow i {
    font-size: 31px;
    color: #FFF;
}
.home__about__item__title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    color: rgb(33, 33, 33);
}
.home__about__item__text {
    color: rgb(33, 33, 33);
}


.home__create {
    padding: 120px 0;
}
.home__create__wrap {
    display: flex;
    gap: 120px;
}
.home__create__main {
    width: calc((100% - 120px) / 2);
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.home__create__title {
    padding-top: 35px;
}
.home__create__text {
    color: rgb(77, 77, 77);
}
.home__create__img {
    padding: 10px;
    width: calc((100% - 120px) / 2);
}
.home__feature,
.home__agent {
    padding: 120px 0;
}
.home__feature__title,
.home__agent__title {
    margin-bottom: 25px;
}
.home__feature__text,
.home__agent__text {
    color: rgb(77, 77, 77);
    width: 50%;
}
.home__agent {
    background-color: #F5F6F8;
}
.home__director {
    padding: 120px 0;
}
.home__director__wrap {
    display: flex;
}
.home__director__img {
    padding: 10px;
    width: 585px;
}
.home__director__main {
    margin-top: 10px;
    width: 585px;
    margin-left: -90px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    background-color: rgb(244, 248, 253);
    height: fit-content;
}
.home__director__main i {
    font-size: 50px;
    color: rgb(73, 160, 120);
}
.home__director__main p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    .home__promo__wrap {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 992px) {
    .home__create,
    .home__feature,
    .home__agent,
    .home__director {
        padding: 50px 0;
    }
    .home__promo {
        padding-top: 0;
        background-image: unset;
        background-color: #212121;
    }
    .home__promo__wrap {
        flex-direction: column;
    }
    .home__promo__main {
        padding-top: 50px;
        width: 100%;
    }
    .home__promo__img {
        width: 100%;
        margin-bottom: -150px;
    }
    .home__about {
        margin-top: 150px;
    }
    .home__about__wrap {
        flex-direction: column;
    }
    .home__about__item {
        width: 100%;
    }
    .home__create__wrap {
        flex-direction: column;
    }
    .home__create__main,
    .home__create__img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .home__feature__text, .home__agent__text {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {

}
