@import '/css/settings.css';
@import '/css/hamburder.css';

html,
body {
    min-height: 100% !important;
    height: 100%;
    background-color: #fffefc;
    scroll-behavior: smooth;
}

.root {
    max-width: 1920px;
    background-color: var(--main-background-color);
    margin: auto;
    /* height: 100%; */
    z-index: -99;
}

a {
    text-decoration: none;
    color: var(--common-link-color);
}

/* HEADER */
/* The sticky class is added to the header with JS when it reaches its scroll position */
.fixed {
    max-width: 1920px;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.header-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 111px;
    padding: 0 5%;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--main-background-color);
    -webkit-box-shadow: 0px 24px 45px -31px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 24px 45px -31px rgba(0, 0, 0, 1);
    box-shadow: 0px 24px 45px -31px rgba(0, 0, 0, 1);
}

.header-logo-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 10px;
}

.header-logo-wrapper img {
    width: 100%;
    min-width: 200px;
    max-width: 500px;
    transition: 0.3s ease;
}

.topnav {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.topnav-links {
    height: 100%;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.topnav-tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topnav .topnav-links > li {
    position: relative;
}

.topnav .topnav-links > li > a {
    color: var(--text-color-main);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: calc(9px + 0.3vw);
    font-weight: bold;
}

.topnav .topnav-links > li > a .fas {
    color: var(--text-color-accent);
    margin: 0 5px;
}

.topnav .topnav-links > li > a::before {
    content: '';
    position: absolute;
    width: 80%;
    max-width: 0;
    margin: 0 auto;
    bottom: 10px;
    left: 0;
    border-bottom: 3px solid yellow;
    transform: translateX(15%);
    transition: 0.4s ease;
}

.topnav .topnav-links > li > a.selected {
    background-color: #ddd;
}

.topnav .topnav-links > li > a.selected::before {
    max-width: 80%;
}

.topnav .topnav-links > li > a:hover {
    background-color: #ddd;
    color: var(--text-color-accent);
    text-shadow: 0 0 1px var(--text-color-accent);
}

.topnav .topnav-links > li > a::before {
    font-weight: 600;
}

.topnav .topnav-links > li > a:hover:before {
    max-width: 80%;
}

.topnav .topnav-links > li > a.active {
    background-color: var(--button-color-red);
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown-trigger {
    position: relative;
    overflow: hidden;
}

.dropdown-trigger:hover a {
    color: #fff05a;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    width: max-content;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.144);
    z-index: 1;
    border-radius: 5px;
}

.tooltip__arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 100%;
    left: 30%;
    transform: translateX(-90%);
    overflow: hidden;
}

.tooltip__arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    transform: translateX(-50%) translateY(100%) rotate(45deg);
    top: 40%;
    left: 30%;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.6);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.dropdown-content a:not(:last-child) {
    border-bottom: 2px dashed var(--border-color);
}

.dropdown-content a:hover {
    /* background-color: #f1f1f1; */
    color: var(--text-color-accent);
}

.topnav .topnav-links > li:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    border-radius: 5px;
}

.home-main-banner {
    background: url(/img/common/slider-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000070;
    background-blend-mode: soft-light;
    width: 100%;
    height: auto;
    position: relative;
    height: 60vh;
    /* min-height: 550px; */
    min-height: 730px;
    max-height: 800px;
    margin-bottom: 110px;
    transition: 0.3s ease;
}

.main-banner-grid {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 100%;
    height: 100%;
    min-height: 300px;
    transition: 0.3s ease;
}

.home-main-banner .home-main-banner-image img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -15%;
    transition: 0.3s ease;
    user-select: none;
    transition: all 0.4s ease-in-out;
    /* animation: bounceNoShadow 3s ease-in-out forwards;
    animation-iteration-count: infinite; */
}

.home-main-banner-text,
.home-main-banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s ease;
}
.home-main-banner-text {
    justify-content: center;
    flex-direction: column;
}
.home-main-banner-text__description {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(12px, 2vw, 16px);
    line-height: 150%;
    margin-top: 30px;
}

.home-main-banner-text h1 {
    font-size: calc(16px + 2vw);
    color: var(--banner-text-color);
    font-weight: 400;
    line-height: 120%;
}

/*FOOTER*/
footer {
    position: relative;
    min-height: 100px;
    /* max-height: 400px; */
    z-index: 1;
    color: var(--footer-text-color);
    padding: 5% 8% 0 8%;
    background-color: #01010f;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(/img/common/bg-footer@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    min-height: 100px;
    z-index: -1;
    transition: 0.3s ease;
}

footer h3 {
    font-size: calc(14px + 0.3vw);
    margin-bottom: 15px;
}

