/* WORK HERO SECTION CSS START */
.work-hero-section {
    padding: 100px 0 110px;
    border-bottom: 1px solid #33302E;
    position: relative;
}
.work-hero-section:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #33302E;
    height: 1px;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
}
.work-hero-section .left-content h1 {
    font-family: 'Sofia Pro';
    font-weight: 700;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0;
}
.work-hero-section .left-content h1 span {
    color: #F97316;
}
.work-hero-section .hero-bottom-text p {
    font-family: 'Sofia Pro';
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
}
.work-hero-section .work-hero-content {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 62% 38%;
}
.work-hero-section .work-hero-content .left-content {
    width: 100%;
    max-width: 753px;
    padding-right: 15px;
}
.work-hero-section .work-hero-content .right-content {
    width: 100%;
    max-width: 536px;
    padding-left: 15px;
}
.work-hero-section .stats-grid {
    border-bottom: 1px solid #33302E;
    padding-bottom: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.work-hero-section .stats-grid .stat-item {
    width: 100%;
    max-width: 223px;
}
.work-hero-section .stats-grid .stat-item h3 {
    font-family: 'Sofia Pro';
    font-weight: 700;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0;
}
.work-hero-section .stats-grid .stat-item p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 10px;
}
.work-hero-section .right-bottom-content h3 {
    font-weight: 300;
    line-height: 29px;
}

@media screen and (max-width: 1300px) {
    .work-hero-section .left-content h1,
    .work-hero-section .stats-grid .stat-item h3 {
        font-size: 70px;
        line-height: 90px;
    }
}
@media screen and (max-width: 991px) {
    .work-hero-section .stats-grid {
        margin-bottom: 30px;
    }
    .work-hero-section .left-content h1,
    .work-hero-section .stats-grid .stat-item h3 {
        font-size: 50px;
        line-height: 70px;
    }
    .work-hero-section .stats-grid .stat-item p {
        font-size: 18px;
    }
    .work-hero-section .right-bottom-content h3 {
        font-size: 20px;
    }
    .work-hero-section .work-hero-content {
        margin-bottom: 60px;
    }
    .work-hero-section .hero-bottom-text p {
        font-size: 30px;
        line-height: 40px;
    }
    .work-hero-section {
        padding: 60px 0 70px;
    }
}
@media screen and (max-width: 767px) {
    .work-hero-section {
        padding: 50px 0 60px;
    }
    .work-hero-section .work-hero-content {
        margin-bottom: 0;
        grid-template-columns: 100%;
    }
    .work-hero-section .left-content h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .work-hero-section .stats-grid .stat-item h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .work-hero-section .work-hero-content .right-content {
        padding-left: 0;
    }
    .work-hero-section .work-hero-content .left-content {
        padding-right: 0;
    }
    .work-hero-section .stats-grid .stat-item p {
        font-size: 16px;
    }
    .work-hero-section .hero-bottom-text p {
        font-size: 22px;
        line-height: 32px;
    }
    .work-hero-section .right-bottom-content h3 {
        font-size: 20px;
        line-height: 26px;
        border-bottom: 0px solid transparent;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 35px;
    }
    .work-hero-section .stats-grid {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
        border-top: 1px solid #33302E;
        padding-top: 35px;
        margin-top: 35px;
    }
    .work-hero-section .hero-bottom-text {
        display: none;
    }
}
/* WORK HERO SECTION CSS END */

