header {
    position: relative;
    overflow: hidden;
}

#hero {
    min-height: 550px;
    max-height: fit-content;
    width: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

span.middle_border {
    border-left: 1px solid var(--darkgray);
    border-right: 1px solid var(--darkgray);
    margin: 0 0.4rem;
    padding: 0 0.4rem;
}

.tracking_container {
    background: #fff;
    padding: 0.3rem;
    box-shadow: 0 0 5px 1px #0000002e;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.trackingBtn svg {
    display: none;
}

@media (max-width: 425px) {
    .trackingBtn span {
        display: none;
    }

    .trackingBtn svg {
        display: block;
    }
}

.headerImage {
    width: 700px;
    position: absolute;
    right: -5%;
}

.headerImageSM {
    position: relative;
    left: -30px;
    width: 130%;
}

@media (max-width: 1120px) {
    .headerImage {
        right: -15%
    }
}
@media (max-width: 320px) {
    .headerImage {
        transform: rotate(-5.5deg);
    }

    .heroBottomTilt {
        bottom: -1px;
    }

}

@media (max-width: 991px) {
    #about {
        padding-top: 0rem !important;
    }

    #hero {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .headerImage,
    .aboutImage {
        display: none;
    }
}

.mode_card {
    height: 300px;
    width: auto;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.mode_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.mode_card:hover .mode_image {
    scale: 1.04;
}

.heroBottomTilt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.heroBottomTilt svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
    transform: rotateY(180deg);
}

.heroBottomTilt .shape-fill {
    fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .heroBottomTilt svg {
        width: calc(100% + 1.3px);
        height: 99px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .heroBottomTilt svg {
        width: calc(100% + 1.3px);
        height: 60px;
    }
}

.section {
    height: auto;
    width: 120%;
    position: relative;
    bottom: 80px;
    left: -5%;
    transform: rotate(-4.5deg);
    z-index: 10;
}

@media (min-width: 1440px) {
    .section {
        transform: rotate(-3.5deg);
    }
}

@media (min-width: 1440px) {
    .section {
        transform: rotate(-3.5deg);
    }
}

@media (min-width: 1920px) {
    .section {
        transform: rotate(-3deg);
    }
}

@media (min-width: 2400px) {
    .section {
        transform: rotate(-2.5deg);
    }
}

/* about  */
#about {
    min-height: 500px;
    background: #fff;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#animationSectionSlides {
    height: auto;
    width: auto;
    padding: 0.5rem 0;
    overflow: hidden;
    background: #161616;
    display: flex;
    align-items: center;
    gap: 40px;
}

.slide_container {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: slide 280s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animation_slide.symbol {
    color: var(--yellow);
}

.animation_slide {
    white-space: nowrap;
    font-size: 1.2rem;
    color: var(--light);
    text-transform: uppercase;
    animation: animate_slide 20s linear infinite;
}

.aboutImage {
    width: 600px;
    position: absolute;
    top: -150px;
    right: 0;
}

.aboutImageSM {
    width: 100%;
    position: relative;
    top: -90px;
    left: 0;
    right: 0;
}

/* service  */
.service_card {
    height: 300px;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: end;
    position: relative;
}

.service_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.8s;
}

.service_card:hover .service_image {
    scale: 1.1;
}

.service_share_card {
    height: 100px;
    border-radius: 20px;
    background: var(--yellow);
}

.service_card .arrow {
    border: 1px solid white;
    padding: 0.4rem;
    outline: none;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    transition: 0.4s;
}

.arrow svg {
    transform: rotate(-45deg);
    transition: 0.4s;
}

.service_card:hover.service_card svg {
    fill: black !important;
    transform: rotate(0deg);
}

.service_card:hover.service_card .arrow {
    background: #fff !important;
}

.detailsServiceImage {
    position: relative;
    height: 250px;
    width: auto;
    overflow: hidden;
}
.detailsServiceImage img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* support  */
#support {
    min-height: 600px;
    max-height: fit-content;
    width: auto;
    position: relative;
    overflow: hidden;
}

.support_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/logistics_bg.jpg) center fixed;
    background-size: cover;
    filter: brightness(0.35);
}

.support_small_image {
    height: 120px;
    width: 120px;
    border: 3px solid white;
    border-radius: 10px;
}

.support_small_image.separate {
    position: relative;
    left: 140px;
}

/* testimonial  */
.testimonail_card {
    height: auto;
    width: auto;
}

.testimonail_cards_rounding {
    border-radius: 20px;
}

.testimonail_image_container {
    height: auto;
    width: auto;
    background-color: #f1f1f1;
    padding: 0.65rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.testimonail_card_color {
    background-color: #f1f1f1;
}

.testimonial_image {
    height: 100px;
    width: 120px;
    background: var(--yellow);
}

.testimonail_name {
    height: auto;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    padding: 1rem;
}

.testimonail_review_container {
    min-height: 210px;
    width: auto;
    background-color: #f1f1f1;
    color: #856434;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 3rem 2rem;
}

#offers {
    background: linear-gradient(to top, #fffffff1, #fffffff1), url(../img/logistics_bg.jpg) fixed;
}