section:not(.home-slider) {
    margin: 20px 0;
}

@media (max-width: 767px) {
    section:not(.home-slider) {
        margin: 25px 0;
    }
}

section.home-slider .home-slider-main .home-slider-items:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}

section.home-slider .home-slider-main .home-slider-items:not(.slick-slider) .home-slider-item {
    min-width: 100%;
}

section.home-slider .home-slider-main .home-slider-items.slick-slider .slick-dots {
    bottom: 10px;
    justify-content: flex-end;
    padding-right: 35%;
}

@media (max-width: 767px) {
    section.home-slider .home-slider-main .home-slider-items.slick-slider .slick-dots {
        padding-right: 12.5%;
    }
}

section.home-slider .home-slider-main .home-slider-items.slick-slider .slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid #fff;
}

section.home-slider .home-slider-main .home-slider-items.slick-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 20px;
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item {
    position: relative;
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item > a {
    display: block;
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item img {
    width: 100%;
}

section.home-slider
.home-slider-main
.home-slider-items
.home-slider-item.slick-active.slick-current
.home-slider-item-content
> span,
section.home-slider
.home-slider-main
.home-slider-items
.home-slider-item.slick-active.slick-current
.home-slider-item-content
h2,
section.home-slider
.home-slider-main
.home-slider-items
.home-slider-item.slick-active.slick-current
.home-slider-item-content
a {
    transform: none;
    opacity: 1;
    visibility: visible;
}

section.home-slider
.home-slider-main
.home-slider-items
.home-slider-item.slick-active.slick-current
.home-slider-item-content:before {
    transform: skew(-15deg);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    section.home-slider
    .home-slider-main
    .home-slider-items
    .home-slider-item.slick-active.slick-current
    .home-slider-item-content:before {
        transform: none;
    }
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 0 50px 0 100px;
}

@media (max-width: 1200px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
        padding: 0 50px 0 75px;
    }
}

@media (max-width: 1024px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
        padding: 0 50px 0 50px;
    }
}

@media (max-width: 767px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
        padding: 15px 25% 15px 15px;
        left: 0;
        width: 100%;
        top: initial;
    }
}

@media (max-width: 480px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
        padding: 10px 25% 10px 15px;
        gap: 10px;
    }
}

@media (max-width: 360px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content {
        padding: 7.5px 25% 7.5px 15px;
        gap: 7.5px;
    }
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-100vw);
    transition: all 0.5s 0.75s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content:before {
        clip-path: polygon(0% 0%, 100% 0%, 75% 0%, 100% 100%, 0% 100%);
    }
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content > span {
    position: relative;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    transform: translateY(-25px);
    transition: all 0.5s 1.5s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 480px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content > span {
        margin-bottom: 5px;
    }
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 {
    color: var(--color2);
    position: relative;
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    transform: translateY(-25px);
    width: 100%;
    transition: all 1s 2s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1200px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 {
        font-size: 3.5rem;
    }
}

@media (max-width: 1024px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 {
        font-size: 2rem;
    }
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content h2 b {
    font-weight: 900;
    color: var(--color2);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color2);
}

section.home-slider .home-slider-main .home-slider-items .home-slider-item .home-slider-item-content a {
    position: relative;
    transform: translateY(-25px);
    transition: all 0.5s 2.5s;
    opacity: 0;
    visibility: hidden;
}

section.home-step .home-step-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    padding: 0 30px;
}

section.home-step .home-step-wrap > * {
    min-width: 0;
    position: relative;
}

@media (max-width: 1024px) {
    section.home-step .home-step-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    section.home-step .home-step-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    section.home-step .home-step-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
}

section.home-step .home-step-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 80%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: var(--color_main2);
}

@media (max-width: 767px) {
    section.home-step .home-step-wrap:before {
        height: 90%;
        top: 0;
        transform: none;
    }
}

