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

.home_slider {
    padding-top: 0;
    margin-top: 0;
}

.home_slider .slider_wrapper {
    position: relative;
}

.home_slider .slider_holder {
    position: relative;
}

.home_slider .slider_swiper {
}

.home_slider .slider_swiper .swiper-wrapper {
}

.home_slider .swiper-slide {
}

.home_slider .swiper-slide a {
}

.home_slider .swiper-slide a img {
    width: 100%;
    height: auto;
    display: block;
}

.home_slider .swiper-slide a video {
}

.home_slider .slider_advise_wrapper {
    display: none;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.home_slider .slider_advise_wrapper .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.home_slider .advise_holder {
    width: 350px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px 16px 0 0;
    padding: 35px 25px;
    pointer-events: auto;
}

.home_slider .advise_holder .advise_img_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.home_slider .advise_holder .advise_img_holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.home_slider .advise_holder .advise_title {
    text-align: center;
    color: var(--color4);
    font-family: 'peyda_medium';
    font-size: 22px;
    line-height: 36px;
}

.home_slider .advise_holder .advise_desc {
    text-align: center;
    color: var(--color4);
    font-size: 16px;
    margin-top: 12px;
}

.home_slider .advise_holder .advise_btn_holder {
    margin-top: 20px;
}

.home_slider .advise_holder .cta_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.home_slider .advise_holder .cta_holder .slider_cta {
}

.home_slider .advise_holder .cta_holder .slider_cta span {
    background-color: var(--color2);
    border: 1px solid var(--color2);
    padding: 7px 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color4);
    font-size: 16px;
    border-radius: 8px;
    min-width: 165px;
    transition: all 0.3s linear;
}

.home_slider .advise_holder .cta_holder .slider_cta:hover span{
    background-color: var(--color4);
    color: var(--color2);
}

.home_slider .advise_holder .cta_holder .slider_cta span::before {
    font-family: 'icon';
    background-color: var(--color4);
    font-size: 22px;
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.home_slider .advise_holder .cta_holder .slider_cta.tell_cta span {
}

.home_slider .advise_holder .cta_holder .slider_cta.tell_cta span::before {
    content: '\e928';
    color: var(--color2);
    transform: rotateY(180deg);
}

.home_slider .advise_holder .cta_holder .slider_cta.tell_cta:hover span::before{
    color: var(--color4);
    background-color: var(--color2);
}

.home_slider .advise_holder .cta_holder .slider_cta.advise_cta span {
    background-color: var(--color1);
    border-color: var(--color1);
}

.home_slider .advise_holder .cta_holder .slider_cta.advise_cta:hover span{
    color: var(--color1);
    background-color: var(--color4);
}

.home_slider .advise_holder .cta_holder .slider_cta.advise_cta span::before {
    content: '\e928';
    color: var(--color1);
    transform: rotateY(180deg);
}

.home_slider .advise_holder .cta_holder .slider_cta.advise_cta:hover span::before{
    background-color: var(--color1);
    color: var(--color4);
}

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

/* ===== Styles of home_category starts from here ===== */
.home_category {
    position: relative;
    z-index: 1;
}

.home_category .heading_holder {
}

.home_category .cats_holder {
}

.home_category .cat_swiper {
    padding-bottom: 50px;
}

.home_category .cat_swiper .swiper-wrapper {
}

.home_category .cat_swiper .swiper-slide {
}

.home_category .cat_content {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.home_category .cat_content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: linear-gradient(to top, #000000b8, #00000000);
    pointer-events: none;
    z-index: 2;
}

.home_category .cat_content::after {
    content: '';
    width: 55%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    background-color: var(--text5);
    transition: all 0.3s linear;
    z-index: 4;
}

.home_category .cat_content:hover:after {
    width: 70%;
    background-color: var(--color2);
}

.home_category .cat_content .imgholder {
    display: block;
    z-index: 1;
}

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

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

.home_category .cat_content .cat_title {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 3;
}

.home_category .cat_content .cat_title a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color4);
    font-size: 18px;
    padding: 0 15px;
}


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

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

.home_brands {
}

.home_brands .heading_holder {
}

.home_brands .brands_holder {
}

.home_brands .brands_swiper {
    padding: 0 10px;
    padding-bottom: 40px;
}

.home_brands .brands_swiper .swiper-wrapper {
    padding: 10px 0;
}

.home_brands .swiper-slide {
}

.home_brands .brand_content {
}

.home_brands .brand_content .imgholder {
    display: flex;
    box-shadow: 0px 0px 11px -6px #00000066;
    border-radius: 12px;
    overflow: hidden;
}

.home_brands .brand_content .imgholder img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
}

