h2.heading {
    font-weight: 700;
    color: var(--brand-color-primary);
}

h2.heading a {
    color: var(--brand-color-primary);
}

#home-slideshow.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#home-slideshow .item .ratio {
    --bs-aspect-ratio: 40%;
}

#home-slideshow .item .ratio > img {
    object-fit: cover;
}

#home-slideshow .slick-dots {
    bottom: 20px;
    z-index: 1;
    margin-bottom: 0;
}

#home-section-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

#home-section-about .logo {
    height: 100px;
    display: block;
    margin: 0 auto;
}

#home-section-about h2.heading {
    margin-bottom: 1.5rem;
    color: var(--yellow);
}

#home-section-about .btns {
    margin-top: 1.5rem;
}

#home-section-about .content ul {
    margin-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#home-section-about .content li {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
}

#home-section-about .content li::marker {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "";
    font-weight: 900;
    display: inline-block;
    color: var(--brand-color-secondary);
}

#home-section-about .container {
    background-color: var(--secondary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* color: #fff; */
    border-radius: var(--bs-border-radius-xl);
    overflow: hidden;
}

#home-section-about .item-image img {
    border: 4px solid var(--yellow);
    border-radius: var(--bs-border-radius-xl);
}

/* #home-section-about .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--brand-color-primary-rgb), .8)
} */

#home-section-about .container > .row {
    position: relative;
    --bs-gutter-x: 2rem;
    margin-left: 0;
    margin-right: 0;
}

#home-section-about .animate__animated {
    opacity: 0;
}

#home-section-about.aos-animate .animate__animated {
    opacity: 1;
    animation-name: fadeInUp;
}

.homepage-widgets {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--bs-light);
}

.homepage-widgets .homepage-widget {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.widget_product-widget h2 {
    font-size: 1.8rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    text-transform: uppercase;
}

.widget_product-widget .container {
    position: relative;
}

.widget_product-widget .container .btns {
    position: absolute;
    top: -0.5rem;
    right: calc(var(--bs-gutter-x) * 0.5);
}

#home-section-service {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#home-section-service .row.slideshow {
    margin: 0;
}

#home-section-service .post-image {
    max-height: calc(300px + 0.25rem);
    position: relative;
    /* margin: 0 auto 1rem;
    border-radius: 50%;
    box-shadow: 0 0 1rem #00000026 */
}
#home-section-news .post-image {
    padding-top: 100%;
    position: relative;
}
#home-section-news .slideshow .post-image a {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#home-section-news .slideshow .post-image a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#home-section-service .post-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background-color: #000;
    opacity: 0.5;
    pointer-events: none;
}

#home-section-service .post-image > .ratio {
    --bs-aspect-ratio: 100%;
}

#home-section-service .post-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    transform: translateY(-50%);
    text-align: center;
    color: var(--white);
}

.section-screen h2.heading {
    margin-bottom: 3rem;
}

.homepage-widgets .widget_title_widget h2.heading {
    margin-bottom: 0;
}

#home-section-service .post-content a {
    color: var(--white);
}

#home-section-service article {
    /* padding: 1.5rem; */
    position: relative;
    border: 2px solid var(--yellow);
    box-shadow: none !important;
}

#home-section-service article .entry-title {
    text-transform: uppercase;
    font-size: 1.5rem;
}

#home-section-service article .thumb .number {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--brand-color-primary);
    border-radius: 50%;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 111;
    color: #fff;
    font-weight: 700;
}

#home-section-service .btns .btn {
    padding: 1rem 2.5rem;
}

#home-section-project {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background-color: var(--bs-light) */
}

#home-section-project h2.heading {
    margin-bottom: 1rem;
}

#home-section-project .project-list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

#home-section-project .project-list .animate__animated {
    opacity: 0;
}

#home-section-project .project-list .inner {
    border: 1px solid var(--bs-border-color);
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#home-section-project .project-list .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-section-project .project-list.aos-animate .animate__animated {
    animation-name: fadeInRight;
}

#home-section-project .item .inner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

#home-why {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background-color: var(--bs-light) */
}

#home-section-project .item .content {
    background-color: #000000c9;
    height: 80px;
    width: 100%;
    bottom: 0;
    left: 0;
    /* padding: .4rem; */
    transform: translateY(100%);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
}

#home-section-project .item .title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    /* font-family: Roboto Condensed, sans-serif; */
}

