/* ===== Styles of home_hero starts from here ===== */

.home_hero{margin: 20px 0;margin-bottom: 125px;}
.home_hero .home_hero_wrapper{
    background-image: url("../images/hero-img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 0 40px 0;
    border-radius: 20px;
}
.home_hero .hero_heading_wrapper{}
.home_hero .heading_holder{
    text-align: center;
    margin-bottom: 0;
}
.home_hero .heading_title{
    font-family: 'yekanbakh_bold';
    font-size: 30px;
    color: var(--color5);
    margin-bottom: 15px;
}
.home_hero .heading_slogan{
    font-size: 20px;
    color: var(--color5);
}
.home_hero .hero_access_wrapper{
    min-height: 150px;
    background-color: var(--color5);
    border-radius: 16px;
    box-shadow: rgba(5, 26, 55, 0.08) 0px 4px 16px 0px;
    margin-top: 35px;
    margin-bottom: -110px;
    padding: 15px;
}
.home_hero .hero_access_wrapper .business_filter_wrapper .nav-link{
    padding: 15px 10px;
}
.home_hero .hero_access_wrapper .business_filter_wrapper{
    margin-bottom: 0;
}

/* ===== End of home_hero ===== */

/* ===== Styles of home_features starts from here ===== */


.home_features{}
.home_features .features_cards_wrapper{}
.home_features .features_swiper{}
.home_features .features_swiper .swiper-wrapper{
}
.home_features .feature_card{}
.home_features .feature_card_content{
    background-color: var(--color5);
    border: 1px solid var(--color7);
    border-radius: 16px;
    padding: 15px;
}
.home_features .feature_card_content .feature_img{
    width: 55%;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid var(--color5);
    box-shadow: rgb(5 26 55 / 9%) 0px 4px 16px 0px;
    margin-bottom: 15px;
}
.home_features .feature_card_content .feature_img img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.home_features .feature_card_content .feature_title{
    font-size: 16px;
    color: var(--color6);
    margin-bottom: 5px;
    font-family: 'yekanbakh_medium';
    line-height: 28px;
    min-height: 56px;
}
.home_features .feature_card_content .feature_desc{
    font-size: 14px;
    line-height: 26px;
    color: var(--text2);
    text-align: justify;
}

/* ===== End of home_features ===== */

/* ===== Styles of home_category starts from here ===== */

.home_category{}
.home_category .cats_holder{}
.home_category .cat_swiper{}
.home_category .swiper-wrapper{}
.home_category .cat_content{
    position: relative;
}
.home_category .cat_content .imgholder{
    border-radius: 16px;
    overflow: hidden;
    display: block;
    border: 3px solid var(--color5);
    box-shadow: rgb(5 26 55 / 9%) 0px 4px 16px 0px;
}
.home_category .cat_content .imgholder img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.home_category .cat_content .cat_title_holder{
    position: absolute;
    width: 90%;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.home_category .cat_content .cat_title_holder .cat_title{/* From https: //css.glass */
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.7px);
    -webkit-backdrop-filter: blur(15.7px);
    border-radius: 12px;
}
.home_category .cat_content .cat_title_holder .cat_title a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-family: 'yekanbakh_medium','roboto';
    padding: 12px;
    min-height: 83px;
}

/* ===== End of home_category ===== */


/* ===== Styles of home_banner starts from here ===== */

.home_banner {
}

.home_banner .banner_holder {
    margin: 10px auto;
}

.home_banner .img_holder {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

.home_banner .img_holder img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== End of home_banner starts from here ===== */

/* ===== Styles of home_services starts from here ===== */

.home_services{
    background-color: var(--color4);
    padding: 40px 0;
    padding-bottom: 0;
}
.home_services .services_main_content{
}
.home_services .services_content_holder{}
.home_services .heading_holder{}
.home_services .heading_holder .heading_title{
    color: var(--color1);
}
.home_services .heading_holder .heading_subtitle{
    color: var(--color6);
}
.home_services .services_cards_holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_services .services_item{
    width: 49%;
}
.home_services .services_content{
    background-color: var(--color5);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 15px;
}
.home_services .services_content .imgholder{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_services .services_content .imgholder img{
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.home_services .services_content .services_title_holder{
}
.home_services .services_content .service_title{}
.home_services .services_content .service_title a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-family: 'yekanbakh_medium';
    color: var(--color1);
    padding: 10px;
}
.home_services .services_thumb_holder{}
.home_services .services_thumb_holder .imgholder{}
.home_services .services_thumb_holder .imgholder img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===== End of home_services starts from here ===== */

/* ===== Styles of home_business starts from here ===== */

.home_business{}
.home_business .business_cards_wrapper{}
.home_business .business_swiper{}
.home_business .swiper-wrapper{}
.home_business .business_item{}
.home_business .business_buttons_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.home_business .business_button{}

/* ===== End of home_business starts from here ===== */

/* ===== Styles of home_blog starts from here ===== */

.home_blog{}
.home_blog .heading_holder{}
.home_blog .blog_holder{}
.home_blog .blog_swiper{}
.home_blog .blog_swiper .swiper-wrapper{}
.home_blog .blog_swiper .swiper-slide{}
.home_blog .btn_holder{
    text-align: center;
    margin-top: 15px;
}

/* ===== End of home_blog starts from here ===== */

/*Styles of media quries start from here*/

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

@media (min-width: 576px) and (max-width: 767.98px) {

}

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

@media (min-width: 768px) {
    .home_hero .home_hero_wrapper{
    padding: 70px 0 50px 0;
}
    .home_hero .hero_access_wrapper{margin-top: 40px;margin-bottom: -125px;}
    .home_services .heading_holder{
        text-align: right;
    }
    .home_services .heading_holder .heading_subtitle{
        margin: 0;
        width: 100%;
    }
    .home_services .services_thumb_holder{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) {
    .home_hero{
        margin: 40px 0;
        margin-bottom: 140px;
    }
    .home_hero .home_hero_wrapper{
    padding: 80px 0 73px 0;
    background-position: center;
}
    .home_hero .hero_access_wrapper{
        margin-top: 50px;
        margin-bottom: -143px;
    }
    .home_hero .heading_title{
    font-size: 42px;
    margin-bottom: 23px;
}
    .home_hero .heading_slogan{
    font-size: 24px;
}
    .home_features .feature_card_content{
    padding: 20px;
}
    .home_features .feature_card_content .feature_title{
    font-size: 18px;
    margin-bottom: 10px;
}
    .home_features .feature_card_content .feature_desc{
    font-size: 16px;
    text-align: right;
}
    .home_features .feature_card_content .feature_img{
    width: 45%;
    margin-bottom: 20px;
}
    .home_services .services_item{
        width: 31%;
    }
    .home_services .services_content .service_title a{
        min-height: 72px;
        font-size: 18px;
    }
    .home_services .services_thumb_holder{
        align-items: flex-end;
    }
    .home_services{
        padding: 60px 0;
        padding-bottom: 0;
    }
    .home_business .business_buttons_wrapper{
    margin-top: 20px;
}
    .home_hero .hero_access_wrapper .business_filter_wrapper .nav-link{
    padding: 15px 25px;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
    .home_services{
        padding: 80px 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .home_features .feature_card_content .feature_title{
    min-height: auto;
}
}