/*=========================================================
                    FEATURED PROJECTS
=========================================================*/

.projects-section{

    padding:20px 0;

    background:#FFFFFF;

    position:relative;

    overflow:hidden;

}

/*==================================================
                SECTION HEADER
==================================================*/

.projects-header{

    max-width:760px;

    margin:0 auto 70px;

}

.projects-tag{

    display:inline-block;

    padding:10px 24px;

    background:#E8F1FF;

    color:#2563EB;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.projects-header h2{

    font-family:'Manrope',sans-serif;

    font-size:52px;

    font-weight:800;

    color:#0F172A;

    margin-bottom:20px;

}

.projects-header p{

    font-size:18px;

    color:#64748B;

    line-height:1.8;

}

/*==================================================
                CARD
==================================================*/

.project-card{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

    cursor:pointer;

}

.project-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

/*==================================================
            LARGE CARD
==================================================*/

.project-large{

    height:620px;

}

/*==================================================
            SMALL CARD
==================================================*/

.project-small{

    height:295px;

}

/*==================================================
                OVERLAY
==================================================*/

.project-overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:35px;

    background:linear-gradient(
        to top,
        rgba(15,23,42,.92),
        rgba(15,23,42,.55),
        transparent
    );

    color:#ffffff;

    transition:.45s;

}

/*==================================================
                CATEGORY
==================================================*/

.project-category{

    display:inline-block;

    background:#2563EB;

    padding:8px 18px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

/*==================================================
                TITLES
==================================================*/

.project-overlay h3{

    font-size:34px;

    font-weight:800;

    margin-bottom:18px;

}

.project-overlay h4{

    font-size:28px;

    font-weight:700;

    margin-bottom:15px;

}

.project-overlay p{

    color:#E2E8F0;

    line-height:1.8;

    margin-bottom:22px;

}

/*==================================================
                BUTTON
==================================================*/

.project-overlay a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#ffffff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.project-overlay a i{

    transition:.35s;

}

.project-overlay a:hover{

    color:#60A5FA;

}

.project-overlay a:hover i{

    transform:translateX(6px);

}

/*==================================================
                HOVER
==================================================*/

.project-card:hover img{

    transform:scale(1.08);

}

.project-card:hover{

    box-shadow:0 30px 70px rgba(37,99,235,.25);

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:991px){

.project-large{

    height:500px;

}

.project-small{

    height:320px;

}

.projects-header h2{

    font-size:40px;

}

}

@media(max-width:768px){

.projects-section{

    padding:80px 0;

}

.projects-header{

    margin-bottom:45px;

}

.projects-header h2{

    font-size:32px;

}

.projects-header p{

    font-size:16px;

}

.project-large,

.project-small{

    height:320px;

}

.project-overlay{

    padding:22px;

}

.project-overlay h3{

    font-size:26px;

}

.project-overlay h4{

    font-size:22px;

}

}
