/*------------------------------------------------------------------------------------------
#  Index item-group with slider
------------------------------------------------------------------------------------------*/
.home-item-group{
    max-height: 323px;
    overflow: auto;
    font-size: 16px;
    line-height: 1.17;
}

@media (max-width: 1400px) {
    .home-item-group {
        line-height: 1.1;
        font-size: 14px;
    }
    .list-group-item{
        padding: .45rem 1rem;
    }
}

@media (max-width: 1200px) {
    .home-item-group {
        font-size: 14px;
        line-height: 1;
    }
    .list-group-item{
        padding: .4rem 1rem;
    }
    .carousel .carousel-item.card img.w-100{
        height: 250px;
    }
}

@media (max-width: 991px) {
    .home-item-group {
        line-height: 1;
        max-height: 224px;
    }

    .carousel .carousel-item.card img.w-100{
        height: 224px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-item.card img.w-100{
        height: auto;
    }
}

.home-item-group::-webkit-scrollbar {
    display: none;
}


/*------------------------------------------------------------------------------------------
#  carousel
------------------------------------------------------------------------------------------*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
    width: 3rem;
}

.carousel .card {
    overflow: hidden;
}

.carousel-indicators [data-bs-target] {
    height: 6px;
    background-color: #2b2b2b;
}

.carousel-indicators {
    margin-bottom: .5rem;
}


/*------------------------------------------------------------------------------------------
#  Sliding Text
------------------------------------------------------------------------------------------*/

.sliding-text {
    font-family: 'Roboto', sans-serif;
    padding: 7px 20px 1px;
    background: #fff;
    margin-top: 1rem;
    border-radius: 10px;
    letter-spacing: 0.75px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


.sliding-text  svg{
    font-size: 10px;
}

.feature-card .icon{
    background: #007f01;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    font-size: 22px;
}

.feature-card .info .title {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.feature-card .info p {
    font-size: 15px;
    line-height: 26px;
    color: #444;
    margin: 0;
}

.heading-text{
    text-align: center;
    margin-bottom: 20px;
}

.heading-text .title{
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'RobotoSlab', sans-serif !important;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
}

.category-card{
    text-align: center;
    height: 100%;
    text-decoration: none;
}

.category-card .card-body {
    padding: 25px 10px;
}

.category-card .card-body .title{
    font-size: 16px;
    margin-top: 10px;
    color: #1a1d20;
}

.category-card:hover .card-body .title{
    color: #006400;
}

