body {
    background: #0E1217
}

.container {
    max-width: 1000px;
}

.btnTechtek {
    box-shadow: 0px 2px 44px 0px #FF24002E;
    background: white;
    color: #0E1217;
    border: none
}

.btnTechtek:hover {
    background: #FF5C00 !important
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-direction: row-reverse;
    }
}

.nav-item {
    margin-right: 2em;
}

.nav-link {
    color: white;
    padding: 8px 20px
}

.nav-item:hover .nav-link {
    color: #FF5C00 !important
}

.box {
    background: linear-gradient(360deg, #222227 0.47%, #131317 100.47%);
    min-height: 350px;
}

.boxHeading {
    font-size: 24px;
    color: white !important
}

.boxText {
    font-size: 16px;
    line-height: 24px;
    color: #B2C4D9;
}

@media (max-width: 425px) {
    .truckImage {
        width: 280px !important;
    }

    .tonerImage {
        width: 280px !important;
    }
}

@media (max-width: 992px) {
    .truckImage {
        width: 280px !important;
    }

    .chipImage {
        width: 180px !important
    }

    .tonerImage {
        width: 280px !important;
    }

    .centerText {
        text-align: center;
    }
}

.truckImage {
    position: absolute;
    width: 470px;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 8px;
}

.tonerImage {
    position: absolute;
    width: 420px;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 8px;
}

.chipImage {
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 8px;
}

.boxBg {
    background: radial-gradient(69.82% 69.82% at 50% 30.18%, #27303C 0%, #11171D 100%);
}

.boxBg a {
    text-decoration: none !important;
}

.boxBg h3 {
    font-size: 20px;
    color: white
}

.boxBg img {
    padding-right: 100px !important
}

.nowNew {
    border: 1px solid #FF5C00;
    color: #FF5C00;
    padding: 5px 19px;
    border-radius: 20px;
}

.nav-linkCta {
    background: #000000
}

.headingNew {
    font-size: 56px;
    color: white
}

.subHeading {
    color: #B2C4D9;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto
}

.readyToPrint {
    font-size: 50px;
    color: #FFFFFF
}

.premiumQuality {
    font-size: 20px;
    color: #B2C4D9
}

.lookingForMore {
    font-size: 36px;
    color: white
}