@media screen and (max-width:1280px) {
    .about-content .about-text {
        width: 585px;
    }

    .about-content .about-image {
        width: 617px;
        height: 400px;
    }
}

@media screen and (max-width:1200px) {
    .general-title {
        line-height: 65px;
        font-size: 65px;
    }

    .banner {
        background-size: 25%;
    }

    .about .general-title {
        margin-bottom: -90px;
    }

    .about-content .about-text {
        width: 585px;
    }

    .about-content .about-title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .about-content .about-description {
        font-size: 20px;
        line-height: 22px;

    }

    .about .swiper-wrapper {
        padding-bottom: 56px;
    }

    .services-info .service-card {
        height: 400px;
        padding: 36px;

    }

    .services-info .service-card .service-num {
        font-size: 100px;
        line-height: 100px;
    }

    .services-info .service-card .service-desc {
        font-size: var(--text-md);
        line-height: 22px;

    }

    .join-us .images img {
        margin-bottom: -170px;
    }

    .driver .left {
        width: 50%;
    }

    .driver .right {
        width: 45%;
        height: auto;
    }

    .join-us .images {
        margin-top: 25px;
    }
}

@media screen and (max-width:1130px) {
    .banner-content .banner-right .small-img {
        display: block;
    }

    .banner-content .banner-right .big-img {
        display: none;
    }

    .banner-content .primary-text {
        line-height: 35px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .banner-content .secondary-text {
        line-height: 22px;
        margin-bottom: 30px;
        font-size: var(--text-md);
    }
}

@media screen and (max-width:992px) {
    header {
        height: 60px;

    }

    .header-content .header-logo {
        width: 100px;
        height: 25px;
    }
    .header-content .lang{
        display: none;
    }
    header .menu-icon {
        display: block;
    }

    .header-content .header-right,
    .header-content nav {
        display: none;
    }

    .banner {
        background-size: 22%;
    }

    .banner-shadow {
        height: 100px;
    }

    .banner-content .primary-text {
        line-height: 30px;
        margin-bottom: 12px;
        font-size: 25px;
    }

    .banner-content .secondary-text {
        line-height: 24px;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .banner-content .bottom-img a {
        width: 162px;
        height: 50px;
    }

    .general-title {
        line-height: 55px;
        font-size: 55px;
    }

    .about {
        padding: 0 0 40px;
    }

    .about .about-content {
        align-items: center;
    }

    .about-content .about-text {
        width: 55%;
    }

    .about-content .about-image {
        width: 45%;
        height: auto;
    }

    .about .general-title {
        margin-bottom: 0;
    }

    .about-content .about-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .about-content .about-description {
        font-size: 16px;
        line-height: 18px;

    }

    .about .swiper-wrapper {
        padding-bottom: 45px;
    }

    .services-info .service-card {
        height: 360px;
        padding: 32px;

    }

    .join-us .images img {
        margin-bottom: -120px;
    }

    .join-us .join-us-desc {
        font-size: 20px;
        line-height: 24px;
    }

    .driver .driver-desc {
        font-size: 18px;
    }

    .footer-top .column-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .footer-top .contact li {
        gap: 12px;
    }

    .footer-top .contact li img {
        width: 28px;
        height: 28px;
    }

    .footer-top .contact li span {
        font-size: 19px;
    }

    .footer-top .shortucts li {
        font-size: 19px;
    }

    .footer-top .follow-us img {
        width: 30px;
        height: 30px;
    }

    .download-links a {
        width: 162px;
        height: 51px;
    }
}

@media screen and (max-width:856px) {

    .banner-content .primary-text {
        line-height: 26px;
        margin-bottom: 25px;
        font-size: 23px;
    }

    .banner-content .secondary-text {
        line-height: 16px;
        margin-bottom: 25px;
        font-size: 14px;
    }

    .about .general-title {
        margin-bottom: 22px;
    }

    .footer-content .footer-top {
        flex-wrap: wrap;
        padding: 20px 0;

    }

    .footer-content .footer-top .footer-column {
        width: 40%;
        margin-bottom: 20px;
    }

    .footer-content .download-links {
        justify-content: flex-start !important;
    }
}

@media screen and (max-width:768px) {
    .general-title {
        line-height: 54px;
        font-size: 45px;
        padding: 0 !important;
    }

    header {
        height: 48px;

    }

    header .header-content {
        padding: 12px 24px;
    }

    .header-content .header-logo {
        width: 90px;
        height: 22px;
    }

    .banner {
        background-size: 43%;
        background-position: right 145px;
    }

    .banner-shadow {
        margin-top: -60px;
    }

    .banner-content {
        margin-top: 30px;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 24px;
    }

    .banner-content .banner-left {
        width: 80%;
    }

    .banner-content .banner-right {
        width: 82%;
        align-self: center;
    }


    .about .about-content {

        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .about .about-container {
        padding-right: 24px;
    }

    .about-content .about-text {
        padding: 0 24px;
        width: 78%;
    }

    .about-content .about-image {
        height: auto;
        width: 60%;
    }

    .about .swiper-wrapper {
        padding-bottom: 40px;
    }

    .services .services-content {
        padding: 0 24px;
    }

    .services-info {
        flex-direction: column;
    }

    .services-info .service-card {
        width: 100%;
        padding: 25px;
        height: 340px;

    }

    .services-info .service-card .service-desc {
        font-size: 15px;
        line-height: 22px;

    }

    .join-us {
        padding: 0;
        margin: 0;
    }

    .join-us .join-us-content {
        border-radius: 16px;
        padding: 25px;
    }

    .join-us .images .small-img {
        display: block;
    }

    .join-us .images .big-img {
        display: none;
    }

    .join-us .join-us-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .join-us .images img {
        margin-bottom: 0;
    }

    .driver .driver-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .driver .driver-content {
        flex-direction: column;
        padding-left: 0;
        align-items: flex-start;
    }

    .driver .driver-content .left {
        padding: 0 24px;
        width: 60%;
        margin-bottom: 30px;
    }

    .driver .right {
        width: 100%;

    }

    .driver .right img {
        border-radius: 0;
    }

    footer .footer-content {
        padding: 0 24px;
    }

    .footer-top .column-title {
        font-size: 22px;
        line-height: 26px;
    }

    .footer-top .shortucts li {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .footer-top .contact li img {
        width: 24px;
        height: 24px;
    }

    .footer-top .contact li span {
        font-size: 17px;
        line-height: 22px;
    }

    .footer-content .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 20px;
        margin-top: 30px;
    }

    .footer-content .footer-top {
        flex-direction: column;
    }

    .footer-content .footer-top .footer-column {
        width: 100%;
    }

    .services .services-info {
        gap: 0;
    }

}

@media screen and (max-width:576px) {
    .general-title {
        line-height: 48px;
        font-size: 44px;
        padding: 0 !important;
    }

    header {
        height: 48px;
    }

    .header-content .header-logo {
        width: 90px;
        height: 22px;
    }

    .banner {
        background-image: none !important;
    }

    .banner-content {
        margin-top: 30px;
        padding: 0;
    }

    .banner-content .banner-left {
        padding: 0 25px;
        width: 100%;
    }

    .banner-content .primary-text {
        font-size: 20px;
        line-height: 24px;
    }

    .banner-content .banner-right {
        width: 368px;
        height: 566px;

    }

    .banner-content .bottom-img a {
        width: 162px;
        height: 50px;
    }

    .banner-content .banner-right {
        width: 100%;
        background-position: right;
        height: 566px;
    }

    .about {
        padding-bottom: 20px;
    }

    .about .about-content {
        gap: 20px;
    }

    .about-content .about-text {
        width: 100%;
        padding-right: 0;
    }

    .about-content .about-image {
        width: 100%;
    }

    .about-content .about-title {
        font-size: 20px;
        line-height: 24px;
    }

    .about-content .about-description {
        font-size: var(--text-sm);
        line-height: 16px;
    }

    .join-us .join-us-desc {
        font-size: 14px;
        line-height: 16px;
    }

    .services-info .service-card .service-desc {
        font-size: 12px;
        line-height: 16px;
    }

    .services-info .service-card .service-num {
        font-size: 72px;
        line-height: 74px;
    }

    .download-links {
        gap: 12px;
    }

    .footer-top .follow-us img {
        width: 24px;
        height: 24px;
    }

    .footer-bottom {
        font-size: 14px;
    }

    .driver .driver-content .left {
        width: 100%;
    }

    .driver .driver-desc {
        font-size: 14px;
        line-height: 16px;
    }

    .driver .driver-link a {
        width: 162px;
        height: 50px;
    }
}

@media screen and (max-width:390px) {
    .download-links a {
        width: 130px;
        height: 44px;
    }
}

@media screen and (max-width:360px) {
    .mobile-header .nav-link {
        font-size: var(--text-md);
        height: 45px;
    }

    .mobile-header .lang li a {
        font-size: var(--text-md);
        line-height: 24px;
        width: 70px;
    }
}

@media screen and (min-width:1440px) {
    .banner {
        background-size: contain;
        background-position-y: -78px;
    }

}

@media screen and (min-width:1320px) {
    .services-info {
        justify-content: space-around !important;
    }

    .services-info .service-card {
        width: 45%;
    }
}

@media screen and (min-width:576px) {
    .banner-content .banner-right {
        background-image: none !important;
    }

}