body{
    --first-color: #ee2a6e;
    --second-color: #ffbbca;
    --gray-color: #f2f2f2;
    --black-color: #3e3e3e;
}
.about-home {
    margin-bottom: 45px;
}
.home-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 34px;
    color: var(--black-color);
    text-align: center;
}
.home-text {
    text-align: center;
    line-height: 30px;
    max-width: 902px;
    width: 100%;
    margin: 0 auto 25px;
}
.home-title::first-letter,
.section-heading-title::first-letter {
    color: var(--first-color);
}



.btn-scroll-bottom {
    display: block;
    margin: 0 auto 25px;
}




.slider img{
    border-radius: 15px;
}

.slider{
    margin-bottom: 40px;
}
.slider {
    --swiper-navigation-size: 30px;
    --swiper-theme-color: var(--gray-color);
}

/*********************************//* cats Box */
.head-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin-left: 20px;
    display: inline-block;
}
.head-title:first-letter {
    color: var(--first-color);
}
.head-btn{
    font-weight: 500;
    color: #8e8e8e;
    line-height: 2;
    font-size: 14px;
}
.head-btn i{
    margin-right: 5px;
    font-size: 7px;
}
.swiper-slider-wrapper{
    position: relative;
}
.swiper-slider-wrapper .swiper-wrapper,
.swiper-slider-wrapper .swiper{
    position: unset;
}
.swiper-slider-wrapper .swiper{
    margin: 45px 0;
}
.swiper-slider-wrapper .swiper-button-prev,
.swiper-slider-wrapper .swiper-button-next{
    width: 20px;
    height: 20px;
    background-color: var(--gray-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--black-color);
    text-align: center;
    line-height: 19px;
    top: 28px;
    right: auto !important;
}
.swiper-slider-wrapper .swiper-button-next::after,
.swiper-slider-wrapper .swiper-button-prev::after {
    font-size: 7px;
}
.swiper-slider-wrapper .swiper-button-next{
    left: 0 !important;
}
.swiper-slider-wrapper .swiper-button-prev {
    left: 24px !important;
}
.cat-item{
    position: relative;
    background-color: var(--gray-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 0 16px;
    text-align: center;
    display: block;
}
.cat-item .cat-img-wrap{
    position: relative;
}
.cat-item .cat-img-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.45;
    border: 10px solid #fff;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}
.cat-item img{
    position: relative;
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 3;
}

.cat-item span{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    color: #8e8e8e;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
}

.cat-item:hover{
    background-color: var(--black-color);
}
.cat-item:hover img{
    filter: brightness(0) invert(1);
}
.cat-item:hover span{
    color: #fff;
}


@media (max-width: 1199px) {

}
@media (max-width: 991px) {


}

@media (max-width: 767px) {
    .home-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .home-text{
        margin-bottom: 20px;
    }
}
@media (max-width: 575px){
    .home-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .head-title{
        font-size: 16px;
    }
    .about-home {
        margin-bottom: 15px;
    }
    .home-text{
        margin-bottom: 0;
        font-size: 14px;
    }
    .btn-scroll-bottom {
        display: block;
        margin: 0 auto;
    }
    .swiper-slider-wrapper .swiper {
        margin: 15px 0;
    }
    .slider {
        margin-bottom: 15px;
    }

}

