.our-projects-section{
    padding: 12em 0 8em 0;
    position: relative;
}

.our-projects-section .row-projects{
    margin-top: 1em;
}

.our-projects-section .row-projects .col-project{
    margin-top: 3em;
}

.our-projects-section .wrapper-project{
    background-color: var(--white-back-color);
    padding: 1.2em;
    box-shadow: 0 0 0.8em 0.3em #ebebeb;
    height: 100%;
}

.our-projects-section .wrapper-project .wrapper-img a img{
    transition: all 1s ease;
}

.our-projects-section .wrapper-project .wrapper-img a:hover img{
    transform: scale(1.1);
}

.our-projects-section .wrapper-project .about-project{
    padding: 1.5em 0 0.5em 0;
}

.our-projects-section .wrapper-project .about-project .wrapper-title h3{
    font-size: 1.65em;
    transition: color 0.3s ease;
}

.our-projects-section .wrapper-project .about-project .wrapper-title h3:hover{
    color: var(--gold-txt-color);
}

.our-projects-section .wrapper-project .about-project .data-items{
    margin: 1em 0 1.5em 0;
}

.our-projects-section .wrapper-project .about-project .data-items p{
    margin-right: 1em;
    display: flex;
    align-items: center;
}

.our-projects-section .wrapper-project .about-project .data-items p img{
    margin-right: 0.3em;
    width: 1.05em;
}

.our-projects-section .wrapper-project .about-project .line-btn{
    margin-top: 2em;
}

.about-project-section{
    padding: 12em 0 3em 0;
    position: relative;
}

.about-project-section .wrapper-content{
    padding-top: 2em;
}

.about-project-section .wrapper-content .data-items{
    margin-top: 3em;
}

.about-project-section .wrapper-content .data-items p{
    margin-bottom: 0.8em;
    font-size: 1.6em;
    display: flex;
    align-items: center;
}

.about-project-section .wrapper-content .data-items p img{
    width: 1.2em;
    margin-right: 0.6em;
}

.about-project-section .wrapper-content .data-items p:last-child{
    margin-bottom: 0;
}

.project-gallery-section{
    padding: 5em 0 8em 0;
}

.project-gallery-section #thumbnail-slider .splide__track{
    height: 25em;
}

.active-projects-section{
    padding-top: 10em;
}

.active-projects-section .row-projects{
    margin-top: 0;
}

@media screen and (orientation: portrait) {
    .project-gallery-section{
        padding-top: 5em;
    }
}

@media screen and (max-width: 991px){
    .our-projects-section .wrapper-project{
        padding: 1.5em;
    }
    .our-projects-section .wrapper-project .about-project .wrapper-title h3{
        font-size: 2em;
    }
    .our-projects-section .wrapper-project .about-project .data-items p{
        font-size: 1.2em;
    }
    .about-project-section{
        padding-bottom: 0;
    }
    .about-project-section .column-about-project{
        order: 2;
        margin-top: 4em;
    }
    .about-project-section .wrapper-content{
        padding-top: 0;
    }
    .project-gallery-section{
        padding-top: 8em;
    }
    .project-gallery-section #thumbnail-slider .splide__track{
        height: auto;
    }
    .active-projects-section{
        padding-top: 6em;
    }
}