#transport .container {
    display: flex;
    flex-direction: column;
    gap: 82px;
    margin: 100px auto;
}

@media (max-width: 769px) {
    #transport .container {
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    #transport .container {
        gap: 42px;
    }
}

#transport .container h2 {
    font-size: 84px;
    line-height: 84px;
    text-transform: capitalize;
}

#transport .container h3 {
    font-size: 50px;
    line-height: 84px;
    background: linear-gradient(180deg, #231f20 0%, #50555c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

#transport .hero-part .banner-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#transport .hero-part .banner-img img {
    width: 100%;
}

#transport .hero-part .banner-img p {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 74px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -5.04px;
}

@media screen and (max-width: 1200px) {
    #transport .hero-part .banner-img p {
        left: 11% !important;
        top: 47% !important;
        font-size: 64px !important;
    }
}

@media screen and (max-width: 992px) {
    #transport .hero-part .banner-img p {
        font-size: 44px !important;
    }
}

@media screen and (max-width: 768px) {
    #transport .hero-part .banner-img p {
        font-size: 24px !important;
        left: 15% !important;
        top: 45% !important;
    }
}

@media screen and (max-width: 425px) {
    #transport .hero-part .banner-img p {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 1000px) {
    #transport .body {
        padding: 0 44px;
    }
}

#transport .body .title {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    gap: 10px;
}

#transport .body .title div {
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: -5.04px;
}

@media (max-width: 1000px) {
    #transport .body .title div {
        font-size: 44px;
    }
}

@media (max-width: 480px) {
    #transport .body .title div {
        font-size: 34px;
    }
}

#transport .body .title div:first-child {
    color: #ed1c24;
}

#transport .body .title div:last-child {
    background: linear-gradient(180deg, #141414 0%, #747484 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#transport .body .box {
    /* margin: 40px 0; */
}

#transport .body .box h2 {
    color: #ed1c24;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: -3px;
    border-bottom: 1px solid #ed1c24;
    width: 316px;
}

#transport .body .box p {
    color: #50555c;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.08px;
}

#transport .body .box img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}

#transport .body .box .header-nav-features {
    position: relative;
    height: max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#transport .body .box .header-nav-features .hire-container {
    padding: 16px 34px;
    border: 1px solid #ed1c24;
    border-radius: 48px;
    text-align: center;
    color: #ed1c24;
    transition: all 0.3s ease-in;
}

#transport .body .box .header-nav-features .arrow-circle {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed1c24;
}

#transport .body .box .header-nav-features .arrow-circle i {
    color: #ed1c24;
    transition: all 0.3s ease-in;
    transform: rotate(-45deg);
}

#transport .body .box .header-nav-features:hover .hire-container {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: white;
}

#transport .body .box .header-nav-features:hover .arrow-circle {
    border: 1px solid #ed1c24;
}

#transport .body .box .header-nav-features:hover .arrow-circle i {
    transform: rotate(0deg);
    color: #ed1c24;
}