/* MY WORK SECTION CSS START */
.my-work-section {
    padding: 100px 0 120px;
    border-bottom: 1px solid #33302E;
    position: relative;
}
.my-work-section:after {
    position: absolute;
    content: '';
    background: #33302E;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 20px;
}
.my-work-section .my-work-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.my-work-section .my-work-content h3 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Sofia Pro';
}
.my-work-section .work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 30px;
}
.my-work-section .work-item-details h4 {
    margin: 20px 0 10px 0;
}
.my-work-section .work-item-details p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Sofia Pro';
}
.my-work-section .image-container a.secondary-button {
    padding: 19px 10px;
    max-width: 190px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.my-work-section .image-container {
    position: relative;
}
.my-work-section .image-container .image-wrapper img {
    border-radius: 30px;
}
.my-work-section .work-item-details h4 a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.my-work-section .work-item-details h4 a:hover {
    color: #F97316;
}
.my-work-section button.primary-button.view-all-btn,
.my-work-section .work-grid .work-item {
    display: none;
}
.my-work-section .work-grid .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    scale: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.my-work-section .work-grid .image-container .image-wrapper {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.my-work-section .work-grid .image-container:hover .image-wrapper {
    opacity: 1;
}
.my-work-section .work-grid .image-container:hover .image-wrapper a img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.my-work-section .work-grid .image-container .image-wrapper a img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .my-work-section {
        padding: 60px 0 80px;
    }
    .my-work-section .work-grid {
        gap: 50px 20px;
    }
    .my-work-section .image-container a.secondary-button {
        bottom: 20px;
        right: 20px;
    }   
}
@media screen and (max-width: 767px) {
    .my-work-section .work-grid .work-item.active {
        display: block;
    }
    .my-work-section .image-container .image-wrapper img,
    .my-work-section .work-grid .image-container {
        border-radius: 20px;
    }
    .my-work-section {
        padding: 50px 0 70px;
    }
    .my-work-section .my-work-content h3 {
        font-size: 28px;
        line-height: 38px;
        margin: 0px auto;
        font-weight: 700;
    }
    .my-work-section .my-work-content h3:nth-child(2),
    .my-work-section .my-work-content h3:nth-child(3) {
        display: none;
    }
    .my-work-section .my-work-content {
        flex-direction: column;
        align-items: self-start;
        margin-bottom: 30px;
    }
    .my-work-section .work-grid {
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .my-work-section .image-container a.secondary-button {
        padding: 10px 10px;
        max-width: 195px;
    }
    .my-work-section .work-item-details h4 {
        font-size: 24px;
    }
    .my-work-section button.primary-button.view-all-btn {
        margin: 50px auto 0;
        max-width: 195px;
        width: 100%;
        border: 0;
        padding: 10px 20px;
        display: block;
    }
    .my-work-section:after {
        bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .my-work-section .work-grid .work-item {
        display: block;
    }
}
/* MY WORK SECTION CSS END */

/* ACTIVITY STATISTICS SECTION CSS START */
.activity-stats-section {
    background: #22201E;
    display: none;
}
.activity-stats-section .activity-content {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 60px;
    align-items: flex-start;
}
.activity-stats-section .activity-left h2,
.activity-stats-section .stat-item h3 {
    font-family: 'Sofia Pro';
    font-weight: 700;
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0;
}
.activity-stats-section .activity-content .activity-left {
    position: sticky;
    top: 40px;
    padding: 70px 0;
}
.activity-stats-section .stat-item p {
    line-height: 24px;
    font-weight: 300;
}
.activity-stats-section .activity-content .stats-grid {
    display: flex;
    flex-direction: column;
    gap: 200px;
    position: relative;
    padding: 70px 0;
    border-left: 1px solid #33302E;
    box-shadow: -19px 0 0 0 #22201e, -20px 0 0 0px #33302E;
}
.activity-stats-section .activity-content .stats-grid:after {
    content: '';
    width: 1px;
    height: 100%;
    box-shadow: -19px 0 0 0 #22201e, -20px 0 0 0px #33302E;
    background: #33302E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.activity-stats-section .stats-grid .stat-item {
    max-width: calc(50% - 70px);
}
.activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
    margin: 0 70px 0 auto;
}
/* Test css */
.activity-stats-section .stats-grid .stat-item .icon img {
    width: 100%;
    max-width: 200px;
    display: none;
}
body .activity-stats-section .stats-grid .stat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-right: 70px;
    padding-left: 10px;
}
.activity-stats-section .stats-grid .stat-item .content {
    max-width: calc(50% - 70px);
}
.activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
    flex-direction: row-reverse;
    padding-right: 0;
}

@media screen and (max-width: 1300px) {
    .activity-stats-section .activity-left h2,
    .activity-stats-section .stat-item h3 {
        font-size: 70px;
        line-height: 90px;
    }
    .activity-stats-section .stats-grid .stat-item {
        max-width: calc(50% - 40px);
    }
    .activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
        margin: 0 40px 0 auto;
    }
    /* Test css */
    .activity-stats-section .stats-grid .stat-item .content {
        max-width: calc(50% - 40px);
    }
}
@media screen and (max-width: 1024px) {
    .activity-stats-section .activity-content .stats-grid {
        gap: 100px;
    }
    .activity-stats-section .activity-left h2,
    .activity-stats-section .stat-item h3 {
        font-size: 50px;
        line-height: 70px;
    }
    .activity-stats-section .activity-content {
        grid-template-columns: 0.7fr 1fr;
        gap: 30px;
    }
    .activity-stats-section .stats-grid .stat-item {
        max-width: calc(50% - 20px);
    }
    .activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
        margin: 0 20px 0 auto;
    }
    /* Test css */
    .activity-stats-section .stats-grid .stat-item .icon img {
        max-width: 150px;
    }
    .activity-stats-section .stats-grid .stat-item .content {
        max-width: calc(50% - 20px);
    }
}
@media screen and (max-width: 991px) {
    .activity-stats-section .stats-grid .stat-item .icon img {
        max-width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .activity-stats-section .activity-content {
        grid-template-columns: 1fr;
        gap: 100px;
        position: relative;
        padding: 50px 0;
    }
    .activity-stats-section .activity-content .activity-left {
        padding: 0;
        max-width: calc(50% - 6px);
        position: unset;
    }
    .activity-stats-section .activity-content .stats-grid {
        gap: 60px;
        position: unset;
        padding: 0;
        border-left: none;
        box-shadow: none;
    }
    .activity-stats-section .activity-left h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .activity-stats-section .stat-item h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .activity-stats-section .stats-grid .stat-item {
        max-width: calc(50% - 40px);
        margin: 0 0 0 auto;
    }
    .activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
        margin: 0;
        max-width: calc(50% - 0px);
    }
    .activity-stats-section .activity-content .stats-grid:after {
        box-shadow: -9px 0 0 0 #22201e, -10px 0 0 0px #33302E;
        left: 59%;
    }
    /* Test css */
    body .activity-stats-section .stats-grid .stat-item {
        padding-right: 0;
        padding-left: 0;
        flex-direction: row-reverse;
        gap: 40px;
    }
    .activity-stats-section .stats-grid .stat-item .content {
        max-width: calc(50% - 15px);
    }
    .activity-stats-section .activity-content .stats-grid:after {
        left: 50%;
    }
    .activity-stats-section .stats-grid .stat-item:nth-child(2n+2) {
        flex-direction: row;
        max-width: 100%;
    }
    .activity-stats-section .stats-grid .stat-item:nth-child(2n+2) .content {
        max-width: calc(50% - 30px);
    }
    .activity-stats-section .stats-grid .stat-item .content,
    .activity-stats-section .stats-grid .stat-item .icon {
        width: calc(50% - 20px);
        max-width: 100%;
    }
    .activity-stats-section .stats-grid .stat-item .icon img {
        max-width: 100px;
    }
}