
.projects_main .head{
    margin-bottom: 4.5rem;
}

.projects_main{
    padding: 11.3rem 0 12rem;
    background-color: #F6FAFD;
}
.projects_main .head h2{
    max-width: 54.5rem;
}
.projects_main .head p{
    max-width: 61.2rem;
}
.projects_main ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6.3rem 6rem;
}
.projects_main ul li a{
    display: block;
    background-color: white;
    border: 1px solid #e8e5f0;
}
.projects_main ul li .img{
    aspect-ratio: 687/403;
    border-radius: 0.8rem;
    position: relative;
}
.projects_main ul li .img span{
    line-height: 3.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--title);
    padding: 0 2rem;
    border-radius: 0.4rem;
    position: absolute;
    left: 2rem;
    top: 2rem;
    background-color: var(--primary);
}
.projects_main ul li .info{
    padding: 3.2rem 3.5rem;
}
.projects_main ul li .info strong{
    font-size: 2.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.1rem;
}
.projects_main ul li .info p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #0a0a0a;
    max-width: 52rem;
}.projects_main ul li .info .flex{
    align-items: flex-end;
}
.projects_main ul li .info .icon{
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    border: 1px solid #C9C9C9;
    min-width: 6rem;
    margin-left: auto;
    transition: all 0.3s;
}
.projects_main ul li .info .text{
    padding-bottom: 4rem;
}
.projects_main ul li .info .icon:after{
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    background: url('../images/btn_arrow.svg') no-repeat center/contain;
    transition: all 0.3s;
}

.projects_main ul li.active .info .icon{
    background-color: var(--primary);
    border-color: var(--primary);
}

.projects_main ul li.active a{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.projects_main ul li:hover .img img{
    transform: scale(1.05);
}
.projects_main p.center{
    margin-top: 6.4rem;
}
.projects_main p.center .btn{
    margin-left: auto;
    margin-right: auto;
}
 
@media screen and (max-width: 768px) {
   
    .project_daily{
        padding: 50px 0;
    }
    .project_daily .head{
        margin-bottom: 30px;
    }
    .project_daily .main .flex{
        flex-flow: wrap;
    }
    .project_daily .main .left{
        width: 100%;
    }
    .project_daily .main .right{
        width: 100%;
        padding-top: 20px;
    }
    .project_daily .main .right strong{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .project_daily .main .right p{
        font-size: 14px;
        line-height: 1.5;
    }
    .project_daily .main .right .swiper_nav{
        margin-top: 20px;
    }
    .project_daily .main .right .swiper_nav li{
        font-size: 16px;
        line-height: 35px;
    }
    .project_daily .main{
        margin-bottom: 30px;
    }
    .project_daily .main:after{
        height: 150px;
        width: calc(100% - 20px);
    }
    .project_daily .bottom ul{
        overflow: auto;
        padding: 0;
        gap: 15px;
        justify-content: left;
    }
    .project_daily .bottom ul li{
        
        min-width: 130px;
    }
    .project_daily .bottom ul li strong{
        font-size: 30px;
    }
    .project_daily .bottom ul li strong .small{
        font-size: 20px;
    }
    .project_daily .bottom ul li p{
        font-size: 13px;
    }
    .project_daily .bottom ul li + li:before{
        display: none;
    }
    .projects_main{
        padding: 50px 0;
    }
    .projects_main .head{
        margin-bottom: 30px;
    }
    .projects_main ul{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .projects_main ul li .info{
        padding: 20px;
    }
    .projects_main ul li .info strong{
        font-size: 18px;
    }
    .projects_main ul li .info p{
        font-size: 14px;
        line-height: 1.5;
    }
    .projects_main ul li .info .text{
        padding-bottom: 20px;
    }
    .projects_main ul li .info .icon{
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
    .projects_main p.center{
        margin-top: 30px;
    }
}