
.home-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 100%;
}

.home-carousel .carousel-inner {
    border-radius: 1rem 1rem 0 0;
}

.home-carousel .carousel-item .ratio {
    background-size: cover;
    background-position: center;
}

.home-carousel .carousel-item .content {
    margin: auto 0 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .5) 100%);
}

.home-carousel .carousel-item .content .title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 1px #333;
}

.home-carousel .carousel-item .content .description {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.home-carousel .carousel-item .content .description a {
    color: #eee;
}

.home-carousel .carousel-item .content .description a:hover {
    color: #999;
}

.home-carousel .carousel-sale {
    background-color: var(--bs-primary);
    color: #fff;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
}

.home-carousel .carousel-sale .title {
    font-size: 1.25rem;
    font-weight: 700;
}

.home-carousel .carousel-sale .description {
    font-weight: 400;
    text-transform: uppercase;
}

.home-carousel .carousel-sale .counter .item {
    position: relative;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 .5rem;
    padding-bottom: 1.25rem;
    line-height: 1;
}

.home-carousel .carousel-sale .counter .item:first-child {
    margin-left: 0;
}

.home-carousel .carousel-sale .counter .item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: .25rem;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 400;
    color: #eee;
}

.home-carousel .carousel-sale .counter .item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -.85rem;
}

@media (min-width: 768px) {
    .home-carousel .carousel-item .content .title {
        font-size: 4rem;
    }
}

.home-lead .lead-box {
    border: 3px solid var(--bs-primary);
    border-radius: 1rem;
    border-top: 0;
    border-bottom: 0;
}

.home-lead .title {
    font-weight: 700;
    font-size: 2.5rem;
}

.home-lead .description {
    font-weight: 400;
    font-size: 1.5rem;
}

.home-cat .cat-box {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
}

.home-cat .cat-box .item {
    position: relative;
    text-decoration: none;
    border-radius: 1rem;
    overflow: hidden;
    background: #000000;
}

@media (min-width: 768px) {
    .home-cat .cat-box {
        grid-template-columns: repeat(5, 1fr);
    }

    .home-cat .cat-box .item:nth-child(5n + 1) {
        grid-column: auto /span 2;
        grid-row: auto /span 2;
    }

    .home-cat .cat-box .item:nth-child(5n + 2) {
        grid-column: auto /span 3;
        grid-row: auto /span 2;
    }

    .home-cat .cat-box .item:nth-child(5n + 3) {
        grid-column: auto /span 3;
        grid-row: auto /span 2;
    }

    .home-cat .cat-box .item:nth-child(5n + 4) {
        grid-column: auto /span 2;
        grid-row: auto /span 2;
    }

    /*
    .home-cat .cat-box .item:nth-child(5n + 5) {
        grid-column: auto /span 2;
        grid-row: auto /span 1;
    }
    */
}

.home-cat .cat-box .item .title {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1;
    text-align: center;
    margin: 2rem auto auto 0;
    line-height: 1;
    padding: .5rem 1.5rem;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 0 1rem 1rem 0;
}

.home-cat .cat-box .item .image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-cat .cat-box .item:hover .image {
    opacity: .75;
}

.home-cat-pop .item {
    position: relative;
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    height: 200px;
    background: #000;
}

.home-cat-pop .item .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    text-align: center;
}

.home-cat-pop .item .image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75;
}

.home-cat-pop .item:hover .image {
    opacity: 1;

}

.home-project {
    background-color: #f6f6f6;
}

.home-project .item {
    display: block;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.home-project .item .item-title {
    font-size: 14px;
    font-weight: 400;
    padding: 1rem;
}

.home-about .image {
    border-radius: 1rem;
    overflow: hidden;
}

.home-why {
    background-color: #f6f6f6;
}

.home-why .item .item-icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    margin: 0 auto .5rem auto;
}

.home-why .item .item-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding: .5rem;
}

.home-seo-1, .home-seo-2, .home-seo-3 {
    font-size: 1.125rem;
    line-height: 1.5;
}

.owl-carousel-feedback-nav, .owl-carousel-trust-nav, .owl-carousel-office-nav {
    top: 0;
    left: 0;
}

.owl-carousel-feedback-img-wrap, .owl-carousel-trust-img-wrap {
    height: 128px;
    width: 165px;
}

.owl-carousel-feedback .card-body {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.owl-carousel-feedback .card-body:not(:hover) {
    max-height: 150px;
}

.owl-carousel-feedback .card-body:not(:hover)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    z-index: 4;
    border-radius: 10px;
}

.swiper-works {
    --swiper-theme-color: #fff;
}

.swiper-works .swiper-slide {
    width: 30vw;
    height: 40vw;
    max-width: calc(100% - 48px);
}

.swiper-works .swiper-slide .swiper-carousel-animate-opacity {
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.swiper-works .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    z-index: 1;
}


