/* ===== Styles of home_slider starts from here ===== */
.home_slider {
    position: relative;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.home_slider .slider_wrapper {
}

.home_slider .slider_holder {
}

.home_slider .slider_swiper {
    position: relative;
}

.home_slider .slider_swiper .swiper-wrapper {
}

.home_slider .swiper-slide {
    position: relative;
}

.home_slider .slide_item {
}

.home_slider .slide_item.image_slide {
}

.home_slider .slide_item.video_slide {
}

.home_slider .slide_item img {
    width: 100%;
    height: auto;
    display: block;
}

.home_slider .slide_item video {
    width: 100%;
    height: auto;
    display: block;
}

.home_slider .slider_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 0;
}

.home_slider .slide_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 70px;
}

.home_slider .main_title {
    color: var(--color5);
    font-size: 26px;
    font-family: 'yekanbakh_bold';
    margin-bottom: 13px;
}

.home_slider .subtitle {
    display: block;
    color: var(--color5);
    font-size: 20px;
}

.home_slider .desc {
    color: var(--color5);
    width: 70%;
    margin: 20px auto 0 auto;
}

.home_slider .btn_holder {
    margin-top: 20px;
}

.home_slider .btn_holder a {
}

.home_slider .swiper-pagination {
    margin: 0;
    position: absolute;
    bottom: 15px !important;
}

.home_slider .swiper-pagination-bullet-active {
    border-color: var(--color5);
}

.home_slider .swiper-pagination-bullet-active::before {
    background-color: var(--color5);
}

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

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

.home_category {
}

.home_category .heading_holder {
    margin-bottom: 25px;
}

.home_category .cats_holder {
}

.home_category .cat_swiper {
}

.home_category .swiper-slide {
}

.home_category .cat_content {
}

.home_category .cat_content .imgholder {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--color7);
    transition: all 0.3s linear;
}

.home_category .cat_content:hover .imgholder {
    border-color: var(--color2);
}

.home_category .cat_content .imgholder img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease-in;
}

.home_category .cat_content:hover .imgholder img {
    transform: scale(1.2);
}

.home_category .cat_content .cat_title {
    text-align: center;
}

.home_category .cat_content .cat_title a {
    display: block;
    color: var(--color1);
    font-size: 18px;
    padding: 15px 0 5px 0;
    transition: all 0.3s linear;
}

.home_category .cat_content:hover .cat_title a {
    color: var(--color2);
}

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


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

.home_about {
    background-color: var(--color8);
    padding: 45px 0;
}

.home_about .about_content_wrapper {
    margin-top: 15px;
}

.home_about .about_title {
    color: var(--color2);
    font-family: 'yekanbakh_bold';
    margin-bottom: 15px;
}

.home_about .about_subtitle {
    font-size: 18px;
    color: var(--color1);
    display: block;
    margin-bottom: 15px;
}

.home_about .about_content {
}

.home_about .about_content p {
    color: var(--color6);
}

