/* الموبايلات */
@media (max-width: 768px) {
    /* Nvabar */
    .header-floating{
        top: 0;
    }
    .header-floating .navbar-box{
        border-radius: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
        color: #198754;
    }
    .navbar ul.navbar-nav {
        gap: 10px;
    }
    .navbar ul li a {
        border-bottom: 1px solid #eee;
    }
    .navbar-collapse {
        text-align: center;
        margin-bottom: 50px;
    }
    /* ------------------------------------- home  page ---------------------------------------  */
    .hero-section {
        flex-direction: column;
        padding: 20px 0 !important;
                margin-top: 132px;
    }
    .hero-section h1 {
        font-size: 42px;
    }
    .hero-section .image img {
        width: 100%;
    }
    .hero-section .text {
        text-align: center;
        max-width: 100%;
        padding: 40px 0;
    }
    .hero-section .image img:first-child,
    .hero-section .image img:last-child {
        width: 36px;
    }
    /* ----------------------------------------- home  page => counts  --------------------------- */
    .counts .app-counts {
        flex-direction: column;
        margin: 10px 0 !important;
        gap: 20px;
    }
    .counts .app-counts .count {
        border-radius: 0;
        background-color: #198754;
    }
    .counts .app-counts .count h3,
    .counts .app-counts .count h2 {
        color: var(--white-color) !important;
    }
    .application .app-application > img {
        display: none;
    }
    .application .content h1 {
        font-size: 48px;
    }
    .application .content .images img {
        width: 100%;
    }
    /* ----------------------------------------- home  page => about-section  --------------------------- */
    .about-section {
        flex-direction: column-reverse;
        padding: 5px 10px;
    }
    .about-section > header {
        text-align: center;
    }
    .about-section > header h3 {
        font-weight: bold;
        color: var(--main-color-dark);
        font-size: 32px;
        /* background-color: var(--warning-color); */
        padding: 10px !important;
        border-radius: 10px;
    }
    .about-section > header h2 {
        font-size: 15px;
        padding-top: 15px !important;
    }
    .about-section .content {
        max-width: 100%;
    }
    .about-section .image-box {
        max-width: 100%;
    }
    /* ----------------------------------------- home  page => vision  --------------------------- */
    .vision {
        height: 280px;
    }
    .vision .content .top,
    .vision .content .bottom {
        position: unset;
        width: 86%;
        margin: auto;
    }
    .vision .content {
        width: 100%;
        left: 0;
        gap: 80px;
    }
    .vision .content .arrow {
        transform: rotate(30deg);
        z-index: -1;
    }
    .vision .cricle-right {
        position: absolute;
        right: -159px;
        top: -108px;
        display: none;
    }
    .vision .cricle-left {
        position: absolute;
        left: -163px;
        top: -108px;
        display: none;
    }
    /* ----------------------------------------- home  page => core_values  --------------------------- */
    .core_values .app_core_values .item {
        width: 100%;
    }
    /* ----------------------------------------- home  page => why-choose-us  --------------------------- */
    .why-choose-us {
        margin: 100px 0 0 0 !important;
    }
    .why-choose-us .app-why-choose-us .item {
        width: 100%;
    }
    /* ----------------------------------------- home  page => clients-slider  --------------------------- */
    .clients-slider header h2 {
        margin: 28px 0 !important;
    }

    /* ----------------------------------------- home  page => .testimonials-container  --------------------------- */
    .testimonials-container {
        width: 100% !important;
        padding: 5px !important;
        margin: 60px 0 !important;
    }
    /* ----------------------------------------- home  page => .services  --------------------------- */
    .services .top-services .app-top-services {
        flex-direction: column;
    }
    .services .top-services .app-top-services .content {
        width: 100%;
    }
    .services .top-services .app-top-services .images {
        width: 100%;
        height: 400px;
        margin: 40px 0;
    }
    .services .top-services .app-top-services .content header p {
        width: 100%;
    }
    .services .bottom-services .app-bottom-services {
        flex-direction: column;
        gap: 20px;
    }
    .services .bottom-services .app-bottom-services .item {
        width: 100%;
    }
    .technology-is-used .service-whatsapp {
        text-align: center;
        padding: 20px 0;
        /* background: #f80; */
        color: var(--main-color-dark);
        margin: 14px 0;
        border-radius: 10px;
    }
    .technology-is-used .service-whatsapp h4 {
        /* color: var(--white-color); */
    }
    .technology-is-used .app-technology-is-used {
        flex-direction: column;
    }
    .technology-is-used .app-technology-is-used svg {
        transform: rotate(277deg);
        position: relative;
        right: -67px;
        width: 153px;
    }
    .technology-is-used .app-technology-is-used .item:not(.vector) {
        border: 1px solid #f3f3f3;
        box-shadow: 10px 10px 5px -12px rgba(0, 0, 0, 0.52);
        -webkit-box-shadow: 10px 10px 5px -12px rgba(0, 0, 0, 0.52);
        -moz-box-shadow: 10px 10px 5px -12px rgba(0, 0, 0, 0.52);
        border-radius: 15px;
    }

    .human-power .app-human-power {
        flex-direction: column;
        height: 900px;
    }
    .human-power .app-human-power .content .items .app-items {
        flex-direction: column;
    }
    .human-power .app-human-power .content {
        width: 100%;
    }
    .counts {
        margin: 80px 0 !important;
    }
    .counts .app-counts .item {
        width: 100% !important;
    }
    /* ------------------------------------- integration page ---------------------------------------  */
    .integration {
      margin: 105px 0;
        padding: 10px 0;
    }
    .integration > header {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .integration header h2 {
        width: 100%;
        font-size: 25px;
    }

    .integration .items {
        flex-direction: column;
    }
    .integration .items .item {
        width: 100%;
        background-color: #fff7ed;
    }
    .are_you_search {
        margin: 0 0 70px 0;
    }
    .are_you_search h2 {
        font-size: 25px;
    }
    .are_you_search p {
        font-size: 15px;
        padding-bottom: 20px !important;
    }

    /* ------------------------------------- contact us  page ---------------------------------------  */
    .contact-us {
        margin: 118px  0;
        padding: 7px;
    }
    .contact-us .app-contact-us {
        flex-direction: column-reverse;
    }
    .contact-us .app-contact-us .right,
    .contact-us .app-contact-us .left {
        width: 100%;
    }
    .contact-us .app-contact-us .left header {
        text-align: center;
    }
    .contact-us .app-contact-us .left header h2 {
        font-weight: bold;
        color: var(--main-color-dark);
        font-size: 36px;
    }
    .contact-us .app-contact-us .left header p {
        font-weight: bold;
        padding: 20px 0 !important;
    }
    .contact-us .app-contact-us .right .items-bottom .app-items-bottom {
        flex-direction: column;
        gap: 10px;
    }
    .contact-us .app-contact-us .right .items-bottom .app-items-bottom .item {
        width: 100%;
    }

    /* to_serve_you  */
    .to_serve_you {
        margin: 50px 20px;
    }
    .to_serve_you > p {
        font-size: 13px;
    }
    .to_serve_you .buttons {
        flex-direction: column;
        gap: 5px;
    }
    /* ------------------------------------- footer section ---------------------------------------  */
    .footer {
        height: 700px;
    }
    .footer::after {
        opacity: 1;
    }
    .footer .app-footer {
        flex-direction: column;
        padding: 30px;
        gap: 40px;
    }
    .footer .app-footer h2 {
        color: var(--white-color);
    }
    .footer .app-footer .item {
        width: 100%;
    }
    .footer .app-footer .item:first-child {
        width: 100%;
    }
    .footer .app-footer .item:first-child p {
        color: var(--white-color);
    }

    /* public */
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }
    .popup-box {
        max-width: 100%;
        height: 60%;
        display: flex;
        align-items: center;
        border-radius: 0;
    }
    .popup-box p {
        font-size: 22px;
    }
    .close-btn{
            color: #F44336;
            font-size: 40px;
    }
}
/* التابلت */
/* @media (min-width: 577px) and (max-width: 768px) {
    .counts .app-counts {
        flex-direction: column;
        margin: 10px 0 !important;
        gap: 20px;
    }
} */

/* اللابتوب */
@media (min-width: 520px) and (max-width: 1560px) {

    .counts .app-counts {
        margin: -45px 0 !important;
    }
    .human-power .app-human-power{
            margin-bottom: 120px;
    }
}

/* الشاشات الكبيرة */
@media (min-width: 1201px) {
}
