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

.home-about-decor {
    position: absolute;
    right: -18px;
    top: -56px;
}

.home-about-decor2 {
    position: absolute;
    bottom: 26px;
    left: -38px;
}

.home-about-container {
    position: relative;
    display: flex;
    padding-bottom: 64px;
    padding-top: 102px;
    align-items: center;
}

    .home-about-container .left {
        position: relative;
        z-index: 2;
    }

.home-about-img {
    width: 600px;
    height: 452px;
    border-radius: 5px;
    overflow: hidden;
}

    .home-about-img img {
    }


.home-about-container .right {
    flex: 1;
    padding-left: 38px;
}


.home-about-title {
    margin: 0;
    font-family: 'barSB';
    font-weight: 100;
    font-size: 36px;
    color: #fff;
    line-height: 118%;
    text-transform: uppercase;
    max-width: 391px;
    margin-top: 9px;
}

    .home-about-title strong {
        color: var(--color-2);
    }

.home-about-descript {
    margin: 0;
    font-weight: 100;
    color: #CCCC;
    font-size: 18px;
    line-height: 138.7%;
    margin-top: 16px;
}

    .home-about-descript strong {
        font-weight: 100;
        font-family: 'barM';
        color: var(--color-2);
    }

.home-about-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.home-about-slogan {
    margin: 0;
    color: #ABABAB;
    font-family: 'barM';
    font-weight: 100;
    font-size: 20px;
    text-transform: capitalize;
}

    .home-about-slogan .slogan-item {
    }

.home-about-bottom .bottom-slogan {
    margin-top: -3px;
}

.home-about-bottom .bottom-slogan-item {
    display: flex;
    align-items: center;
}

    .home-about-bottom .bottom-slogan-item img {
    }


    .home-about-bottom .bottom-slogan-item span {
        font-family: barM;
        font-size: 16px;
        color: #fff;
        text-transform: capitalize;
        line-height: 190%;
        margin-left: 13px;
    }

.home-about-bottom .slogan-btn {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: fit-content;
    border-radius: 34px;
    padding: 4px;
    padding-left: 26px;
    margin-top: 36px;
}
.home-about-bottom .slogan-btn:hover .icon {
    transform: rotate(40deg);
}
.home-about-subimg {
    width: 284px;
    height: 196px;
    border-radius: 5px;
    overflow: hidden;
}
.home-about-bottom .slogan-btn:hover span {
    color: #fff;
}
.home-about-bottom .slogan-btn span {
    text-transform: uppercase;
    color: #133640;
    font-size: 20px;
    font-family: 'barM';
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.home-about-bottom .slogan-btn .icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color:var(--color-2);
    pointer-events: none;
    transition: .4s cubic-bezier(.3,1,0.9,1);
}
.home-about-bottom .slogan-btn .icon img {
    position: relative;
    z-index: 2;
}
.home-about-bottom .slogan-btn:hover .icon::before {
    width:1200%;
    height: 1200%;
}
.home-about-bottom .slogan-btn .icon {
    width: 32.91px;
    height: 32.91px;
    border-radius: 50%;
    position: relative;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.home-about-subimg img {
    width: 100%;
    height: 100%;
}



@media(max-width:1023px) {
    .home-about-container {
    position: relative;
    display: flex;
    padding: 35px 0;
    align-items: center;
    flex-direction: column;
}
    .home-about-container .right {
        padding-left: 0;
        padding-top: 30px;
    }
    .home-about-title{
        width: 100%;
        max-width: 100%;
    }
    .home-about-decor2{
        display: none;
    }
}

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

@media(max-width:739px) {
    .home-about-decor{
        display: none;
    }
    .home-about-img {
        width: 100%;
        height: 220px;
    }
    .home-about-container .left {
    width: 100%;
}
    .home-about-container {
        padding: 25px 0;
    }
    .home-about-container .right{
        width: 100%;
    }

    .home-about-title {
  
    font-size: 27px;
}
    .home-about-descript {

    font-size: 17px;
}
    .home-about-subimg {
        display: none;
    }
    .home-about-bottom .slogan-btn {
    padding-left: 15px;
    margin-top: 20px;
}
    .home-about-bottom .slogan-btn span {
    font-size: 16px;
    margin-right: 8px;
}
}
