.container {
    max-width: 1300px;
}

.omg-home-banner {
    height: 60vh!important;
}

.omg-inside-banner {
    height: 25vh!important;
}

.g-min-height-350 {
    min-height: 350px!important;
}

.g-min-height-300 {
    min-height: 300px!important;
}

.g-min-height-250 {
    min-height: 250px!important;
}

.g-min-height-200 {
    min-height: 200px!important;
}

.slick-track {
    display: flex;
    align-items: center;
}

.news .slick-track {
    display: flex;
    align-items: start;
}

.nav-logo {
    max-width: 150px;
}

.nav-link {
    font-size: 14px;
}

.nav-link:hover {
    color: #FF6417!important;
}

.nav-icon {
    font-size: 16px;
    color: #1f1f20;
}

.g-bg-texture-1, .g-bg-texture-2 {
    position: relative;
}

.g-bg-texture-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../../images/bg-texture-2.svg');
    background-repeat: repeat;
    opacity: 0.05;
    background-size: 500px 500px;
    z-index: 0;
    filter: invert(1);
}

.g-bg-texture-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../../images/bg-texture-2.svg');
    background-repeat: repeat;
    opacity: 0.02;
    background-size: 1000px 1000px;
    z-index: 0;
    filter: invert(1);
}

.break-primary {
    background-color: #FF6417;
    width: 120px;
    height: 5px;
    margin: 20px 0px;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1/1;
}

.pt-bg-dark-overlay {
    background-color: #00000015!important;
    background-blend-mode: multiply!important;
}

.truncate-text-1 {
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.truncate-text-2 {
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.truncate-text-3 {
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.truncate-text-4 {
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.truncate-text-5 {
    display: -webkit-box; 
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.team-card, .team-card-lg {
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 12px #20202017;
    overflow: hidden;
}

.team-card-inner {
    padding: 15px;
}

.team-card img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.team-card-lg img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.brand-card {
    display: flex;
    align-items: center;
    border-radius: 15px;
    aspect-ratio: 1/1;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 12px #20202017;
    transition-duration: 0.5s;
}

.brand-card:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 12px #20202034;
}

.brand-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.anchor-offset {
    scroll-margin-top: 120px;
}

.catalog-card {
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 12px #20202017;
    transition-duration: 0.5s;
}

.catalog-card:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 12px #20202034;
}

.catalog-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.statistics {
    border-right: 2px solid rgb(202, 202, 202);
}

.bg-gray-light {
    background-color: #f5f5f5;
}

.bg-hero-orange {
    background-color: #fd7d3e;
}

.article-photo {
    box-shadow: 2px 2px 12px #20202017;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.bot-trap { display: none; }
      
.g-brd-gray {
    border: 1px solid #e4e4e4;
}

* {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #1f1f20;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
}

h3 {
    font-size: 36px;
    font-weight: 600;
}

h4 {
    font-size: 30px;
    font-weight: 600;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 19px;
    font-weight: 500;
}

p {
    color: gray;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

.btn {
    font-size: 16px;
    border-radius: 0px;
    padding: 8px 20px;
}

/* XL */
@media (max-width: 1200px) {

}

/* LG */
@media (max-width: 992px) {
    .navbar-nav {
        display: flex!important;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .team-card img {
        height: 300px;
    }
    
    .team-card-lg img {
        height: 400px;
    }

    .article-photo {
        max-height: 250px!important;
    }
}

/* MD */
@media (max-width: 768px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }
    
    h4 {
        font-size: 28px;
    }

    .team-card-lg img {
        height: 300px;
    }
}

/* SM */
@media (max-width: 576px) {
    .navbar-nav {
        display: block!important;
    }

    .team-card-lg img {
        height: 375px;
    }

    .team-card img {
        height: 375px;
    }

    .article-content-img {
        width: 100%;
    }
}