@charset "UTF-8";

@media only screen and (min-width: 1025px) {

    .bic-header:not(.bic-header--sticky) .bic-header__logo img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }

    .bic-header__nav ul>li:hover>a,
    .bic-header__nav ul>li>a:focus,
    .bic-header__nav ul>li[class*="current"]>a {
        color: var(--bic-secondary-color) !important;
    }

    .bic-header--sticky .bic-header__nav ul>li:hover>a,
    .bic-header--sticky .bic-header__nav ul>li>a:focus,
    .bic-header--sticky .bic-header__nav ul>li[class*="current"]>a {
        color: var(--bic-primary-color) !important;
    }

    .bic-header__nav ul ul.sub-menu li:hover > a{
        color: var(--bic-primary-color) !important;
    }

}

.services {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.services .sec-head {
    display: none;
}

.products {
    overflow: hidden;
}

@media only screen and (min-width: 1901px){
    .products {
        padding-top: 190px;
    }
}

.products .sec-head .sec-descript {
    margin-top: 20px;
    max-width: 47%;
}

.products .sec-head .sec-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22%;
}

.product-item__inner {
    position: relative;
    overflow: hidden;
}

.product-item__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(270deg, rgba(246, 143, 0, 0.90) 0%, rgba(255, 183, 66, 0.90) 50%, rgba(255, 148, 0, 0.90) 100%);
    z-index: 1;
    transition: var(--bic-transition);
}

.product-item__inner:hover::before {
    height: 100%;
}

.product-item__image {
    position: relative;
    overflow: hidden;
    padding-top: 133.34%;
    border-radius: 0;
}

.product-item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
    transition: var(--bic-transition);
}

.product-item__info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
    padding-top: var(--bic-gap);
    max-width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transform: translateY(68%);
    transform: translateY(68%);
    transition: var(--bic-transition);
}

.product-item__inner:hover .product-item__info {
    -webkit-transform: translateY(var(--bic-gap));
    transform: translateY(var(--bic-gap));
}

.product-item__title {
    font-size: 44px;
    color: var(--bic-secondary-color);
    font-weight: 700;
    margin-bottom: 0;
}

.product-item__title a{
    color: currentColor;
}

.product-item:not(:hover) .product-item__title {
    background: var(--bic-gradient-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-item__sub-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.product-item__animations {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--bic-transition);
}

.product-item__inner:hover .product-item__animations {
    opacity: 1;
    visibility: visible;
}

.product-item__link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (min-width: 1537px) and (max-width: 1700px) {

    .product-item__info{
        padding-top: 80px;
        -webkit-transform: translateY(72%);
        transform: translateY(72%);
    }

    .product-item__title{
        font-size: 32px;
    }

    .product-item__sub-title{
        font-size: 18px;
    }

}

@media only screen and (min-width: 1441px){
    .product-item__link a{
        font-size: 16px;
    }
}


@media only screen and (min-width: 1441px) and (max-width: 1536px) {

    .product-item__info{
        padding-top: 80px;
        -webkit-transform: translateY(72%);
        transform: translateY(72%);
    }
    .product-item__title{
        font-size: 32px;
    }

    .product-item__sub-title{
        font-size: 18px;
    }

    .products .sec-head .sec-descript{
        max-width: 61%;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

    .product-item__info{
        padding: 0 30px;
        padding-top: 60px;
        -webkit-transform: translateY(76%);
        transform: translateY(76%);
    }

    .product-item__inner:hover .product-item__info {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .product-item__title{
        font-size: 24px;
    }

    .product-item__sub-title{
        font-size: 16px;
    }

    .products .sec-head .sec-descript{
        max-width: 65%;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .product-item__info{
        padding: 0 30px;
        padding-top: 40px;
    }

    .product-item__title{
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .services{
        min-height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .product-item__info{
        padding: 0 15px;
        padding-top: 60px;
        -webkit-transform: translateY(520px);
        transform: translateY(520px);
    }

    .product-item__inner:hover .product-item__info {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .product-item__title{
        font-size: 24px;
    }

    .product-item__sub-title{
        font-size: 16px;
    }

    .product-item__image{
        padding-top: 0;
        height: 600px;
    }

    .products .sec-head .sec-descript{
        max-width: 95%;
    }

}

@media only screen and (max-width: 767px) {
    .products .sec-head .sec-descript{
        max-width: 100%;
    }

    .product-item__title{
        font-size: 28px;
    }

    .product-item__sub-title{
        font-size: 18px;
    }

    .product-item__info{
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {

    .product-item__title{
        font-size: 24px;
    }

    .product-item__sub-title{
        font-size: 16px;
    }

    .product-item__info{
        -webkit-transform: translateY(86%);
        transform: translateY(86%);
    }
}