#home-section-project .item {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 35%;
    height: inherit;
    overflow: hidden;
    border-radius: 5px;
    flex: 1 1 0%;
    transition: 0.5s;
}

#home-section-project .item:hover {
    flex: 3 1 0%;
}

#home-section-project .item:hover .content {
    transform: translateY(0);
    opacity: 1;
}

#home-section-project .item .title,
#home-section-project .item .desc {
    --line: 3;
    display: -webkit-box;
    line-clamp: var(--line);
    -webkit-line-clamp: var(--line);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

#home-section-project .item .title a,
#home-section-project .item .desc a {
    color: var(--white);
}

#home-section-project .item .title a:hover,
#home-section-project .item .desc a:hover {
    color: var(--brand-color-primary);
}

#home-section-banner {
    position: relative;
}

/* #home-section-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
    height: 100%;
    width: 100%;
} */

#home-section-banner .content img {
    max-width: 300px;
    height: auto;
    margin-bottom: 1.5rem;
}

#home-section-banner .content .heading {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

#home-section-banner .content .desc {
    color: var(--white);
    font-size: 1.2rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

#home-section-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#home-section-project .item .btns {
    position: absolute;
    bottom: 0;
    left: 50%;
    --d: 3rem;
    transform: translate(-50%, calc(var(--d) / 2));
}

#home-section-project .item .btns .btn {
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    width: var(--d);
    height: var(--d);
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-section-project .item:hover .inner:after {
    opacity: 0.4;
}

#home-section-project .item:hover .inner .content {
    opacity: 1;
    z-index: 1;
}

#home-section-news {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#home-section-news .slick-track {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}

#home-section-news .post-list .entry-header {
    padding: 0;
}

#home-section-news .post-list .entry-header .entry-title {
    font-size: 1.5rem;
    text-align: left;
}

#home-section-news .entry-meta {
    display: block !important;
    padding: 0 0 0.5rem;
    margin-top: 1rem;
}

#home-why .item {
    padding: 1.5rem;
    text-align: center;
    border: 2px solid var(--yellow);
    background-color: var(--yellow);
    border-radius: var(--bs-border-radius-xl);
    margin-bottom: 1.4rem;
}

#home-why .item .icon {
    filter: brightness(0) invert(1);
}

#home-why .item .icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#home-why .item .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
    text-align: left;
}

#home-why .item .desc {
    font-size: 1rem;
    color: #fff;
    text-align: justify;
}

#home-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    position: relative;
}

#home-contact::before {
    background-color: #000000b3;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#home-contact .inner {
    position: relative;
    z-index: 1;
}

#home-contact .btn.btn-warning {
    font-size: 24px;
}

@media (max-width: 991.95px) {
    #home-slideshow .item .ratio {
        --bs-aspect-ratio: 56.25%;
    }

    #home-section-about .container {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        width: calc(100% - 3rem);
    }

    #home-section-about h2.heading {
        text-align: center;
        font-size: 1.8rem;
    }

    #home-section-about .btns {
        text-align: center;
    }

    #home-section-about .images .item-image1 {
        left: 1.5rem;
    }

    .row.product-list {
        /* flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -0.75rem;
        margin-right: -0.75rem; */
    }
    #home-section-project .item .inner .content {
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
    }
    .row.product-list > .item {
        /* flex: 0 0 auto; */
        /* width: 75%; */
    }
    #home-section-project .item {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 70%;
        margin-bottom: 1.5rem ;
    }
    #home-section-project .item:last-child{
        margin-bottom: 0;
    }
    .post-list .item:not(.product),
    .product-list {
        box-shadow: none ;
        border: none ;
        border-radius: 0 ;
    }

    #home-section-project .item .desc,
    #home-section-project .item .btns {
        display: none;
    }

    #home-section-project .item .title {
        margin-bottom: 0;
    }

    .widget_product-widget h2 {
        font-size: 1.2rem;
    }

    #home-section-statistics {
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-bottom: 0;
    }

    #home-section-statistics .item:before {
        display: none;
    }

    #home-section-banner::after {
        content: unset;
    }

    #home-section-banner .content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: unset;
        padding: 1.5rem;
    }

    #home-section-banner .content .heading {
        font-size: 1.5rem;
        color: #000;
    }

    #home-section-banner .content .desc {
        font-size: 1rem;
        color: #000;
    }
}
