﻿.home-car {
    background-image: url(/Design/img/home-car-bg-min.png);
    background-size: cover;
}

    .home-car .grid.wide {
    }

.home-car-container {
    padding-top: 58px;
    padding-bottom: 89px;
}

.home-car-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    align-items: flex-end;
    align-items: self-end;
}

    .home-car-top .left {
    }

.home-car-title {
    margin: 0;
    font-family: 'barSB';
    color: var(--color-2);
    font-size: 48px;
    font-weight: 100;
}

.home-car-slogan {
    margin: 0;
    font-family: 'barM';
    font-weight: 100;
    font-size: 26px;
    text-transform: capitalize;
    color: var(--color-1);
    margin-top: 14px;
}

.home-car-descript {
    line-height: 138.7%;
    font-size: 18px;
    color: #4D4D4D;
    margin-top: 6px;
    display: block;
}

.home-car-top .right {
}
.home-car-btn:hover .icon::before {
    width: 800%;
    height: 800%;
}
.home-car-btn:hover .icon {
    transform: rotate(40deg);
}
.home-car-btn {
    display: flex;
    align-items: center;
    background-color: var(--color-1);
    border-radius: 55px;
    padding: 5px;
    padding-right: 6px;
    padding-left: 33px;
    transition: all .3s;
    overflow: hidden;
}

    .home-car-btn span {
        font-family: 'barSB';
        font-size: 26px;
        font-weight: 100;
        color: #fff;
        margin-right: 12px;
        z-index: 2;
    }
.home-car-btn .icon::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-2);
    border-radius: 50%;
    pointer-events: none;
    transition: .4s cubic-bezier(.3,1,0.9,1);
}
    .home-car-btn .icon {
        width: 43px;
        height: 43px;
        background-color: var(--color-2);
        border-radius: 50%;
        position: relative;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

        .home-car-btn .icon img {
        z-index: 2;
        position: relative;
        }



@media(max-width:1023px) {
    .home-car-container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home-car-top .left {
        flex: 1;
        padding-right: 40px;
    }
    .home-car-title {
    font-size: 38px;
}
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-car-top{
        flex-direction: column;
        align-items: unset;
    }
    .home-car-container{
        padding: 20px 0;
    }
    .home-car-title {
        font-size: 26px;
        line-height: 152%;
    }
    .home-car-top .left {
        padding:0;
    }
    .home-car-slogan {
    font-size: 18px;
    margin-top: 6px;
}
    .home-car-descript {
    line-height: 144.7%;
    font-size: 16px;
    margin-top: 6px;
}
    .home-car-btn span {
    font-size: 15px;
}
    .home-car-btn 
    {
    width: fit-content;
    padding: 6px;
    padding-left: 18px;
    margin-top: 14px;
    }
    .home-car-btn .icon {
        width: 30px;
        height: 30px;
    }
    .home-car-btn .icon img {
        width: 16px;
    }
}