.home_brands .brand_content:hover .imgholder img{
    transform: scale(1.1);
}

.home_brands .brand_content .brand_title_holder {
    margin-top: 22px;
}

.home_brands .brand_content .brand_title{
    text-align: center;
}

.home_brands .brand_content .brand_title a {
    font-family: 'peyda_medium';
    text-align: center;
    font-size: 20px;
    transition: all 0.3s linear;
}

.home_brands .brand_content:hover .brand_title a{
    color: var(--color2);
}

.home_brands .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

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

.home_solutions {
    background: linear-gradient(45deg, #f04d52, #242327, #242327, #f04d52);
    padding: 40px 0;
}

.home_solutions .heading_holder {
}

.home_solutions .heading_holder .heading_entitle {
}

.home_solutions .heading_holder .heading_title {
    color: var(--color4);
}

.home_solutions .main_content {
}

.home_solutions .solution_holder {
    margin-bottom: 25px;
}

.home_solutions .solution_holder:last-child {
    margin-bottom: 0;
}

.home_solutions .solution_content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.home_solutions .solution_content .img_holder {
}

.home_solutions .solution_content .img_holder img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
}

.home_solutions .solution_content:hover .img_holder img{
    transform: scale(1.2);
}

.home_solutions .solution_content .info_holder {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-radius: 8px 0 0 8px;
}

.home_solutions .solution_content .solution_title {
}

.home_solutions .solution_content .solution_title a {
    font-size: 16px;
    color: var(--color4);
}