.footer-texts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    transition: 0.3s ease;
}

.footer-texts > div:nth-child(1) {
    min-width: 100px;
    width: 25%;
}

.footer-links-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    transition: 0.3s ease;
}

.footer-links-wrapper > div {
    width: 100%;
    max-width: 250px;
    margin: 0 20px;
    transition: 0.3s ease;
}

.footer-links-wrapper ul {
    list-style: none;
}

.footer-links-wrapper li {
    margin: 3px 0;
}

.footer-links-wrapper a:hover {
    text-decoration: underline;
}

.footer-signature {
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

footer a,
footer small {
    font-size: 12px;
    color: var(--footer-text-color);
}

/*CATEGORIES*/
.open-categories {
    display: none;
    max-width: max-content;
    margin: 30px auto;
}

.open-categories.open {
    display: inline-block;
}

.main-categories {
    margin-bottom: 50px;
}

.categories-head {
    font-weight: 500;
    font-size: calc(16px + 0.5vw);
    margin: 20px 0px;
    margin: 0 3%;
}

.categories-head span {
    color: var(--text-color-accent);
}

.categories-container {
    width: 100%;
    padding: 0 3%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    align-items: center;
}

.category-item {
    border: 1px solid var(--border-color);
    background-color: var(--thumbs-background-color);
    border-radius: 15px;
    width: 320px;
    height: 350px;
    padding: 10px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.category-item > div {
    width: 100%;
}

.category-item > div > img {
    width: 100%;
    border-radius: 15px;
    object-fit: scale-down;
}

/* FEATURED PRODUCTS */
.main-featured {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main-featured .featured-sub-head {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: calc(10px + 0.3vw);
    font-weight: 500;
}

.main-featured .featured-head {
    font-size: calc(16px + 0.5vw);
    font-weight: 500;
}

.main-featured .featured-head span {
    color: var(--text-color-accent);
}

.main-featured .featured-item {
    border: 1px solid var(--border-color);
    background-color: var(--thumbs-background-color);
    border-radius: 15px;
    width: 270px;
    height: 350px;
    padding: 10px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-container {
    margin-top: 10px;
}

.featured-container .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.featured-head {
    display: flex;
    justify-content: space-between;
}

.featured-nav {
    position: relative;
    width: 120px;
}

.featured-nav .swiper-button-prev {
    right: -100px;
}

.featured-nav .swiper-button-next {
    right: 0;
}

.swiper-button-next {
    background-image: url(/img/icons/arrow-icon-next.png);
}

.swiper-button-prev {
    background-image: url(/img/icons/arrow-icon-prev.png);
}

.swiper-button-next,
.swiper-button-prev {
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid black;
    border-radius: 3px;
}

.swiper-button-next {
    background-color: #fff05a;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.featured-container .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    width: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.featured-item > div:first-child {
    width: 100%;
    padding: 10px;
}

.featured-item > div:first-child > img {
    width: 100%;
    max-height: 210px;
    border-radius: 15px;
    object-fit: scale-down;
}

.featured-item > div:last-child {
    width: 100%;
}

.featured-item > div:last-child h5 {
    font-size: calc(10px + 0.1vw);
    font-weight: 300;
}

.featured-item > div:last-child h3 {
    font-size: calc(13px + 0.2vw);
}

/* BANNER */
.banner {
    background-image: url(/img/common/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 600px;
    position: relative;
}

.banner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    z-index: 0;
}

.banner-text {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--banner-text-color);
    z-index: 2;
}

.banner-text h4 {
    font-size: calc(16px + 1vw);
    font-weight: 400;
}

.banner-text p {
    width: 50%;
    margin: 25px 0;
}

/* SUB-FOOTER */
.sub-footer {
    margin-top: 15px;
    padding: 35px 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--subfooter-background-color);
    color: var(--subfooter-text-color);
}

.sub-footer > div:first-child {
    width: 60%;
}

.sub-footer-accent {
    color: var(--text-color-accent);
}

.sub-footer > div:last-child {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-footer > div:first-child h3 {
    font-size: calc(14px + 0.6vw);
}

.sub-footer > div:first-child p {
    margin: 25px 0;
}

/*MAIN PAGE ABOUT*/
.main-about {
    width: 100%;
    background-color: var(--main-about-background-color);
    display: flex;
    flex-direction: row;
    padding: 100px 0;
}

.main-about > div {
    width: 50%;
    padding: 30px;
}

.main-about .main-about-text {
    margin-left: 100px;
}

.main-about .main-about-image {
    margin-right: 100px;
    position: relative;
}

.main-about .main-about-image {
    /* background-image: url(/img/common/about.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.main-about h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: calc(10px + 0.3vw);
    font-weight: 400;
}

.main-about h2 {
    font-size: calc(16px + 0.5vw);
    font-weight: 500;
}

.main-about p {
    margin: 30px 0;
}

.main-about-link {
    width: 368px;
    height: 260px;
    background-color: var(--button-color-yellow);
    background-image: url(/img/common/knich-img-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* mix-blend-mode: difference; */
    position: absolute;
    right: 5%;
    bottom: -50px;
    transition: 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
}

.main-about-link h4 {
    font-size: calc(12px + 0.7vw);
}

.main-about-link h5 {
    text-transform: capitalize;
    font-size: calc(12px + 0.6vw);
    font-weight: 500;
    letter-spacing: 0px;
}

.main-about-link:hover {
    -webkit-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    border: 1px solid white;
}

.main-about-link:hover .icon-next {
    transform: rotate(360deg);
}

.main-about-image .icon-next {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.4s ease;
}

/* OUR CLIENTS */
.main-clients {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-clients > div:first-child {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.main-clients > div:first-child h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: calc(10px + 0.3vw);
    font-weight: 400;
}

.main-clients > div:first-child h2 {
    font-size: calc(16px + 0.5vw);
    font-weight: 500;
}

.client-swiper .swiper-slide {
    width: 200px;
}

.main-client-item {
    width: 100%;
}

.main-client-item img {
    width: 100%;
}

.main-clients .client-swiper {
    position: relative;
    width: 90%;
    margin: 50px auto 0 auto;
}

.main-clients .clients-nav {
    display: flex;
    justify-content: space-between;
}

.main-clients .client-swiper .swiper-container {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

/* INQUIRE FORM */
.inquire-form {
    border-radius: 10px;
}

.inquire-form-inner {
    width: 100%;
    max-width: max-content;
}

.inq-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.inq-header h2 {
    font-weight: 500;
}

.inq-header img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.inquire-form form {
    width: 100%;
}

.inq-form-row {
    display: flex;
    flex-direction: row;
}

.inq-form-row.file,
.inq-form-row.message {
    display: flex;
    flex-direction: column;
}

.inq-form-cell {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
}

.inq-form-cell .primary-button {
    max-width: max-content;
}

.inquire-form form label {
    font-size: calc(7px + 0.2vw);
}

.inquire-form input,
.inquire-form textarea {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 8px 10px;
    outline: none;
    /* min-width: 300px; */
    width: 100%;
}

.inquire-form textarea {
    resize: vertical;
}

.inq-form-row.file {
    margin: 10px 5px;
}

.input-file {
    border: 1px solid #cccce1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 300px;
    height: 40px;
    padding-right: 30px;
    width: 100%;
}

.input-file img {
    position: absolute;
    right: 20px;
}

.input-file input {
    /* visibility: visible; */
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.input-file p {
    padding-left: 10px;
    font-size: 14px;
}

.inq-form .primary-button {
    max-width: max-content;
}

.inquire-form .fancybox-close-small {
    background-color: var(--border-color);
    border-radius: 50%;
    top: 10px !important;
    right: 10px !important;
}

.inquire-form .fancybox-close-small svg {
    color: var(--text-color-accent);
}

/* BREADCRUMBS */
.breadcrumbs {
    background-color: var(--breadcrumbs-background);
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 5%;
}

.breadcrumbs h2 {
    font-weight: 500;
    font-size: calc(14px + 1vw);
}

.breadcrumbs a,
.breadcrumbs > div > div {
    font-size: calc(8px + 0.4vw);
}

/* PRODUCTS */
.products-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding: 0 30px;
}

.filters {
    /* width: 400px; */
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    max-height: max-content;
    transition: 0.4s ease;
}

.products-view {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 0 25px;
}

.product-cat-item {
    border: 1px solid var(--border-color);
    background-color: var(--thumbs-background-color);
    border-radius: 15px;
    width: 320px;
    height: 350px;
    padding: 25px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto 20px auto;
}

.product-cat-item h3 {
    text-align: center;
    font-weight: 500;
}

.product-cat-item > div {
    width: 100%;
}

.product-cat-item > div > img {
    width: 250px;
    max-height: 220px;
    border-radius: 15px;
    object-fit: scale-down;
}

.product-prod-item {
    border: 1px solid var(--border-color);
    background-color: var(--thumbs-background-color);
    border-radius: 15px;
    width: 280px;
    height: 100%;
    min-height: 350px;
    max-height: max-content;
    padding: 25px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin: 0px auto 20px auto;
}

.product-prod-item h3 {
    text-align: left;
    font-weight: 500;
}

.product-prod-item > div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-prod-item > div > img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: scale-down;
    margin: 0 auto;
}

.product-prod-item-descr {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-prod-item-descr h4 {
    color: var(--thumbs-text-greyout);
    font-weight: 500;
}

.loadmore-section {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

/* PRODUCT VIEW */
.products-inner-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.products-inner-wrapper .article-content .par-block {
    padding: 0;
}
.products-inner-wrapper .featured-lbl{
    padding: 0 10px;
}
.product-view-wrapper {
    width: 100%;
    display: block;
}

.product-view {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 30px;
}

.product-left-view {
    width: 40%;
}

.product-right-view {
    width: 50%;
    margin: 0 auto;
}

.product-left-view img {
    max-width: 500;
    width: 100%;
}

.product-img-for-more-info {
    font-size: 12px;
    text-align: center;
    padding: 30px;
}

.product-info-section {
    margin-bottom: 1.5em;
}

.product-right-view h4 {
    font-weight: 600;
}

.product-right-view p {
    font-size: calc(9px + 0.3vw);
}

.showMoreText-trigger {
    color: var(--showMore-text-color);
}

.showMoreText-text {
    display: none;
}

.product-tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
}

.product-tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-radius: 5px 5px 0 0;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin-right: 25px;
    border: 1px solid var(--border-color);
    border-bottom: none;
    min-width: 300px;
    font-weight: 600;
}

.product-tab button:hover {
    background-color: #ddd;
}

.product-tab button.active {
    background-color: var(--productTab-background-color);
}

.product-tabs-wrapper > .product-tabcontent {
    display: block;
    padding: 40px;
    border: 1px solid #c4c7d0;
    background-color: #fff;
    /* border: 1px solid #ccc;
    background-color: var(--productTab-background-color);
    border-top: none;*/
    margin-bottom: 25px;
}

.product-tabs-wrapper > .product-tabcontent ~ .product-tabcontent {
    display: none;
}

.product-download-item-pdf {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}

.product-download-item-pdf img {
    background-color: #fff;
}

.product-download-item-pdf > div:first-child {
    margin-right: 15px;
}

.product-download-item-pdf small {
    color: var(--text-color-accent);
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 25px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* INDUSTRIES */
/* SOCIAL NEWS CARD */
.grid-minmax400 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
    grid-gap: 15px;
}

.industreies-card {
    width: 400px;
    height: max-content;
    background-color: transparent;
    border-radius: 15px;
    padding: 15px;
    transition: 0.5s ease;
    margin: 0 auto;
    position: relative;
}

.industreies-card-view-link {
    margin-top: 20px;
    color: var(--text-color-accent);
}

.industreies-card p {
    font-size: 1;
    color: var(--text-color-lightgray);
    font-weight: 400;
}

.industreies-card .card {
    position: relative;
    max-width: 400px;
    height: 100%;
    max-height: max-content;
    display: flex;
    flex-direction: column;
    transition: 0.4s ease;
    padding-bottom: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); */
    border: 1px solid var(--border-color);
}

.industreies-card:hover .card {
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.58);
}

.industreies-card .card .card__text {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    transition: 0.4s ease;
    line-height: 25px;
    /* max-height: 175px; */
    /* overflow: hidden; */
    font-weight: 600;
}

.industreies-card .card .card__img {
    position: relative;
    width: 100%;
    height: 200px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    background: transparent;
    transition: 0.4s ease;
    border-radius: 10px;
}

.industreies-card .card .card__img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

/* MANUFACTURERS */

.mobile-only {
    display: none;
}
@media only screen and (max-width: 500px) {
    .mobile-only {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.grid-minmax250 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    grid-gap: 15px;
    transition: all 0.4s ease;
}

.manufacturers-card {
    /* width: 400px; */
    /* height: max-content; */
    background-color: transparent;
    border-radius: 15px;
    padding: 15px;
    transition: 0.5s ease;
    margin: 0 auto;
    position: relative;
}

.manufacturers-card-view-link {
    display: block;
    margin-top: auto;
    color: var(--text-color-accent);
}

.manufacturers-card p {
    font-size: 1;
    color: var(--text-color-lightgray);
    font-weight: 400;
}

.manufacturers-card .card {
    position: relative;
    max-width: 250px;
    height: 100%;
    max-height: max-content;
    display: flex;
    flex-direction: column;
    transition: 0.4s ease;
    padding-bottom: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); */
    border: 1px solid var(--border-color);
}

.manufacturers-card:hover .card {
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.58);
}

.manufacturers-card .card .card__text {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    transition: 0.4s ease;
    line-height: 25px;
    height: 100%;
    /* max-height: 175px; */
    /* overflow: hidden; */
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.manufacturers-card .card .card__text p {
    font-size: 13px;
    line-height: 150%;
}

.manufacturers-card .card .card__img {
    position: relative;
    width: 100%;
    height: auto;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    background: transparent;
    transition: 0.4s ease;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manufacturers-card .card .card__img img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    object-fit: contain;
}

/* NEWS */
.news-main-wrapper {
    width: 90%;
    margin: 3% auto;
    display: flex;
}

.news-menu-opener-wrapper {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
}

.open-side-menu {
    outline: none;
    cursor: pointer;
}

.news-sidenav {
    height: 100%;
    width: 350px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    overflow-y: auto;
}

.news-sidenav.open {
    display: block;
    left: 0;
    transition: 0.4s ease;
}

.news-sidenav-close,
.products-sidenav-close {
    background-color: var(--menu-background-color);
    width: 40px;
    height: 40px;
    right: 10px;
    top: 20px;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    color: var(--text-color-accent);
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.3s ease;
}

.news-sidenav-close:hover,
.products-sidenav-close:hover {
    background-color: #d3d3d4;
    cursor: pointer;
}

.news-sidenav li {
    padding: 5px 10px;
    transition: 0.3s ease;
}

.news-sidenav li:hover {
    background-color: #ddd;
}

.news-sidenav li a {
    display: flex;
    justify-content: space-between;
}

.news-sidenav li.active a {
    color: var(--text-color-accent);
    font-weight: 600;
}

.news-card {
    width: 400px;
    height: max-content;
    background-color: transparent;
    border-radius: 15px;
    padding: 15px;
    transition: 0.5s ease;
    margin: 0 auto;
    position: relative;
}

.news-card-view-link {
    margin-top: 20px;
    color: var(--text-color-accent);
}

/* .news-card .par {
    color: var(--text-color-lightgray);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */

.news-card .card {
    position: relative;
    max-width: 400px;
    min-height: 400px;
    height: 100%;
    max-height: max-content;
    display: flex;
    flex-direction: column;
    transition: 0.4s ease;
    padding-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); */
    border: 1px solid var(--border-color);
}

.news-card .card img {
    transition: 0.4s ease;
}

.news-card:hover .card {
    box-shadow: 0px 1px 25px -10px rgba(0, 0, 0, 0.25) inset;
}

.news-card:hover img {
    box-shadow: 1px 15px 20px -12px rgba(0, 0, 0, 0.651);
}

.news-card .card .card__text {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    transition: 0.4s ease;
    line-height: 25px;
    /* max-height: 175px; */
    /* overflow: hidden; */
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-card .card .card__img {
    position: relative;
    width: 100%;
    height: 200px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    background: transparent;
    transition: 0.4s ease;
    border-radius: 10px;
}

.news-card .card .card__img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

/* ARTICLE */
.article-wrapper {
    width: 90%;
    margin: 20px auto;
}

.article-breadcrumbs {
    display: flex;
    justify-content: center;
}

.article-breadcrumbs > a {
    margin: 0 5px;
}

.article-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.article-title h1 {
    font-weight: 500;
    font-size: calc(14px + 1.6vw);
}

.article-image {
    display: block;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.article-image img {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.article-content {
    display: block;
    /* width: 70%; */
    padding: 0 30px;
    margin: 20px auto;
}

.article-par {
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
}

.article-par.bold {
    font-weight: 600;
}

.article-par.list ul {
    margin-left: 3%;
    list-style: none;
}

.article-par.list li {
    margin-top: 10px;
    position: relative;
}

.article-par.list li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background-color: var(--text-color-main);
    width: 15px;
    height: 2px;
    margin-right: 5px;
}

.blockquote {
    padding: 60px 80px 60px;
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
}

.blockquote h2 {
    font-weight: 500;
}

.blockquote::after {
    content: '';
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 2px solid #cde6f5;
    height: 3px;
    width: 200px;
}

.blockquote::before {
    content: '';
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 2px solid #cde6f5;
    height: 3px;
    width: 200px;
}

.par-block {
    padding-bottom: 50px;
}

.par-L,
.par-R {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.par-L .par-block-2 {
    order: 2;
}

.par-L .par-block-1 {
    order: 1;
}

.par-R .par-block-2 {
    order: 1;
}

.par-R .par-block-1 {
    order: 2;
}

.par-C .par-block-2 {
    order: 2;
    width: 100%;
}

.par-C .par-block-1 {
    order: 1;
    width: 100%;
    padding-bottom: 30px;
}

.par-block-1,
.par-block-2 {
    width: 47%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.par-block-1 img,
.par-block-2 img {
    border-radius: 15px;
    box-shadow: 0px 1px 15px -5px rgb(47 68 105 / 23%);
    width: 100%;
}

/* RESOURCES */
.resources-wrapper {
    width: 90%;
    margin: 20px auto;
}

.page-controls {
}

.page-controls .pc-link {
    display: inline-block;
    padding: 20px 30px;
    min-width: 240px;
    -webkit-box-shadow: 0 1px 0 #e6eaee;
    box-shadow: 0 1px 0 #e6eaee;
    background-color: #ffffff;
    color: #354052;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 10px 10px 0;
    text-align: center;
}

.page-controls .pc-link:hover {
    background-color: #f3f3f3;
}

.page-controls .pc-link.selected {
    background-color: var(--button-color-red);
    color: #fff;
    font-weight: 500;
}

.accordion-component {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    height: max-content;
    break-inside: avoid;
    margin-bottom: 15px;
}

.accordion-component .accordions {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.accordion-component .resource-item {
    flex: 1 0 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px;
    transition: 0.3s ease;
    padding: 10px;
    align-content: stretch;
    text-align: center;
}

.accordion-component .resource-item:hover {
    box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.123);
}

.accordion-component .resource-item img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.accordion-component-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.accordion-component-title .fas {
    transition: 0.3s ease;
}

.accordion-component-title.open {
    background-color: #fff15a7a;
}

.accordion-component-title:hover {
    background-color: #fff15a88;
}

.accordion-component .ui-accordion .ui-accordion-header {
    display: flex;
    justify-content: space-between;
    background: transparent;
    border: none;
    color: var(--text-color-main);
    font-weight: 500;
    outline: none;
    transition: 0.3s ease;
    padding: 15px;
}

.accordion-component .ui-accordion .ui-accordion-header:hover {
    background-color: #f3f3f3;
}

.accordion-component .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background-color: #f3f3f3;
}

.accordion-component .ui-accordion-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.accordion-component .ui-accordion .ui-accordion-content:not(:last-child) {
    border: none;
    border-bottom: 1px dashed var(--border-color);
}

.accordion-component .ui-accordion .ui-accordion-content:last-child {
    border: none;
    margin-bottom: 10px;
}

/* ABOUT US */
.about-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 100px 0;
}

.about-top > div {
    width: 50%;
    padding: 30px;
}

.about-top .about-top-text {
    margin: 0 50px;
}

.about-top .about-top-image {
    margin: 0 50px;
    position: relative;
}

.about-top .about-top-image {
    background-image: url(/img/common/about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.about-top h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: calc(10px + 0.3vw);
    font-weight: 400;
}

.about-top h2 {
    font-size: calc(16px + 0.5vw);
    font-weight: 500;
}

.about-top p {
    margin: 30px 0;
}

.about-top-link {
    width: 368px;
    height: 260px;
    background-color: var(--button-color-yellow);
    background-image: url(/img/common/knich-img-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* mix-blend-mode: difference; */
    position: absolute;
    right: 5%;
    bottom: -50px;
    transition: 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
}

.about-top-link h4 {
    font-size: calc(12px + 0.7vw);
}

.about-top-link h5 {
    text-transform: capitalize;
    font-size: calc(12px + 0.6vw);
    font-weight: 500;
    letter-spacing: 0px;
}

.about-top-link:hover {
    -webkit-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.75);
    border: 1px solid white;
}

.about-top-link:hover .icon-next {
    transform: rotate(360deg);
}

.about-top-image .icon-next {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.4s ease;
}

.about-tabs-wrapper {
    padding: 40px;
    width: 100%;
    background-color: var(--menu-background-color);
}

.about-tabs-text {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 35px auto;
}

.about-tabs-text h1 {
    font-weight: 500;
    font-size: calc(16px + 0.5vw);
}

.about-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.adv-unit-block {
    display: inline-block;
    width: 30%;
    margin: 0 1% 2%;
    text-align: center;
    max-width: 450px;
}

.adv-unit-block img {
    max-width: 200px;
}

.about-bottom p {
    line-height: 190%;
}

.about-bottom .about-50 {
    min-width: 400px;
}

/* FAQ */
.faq {
    margin: 30px 0;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin: 20px 0;
}

.faq-head {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-head:hover {
    background-color: #f3f3f3;
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.09);
}

.faq-text {
    display: none;
    margin: 0 15px 15px 15px;
    padding: 10px;
    border-top: 2px dashed var(--border-color);
}

.faq-text p {
    margin-top: 15px;
}

/* CONTACTS */
.contact-item {
    text-align: center;
    max-width: max-content;
    margin: 15px;
}

.contact-item h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.contact-item p {
    font-size: calc(10px + 0.2vw);
}

.contact-image-wrapper {
    width: 100%;
    text-align: center;
}

.contact-image-wrapper img {
    width: 90%;
}

.contact-form-head {
    margin-bottom: 15px;
}

.contact-form-head h4 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.contact-form-head h1 {
    font-weight: 500;
}

.loading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: url(../img/misc/loading.gif) center center no-repeat #ff896f;
}

.f-msg {
    text-align: center;
}

.contact .f-msg {
    width: auto;
    max-width: 1000px;
}

.f-msg div {
    color: #fff;
    padding: 20px 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
}

.form-err {
    background-color: #facccc;
}

.chf-err div {
    background-color: #ff0000;
}

.chf-done div {
    background-color: #0e5f76;
}

.subscribe-msg {
    width: 100%;
}

.s-err {
    color: #ff0000;
}

.s-done {
    color: #0e5f76;
}

.hide {
    display: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));
    grid-gap: 15px;
    transition: all 0.4s ease;
    margin: 50px 5%;
}
.gallery-grid__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;

    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 20px;
}
.gallery-grid__item-title {
}
.gallery-grid__item-image {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
}
.gallery-grid__item-description {
    font-size: 14px;
    line-height: 130%;
}
.featured-lbl {
    padding: 30px 0 10px;
    border-bottom: 1px solid #c71e13;
    color: #c71e13;
    font-weight: 500;
    font-size: calc(14px + 1.6vw);
    margin: 0 0 50px 30px;
}
@media only screen and (max-width: 1640px) {
    /* .header-nav {
        padding: 0;
    } */
}

