.home_banner{
    overflow: hidden;
}
.home_banner li.swiper-slide{
    padding: 8rem 0 7.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home_banner .head{
    color: white;
}
.home_banner .head .title{
    font-size: 6.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.home_banner .head p{
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 2.8rem;
    max-width: 52rem;
    opacity: 0.9;
    font-weight: 300;
    color: white;
    
}

.swiper_home_banner{
    position: relative;
}
.home_banner .swiper_btns.middle{
    max-width: 185rem;
}

.home_support{
    padding: 6rem 0 2.2rem;

}
.home_support .main ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.2rem;
}
.home_support .main ul li strong{
    font-size: 2.4rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1.5rem;
}
.home_support .main ul li p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.7rem;
    color: #2d2d2d;
    opacity: 0.85;
}

.home_support .main ul li:hover .circle_btn:before{
  width: 3.6rem;
  margin-right: 1.1rem;
}

.home_products{
    padding: 2.4rem 0 3.7rem;
}
.home_products .categories_con ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1.6rem;
}
.home_products .cells_con{
    margin-top: 1.6rem;
}
.home_products .cells_con ul{
    display: grid;
     grid-template-columns: repeat(3,1fr);
    gap: 1.6rem;
    
    grid-auto-rows: 1fr;
}
.home_products .categories_con ul li a{
    padding: 5.2rem 0 4.3rem;
    display: block;
    background-color: #edebf7;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
}
.home_products .categories_con ul li .img{
    width: 9.5rem;
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--theme_color);
    border-radius: 50%;
    transition: all 0.3s;
}
.home_products .categories_con ul li .img img{
    width: 50%;
    height: 50%;
    object-fit: contain;
}
.home_products .categories_con ul li strong{
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 2.8rem;
    line-height: 3rem;
    display: block;
    color:#150f35;
}
.home_products .categories_con ul li.active a{
    background-color: var(--subtheme_color);
}
.home_products .categories_con ul li.active a .img{
    background-color: #c6553e;
}
.home_products .categories_con ul li.active a strong{
    color: white;
}

.home_products .cells_con ul li a{
    padding: 3rem 3rem 8rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #edebf7;
    display: block;
    height: 100%;
    position: relative;
}
.home_products .cells_con ul li a{
    transition: all 0.3s;
}
.home_products .cells_con ul li.active a{
    background-color: var(--subtheme_color);
}
.home_products .cells_con ul li.active a strong, .home_products .cells_con ul li.active a p{
    color: white;
}
.home_products .cells_con ul li a strong{
    font-size: 2.4rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2rem;
    color: #150f35;
}
.home_products .cells_con ul li a p{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #2d2d2d;
    opacity: 0.85;
}

.home_products .cells_con ul li a .circle_icon{
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    
}
.home_products .cells_con ul li:hover a .circle_icon{
    transform: rotate(-45deg);
}

.home_cases{
    padding: 3.7rem 0 4rem;
}
.home_cases .left{
    width: 24.19%;
}
.home_cases .right{
    width: 59.11%;
}
.home_cases .right li p{
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 500;

}
.home_cases .right li{
    border-bottom: 1px solid rgba(21, 15, 53, 0.13);
}
.home_cases .right li a{
    display: block;
    padding: 2.2rem 0;
    position: relative;
}
.home_cases .right li.active a:after{
    width: 100%;
}
.home_cases .right li a:after{
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    bottom: -1px;
    background-color: var(--subtheme_color);
}
.home_cases .right li:nth-of-type(1) a{
    padding-top: 0;
}
.home_cases .right li .flex{
    gap: 8rem;
}
.home_cases .right li .icon{
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(21, 15, 53, 0.5);
    transition: all 0.3s;
}
.home_cases .right li .icon:after{
    content: "";
    width: 1.6rem;
    height: 1.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/arrow-black.svg') no-repeat center/contain;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}


.home_cases .right li.active .icon{
    border: 1px solid var(--subtheme_color);
    background-color: var(--subtheme_color);
}
.home_cases .right li.active .icon:after{
    filter: contrast(0) brightness(100);
}

.home_solutions{
    padding: 3.9rem 0 5rem;
}
.home_solutions .left{
    width: 45.4%;
}
.home_solutions .left p{
    line-height: 2.4rem;
    color: #2d2d2d;
    margin-bottom: 1.7rem;
    opacity: 0.85;
}
.home_solutions .right{
    width: 49.19%;
}
.home_solutions .right .bg{
    background: url('../img/_right_bg.jpg');
    aspect-ratio: 607/383;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.home_solutions .right .bg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right,#3e347a,#3e347a00);
}
.home_solutions .right .bg .infos{
    position: absolute;
    left: 2.3rem;
    top: 2.6rem;
    color: white;
}
.home_solutions .right .bg .infos span{
    opacity: 0.65;
}
.home_solutions .right .bg .infos p{
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500;
    max-width: 40rem;
    margin-top: 1rem;
}
.home_solutions .right .bg .right_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.2rem;
    border-radius: 10px;
    z-index: 9;
    width: fit-content;
    background-color: var(--theme_color);
}
.home_solutions .right .bg .right_btn:hover .circle_btn:before{
    transform: rotate(90deg);
}
.home_solutions .right .bg .right_btn .circle_btn{
    color: white;
}
.home_solutions .right .bg .right_btn .circle_btn:before{
    width: 3.6rem;
    margin-right: 1.1rem;
    transition: all 0.3s;
}
.home_solutions .right .bg .right_btn:before{
    content: "";
    width: calc(100% + 1.2rem);
    height: calc(100% + 1.2rem);
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    z-index: -1;
    
    border-top-right-radius: 10px;
}
.home_solutions .right .bg .right_btn:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--theme_color);
    z-index: -1;
}
.home_solutions .solutions_ban{
    margin-top: 3rem;
}
.home_solutions .solutions_ban ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2.1rem;
}
.home_solutions .solutions_ban ul li a{
    display: block;
    padding: 3.8rem;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.home_solutions .solutions_ban ul li a span{
    font-size: 1.7rem;
    opacity: 0.65;
    text-transform: uppercase;
}
.home_solutions .solutions_ban ul li a strong{
    display: block;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    max-width: 24rem;
    margin-top: 0.8rem;
}
.home_solutions .solutions_ban ul li a .icon{
    width: 5.5rem;
    height: 5.5rem;
    transition: all 0.3s;
    background: url('../img/white-circle.svg') no-repeat center/contain;
}

.home_solutions .solutions_ban ul li:hover a .icon{
    transform: rotate(90deg);
}

.home_banner .swiper-pagination{
    width: max-content;
    left: 50% !important;
    bottom: 2rem !important;
    z-index: 1 !important;
}