.home_solutions .solution_content .solution_more {
    font-size: 16px;
    color: var(--color4);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.home_solutions .solution_content .solution_more::after {
    content: '\e931';
    font-family: icon;
    font-size: 20px;
    display: inline-block;
    color: var(--color4);
}

.home_solutions .btn_holder {
    text-align: center;
    margin-top: 20px;
}

/* ===== End of home_solutions 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: 16px;
    overflow: hidden;
}

.home_banner .img_holder img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
}

.home_banner .img_holder:hover img{
    transform: scale(1.1);
}

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

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

.home_service {
}

.home_service .heading_holder {
}

.home_service .service_holder {
}

.home_service .service_swiper {
    padding-bottom: 50px;
}

.home_service .service_swiper .swiper-wrapper {
}

.home_service .service_swiper .swiper-slid {
}

.home_service .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

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

.home_project {
    background: linear-gradient(45deg, #f04d52, #242327, #242327, #f04d52);
    padding: 40px 0;
}

.home_project .heading_holder {
}

.home_project .heading_holder .heading_entitle {
}

.home_project .heading_holder .heading_title {
    color: var(--color4);
}

.home_project .project_holder {
}

.home_project .project_swiper {
}

.home_project .project_swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.home_project .project_swiper .swiper-slide {
}

.home_project .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

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

.home_block {
}

.home_block .block_image_wrapper {
    margin-bottom: 25px;
}

.home_block .block_image_wrapper .imgholder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.home_block .block_content_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home_block .block_content_wrapper .block_content_holder {
}

.home_block .block_content_wrapper .heading_holder {
    margin-bottom: 20px;
}

.home_block .block_content_wrapper .heading_entitle {
    margin-bottom: 5px;
}

.home_block .block_content_wrapper .heading_title {
}

.home_block .block_content_wrapper .heading_subtitle {
    font-size: 18px;
    color: var(--text4);
    margin-top: 10px;
}

.home_block .block_content_wrapper .about_desc {
    color: var(--text1);
    text-align: justify;
}

.home_block .block_content_wrapper .btn_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.home_block .block_content_wrapper .btn_holder a {
}

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

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

.home_blog {
}

.home_blog .heading_holder {
}

.home_blog .blog_holder {
}

.home_blog .blog_swiper {
    padding-bottom: 40px;
}

.home_blog .blog_swiper .swiper-wrapper {
}

.home_blog .blog_swiper .swiper-slide {
}

.home_blog .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

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

.home_timeline {
}

.home_timeline .timeline_holder {
}

.home_timeline .timeline_swiper {
}

.home_timeline .timeline_swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.home_timeline .timeline_swiper .swiper-slide {
}

.home_timeline .timeline_content {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.home_timeline .timeline_content::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: linear-gradient(to top, #000000de, #00000000);
}

.home_timeline .timeline_content .imgholder {
    position: relative;
    z-index: 1;
}

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

.home_timeline .timeline_content .timeline_info {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 10px 20px;
}

.home_timeline .timeline_content .timeline_info::before {
    content: '';
    width: 7px;
    height: 45px;
    display: inline-block;
    background-color: var(--color2);
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.home_timeline .timeline_content .timeline_date {
    color: var(--color4);
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.home_timeline .timeline_content .timeline_title {
    font-size: 18px;
    color: var(--color4);
    line-height: 30px;
}

.home_timeline .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

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

.home_content {
}

.home_content .content_holder {
    border: 1px solid var(--color6);
    border-radius: 16px;
    padding: 10px 20px;
}

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

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

.home_team {
}

.home_team .team_holder {
}

.home_team .team_swiper {
}

.home_team .team_swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.home_team .team_swiper .swiper-slide {
}

.home_team .team_content {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.home_team .team_content .team_img_holder {
}

.home_team .team_content .team_img_holder img {
    width: 100%;
    height: auto;
    display: block;
}

.home_team .team_content .team_info {
    width: 90%;
    background-color: var(--color1);
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.home_team .team_content .team_info .team_name_holder {
}

.home_team .team_content .team_info .team_fullname {
    color: var(--color4);
    margin-bottom: 10px;
}

.home_team .team_content .team_info .team_position {
    color: var(--color7);
    display: inline-flex;
}

.home_team .team_content .team_social_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}

.home_team .team_content .team_social_holder .team_social {
    background-color: var(--color4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
}

.home_team .team_content .team_social_holder .team_social::before {
    font-family: icon;
    font-size: 24px;
    display: inline-block;
    color: var(--color1);
}

.home_team .team_content .team_social_holder .team_social.instagram::before {
    content: '\e91b';
}

.home_team .team_content .team_social_holder .team_social.whatsapp::before {
    content: '\e924';
}

.home_team .btn_holder {
    text-align: center;
    margin-top: 20px;
}

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

/* ===== Styles of home_value starts from here ===== */
.home_value {
    position: relative;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.home_value::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to bottom, #000000db, #00000059);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.home_value .container {
    position: relative;
    z-index: 2;
}

.home_value .heading_holder {
}

.home_value .heading_title {
    color: var(--color4);
}

.home_value .value_holder {
}

.home_value .value_swiper {
}

.home_value .value_swiper .swiper-wrapper {
    padding-bottom: 50px;
}


.home_value .value_content {
    padding: 0 15px;
    border-left: 1px solid #ffffff61;
}

.home_value .value_swiper .swiper-slide:last-child .value_content{
    border: none;
}

.home_value .value_content .value_heading_holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.home_value .value_content .value_heading_holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.home_value .value_content .value_heading_holder .value_title {
    color: var(--color4);
    font-size: 20px;
}

.home_value .value_content .value_desc_holder {
    margin-top: 10px;
}

.home_value .value_content .value_desc_holder p {
    color: var(--color4);
    font-family: 'peyda_light';
}

.home_value .btn_holder {
    text-align: center;
    margin-top: 20px;
}

/* ===== End of home_value 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) {


    .brand_content .brand_title_holder {
        bottom: -13px;
    }


}

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

@media (min-width: 768px) {
    .heading_holder .heading_title {
        font-size: 26px;
    }

    .heading_holder .heading_entitle {
        font-size: 18px;
    }

    .home_block .block_image_wrapper {
        order: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .home_block .block_content_wrapper {
        order: 1;
    }

    .home_block .block_content_wrapper .heading_holder {
        margin-top: 0;
        text-align: right;
    }

    .home_block .block_content_wrapper .btn_holder {
        justify-content: flex-start;
    }


}

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


}

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

    .home_slider {
        margin-top: 0 !important;
    }

    .home_slider .slider_advise_wrapper {
        display: flex;
    }

    .home_category .cat_content .cat_title {
        bottom: 20px;
    }

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

    .home_brands .brand_content .brand_title a {
        font-size: 21px;
    }

    .home_solutions {
        padding: 60px 0;
    }


    .secondary_btn_style span {
        font-size: 16px;
        padding: 10px 10px;
    }

    .home_blog .blog_holder {
        margin-top: 35px;
    }

    .home_block .block_content_wrapper .heading_subtitle {
        font-size: 20px;
    }

    .home_block .block_content_wrapper .about_desc {
        font-size: 18px;
    }

    .home_block .block_content_wrapper .btn_holder {
        margin-top: 30px;
    }

    .home_content .content_holder {
        padding: 30px;
    }
    .home_value{
    padding: 60px 0;
}
    .home_value .value_holder{
    margin-top: 60px;
}
    .home_value .value_content .value_heading_holder .value_title{
    font-size: 22px;
}
    .home_value .value_content .value_desc_holder p{
    font-size: 18px;
    line-height: 36px;
}
}

/* 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: 60px 0;
    }

    .home_solutions .solution_content .solution_title a {
        font-size: 18px;
    }

    .home_solutions .solution_content .solution_more {
        font-size: 18px;
    }


}
