@font-face {
    font-family: Kufam;
    src: url("../fonts/Kufam-Regular.ttf");
}

@font-face {
    font-family: Kufam;
    font-weight: 600;
    src: url("../fonts/Kufam-SemiBold.ttf");
}

@font-face {
    font-family: Kufam;
    font-weight: bold;
    src: url("../fonts/Kufam-Bold.ttf");
}

@font-face {
    font-family: Kufam;
    font-style: italic;
    src: url("../fonts/Kufam-Italic.ttf");
}

@font-face {
    font-family: Kufam;
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/Kufam-BoldItalic.ttf");
}

@font-face {
    font-family: Kufam;
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/Kufam-SemiBoldItalic.ttf");
}

@font-face {
    font-family: Commissioner;
    src: url("../fonts/Commissioner-Regular.ttf");
}

@font-face {
    font-family: Commissioner;
    font-weight: 600;
    src: url("../fonts/Commissioner-SemiBold.ttf");
}

@font-face {
    font-family: Commissioner;
    font-weight: bold;
    src: url("../fonts/Commissioner-Bold.ttf");
}

:root {
    --brand-primary: #1D2738;
}

body {
    --bs-danger: #FF0013;
    --bs-danger-rgb: 255, 0, 19;
    font-family: Kufam;
}

a {
    text-decoration: none;
}

.font-family-arial {
    font-family: Arial;
}

.font-family-comissioner {
    font-family: Commissioner;
}

.font-family-georgia {
    font-family: Georgia;
}

.bg-brand-primary {
    background-color: var(--brand-primary);
}

.border-brand-primary,
.btn.border-brand-primary:hover {
    border-color: var(--brand-primary);
}

.btn.bg-brand-primary:hover {
    background-color: #2b3a52;
}

.bg-brand-secondary {
    background-color: #4B5360;
}

.bg-grey {
    background-color: #E6E7E9;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-30 {
    font-size: 30px;
}

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

.font-size-10 {
    font-size: 10px;
}

.absolute-bottom-left {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

.border-2px {
    border-width: 2px !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-top-1px-black {
    border-top: 1px solid #000000;
}

.line-height-1 {
    line-height: 1;
}

.loader {
    z-index: 99999;
    display: none;
}

.btn-primary {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

nav.navbar {
    height: 140px;
    background: url("/static/images/nav-bkg-right.png") no-repeat var(--brand-primary) right;
}

.footer a {
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}

.footer input[type="email"] {
    background-color: transparent;
}

.footer input[type="email"],
.footer input[type="email"]:-ms-input-placeholder,
.footer input[type="email"]::placeholder,
.footer input[type="email"]::-ms-input-placeholder {
    color: #fff;
}

.home-header {
    background: var(--brand-primary);
}

.home-header .cta-box {
    background-color: rgba(255, 255, 255, .8);
    width: 30%;
}

.home-header .cta-title {
    font-size: 40px;
}

.home-careers-box,
.home-our-mission-box {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.home-careers-box {
    background-image: url("/static/images/home-careers-bkg.jpg");
}

.home-our-mission-box {
    background-image: url("/static/images/home-our-mission-bkg.jpg");
}

.home-careers-box p {
    width: 150px;
}

.company-statistics {
    padding-left: 5%;
    padding-right: 5%;
}

.company-statistics .number,
.company-statistics .text {
    margin: 0;
}

.company-statistics .number {
    font-size: 60px;
}

.company-statistics .text {
    font-size: 30px;
}

.contact-maps-card-deck .card,
.contact-maps-card-deck .card-header {
    background-color: transparent;
    border: transparent;
    padding-left: 0;
    padding-right: 0;
}

.contact-maps-card-deck .card-img-top,
.contact-maps-card-deck .list-group-item:not(:last-child) {
    margin-bottom: 10px;
}

.contact-distribute-section .list-group-item {
    color: #fff;
    background-color: var(--brand-primary);
}

.contact-distribute-section .list-group-item:not(:last-child) {
    margin-bottom: 20px;
}

.single-product-details {
    background-color: #EDEDED;
}

.brand-product-list .product-item,
.other-products-carousel .carousel-item {
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 5px 5px 4px #eee;
}

.other-products-carousel .slick-slide {
    padding: 10px;
}

.brand-product-list .product-item img,
.other-products-carousel .slick-slide img {
    height: 150px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next, .carousel-control-prev,
.carousel-control-next:hover, .carousel-control-prev:hover {
    color: black;
}

.careers-header .border-bottom {
    left: 3rem;
    right: 3rem;
}

.product-brand-section .category-name-column,
.product-brand-section .category-products-column,
.product-brand-section .category-row {
    border-top: 1px solid black;
}

.loader:before {
    background-color: rgba(0, 0, 0, .1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-danger {
    --bs-btn-bg: #FF0013;
    --bs-btn-border-color: #FF0013;
    --bs-btn-hover-bg: #EB0011;
    --bs-btn-hover-border-color: #EB0011;
}

.contact-methods-container a {
    color: var(--brand-primary);
}

.splide__arrow {
    background-color: transparent !important;
}

@media screen and (max-width: 1199px) {
    .home-careers-box p,
    .home-our-mission-box p {
        background-color: rgba(255, 255, 255, .8);
        padding: 1rem;
    }
}

@media screen and (max-width: 991px) {
    nav.navbar {
        height: auto;
        background-image: none;
    }

    .home-header .cta-title {
        font-size: 20px;
    }

    .absolute-bottom-left {
        left: 5%;
        bottom: 5%;
    }
}

@media screen and (min-width: 768px) {
    .product-brand-section .category-row {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .home-header .cta-box {
        width: auto;
    }

    .product-brand-section .category-name-column,
    .product-brand-section .category-products-column {
        border: none;
    }
}