@media only screen and (max-width: 1440px) {
    .topnav a {
        font-size: 14px;
    }
}

.about-50 {
    width: 45%;
}

@media only screen and (max-width: 1440px) {
    .topnav a {
        font-size: 12px;
    }

    .header-logo-wrapper img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1360px) {
    .topnav-tel {
        display: none !important;
    }

    .topnav .topnav-links > a {
        padding: 14px 10px;
    }

    .main-banner-grid {
        width: 85%;
        margin: 0 auto;
        grid-template-columns: 1fr;
        grid-auto-rows: 40% 50%;
        height: 100%;
    }

    .home-main-banner .home-main-banner-image img {
        width: 100%;
        object-fit: contain;
        height: 115%;
        bottom: -15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-top .about-top-text {
        margin: 0 10px;
    }

    .about-top .about-top-image {
        margin: 0 10px;
        position: relative;
    }
}

@media only screen and (max-width: 1180px) {
    .product-tabcontent > div {
        flex-direction: column;
    }

    .video-container {
        margin: 0;
    }
}

@media only screen and (max-width: 1020px) {
    /* .products-wrapper {
        flex-direction: column;
    }
    .filters {
        margin: 20px auto;
        position: absolute;

        background-color: var(--main-about-background-color);
    } */
    .product-tab button {
        min-width: unset;
    }

    .topnav .topnav-links > li > a {
        padding: 14px 5px;
    }
}

@media only screen and (max-width: 1010px) {
    .main-about {
        width: 100%;
        background-color: var(--main-about-background-color);
        display: flex;
        flex-direction: column-reverse;
        padding: 100px 0;
    }

    .main-about > div {
        width: 100%;
        padding: 30px;
    }

    .main-about .main-about-text {
        margin: 0;
    }

    .main-about-image {
        min-height: 400px;
    }

    .topnav .topnav-tel {
        display: none;
        color: green;
    }

    .footer-links-wrapper {
        flex-direction: column;
        max-width: 60%;
    }

    .footer-texts > div:nth-child(1) {
        width: 40%;
        margin-right: 30px;
    }

    .footer-links-wrapper > div {
        max-width: unset;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 980px) {
    .par-block-1,
    .par-block-2 {
        width: 100%;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 960px) {
    .about-top {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 50px 0;
    }

    .about-top > div {
        width: 100%;
    }

    .about-top .about-top-text {
        margin: 0;
        margin-top: 60px;
    }

    .about-top .about-top-image {
        margin: 0;
        min-height: 350px;
    }

    .about-tabs-wrapper {
        padding: 40px 10px;
    }

    .about-top-link {
        width: 250px;
        height: 200px;
    }
}

@media only screen and (max-width: 900px) {
    .main-clients .client-swiper {
        width: 100%;
        padding: 0 50px;
    }

    .adv-unit-block {
        min-width: 140px;
        margin: 20px;
    }

    .adv-unit-block img {
        width: 80%;
    }
}

@media only screen and (max-width: 870px) {
    .header-nav {
        height: 75px;
    }
    .header-logo-wrapper {
        height: auto;
    }
    .topnav {
        align-items: center;
    }

    .resposive-menu-trigger {
        margin: unset;
    }

    .topnav-links {
        display: none;
    }

    .home-main-banner-text h1 {
        margin-top: 100px;
    }
    .home-main-banner-image.slide-left {
        top: 20%;
    }
    .about-bottom > div {
        flex-direction: column;
    }

    .about-bottom .about-50 {
        margin-bottom: 30px;
        width: 100%;
        min-width: unset;
    }

    .faq .col-l,
    .faq .col-r {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .banner-text p {
        width: 90%;
    }

    .contact .col-l,
    .contact .col-r {
        width: 100%;
    }
    .manufacturers-card {
        padding: 0;
    }
}

@media only screen and (max-width: 760px) {
    .resources-wrapper .col-l,
    .resources-wrapper .col-r {
        width: 100%;
    }

    .page-controls .pc-link {
        width: 100%;
    }

    .main-about .main-about-text {
        margin: 0;
        margin-top: 50px;
    }

    .news-menu-opener-wrapper {
        display: flex;
    }

    .news-sidenav {
        position: fixed;
        top: 80px;
        left: -100%;
        background-color: var(--main-background-color);
        z-index: 2;
        width: 100%;
        max-height: calc(100vh - 80px);
    }

    .news-sidenav-close {
        display: flex;
    }

    .news-sidenav::-webkit-scrollbar {
        width: 12px;
        /* width of the entire scrollbar */
    }

    .news-sidenav::-webkit-scrollbar-track {
        background: var(--scrollbar-bacground-color);
        /* color of the tracking area */
    }

    .news-sidenav::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-color);
        /* color of the scroll thumb */
        border-radius: 20px;
        /* roundness of the scroll thumb */
        border: 3px solid var(--scrollbar-outline-color);
        /* creates padding around scroll thumb */
    }
}

@media only screen and (max-width: 670px) {
    .products-sidenav-close {
        display: flex;
    }

    .open-categories {
        display: inline-block;
    }

    .filters {
        position: fixed;
        background-color: var(--main-background-color);
        z-index: 11;
        top: 75px;
        left: -100%;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        min-height: 0;
        overflow-y: auto;
    }

    .filters.open {
        left: 0;
    }

    .filters::-webkit-scrollbar {
        width: 12px;
        /* width of the entire scrollbar */
    }

    .filters::-webkit-scrollbar-track {
        background: var(--scrollbar-bacground-color);
        /* color of the tracking area */
    }

    .filters::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-color);
        /* color of the scroll thumb */
        border-radius: 20px;
        /* roundness of the scroll thumb */
        border: 3px solid var(--scrollbar-outline-color);
        /* creates padding around scroll thumb */
    }

    .mtree-demo .mtree {
        max-width: unset !important;
    }

    .footer-bg {
        background-position: -300px;
    }

    .manufacturers .grid-minmax250 {
        grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
    }

    .manufacturers .manufacturers-card .card .card__text > p {
        display: none;
    }

    .manufacturers-card .card {
        max-width: unset;
    }

    .two-columns {
        column-count: 1;
    }

    .article-image img {
        width: 100%;
    }

    .article-content {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .sub-footer {
        flex-direction: column;
    }

    .sub-footer > div {
        width: 100% !important;
    }
    .products-view {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .product-view {
        flex-direction: column;
        margin: 0;
    }

    .product-left-view {
        width: 100%;
    }

    .product-right-view {
        width: 100%;
    }

    .product-tab button {
        font-size: 12px;
    }

    .footer-texts > div:first-child {
        display: none;
    }

    .home-main-banner-text h1 {
        text-align: center;
        font-weight: 500;
    }

    .home-main-banner {
        height: 60vh;
        min-height: 550px;
    }
    .home-main-banner-text h1 {
        margin-top: 200px;
    }
    /* .main-banner-grid {
        width: 85%;
        margin: 0 auto;
        grid-template-columns: 1fr;
        grid-auto-rows: 40% 60%;
        height: 100%;
    } */

    .home-main-banner .home-main-banner-image img {
        width: 100%;
        height: auto;
    }

    .section-wrapper.industries {
        display: flex;
        justify-content: center;
    }

    .blockquote {
        padding: 60px 20px 60px;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-left {
    -webkit-animation: slide-left 0.5s ease-in-out 0.4s both;
    animation: slide-left 0.5s ease-in-out 0.4s both;
}

.product-tabs-wrapper {
    padding-left: 30px;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