.home_about .about_btn_holder {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.home_about .about_btn_holder a {
}

.home_about .about_media_wrapper {
}

.home_about .about_title.about_mobile {
    text-align: center;
}

.home_about .about_subtitle.about_mobile {
    text-align: center;
}

.home_about .imgholder {
    border-radius: 16px 60px 16px 16px;
    overflow: hidden;
}

.home_about .imgholder img {
    width: 100%;
    height: auto;
    display: block;
}

.home_about .features_wrapper {
    margin-top: 40px;
}

.home_about .feature_swiper {
}

.home_about .feature_content {
    position: relative;
    background-color: var(--color5);
    border: 1px solid var(--color7);
    border-radius: 16px;
    padding: 15px;
    text-align: center;
}

.home_about .feature_content::after {
    content: '';
    width: 60%;
    height: 7px;
    display: block;
    background-color: var(--color2);
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}

.home_about .feature_content .feature_icon {
}

.home_about .feature_content .feature_icon img {
    background-color: #ff6c0026;
    padding: 10px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home_about .feature_content .feature_title {
    color: var(--color1);
    font-size: 16px;
    font-family: 'yekanbakh_medium';
    margin-top: 10px;
    min-height: 52px;
    display: block;
}

.home_about .feature_content .feature_desc {
    font-size: 14px;
    color: var(--color3);
    display: block;
    margin-top: 7px;
}

.home_about .swiper-pagination {
    margin-bottom: 0;
}

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

.home_product {
}

.home_product .heading_holder {
    margin-bottom: 20px;
}

.home_product .products_list_holder {
}

.home_product .product_swiper {
}

.home_product .product_swiper .swiper-slide {
}

.home_product .product_item {
}

.home_product .product_btn_holder {
    text-align: center;
    margin-top: 14px;
}

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

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

.home_cta {
}

.home_cta .cta_content_wrapper {
    position: relative;
    background-color: var(--color1);
    border-radius: 24px;
    padding: 30px;
    padding-bottom: 165px;
}

.home_cta .cta_content_wrapper::before {
    content: '';
    background-image: url("/wp-content/themes/tatami/assets/images/cta-bg-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 140px;
}

.home_cta .cta_title {
    color: var(--color5);
    font-family: 'yekanbakh_bold';
    text-align: center;
    margin-bottom: 15px;
}

.home_cta .cta_desc {
    color: var(--color5);
    font-size: 16px;
    text-align: center;
}

.home_cta .cta_btns_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.home_cta .cta_btn {
}

.home_cta .cta_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 10px;
    color: var(--color5);
    font-size: 16px;
    border-radius: 14px;
}

.home_cta .cta_btn span::before {
    font-family: 'icon';
    font-size: 20px;
    margin-left: 5px;
    color: var(--color5);
    display: block;
}

.home_cta .cta_btn.advise_btn {
}

.home_cta .cta_btn.advise_btn span {
    background-color: var(--color5);
    color: var(--color1);
}

.home_cta .cta_btn.advise_btn span::before {
    content: '\e91c';
    color: var(--color1);
}

.home_cta .cta_btn.tell_btn {
}

.home_cta .cta_btn.tell_btn span {
    background-color: var(--color2);
}

.home_cta .cta_btn.tell_btn span::before {
    content: '\e90f';
}

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

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

.home_banner {
}

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

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

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

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

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

.home_blog {
}

.home_blog .heading_holder {
    margin-bottom: 20px;
}

.home_blog .heading_holder .heading_btn {
    margin-top: 15px;
}

.home_blog .blog_swiper {
}

.home_blog .blog_swiper .swiper-wrapper {
    margin-bottom: 20px;
}

.home_blog .blog_btn_holder {
    text-align: center;
}

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

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

.home_values {
}

.home_values .heading_holder {
    margin-bottom: 20px;
}

.home_values .values_holder {
}

.home_values .values_holder .value_swiper {
}

.home_values .values_holder .swiper-wrapper {
    margin-bottom: 20px;
}

.home_values .values_holder .swiper-slide {
}

.home_values .values_holder .value_content {
    border: 1px solid var(--color2);
    border-radius: 25px;
    padding: 15px;
    background-color: var(--color10);
}

.home_values .values_holder .value_content .img_holder {
}

.home_values .values_holder .value_content .img_holder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home_values .values_holder .value_content .card_info {
    text-align: center;
    margin-top: 10px;
}

.home_values .values_holder .value_content .card_label {
    display: inline-block;
    background-color: var(--color2);
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--color5);
    font-size: 16px;
}

.home_values .values_holder .value_content .card_title {
    color: var(--text1);
);
) revert-layer;
) revert-layer;
) -;
) --;
) --e;
) --;
) revert-layer;
) revert-layer;
) -;
);
    margin-top: 10px;
}

.home_values .values_holder .value_content .card_desc {
    font-size: 14px;
    line-height: 28px;
    color: var(--text1);
    margin-top: 10px;
}

.home_values .values_holder .swiper-pagination {
}


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

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

.home_gallery {
}

.home_gallery .heading_holder {
    margin-bottom: 20px;
}

.home_gallery .gallery_holder {
}

.home_gallery .gallery_holder .gallery_content {
    margin-bottom: 20px;
}

.home_gallery .gallery_holder .gallery_content .img_holder {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--color5);
    box-shadow: 0px 0px 12px -7px #000000de;
}

.home_gallery .gallery_holder .gallery_content .img_holder img {
    width: 100%;
    height: auto;
    display: block;
}

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

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

.home_editor {

}

.home_editor .editor_holder {
    background-color: var(--color5);
    padding: 20px 15px;
    border-radius: 16px;
    border: 1px solid var(--color2);
    box-shadow: 4px 5px 0px 0px var(--color2);
}

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


/* Small screens: less than 576px */
@media (max-width: 575.98px) {

}


