* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.nav_item {
    font-weight: 600;
}

.nav_link:hover {
    color: #ff6600; /* Orange */
    border-bottom: solid 2px #ff6600; /* Orange */
    padding-bottom: .3em;
    transition-duration: .2s;
}

nav {
    display: flex;
    justify-content: space-between;
    padding-inline: 2em;
    background-color: #007bff; /* Blue */
    align-items: center;
    color: white;
    position: fixed;
    width: 100%;
    transition-duration: .5s;
    z-index: 10;
}

.nav_img {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    display: grip;
    align-items: center;
}

.nav_list {
    display: flex;
    list-style: none;
    gap: 1em;
    margin-right: 3em;
}

.logo {
    display: flex;
    width: fit-content;
    align-items: center;
}

.burger {
    width: 2em;
    height: 2em;
    display: none;
}

.burger svg {
    color: orange;
}

main {
    padding-top: 7em;
}

.angels {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-block: 8em;
}

p.large_text {
    font-size: 5em;
}

p.large_text2 {
    font-size: 4em;
}

p.large_text3 {
    font-size: 3em;
}

p.large_text4 {
    font-size: 2.3em;
    font-weight: bold;
}

.header {
    margin-left: .5em;
    color: #d29b1a; /* Adjust if needed */
}

.long-text {
    width: 60ch;
    text-align: center;
    margin: auto;
    font-weight: 600;
    font-size: 1.3em;
    margin-block: 1em;
}

.back-image-itself {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 40em;
}

.on-image {
    width: 60%;
    color: white;
}

.text2 {
    float: right;
    margin-top: 4em;
}

.for-text {
    margin-block: 2em;
}

.back-image {
    height: 40em;
    margin-bottom: 3em;
}

.last-ad {
    color: #007bff; /* Blue */
    text-align: center;
}

.text-width {
    width: 70ch;
    text-align: center;
    margin-block: 1em 2em;
    font-size: 18px;
}

.why-us {
    width: 69%;
    margin: auto;
    padding: 1.1em;
}

.why-us-header {
    font-size: 2em;
    margin-bottom: 1em;
}

.why-us h1 {
    margin-block: 1em .5em;
}

.us-why {
    font-size: 18px;
}

.what-we-provide__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.what-we-provide__item {
    width: 300px; /* Adjust the width as needed */
    margin: 20px;
    font-size: 18px;
}

.chosen {
    margin-block: 1.22em .5em;
}

.vision {
    background-color: #444444;
    width: 70%;
    height: 150px;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px auto;
    padding: 20px 0;
    border-bottom: 20px solid #ff6600; /* Orange */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.vision p {
    padding: 0 50px;
}

.hide {
    display: none !important;
}

.work__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
    background-color: #4444441d;
}

.work__img {
    box-shadow: 0px 4px 25px rgba(14, 36, 49, 0.15);
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 1em;
}

.contact__container {
    margin: 3em auto;
    width: 90%;
}

form {
    display: grid;
    justify-content: center;
    width: 90%;
}

legend {
    text-align: center;
}

legend h1 {
    color: #007bff; /* Blue */
    margin-inline: 1em;
}

fieldset {
    border-radius: 3em;
    border-color: #007bff; /* Blue */
}

.message {
    padding: 1.8ch;
    width: 34em;
    border-radius: .7em;
    margin: 1em auto;
    border: solid #007bff 2px; /* Blue */
    font-size: 14px;
}

.send-button {
    width: fit-content;
    padding: 1.5ch 2ch;
    border-radius: .5em;
    color: white;
    background-color: #007bff; /* Blue */
    border: solid #007bff 2px; /* Blue */
    transition: .3s;
    margin-left: 20em;
    margin-bottom: 2em;
}

.send-button:hover {
    color: #007bff; /* Blue */
    background-color: white;
}

.footer {
    background-color: #007bff; /* Blue */
    color: white;
    text-align: center;
    font-weight: var(--font-semi);
    padding: 1em;
}

.footer__title {
    font-size: 2rem;
    margin-bottom: var(--mb-4);
}

.footer__social {
    margin-bottom: var(--mb-4);
}

