

@media (min-width: 1800px) {
    header {
        height: 100vh;
    }
    header .caption {
        padding: 80px 0;
    }
}


@media (max-width: 1100px) {
    /* Navbar */
    nav .nav-content ul.links,
    nav .nav-content button {
        display: none;
    }
    nav .nav-content.responsive button {
        display: block;
        height: 40px;
    }
    nav .nav-content.responsive button a {
        font-size: 16px;
    }
    .show-menu {
        display: flex;
    }
    /* Footer */
    footer ul.links li a {
        font-size: 15px;
    }

    /* footer .content .links {
        width: 65%;
    } */
}

@media (max-width: 991px) {
    /* Footer */
    footer .content {
        flex-direction: column;
        gap: 20px;
    }
    footer .content .links {
        flex-wrap: wrap;
        justify-content: center;
        /* width: 100%; */
        gap: 20px;
        flex-direction: column;
    }
    /* Download-App */
    #download-app, #download-app .main-container {
        margin-top: 0;
    }

    /* Steps */
    .steps {
        flex-direction: column;
        align-items: center;
        height: 800px;
    }

    .steps::before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        background: repeating-linear-gradient(to bottom, #8F9405, #8F9405 10px, transparent 10px, transparent 20px);
        transform: translateX(-50%);
        z-index: -1;
        animation: moveLineResponsive 1s linear infinite;
    }

    .steps .step {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        position: relative;
    }

    .steps-container .labels {
        flex-direction: column;
        align-items: start;
        height: 100%;
        position: absolute;
        right: 53%;
        top: 0;
        padding: 30px 0;
    }

    .steps .step:not(:first-child)::after {
        right: 42%;
        top: -15px;
        transform: translate(-50%, 50%);
    }
}

@media (max-width: 880px) {
    /* About-Us */
    #aboutUs .bg img {
        width: 450px;
    }
    #aboutUs .bg img:nth-child(1) {
        right: -200px;
    }
    #aboutUs .bg img:nth-child(2) {
        left: -200px;
    }
}

@media (max-width: 870px) {
    /*? header-images */
    header .caption .img-1 {
        right: -30%;
    }
    header .caption .img-2 {
        right: -80px;
    }
    header .caption .img-4 {
        left: -28%;
    }
}

@media (max-width: 755px) {
    /*? header-images */
    header .caption .floating-img {
        width: 100px;
    }
    header .caption .img-1 {
        right: -10%;
        top: -10px;
    }
    header .caption .img-2 {
        right: 10%;
        bottom: -10%;
    }
    header .caption .img-3 {
        left: 0;
    }
    header .caption .img-4 {
        left: -10%;
        top: -5%;
    }

    .owl-carousel button.owl-dot {
        width: 10px;
        height: 6px;
    }

}

@media (max-width: 550px) {
    /* About-Us */
    #aboutUs .main-container > .img-phone-container {
        width: 300px;
        margin-top: 40px;
    }
    #aboutUs .main-container .img-phone-container::before,
    #aboutUs .main-container .img-phone-container::after {
        top: -25px;
    }
    #aboutUs .main-container .arrow-1,
    #aboutUs .main-container .arrow-2 {
        top: -15px;
        width: 40px;
    }
    #aboutUs .main-container .arrow-2 {
        left: 35px;
        width: 50px;
    }
}

@media (max-width: 540px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 13px;
    }
    .main-btn {
        height: 35px;
    }
    .main-btn a {
        font-size: 12px;
    }
    header .caption {
        gap: 10px;
    }

    /*? header-images */
    header .caption .floating-img {
        width: 70px;
    }
    header .caption .img-1 {
        right: 5%;
        top: 2%;
    }
    header .caption .img-2 {
        bottom: -20%;
    }
    header .caption .img-4 {
        left: 5%;
    }
    header .caption .img-3 {
        left: 10%;
    }

}

@media (max-width: 500px) {
    /* Footer */
    footer .content .links a {
        font-size: 13px;
    }
}

@media (max-width: 440px) {
    /*? header-images */
    header .caption .img-2 {
        bottom: -10%;
    }
}

@media (max-width: 380px) {
    /*? header-images */
    header .caption .img-2 {
        right: 5%;
    }
    header .caption .img-3 {
        left: 5%;
    }
    p {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    h2 {
        font-size: 20px;
    }
    /*! Steps */
    /* About-Us */
    #aboutUs .main-container .img-phone-container::before,
    #aboutUs .main-container .img-phone-container::after {
        font-size: 13px;
    }
    #aboutUs .main-container .img-phone-container::before,
    #aboutUs .main-container .img-phone-container::after {
        top: -20px;
    }
    #aboutUs .main-container .img-phone-container::after {
        left: 15px;
    }
}

@media (max-width: 345px) {
    h1 {
        font-size: 20px;
    }
}