section.home-step .home-step-wrap .home-step-content {
    padding: 10% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1024px) {
    section.home-step .home-step-wrap .home-step-content {
        grid-column: span 3;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    section.home-step .home-step-wrap .home-step-content {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    section.home-step .home-step-wrap .home-step-content {
        grid-column: initial;
    }
}

section.home-step .home-step-wrap .home-step-content h2 {
    color: var(--color2);
    margin: 0;
}

section.home-step .home-step-wrap .home-step-box {
    background: #fff;
    box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: relative;
    border-radius: 7px;
}

section.home-step .home-step-wrap .home-step-box > span {
    display: block;
    text-align: right;
    font-weight: bold;
    color: var(--color_main2);
    position: relative;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    section.home-step .home-step-wrap .home-step-box.home-step-box-1 {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    section.home-step .home-step-wrap .home-step-box.home-step-box-1 {
        grid-column: initial;
    }
}

section.home-step .home-step-wrap .home-step-box:hover > span {
    position: relative;
    color: #fff;
}

section.home-step .home-step-wrap .home-step-box:hover:before {
    transform: none;
}

section.home-step .home-step-wrap .home-step-box:hover .home-step-box-image > span {
    background: rgba(255, 255, 255, 0.7);
}

section.home-step .home-step-wrap .home-step-box:hover .home-step-box-image > span img {
    transform: scaleX(-1);
    filter: brightness(0) invert(0);
}

section.home-step .home-step-wrap .home-step-box:hover .home-step-box-image * {
    color: var(--hover-color);
    position: relative;
}
section.home-step .home-step-wrap .home-step-box:before {
    content: '';
    position: absolute;
    background: var(--background-hover-primary-color) !important;
    color: var(--hover-color) !important;
    inset: 0;
    transform: scaleY(0);
    transition: all 0.5s;
    transform-origin: bottom;
    border-radius: 7px;
}


section.home-step .home-step-wrap .home-step-box .home-step-box-image {
    margin-top: 15px;
}

section.home-step .home-step-wrap .home-step-box .home-step-box-image span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: rgba(246, 138, 10, 0.25);
    margin-bottom: 15px;
    transition: all 0.5s;
}

@media (max-width: 1024px) {
    section.home-step .home-step-wrap .home-step-box .home-step-box-image span {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    section.home-step .home-step-wrap .home-step-box .home-step-box-image span {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    section.home-step .home-step-wrap .home-step-box .home-step-box-image span {
        width: 60px;
        height: 60px;
    }
}

section.home-step .home-step-wrap .home-step-box .home-step-box-image span img {
    position: relative;
    transition: all 0.5s;
}

section.home-step .home-step-wrap .home-step-box .home-step-box-image h3 {
    margin-bottom: 15px;
}

section.home-step .home-step-wrap .home-step-box .home-step-box-image p {
    margin-bottom: 0;
}

section.home-step .home-step-wrap .home-step-box .home-step-box-image h3,
section.home-step .home-step-wrap .home-step-box .home-step-box-image p {
    transition: all 0.5s;
}

section.home-whyus {
    background-size: cover;
}

section.home-whyus .home-whyus-wrap {
    padding: 60px 0;
}

@media (max-width: 767px) {
    section.home-whyus .home-whyus-wrap {
        padding: 30px 0;
    }
}

section.home-whyus .home-whyus-wrap .home-whyus-box {
    max-width: 50%;
}

@media (max-width: 1200px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box {
        max-width: 60%;
    }
}

@media (max-width: 1024px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box {
        max-width: 100%;
    }
}

section.home-whyus .home-whyus-wrap .home-whyus-box h2 {
    margin: 15px 0 30px;
    max-width: 80%;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-checklists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-checklists > * {
    min-width: 0;
}

@media (max-width: 480px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-checklists {
        grid-template-columns: 1fr;
    }
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-checklists li {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding-left: 40px;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-checklists li:before {
    content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' width='26' height='26' rx='5' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4996 9.56685L9.60117 14.1326L9.60095 17.0845C9.60082 18.708 9.58812 20.2556 9.57267 20.5235C9.55364 20.8537 9.5589 21.0053 9.58906 20.9941C9.61349 20.985 12.699 17.4257 16.4458 13.0845C20.1926 8.74332 23.2977 5.14811 23.3461 5.09519C23.3946 5.04227 23.4261 4.99941 23.4161 5.00001C23.4061 5.00056 20.2937 7.05566 16.4996 9.56685Z' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.65376 12.5395L9.6311 14.1338V18.2077C9.63116 19.3671 9.59351 20.4723 9.59976 20.6636C9.60746 20.8994 9.60533 21.0077 9.59313 20.9997C9.58325 20.9932 8.33528 18.4513 6.8199 15.3511C5.3045 12.2509 4.0486 9.68341 4.02901 9.64562C4.00943 9.60783 3.99669 9.57721 4.00074 9.57764C4.00477 9.57804 4.40641 9.8771 7.65376 12.5395Z' fill='%23F68A0A'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 0;
    color: var(--background-primary-color);
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-circles {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin: 30px 0;
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-circles > * {
    min-width: 0;
}

@media (max-width: 767px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-circles {
        grid-template-columns: repeat(1, 1fr);
        margin: 15px0;
        padding: 15px 0;
    }
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-circles li.home-whyus-box-circle {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    align-items: center;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-circles li.home-whyus-box-circle > * {
    min-width: 0;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar {
    position: relative;
    max-height: 100px;
    border-radius: 999px;
    overflow: hidden;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar
.circle
.circular-progress {
    --size: 100px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 7.5px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar
.circle
.circular-progress
circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar
.circle
.circular-progress
circle.bg {
    stroke: #ddd;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar
.circle
.circular-progress
circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-progressbar
.circle
.circle-num {
    font-size: 25px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 90px;
    margin: 5px;
    text-align: center;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-circles
li.home-whyus-box-circle
.home-whyus-box-circle-content
h3 {
    font-size: 1.5rem;
    max-width: 80%;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 767px) {
    section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-contact {
        flex-direction: column;
        align-items: center;
    }
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-contact .home-whyus-box-contact-phone {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

section.home-whyus .home-whyus-wrap .home-whyus-box .home-whyus-box-contact .home-whyus-box-contact-phone img {
    max-height: 45px;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-contact
.home-whyus-box-contact-phone
.home-whyus-box-contact-phone-body
span {
    display: block;
    color: #ababab;
    line-height: 1;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-contact
.home-whyus-box-contact-phone
.home-whyus-box-contact-phone-body
a {
    font-weight: bold;
    font-size: 1.5rem;
}

section.home-whyus
.home-whyus-wrap
.home-whyus-box
.home-whyus-box-contact
.home-whyus-box-contact-phone
.home-whyus-box-contact-phone-body
a:hover {
    color: var(--background-primary-color);
}

section.home-team .home-team-wrap .home-team-head {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 95px;
    gap: 15px;
    margin-bottom: 30px;
}

section.home-team .home-team-wrap .home-team-head > * {
    min-width: 0;
}

@media (max-width: 480px) {
    section.home-team .home-team-wrap .home-team-head {
        align-items: flex-start;
        grid-template-columns: 1fr 85px;
    }
}

section.home-team .home-team-wrap .home-team-head .home-team-head-action {
    display: flex;
    gap: 15px;
}

section.home-team .home-team-wrap .home-team-head .home-team-head-action button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    border-radius: 7px;
}

@media (max-width: 480px) {
    section.home-team .home-team-wrap .home-team-head .home-team-head-action button {
        width: 35px;
        height: 35px;
    }
}

section.home-team .home-team-wrap .home-team-head .home-team-head-action button:hover {
    background: var(--background-primary-color);
}

section.home-team .home-team-wrap .home-team-head .home-team-head-action button:hover i {
    color: var(--color2);
}

section.home-team .home-team-wrap .home-team-head .home-team-head-action button i {
    color: var(--background-primary-color);
    transition: all 0.5s;
}

@media (max-width: 767px) {
    section.home-team .home-team-wrap .home-team-body .home-team-body-items {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (min-width: 767px) {
    section.home-team .home-team-wrap .home-team-body .home-team-body-items {
        margin-left: -10px;
        margin-right: -10px;
    }
}

section.home-team .home-team-wrap .home-team-body .home-team-body-items:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

section.home-team .home-team-wrap .home-team-body .home-team-body-items.slick-slider .slick-arrow,
section.home-team .home-team-wrap .home-team-body .home-team-body-items.slick-slider .slick-dots {
    display: none !important;
}

section.home-team .home-team-wrap .home-team-body .home-team-body-items .home-team-body-item {
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    section.home-team .home-team-wrap .home-team-body .home-team-body-items .home-team-body-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 767px) {
    section.home-team .home-team-wrap .home-team-body .home-team-body-items .home-team-body-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

section.home-team .home-team-wrap .home-team-body .home-team-body-items .home-team-body-item .home-team-body-item-wrap {
    background: #f6f6f6;
    border: 1px solid var(--color2);
    border-radius: 7px;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap:hover
img {
    transform: scale(1.05);
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-avatar {
    overflow: hidden;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-avatar
img {
    transition: all 0.5s;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content {
    padding: 20px;
    text-align: center;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
h3 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.5rem;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
p {
    margin-bottom: 15px;
    color: var(--background-primary-color);
    line-height: 1;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
.home-team-body-item-content-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
.home-team-body-item-content-socials
li:hover
a {
    background: var(--background-hover-primary-color) !important;
    color: var(--hover-color) !important;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
.home-team-body-item-content-socials
li:hover
a
i {
    color: var(--hover-color) !important;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
.home-team-body-item-content-socials
li
a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    border-radius: 7px;
}

section.home-team
.home-team-wrap
.home-team-body
.home-team-body-items
.home-team-body-item
.home-team-body-item-wrap
.home-team-body-item-content
.home-team-body-item-content-socials
li
a
i {
    font-size: 1rem;
    color: var(--color);
    transition: all 0.5s;
}

.home-faq {
    background-size: cover;
    background-position: top right;
}

.home-faq .home-faq-wrap {
    padding: 60px 0;
    display: flex;
    justify-content: flex-end;
}

.home-faq .home-faq-wrap .home-faq-box {
    max-width: 50%;
}

@media (max-width: 1200px) {
    .home-faq .home-faq-wrap .home-faq-box {
        max-width: 60%;
    }
}

@media (max-width: 1024px) {
    .home-faq .home-faq-wrap .home-faq-box {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .home-faq .home-faq-wrap .home-faq-box {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .home-faq .home-faq-wrap .home-faq-box {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .home-faq .home-faq-wrap .home-faq-box {
        max-width: 100%;
    }
}

.home-faq .home-faq-wrap .home-faq-box > p {
    margin-bottom: 15px;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item {
    background: #e4e4e4;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item:not(:last-child) {
    margin-bottom: 15px;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item:first-child .home-faq-item-content {
    display: block;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item.active h3 strong {
    font-weight: bold;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item.active h3 span {
    background: transparent;
    color: var(--background-primary-color);
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item.active h3 span i.fa-plus {
    display: none;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item.active h3 span i.fa-minus {
    display: block;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item h3 {
    font-size: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 40px 10px 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item h3 strong {
    font-weight: normal;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item h3 span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: var(--background-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item h3 span i {
    font-size: 0.75rem;
    opacity: 0.85;
    transition: all 0.5s;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item h3 span i.fa-minus {
    display: none;
}

.home-faq .home-faq-wrap .home-faq-box .home-faq-items .home-faq-item .home-faq-item-content {
    padding: 5px 10px;
    display: none;
}

section.home-vendor .home-vendor-wrap {
    background: var(--background-primary-color);
    display: grid;
    align-items: stretch;
    grid-template-columns: 33% 1fr;
    gap: 15px;
}

@media (max-width: 1024px) {
    section.home-vendor .home-vendor-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

section.home-vendor .home-vendor-wrap > * {
    min-width: 0;
}

section.home-vendor .home-vendor-wrap .home-vendor-left {
    padding: 60px;
}

@media (max-width: 1024px) {
    section.home-vendor .home-vendor-wrap .home-vendor-left {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    section.home-vendor .home-vendor-wrap .home-vendor-left {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    section.home-vendor .home-vendor-wrap .home-vendor-left {
        padding: 30px;
    }
}

section.home-vendor .home-vendor-wrap .home-vendor-left h2,
section.home-vendor .home-vendor-wrap .home-vendor-left p {
    color: #fff;
}

section.home-vendor .home-vendor-wrap .home-vendor-left .home-vendor-actions {
    display: flex;
    gap: 15px;
}

section.home-vendor .home-vendor-wrap .home-vendor-left .home-vendor-actions button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

section.home-vendor .home-vendor-wrap .home-vendor-left .home-vendor-actions button:hover {
    background: var(--color2);
}

section.home-vendor .home-vendor-wrap .home-vendor-left .home-vendor-actions button:hover i {
    color: var(--background-primary-color);
}

section.home-vendor .home-vendor-wrap .home-vendor-left .home-vendor-actions button i {
    color: var(--color2);
    transition: all 0.5s;
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box {
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #252f3d;
    padding: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items {
    height: 100%;
    min-width: 0;
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items:not(.slick-slider) {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: calc(100% / 3);
    overflow: hidden;
    gap: 1rem;
}

@media (max-width: 767px) {
    section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items:not(.slick-slider) {
        grid-template-rows: 1fr 1fr 1fr;
        grid-auto-columns: calc(100% / 2);
    }
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items.slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items .home-vendor-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

section.home-vendor .home-vendor-wrap .home-vendor-right .home-vendor-box .home-vendor-items .home-vendor-item a {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.home-vendor
.home-vendor-wrap
.home-vendor-right
.home-vendor-box
.home-vendor-items
.home-vendor-item
a
img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
    section.home-review:has(+ .home-counter) {
        margin-bottom: 0;
    }

    section.home-review + .home-counter {
        margin-top: 0;
    }
}

section.home-review .home-review-wrap .home-review-head {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 95px;
    gap: 15px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    section.home-review .home-review-wrap .home-review-head {
        align-items: flex-start;
        grid-template-columns: 1fr 85px;
    }
}

section.home-review .home-review-wrap .home-review-head > * {
    min-width: 0;
}

section.home-review .home-review-wrap .home-review-head .home-review-head-action {
    display: flex;
    gap: 15px;
}

section.home-review .home-review-wrap .home-review-head .home-review-head-action button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

@media (max-width: 480px) {
    section.home-review .home-review-wrap .home-review-head .home-review-head-action button {
        width: 35px;
        height: 35px;
    }
}

section.home-review .home-review-wrap .home-review-head .home-review-head-action button:hover {
    background: var(--background-primary-color);
}

section.home-review .home-review-wrap .home-review-head .home-review-head-action button:hover i {
    color: var(--color2);
}

section.home-review .home-review-wrap .home-review-head .home-review-head-action button i {
    color: var(--background-primary-color);
    transition: all 0.5s;
}

section.home-review .home-review-wrap .home-review-body {
    display: grid;
    grid-template-columns: 15% 1fr;
    gap: 2.5rem;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    section.home-review .home-review-wrap .home-review-body {
        display: block;
    }
}

section.home-review .home-review-wrap .home-review-body > * {
    min-width: 0;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-dots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 1024px) {
    section.home-review .home-review-wrap .home-review-body .home-review-body-dots {
        display: none;
    }
}

section.home-review .home-review-wrap .home-review-body .home-review-body-dots > * {
    min-width: 0;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-dots .home-review-body-dot {
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-dots .home-review-body-dot:hover,
section.home-review .home-review-wrap .home-review-body .home-review-body-dots .home-review-body-dot.active {
    border: 1px solid var(--background-primary-color);
}

section.home-review .home-review-wrap .home-review-body .home-review-body-items:not(.slick-slider) {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 100%;
    overflow: hidden;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-items:not(.slick-slider) > * {
    min-width: 0;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-items.slick-slider .slick-arrow,
section.home-review .home-review-wrap .home-review-body .home-review-body-items.slick-slider .slick-dots {
    display: none !important;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-items .home-review-body-item {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 2.5rem;
}

section.home-review .home-review-wrap .home-review-body .home-review-body-items .home-review-body-item > * {
    min-width: 0;
}

@media (max-width: 1024px) {
    section.home-review .home-review-wrap .home-review-body .home-review-body-items .home-review-body-item {
        gap: 1.25rem;
    }
}

@media (max-width: 991px) {
    section.home-review .home-review-wrap .home-review-body .home-review-body-items .home-review-body-item {
        display: block;
    }
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-icon {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-icon {
        display: none;
    }
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-icon
svg {
    width: 50px;
    height: 50px;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-icon.first {
    transform: scale(-1, -1);
    align-self: flex-start;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-icon.last {
    align-self: flex-end;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 15px;
    place-items: start center;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data
> * {
    min-width: 0;
}

@media (max-width: 991px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data {
        grid-template-columns: 250px 1fr;
    }
}

@media (max-width: 767px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data {
        grid-template-columns: 150px 1fr;
    }
}

@media (max-width: 480px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data {
        grid-template-columns: 100px 1fr;
    }
}

@media (max-width: 360px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data {
        grid-template-columns: 75px 1fr;
    }
}

@media (max-width: 767px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data
    .home-review-body-item-avatar {
        border: 1px solid #dbdbdb;
    }
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data
.home-review-body-item-content
h3 {
    margin-bottom: 10px;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data
.home-review-body-item-content
p {
    margin-bottom: 10px;
    font-size: 1.15rem;
}

@media (max-width: 991px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data
    .home-review-body-item-content
    p {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data
    .home-review-body-item-content
    p {
        font-size: 1.05rem;
    }
}

@media (max-width: 480px) {
    section.home-review
    .home-review-wrap
    .home-review-body
    .home-review-body-items
    .home-review-body-item
    .home-review-body-item-data
    .home-review-body-item-content
    p {
        font-size: 1rem;
    }
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data
.home-review-body-item-content
strong {
    display: block;
}

section.home-review
.home-review-wrap
.home-review-body
.home-review-body-items
.home-review-body-item
.home-review-body-item-data
.home-review-body-item-content
span {
    color: var(--background-primary-color);
}

.home-counter .home-counter-top {
    background: #000 url(../../../files/shape-bg-2-1635c.png?v=1718873888783) no-repeat left center;
    position: relative;
}

.home-counter .home-counter-top .home-counter-top-wrap {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 60px;
    padding: 30px 0 0;
}

@media (max-width: 1200px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 25% 1fr;
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 30% 1fr;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 35% 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 40% 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 45% 1fr;
        gap: 15px;
    }
}

@media (max-width: 360px) {
    .home-counter .home-counter-top .home-counter-top-wrap {
        grid-template-columns: 50% 1fr;
        gap: 10px;
    }
}

.home-counter .home-counter-top .home-counter-top-wrap .home-counter-banner {
    position: relative;
    z-index: 1;
}

.home-counter .home-counter-top .home-counter-top-wrap .home-counter-content {
    max-width: 500px;
    padding-top: 5%;
    position: relative;
    z-index: 1;
}

.home-counter .home-counter-top .home-counter-top-wrap .home-counter-content h2 {
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .home-counter .home-counter-top .home-counter-top-wrap .home-counter-content h2 {
        margin-bottom: 15px;
    }
}

.home-counter .home-counter-top .home-counter-top-wrap .home-counter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}

@media (max-width: 991px) {
    .home-counter .home-counter-top .home-counter-top-wrap .home-counter-background {
        opacity: 0.75;
    }
}

.home-counter .home-counter-top .home-counter-top-wrap .home-counter-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: path('M771.613 885.353V-253.437H214L0.050415 121.5L426 885.353H771.613Z');
}

.home-counter .home-counter-main {
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .home-counter .home-counter-main {
        margin-top: -65px;
    }
}

@media (max-width: 991px) {
    .home-counter .home-counter-main {
        margin-top: -55px;
    }
}

@media (max-width: 767px) {
    .home-counter .home-counter-main {
        margin-top: -45px;
    }
}

@media (max-width: 480px) {
    .home-counter .home-counter-main {
        margin-top: -35px;
    }
}

@media (max-width: 360px) {
    .home-counter .home-counter-main {
        margin-top: -25px;
    }
}

.home-counter .home-counter-main .home-counter-main-items {
    background: var(--background-primary-color);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 60px;
    gap: 60px;
}

@media (max-width: 1200px) {
    .home-counter .home-counter-main .home-counter-main-items {
        padding: 50px;
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    .home-counter .home-counter-main .home-counter-main-items {
        padding: 40px;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .home-counter .home-counter-main .home-counter-main-items {
        padding: 30px;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .home-counter .home-counter-main .home-counter-main-items {
        padding: 20px;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
}

@media (max-width: 480px) {
    .home-counter .home-counter-main .home-counter-main-items {
        padding: 15px;
        gap: 15px;
    }
}

.home-counter .home-counter-main .home-counter-main-items * {
    color: var(--color2);
}

.home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
}

@media (max-width: 1200px) {
    .home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
        font-size: 1.9rem;
    }
}

@media (max-width: 1024px) {
    .home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number {
        font-size: 1.5rem;
    }
}

.home-counter .home-counter-main .home-counter-main-items .home-counter-main-item .home-counter-main-item-number span {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 900;
}

.home-counter .home-counter-main .home-counter-main-items .home-counter-main-item p {
    margin: 0;
}

.home-project {
    overflow: hidden;
}

.home-project .home-project-wrap .home-project-head {
    margin-top: 30px;
    display: grid;
    grid-template-columns: calc(25% - 12px) 1fr;
    gap: 16px;
}

@media (max-width: 1024px) {
    .home-project .home-project-wrap .home-project-head {
        grid-template-columns: 1fr;
    }
}

.home-project .home-project-wrap .home-project-head > * {
    min-width: 0;
}

.home-project .home-project-wrap .home-project-head .home-project-menus {
    background: var(--background-primary-color);
    padding: 15px;
    height: 100%;
    overflow: hidden auto;
    border-radius: 6px;
}

.home-project .home-project-wrap .home-project-head .home-project-menus::-webkit-scrollbar {
    width: 5px;
}

.home-project .home-project-wrap .home-project-head .home-project-menus::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.home-project .home-project-wrap .home-project-head .home-project-menus::-webkit-scrollbar-thumb {
    background: var(--color1);
}

.home-project .home-project-wrap .home-project-head .home-project-menus li {
    cursor: pointer;
    padding: 15px;
    border: 1px solid var(--background-primary-color);
    color: var(--color2);
    border-radius: 10px;
}

.home-project .home-project-wrap .home-project-head .home-project-menus li.active,
.home-project .home-project-wrap .home-project-head .home-project-menus li:hover {
    background: white;
    color: var(--hover-color) !important;
    font-weight: bold;
    font-weight: bold;
    border-radius: 10px;
}

.home-project .home-project-wrap .home-project-head .home-project-banners .home-project-banner {
    display: none;
    height: 100%;
}

.home-project .home-project-wrap .home-project-head .home-project-banners .home-project-banner img {
    aspect-ratio: 3/1;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home-project .home-project-wrap .home-project-data {
    margin: 8px -8px 0;
}

.home-project .home-project-wrap .home-project-data:not([style]) {
    display: flex;
    flex-wrap: wrap;
}

.home-project .home-project-wrap .home-project-data .home-project-product {
    width: 25%;
    padding: 8px;
}

@media (max-width: 1024px) {
    .home-project .home-project-wrap .home-project-data .home-project-product {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    .home-project .home-project-wrap .home-project-data .home-project-product {
        width: 50%;
    }
}

.home-project .home-project-wrap .home-project-data .home-project-product .product-item {
    padding: 0;
    /*border: 1px solid #cac9c9;*/
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);

}

.home-project .home-project-wrap .home-project-data .home-project-product .product-item .product-item-wrap {
    box-shadow: none;
}

.home-blog .home-blog-wrap .home-blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-blog .home-blog-wrap .home-blog-head .home-blog-head-more a {
    color: var(--background-primary-color);
    border: 1px solid var(--border-color);
}

.home-blog .home-blog-wrap .home-blog-main .home-blog-items {
    margin: 0 -8px;
}

.home-blog .home-blog-wrap .home-blog-main .home-blog-items:not(.slick-slider) {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / 3);
    overflow: hidden;
}

.home-blog .home-blog-wrap .home-blog-main .home-blog-items:not(.slick-slider) > * {
    min-width: 0;
}
