@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Mulish', sans-serif;
}

section {
    scroll-behavior: smooth;
    scroll-margin-top: 50px;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.red-btn {
    background-color: #ff0005;
    border: 1px solid #ff0005;
    color: #fff;
    border-radius: 5px;
    padding: 8px 40px;
    font-weight: 700;
    transition: .3s;
    font-size: 14px;
}

.red-btn:hover {
    background-color: #fff;
    color: #ff0005;
}

.white-btn {
    background-color: #fff;
    border: 1px solid #ff0005;
    color: #ff0005;
    border-radius: 5px;
    padding: 8px 40px;
    font-weight: 700;
    transition: .3s;
    font-size: 14px;
}

input:focus-within {
    outline: none;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.main-heading {
    font-size: 36px;
    font-weight: 700;
}

.navbar {
    /* position: absolute;
    top: 0; */
    width: 100%;
    background-color: #ff0005;
    z-index: 8888;
    padding: 8px 0;
}

.navbar-brand {
    padding: 0;
}

.navbar img {
    width: 220px;
}

.navbar.shrink {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar .nav-link {
    color: #fff;
    padding: 8px 15px !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


/* 
.banner-section {
    background-image: url(../images/hero-img.png);
    padding: 150px 0 40px;
    display: flex;
    align-items: center;
} */

.banner-section .slick-dots {
    bottom: 0;
    right: 0;
    position: absolute;
}

.banner-section img {
    z-index: 111;
}

.banner-section .banner-content .badge {
    background-color: #ff0005;
    border-radius: 5px;
    padding: 10px;
    color: #feea2b;
    text-transform: uppercase;
}

.banner-section .banner-content h1 {
    color: #ff0005;
    font-weight: 800;
    font-size: 60px;
}

.banner-section .banner-content .yellow-btn {
    margin-right: 10px;
}

.banner-section img+svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #feea2b;
}

.service-box,
.testimonials-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 15px;
    transition: .3s;
    min-height: 300px;
}

.testimonials-box {
    box-shadow: none;
    border: 1px solid #ccc;
}

.testimonials-box svg {
    stroke: #ff0005;
}

.service-box:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: #fce2e2;
}

.service-box .service-box-icon {
    background-color: #fce2e2;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.service-box:hover .service-box-icon {
    background-color: #fff;
}

.service-box h3 {
    font-size: 24px;
    font-weight: 700;
}

.service-box p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.about-us {
    background: linear-gradient(to bottom, #ff0005, #bd0407);
}

.faq {
    background: linear-gradient(to bottom, #ff0005, #fc373a);
}

.about-us .main-heading,
.faq .main-heading,
.faq .sub-heading,
.about-us .sub-heading {
    color: #fff;
}

.about-us img {
    z-index: 120;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-us img+svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #dbd7fc;
    z-index: 115;
}

.about-us p {
    line-height: 28px;
    padding-bottom: 10px;
    color: #fff;
}

.about-us li {
    padding-bottom: 8px;
    display: flex;
    align-items: start;
    color: #fff;
}

.about-us li svg {
    margin-right: 5px;
}

.about-us li svg path {
    fill: #fff;
}

.step-box {
    text-align: center;
    position: relative;
}

.step-box .step-box-number {
    width: 120px;
    height: 120px;
    background-color: #f8e1e1;
    border-radius: 50%;
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0005;
    margin: 0 auto;
    position: relative;
}

.step-box::after {
    content: "";
    background-image: url(../images/arrow.png);
    width: 99px;
    height: 23px;
    position: absolute;
    right: -50%;
    top: 50px;
    transform: translateX(-100%);
}

.step-box.last::after {
    display: none;
}

.step-box h4 {
    color: #ff0005;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}

.faq .accordion-item {
    padding-bottom: 10px;
}

.faq .accordion-item .accordion-button {
    border: 1px solid #ccc;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
    color: #fff;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #ff0005;
    border-color: #fff;
}

.faq .accordion-item .accordion-collapse {
    border: none;
}

.faq .accordion-item .accordion-button::after {
    background: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.faq .accordion-item .accordion-body {
    color: #fff;
}

.faq img {
    z-index: 120;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.testimonials-box p {
    font-style: italic;
    padding-top: 15px;
    line-height: 26px;
    font-weight: 200;
    padding-bottom: 15px;
    min-height: 220px;
}

.testimonials-box h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}

.testimonials-box h6 {
    font-weight: 400;
}

.contact-box {
    display: flex;
    align-items: center;
}

.contact-box .contact-box-icon {
    padding: 20px;
    width: 60px;
    height: 60px;
    background-color: #ff0005;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-right: 8px;
    color: #fff;
}

.contact-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: #ff0005;
    margin-bottom: 0;
}

.contact-box p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.dark-strip {
    background-color: #3c3c3c;
    padding: 20px 0;
    overflow: hidden;
}

.dark-strip .special-box {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    position: relative;
}

.dark-strip .special-box .special-box-icon {
    color: #ff0005;
    font-size: 36px;
    margin-right: 40px;
}

.dark-strip .special-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
}

.dark-strip .special-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

.dark-strip .row [class*="col-"] {
    border-right: 1px solid #5d5d5d;
}

.dark-strip .row [class*="col-"]:last-child {
    border: none;
}

.dark-strip .row [class*="col-"]::before {
    font-family: "Font Awesome 5 Free";
    font-size: 200px;
    position: absolute;
    color: #434343;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dark-strip .row [class*="col-"]:nth-child(1)::before {
    content: "\f007";
}

.dark-strip .row [class*="col-"]:nth-child(2)::before {
    content: "\f164";
}

.dark-strip .row [class*="col-"]:nth-child(3)::before {
    content: "\f017";
}

footer {
    padding: 15px 0;
}

footer ul {
    display: inline-flex;
}

footer p {
    font-size: 14px;
}

footer ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ff0005;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    color: #ff0005;
    transition: .3s;
}

footer ul li a:hover {
    color: #fff;
    background-color: #ff0005;
}

footer a {
    color: #ff0005;
}

.order-tracking-dropdown {
    width: 300px;
    padding: 20px;
    right: 0;
    left: auto !important;
}

.nav-item.dropdown:hover .order-tracking-dropdown {
    display: block;
}

.order-tracking-dropdown input.form-control:focus {
    box-shadow: none;
    border-color: #ff0005;
}

.banner-tracking-section .inner-container {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -9.962px -0.872px 70px 0px rgba(122, 122, 122, 0.2);
}

.banner-tracking-section .tracking-column {
    background-color: #1b1b1b;
    padding: 30px 20px 30px 30px;
}

.banner-tracking-section .tracking-address-column {
    background-color: #ff0005;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.banner-tracking-section .tracking-address-column .contact-box:nth-child(1) {
    margin-bottom: 10px;
}

.banner-tracking-section .tracking-address-column .contact-box-icon {
    background-color: #ff0005;
    font-size: 18px;
    margin-right: 8px;
    color: #fff;
}

.banner-tracking-section .tracking-address-column h3 {
    color: #fff;
    font-size: 18px;
}

.banner-tracking-section .tracking-address-column h2 {
    margin: 0;
}

.banner-tracking-section .tracking-address-column h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.banner-tracking-section .tracking-column .inner-column {
    position: relative;
    padding: 0 10px;
}

.banner-tracking-section .tracking-column h4 {
    color: #fff;
}

.tracking-form .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    gap: 10px;
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.tracking-form .form-group input[type=search] {
    position: relative;
    line-height: 43px;
    padding: 10px 10px 10px 10px;
    background: none;
    display: block;
    font-size: 16px;
    height: 55px;
    width: 70%;
    color: #000;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.tracking-form .form-group button {
    width: 30%;
}