body {
    font-family: Arial, sans-serif;
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-brand {
    color: #c01504;
    font-weight: bold;
    font-size: 45px;
    font-family: 'Red Hat Display', sans-serif;
}

.nav-link {
    font-size: 15px;
    color: #353535 !important;
    height: 80px !important;
    line-height: 60px !important;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-bottom: 0;
    font-family: 'Red Hat Display', sans-serif;
}

.nav-link:hover {
    color: #c01504;
}

main::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    width: 50%;
    /* Adjust width as needed */
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    background-image: url('../images/bg\ asomax\ 1.PNG');
    background-repeat: no-repeat;
    background-position: right;
}

.track-container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

main {
    padding-top: 91px;
    background-color: #fff;
}

.main {
    background-image: url('../images/bg\ asomax\ 2.PNG');
    background-repeat: no-repeat;
    background-position: left;
}

.track-container .row {
    flex-wrap: wrap;
}

.logosection {
    width: 12%;
}

.li-left {
    font-weight: 700 !important;
}

.bt {
    padding-left: 8px !important;
}

.login {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #fff;
    display: inline-block;
    text-transform: none;
    background-color: #dc291e;
    font-size: 1em;
    line-height: 1.2;
    padding: .6em 1.5em;
    border: 0 none;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
    border-radius: 40px;
    transition: all .2slinear;
    margin: 0 10px;
    font-weight: 700 !important;
}

.login:hover {
    border: 1px solid #c01504;
}

.login1 {
    display: none !important;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #fff;
    display: inline-block;
    text-transform: none;
    background-color: #dc291e;
    font-size: 1em;
    line-height: 1.2;
    padding: .6em 1.5em;
    border: 0 none;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
    border-radius: 40px;
    transition: all .2slinear;
    margin: 0 10px;
    font-weight: 700 !important;
    font-family: 'Red Hat Display', sans-serif;
}

.login1:hover {
    border: 1px solid #c01504;
}

.track h1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 8px;
    color: #dc291e !important;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
}

.track-box {
    box-shadow: 0 6px 16px #e8e8e8b5;
    background-image: url('../images/slider-ic-schedule.png') !important;
    background-repeat: no-repeat !important;
    background-position: center left 26px !important;
    padding: 12px 14px 12px 70px !important;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6px;
    height: 73px;
}

.track-box input {
    caret-color: #dc291e;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    font-family: 'Red Hat Display', sans-serif;
}

.track p {
    color: #5d6777;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 16px;
    font-family: 'Red Hat Display', sans-serif;
    padding: 7px 0px 0 5px;
}

.track-box {
    background: white;
    padding: 11px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 85% !important;
}

.track-box input {
    width: 80%;
    border: none;
    outline: none;
    padding: 10px;
    font-weight: 400;
}

.track-box button {
    outline: 0;
    box-shadow: none !important;
    border-radius: 6px;
    color: #fff;
    background-color: #dc291e;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 34px;
    border: 0;
    position: absolute;
    top: 11px;
    right: 20px;
    font-family: 'Red Hat Display', sans-serif;
}

.deleviry_man {
    display: flex;
    justify-content: center;
}

.deleviry_man img {
    max-width: 100%;
}

.feature {
    background-color: rgba(218, 218, 218, .25);
    position: relative;
}

.feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-color: #fff;
    z-index: 0;
}

.features .card {
    width: 100%;
    min-height: 160px;
    height: auto;
    padding-block: 14px;
    padding: 20px 40px;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px rgba(232, 232, 232, .667);
    border: 1px solid #f7f7f7;
}

.features .card:hover {
    background-color: #7c1913;
    color: white;
}

.features .card:hover h5 {
    color: white;
}

.features .card:hover p {
    color: white;
}

.card {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center content */
    text-align: center;
}

.card h5 {
    font-size: 17px !important;
    color: #5d6777;
    font-weight: 700 !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    transition: color .3sease;
}

.features .active {
    background-color: #dc291e;
    width: 370px;
    min-width: 300px;
    height: 250px;
}

.features .active svg {
    color: #fff;
}

.active h5 {
    font-size: 24px !important;
    color: white !important;
}

.active p {
    font-size: 18px !important;
    color: white !important;
}

.card p {
    color: #5d6777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    white-space: normal;
    transition: color .3sease;
}

.features .active svg {
    fill: white;
}

.card:hover svg {
    fill: white;
    /* Change SVG color to white on hover */
}

@media (max-width: 586px) {
    .track h1 {
        font-size: 1.8rem;
        margin-bottom: 1em;
    }
    .track-box button {
        padding: 16px;
        right: 12px;
    }
    .track-box {
        width: 96% !important;
    }
    .track-box input {
        padding: 0;
        width: 73%;
    }
    .card h5 {
        order: 1;
        /* Heading comes first */
    }
    .card p {
        order: 3;
        /* Paragraph comes second */
    }
    .card span {
        order: 2;
        /* SVG comes last */
    }
}

@media (max-width: 990px) {
    .navbar-collapse {
        padding: 10px;
    }
    .features .row {
        justify-content: center !important;
    }
    .navbar-nav {
        margin: 0;
        padding: 0 !important;
    }
    .login1 {
        display: block !important;
    }
    .login {
        display: none;
    }
    .nav-link {
        line-height: 1;
        height: 38px !important;
    }
    .deleviry_man img {
        max-width: 80%;
    }
    .features-cards {
        flex-wrap: wrap;
        gap: 24px;
    }
    .features .card {
        width: 320px;
        height: 100%;
        max-width: 100%;
        min-height: 200px;
    }
    .features .active {
        width: 320px;
        height: 100%;
        max-width: 100%;
        min-height: 200px;
    }
    header {
        z-index: 999999;
        background-color: #fff;
        padding: 19px 0;
    }
}