.projects-hero-sec {
    padding-top: 368px;
    padding-bottom: 84px;
    background-color: #000000;
}

.projects-hero-sec h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 134px;
    max-width: 1033px;
}


.projects-hero-sec h2 {
    color: #FFFFFF;
    line-height: 77px;
    margin-bottom: 98px;
}

.projects-hero-sec h3 {
    display: inline-block;
    outline: none;
}

.projects-hero-sec h3 a {
    color: #ffffff;
    text-decoration: underline;
    transition: 0.2s;
    position: relative;
}

.projects-hero-sec h3 a:hover {
    color: #8DA6D6;
}

.projects-hero-sec h3 a::after {
    content: "";
    background-image: url(https://dddemo.net/wordpress/2024/mcla/wp-content/themes/mcla/assets/images/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 23px;
    margin-left: 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(90deg);
}

.project_sector_wrapper {
    position: relative;
}

.project_sector_menu {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1;
    display: none;
}

.project_sector_menu ul {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.project_sector_menu ul li {
    margin-bottom: 5px;
    transition: all .2s ease;
}

.project_sector_menu ul li:last-child {
    margin-bottom: 0;
}

.project_sector_menu ul li a {
    display: inline-block;
    font-family: 'NeueMachina-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    padding: 5px 10px;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: all .3s ease;
    width: 100%;
}

.project_sector_menu ul li:hover {
    background-color: rgb(157 157 157 / 30%);
}

.project_sector_menu ul li.category.active {
    display: block;
}

@media (max-width: 1600px) {
    .projects-hero-sec h3 a::after {
        width: 30px;
        height: 18px;
    }
    .projects-hero-sec {
        padding-top: 230px;
        padding-bottom: 70px;
    }
    .projects-hero-sec h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 80px;
    }
    .projects-hero-sec h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 70px;
    }
    .projects-hero-sec h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 1400px) {
    .projects-hero-sec h3 a::after {
        width: 25px;
        right: -40px;
    }
    .project_sector_menu ul {
        padding: 15px 10px;
    }
    .project_sector_menu ul li a {
        font-size: 25px;
        line-height: 25px;
    }
    .projects-hero-sec h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 60px;
    }
    .projects-hero-sec h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 50px;
    }
    .projects-hero-sec h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .projects-hero-sec h3 a img {
        width: 24px;
        height: 18px;
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {
    .projects-hero-sec h3 a::after {
        width: 20px;
        height: 15px;
        right: -35px;
    }
    .project_sector_menu ul li a {
        font-size: 22px;
        line-height: 22px;
    }
    .projects-hero-sec {
        padding-top: 180px;
        padding-bottom: 60px;
    }
    .projects-hero-sec h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 50px;
    }
    .projects-hero-sec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .projects-hero-sec h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .projects-hero-sec h3 a img {
        width: 20px;
        height: 13px;
    }
}

@media (max-width: 991px) {
    .project_sector_menu ul li a {
        font-size: 20px;
        line-height: 20px;
    }
    .projects-hero-sec {
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .projects-hero-sec h1 {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }
    .projects-hero-sec h2 {
        font-size: 26px;
        margin-bottom: 30px;
        line-height: 36px;
    }
    .projects-hero-sec h3 {
        font-size: 24px;
    }    
}

@media (max-width:767px) {
    .projects-hero-sec h3 a::after {
        width: 18px;
        height: 13px;
        right: -30px;
    }
    .project_sector_menu ul li a {
        font-size: 18px;
        line-height: 18px;
    }
    .projects-hero-sec {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    .projects-hero-sec h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .projects-hero-sec h2 {
        margin-bottom: 25px;
        line-height: 32px;
        font-size: 22px;
    }
    .projects-hero-sec h3 {
        font-size: 20px;
    } 
    .projects-hero-sec h3 {
        font-size: 20px;
    }
}