.footer__icon {
    font-size: 1.5rem;
    color: #ff6600; /* Orange */
    margin: 0 var(--mb-2);
}

.three-image {
    display: flex;
    background-color: #4d004d;
}

.image-1 {
    width: 100%;
    height: 18em;
    z-index: 1;
    transition-duration: .4s;
    color: #d29b1a; /* Adjust if needed */
    border-bottom: solid #d29b1a 1.5px; /* Adjust if needed */
}

.image-1 img {
    width: 100%;
    height: 100%;
}

.image-1:hover {
    transform: scale(1.02);
}

.margin-b {
    margin-bottom: 1em;
}

.why-us {
    margin-inline: 12em;
}

.some-margin {
    margin-inline: 3em 5.5em;
    margin-top: 1em;
}

ul.contact__list li {
    margin: 1em;
}

.display_some {
    display: flex;
    justify-content: space-between;
    margin-inline: 2em;
}

li {
    text-align: left;
    display: flex;
    align-items: center;
    gap: .5em;
}

li svg {
    width: 2em;
}

.footer_link li {
    margin-bottom: 1em;
}

.disclaimer {
    color: #007bff; /* Blue */
}

.what-we-provide__icon {
    font-size: 25px;
}

.back {
    background-image: url(../static/images/lean6.jpg);
    background-position: center;
    background-size: contain;
}

.fleet {
    background-color: rgba(128, 128, 128, 0.521);
}

.fleet div img {
    margin: 2em 1em;
}

.clean-bus {
    font-size: 20px;
    line-height: 2;
    color: #d29b1a; /* Adjust if needed */
}

section.videos {
    background-color: #4d004d;
}

.new-content {
    display: flex;
    padding-inline: 5em;
    gap: 1em;
    padding-block: .5em;
    align-items: center;
    padding-bottom: 2em;
    border-bottom: #d29b1a solid 5px; /* Adjust if needed */
}

video {
    width: 60%;
    padding: 2em;
}

.fade-out {
    transition-duration: .5s;
    opacity: 0;
}

.imagevids {
    width: 50%;
}

.carousel-div {
    margin: auto;
    width: fit-content;
    text-align: center;
}

.carousel-div video {
    width: 70%;
}

.hiring-text {
    font-size: 18px;
    width: 70ch;
}

.phone-contact {
    display: none;
}

.close {
    display: none;
}

@media(max-width:800px) {
    .text2 {
        margin-top: 3em;
        font-size: 3.2em !important;
        width: 90%;
    }
    .text1 {
        font-size: 3.5em !important;
        width: 100%;
    }
    .three-image {
        display: grid;
    }
    .three-image img {
        margin-bottom: 1em;
    }
    .hiring-text {
        width: 90%;
        margin-inline: 2em;
    }
    .why-us {
        width: 90%;
        margin: 2em;
    }
    .burger {
        display: block;
    }
    .nav_list {
        display: none;
    }
    .text-width {
        width: unset;
        margin-inline: 1em;
    }
    .long-text {
        width: unset;
        margin-inline: 1em;
    }
    fieldset {
        border: none;
    }
    .message {
        width: 90%;
        border-radius: 0;
        border: none;
        border-bottom: solid black 2px;
        outline: none;
    }
    .phone-contact {
        display: block;
    }
    .contact__container {
        display: none;
    }
    .new-content {
        display: grid;
        padding: 0;
        gap: 0;
        margin: 0;
        border: none;
    }
    .clean-bus {
        width: unset;
        padding-inline: 1em;
        margin: 0;
    }
    video {
        width: 100% !important;
        padding: 0;
        height: unset;
        margin: 0;
    }
    nav {
        padding: .2em;
    }
    .some-margin {
        margin-inline: 0;
    }
    .margin-too {
        margin-inline: 1em;
    }
    .nav_list {
        background-color: #007bff; /* Blue */
        position: fixed;
        float: left;
        right: 0;
        margin: 0;
        top: .5em;
    }
    .nav_item, .close {
        padding: 1em;
        border-block: solid white 1.5px;
        width: 100%;
        display: block;
    }
    .home {
        border: none;
    }
    main {
        padding-top: 4em;
    }
    .orange-text {
        color: #ff6600; /* Orange color */
    }
}