:root {
    --bs-primary: #f4be3a;
    --bs-secondary: #ca8f30;
    --bs-link-color-rgb: 244,190,58;
    --bs-link-hover-color-rgb: 202,143,48;
}
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
}
.logo {
    height: 40px;
}
.custom-shape-divider-bottom-1704292080 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-top: 5rem;
}
.custom-shape-divider-bottom-1704292080 svg {
    position: relative;
    display: block;
    width: calc(151% + 1.3px);
    height: 144px;
}
.custom-shape-divider-bottom-1704292080 .shape-fill {
    fill: #f4be3a;
}
.custom-shape-divider-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 400px;
}
.custom-shape-divider-left svg {
    height: 100%;
}
.section {
    margin-top: 16px;
}
.section h1 {
    text-align: center;
}
.feature {
    text-align: center;
    padding-inline: 1rem;
}
.feature .icon {
    width: 75px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.trucks-img {
    width: 400px;
    float: right;
    box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 1);
}
.features-row {
    margin-top: 2rem;
}
.functions {
    align-items: center;
}
.functions img.img-fluid {
    display: none;
}
.functions:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.wrapper {
    background-color: #f4be3a;
    padding-block: 1rem;
}
footer {
    text-align: center;
    color: #111 !important;
}
footer p {
    margin: 16px 0;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav a {
    color: inherit;
    text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
    color: #333 !important;
}
.contact-item {
    margin: 1rem 0;
}
.contact-item:first-of-type {
    margin-top: 0 !important;
}
.contact-item h2 {
    font-size: 1.5rem;
}
.contact-item a {
    text-decoration: none;
}
.functions-container {
    text-align: center !important;
}
.info {
    margin-bottom: 1rem;
}
.alert-fixed {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
    max-width: 75vw;
}

@media (min-width: 768px) {
    .alert-fixed {
        max-width: 30vw;
    }
    .section {
        margin-top: 80px;
   }
    .features-row {
        --bs-gutter-x: 5rem;
   }
    .feature {
        padding-inline: 5rem;
   }
    .feature .icon {
        padding-bottom: 1.5rem;
   }
    .functions {
        width: 70%;
        margin: 1rem auto;
        --bs-gutter-x: 1.5rem;
   }
    .functions img.img-fluid {
        display: block;
   }
    .wrapper {
        padding-block: 5rem;
   }
    .addition {
        width: 50%;
        margin: 5rem auto;
   }
    .info {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 3rem;
   }
    .functions-container {
        width: 50%;
        margin: 1rem auto 5rem auto;
   }
    .contact-item {
        margin: 3rem 0;
   }
}
.bi {
    color: #f4be3a;
    margin-right: 6px;
}
.checklist {
    list-style: none;
    padding-left: 0;
}
.detailed-functions h2 {
    font-size: 1.5rem;
}
.addition {
    text-align: center !important;
}
@media (max-width: 576px) {
    body {
        text-align: center !important;
   }
}



.alert-hidden {
    display: none;
}