/* Medium screens: 576px to 767px */
@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 767.98px) {

}

@media (min-width: 768px) {
    .module_setting {
        margin: 60px 0;
    }

    .heading_holder .heading_title {
        font-size: 26px;
    }

    .home_slider::before {
        content: '';
        background-image: url("/tatami-project/wp-content/themes/tatami/assets/images/slider-back.svg");
        width: 100%;
        height: 75%;
        position: absolute;
        top: -15px;
        right: 0;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home_slider .slide_content{
        text-align: right;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .home_slider .swiper-pagination{
        left: 10% !important;
        bottom: 50px !important;
    }

    .home_category .heading_holder {
    }

    .heading_holder .heading_subtitle {
        width: 70%;
        font-size: 18px;
    }

    .heading_holder.btn_holder .heading_subtitle {
        width: 70%;
    }

    .home_about {
        padding: 70px 0;
    }

    .home_about .about_media_wrapper {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home_about .about_content_wrapper {
        order: 1;
    }

    .home_about .features_wrapper {
        order: 3;
        margin-top: 50px;
    }

    .home_about .about_title {
        font-size: 26px;
    }

    .home_about .about_subtitle {
        font-size: 20px;
    }

    .home_about .about_content p {
        font-size: 18px;
        line-height: 36px;
        text-align: justify;
    }

    .home_about .about_btn_holder {
        justify-content: flex-start;
    }

    .home_about .feature_content .feature_title {
        font-size: 18px;
    }

    .home_about .feature_content .feature_desc {
        font-size: 16px;
    }


    .home_testimonial .heading_holder {
        margin-bottom: 30px;
    }

    .product_content .sku_title, .product_content .sku_value {
        font-size: 16px;
    }


}

/* Large screens: 768px to 991px */
@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) {
    .heading_holder .heading_subtitle {
        font-size: 18px;
    }

    .home_category .heading_holder {
        margin-bottom: 40px;
    }

    .home_slider {
        margin-top: 30px;
    }

    .home_slider::before {
        top: -30px;
    }

    .home_slider .subtitle {
        font-size: 26px;
    }

    .home_slider .main_title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .home_slider .btn_holder{
        margin-top: 25px;
    }

    .home_category .cat_content .cat_title a {
        font-size: 20px;
        padding: 20px 0 5px 0;
    }

    .home_about .feature_content .feature_title {
        min-height: auto;
    }

    .home_about .feature_content {
        padding: 25px 15px;
    }

    .home_product .heading_holder {
        margin-bottom: 40px;
    }

    .home_cta .cta_content_wrapper {
        padding: 50px;
        padding-right: 35%;
    }

    .home_cta .cta_content_wrapper::before {
        background-image: url(/wp-content/themes/tatami/assets/images/cta-bg.svg);
        width: 30%;
        height: 100%;
        right: 0;
        left: auto;
        background-position: left;
    }

    .home_cta .cta_title {
        font-size: 26px;
        text-align: right;
        margin-bottom: 20px;
    }

    .home_cta .cta_desc {
        font-size: 18px;
        text-align: justify;
        line-height: 36px;
    }

    .home_cta .cta_btns_holder {
        justify-content: flex-start;
    }

    .home_cta .cta_btn span {
        padding: 0 15px;
    }

    .home_cta .cta_btn span::before {
        font-size: 24px;
    }

    .home_blog .heading_holder {
        margin-bottom: 40px;
    }

    .home_values .heading_holder {
        margin-bottom: 40px;
    }

    .home_values .values_holder .value_content {
        padding: 20px;
    }

    .home_values .values_holder .value_content .card_info {
        margin-top: 20px;
    }

    .home_values .values_holder .value_content .card_label {
        font-size: 18px;
    }

    .home_values .values_holder .value_content .card_title {
        font-size: 22px;
        margin-top: 15px;
    }

    .home_values .values_holder .value_content .card_desc {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    .home_gallery .heading_holder {
        margin-bottom: 40px;
    }

    .home_editor .editor_holder {
        padding: 30px;
    }
    .home_slider .slide_content{
        width: 78%;
    }
    .home_slider .swiper-pagination{
        left: 15% !important;
    }


}

/* Extra large screens: 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra extra large screens: 1200px and up */
@media (min-width: 1200px) {
    .module_setting {
        margin: 90px 0;
    }

    .home_cta .cta_content_wrapper {
        padding: 70px;
        padding-right: 35%;
    }

}