.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 95% !important;
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90% !important;
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95% !important;
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 95% !important;
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95% !important
    }
}


:root {
    --primary-bg: #FF4500;
    --primary-bg-light: #ffcfbe;
    --secondary-bg: black;
    --primary-color: #FF4500;
    --secondary-color: black;
    --body-bg: #f7f7f7;
    --emphasis-bg: #f2f2f2;
}

body {
    background: var(--body-bg);
}

.bg-primary {
    background: var(--primary-color);
}

.bg-primary-light {
    background: var(--primary-bg-light);
}

.bg-emphasis {
    background: var(--emphasis-bg);
}

.bg-primary {
    background: var(--primary-bg) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

p {
    margin-bottom: .5rem !important;
}

.nav-link-th {
    color: white;
    text-decoration: none;
    font-weight: 400;
    margin-left: 15px;
}

.nav-link-th:hover {
    color: rgb(255, 255, 172);
}

.nav-link-nr {
    color: black;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    padding: 0px 15px;
}

.right-navbar .bi {
    color: black;
    font-size: 25px;
    margin: 0 5px;
}

.offcanvas-body .mBn4 {
    color: white;
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px;
    line-height: 2 !important;
}

.w-150 {
    width: 80px;
}

.w-70 {
    width: 100%;
}

.w-50 {
    width: 100% !important;
}

.slider {
    height: 160px;
}

.row-cols-01>* {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width:576px) {
    .w-70 {
        width: 60%;
    }

    .w-150 {
        width: 150px;
    }

    .slider {
        height: auto;
    }

    .w-50 {
        width: 50% !important;
    }
}

/* Icons */
.car {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/car-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.bike {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/bike-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.inverter {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/battery-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.auto {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/auto-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.truck {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/truck-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.e-rickshaw {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/erickshaw-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.ups {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/ups-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}

.genset {
    display: block;
    height: 75px;
    background: url("../img/logo/png-icons/genset-icon.png") bottom no-repeat;
    background-position: 50px 0;
    /* transition: background-position 0.3s ease; */
}


.car:hover,
.bike:hover,
.inverter:hover,
.truck:hover,
.e-rickshaw:hover,
.ups:hover,
.genset:hover {
    background-position: 50px -75px;
}

.auto:hover {
    background-position: 50px -77px;
}

.category-item p {
    text-align: center;
    margin-bottom: 0;
}


.footer-box ul li a {
    text-decoration: none;
    color: #495057;
    line-height: 1rem;
}

.footer-box ul li a:hover {
    color: orangered;
}

.copy-text {
    text-decoration: none;
    font-weight: 500;
}

.copy-text:hover {
    color: var(--primary-color);
}

.img-style {
    max-width: 100%;
    height: 160px;
}

@media (min-width:768px) {
    .row-cols-01>* {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .img-style {
        max-width: 100%;
        height: 220px;
    }
}