.home-about {
    background-size: 100%;
    box-sizing: border-box;
    padding-block: 30px;
    overflow: hidden;
    background-image: url('../../assets/img/home-about.png');
}

@media screen and (min-width: 768px) {
    .home-about {
        padding-block: 142px 125px
    }
}

.home-about__top {
    position: relative;
    margin-bottom: 40px
}

.home-about .home-about__title {
    font-family: Supreme LL TT Bold Flat;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.12;
    display: block
}

.home-about .home-about__txt {
    font-family: Supreme LL TT;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
    letter-spacing: -.5px;
    display: block;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-about .home-about__title {
        margin-top: 36px;
        font-size: 42px
    }

    .home-about .home-about__txt {
        font-size: 16px;
        line-height: 24px
    }
}

.home-about .home-about__brand-title {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column
}

    .home-about .home-about__brand-title span {
        font-size: 21.5vw;
        font-family: Supreme LL TT Bold Flat;
        font-weight: 400;
        font-style: italic;
        opacity: .7;
        color: #ededed;
        line-height: .9;
        text-align: start
    }

.home-about .home-about__badge {
    animation: rotateFrame 15s linear .1s infinite;
    z-index: 19;
    position: absolute;
    top: 103.5%;
    right: 0;
    height: 1em;
    width: 1em;
    font-size: 14vw
}

@media screen and (min-width: 768px) {
    .home-about .home-about__brand-title {
        position: absolute;
        width: auto;
        top: 0;
        right: -16.66667vw;
        z-index: 1;
        display: flex
    }

        .home-about .home-about__brand-title span {
            font-size: 208px;
            text-align: right
        }

    .home-about .home-about__badge {
        top: 0;
        right: 1.14583vw;
        font-size: 161px
    }
}

@media screen and (min-width: 1400px) {
    .home-about .home-about__brand-title span {
        font-size: 288px;
        text-align: right
    }
}

.home-about .home-about__badge img {
    width: 100%;
    height: auto
}

.home-about .home-about__btn {
    margin-top: 40px;
    background: #222;
    border-radius: 26px;
    font-size: 1rem;
    font-family: Supreme LL TT;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -.4px;
    padding: 9px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 3px
}

    .home-about .home-about__btn .cfmoto-icon {
        color: #0ab9d5;
        transition: all .6s ease-out
    }

    .home-about .home-about__btn:hover .cfmoto-icon {
        transform: translateX(40%)
    }

.home-about__bottom {
    position: relative
}

    .home-about__bottom .home-about__bottom__text {
        position: absolute;
        writing-mode: vertical-rl;
        font-family: Supreme LL TT;
        bottom: 50px;
        right: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 1.75;
        letter-spacing: 2.83px;
        font-size: 1rem;
        display: none
    }

@media screen and (min-width: 996px) {
    .home-about__bottom .home-about__bottom__text {
        display: flex
    }
}

.home-about__bottom img {
    width: 100%;
    height: auto;
    display: block
}

@keyframes rotateFrame {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
