  @media (max-width: 768px) {

      /* about */

      .about-book-btn {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin-top: 1rem;
      }

      .about-book-btn a {
          color: #fff;
          text-decoration: none;
      }

      .about-book-btn i {
          margin-left: 6px;
          font-size: 0.9rem;
      }




      /* flighs */
/*
      .flighs-btn {
          display: flex;
          flex-direction: column;
          padding: 20px 0;
      }

      .book-btn {

          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin-top: 1rem;
      }

      .text-btn {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 20px 0;
          flex: 1.5;
          margin: auto;
      } */




      /* .flighs-btn {
        flex-direction: column !important;
    }

    .flighs-btn .col-5 {
        order: 0 !important;
        width: 100% !important;
        padding: 1rem !important;
    }

    .flighs-btn .col-5 img {
        max-height: 140px !important;
        object-fit: contain !important;
        margin: auto;
    }

    .flighs-btn .col-7 {
        order: 1 !important;
        width: 100% !important;
        padding: 1rem !important;
        text-align: center !important;
    }

    .text-btn {
        text-align: center !important;
        font-size: 0.9rem !important;
    }

    .book-btn {
        justify-content: center !important;
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .book-btn .btn {
        width: 100% !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 1rem !important;
    } */




    .flighs-btn {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .flighs-btn .col-5 {
        order: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 1rem !important;
    }

    .flighs-btn .col-5 img {
        max-height: 140px !important;
        width: auto !important;
        object-fit: contain !important;
        margin: auto;
    }

    .flighs-btn .col-7 {
        order: 1 !important;
        width: 100% !important;
        padding: 1rem !important;
        text-align: center !important;
    }

    .text-btn {
        text-align: center !important;
        font-size: 0.9rem !important;
    }

    .book-btn {
        justify-content: center !important;
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .book-btn .btn {
        width: 100% !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 1rem !important;
    }



    flighs-btn .card {
    height: 50vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    overflow: hidden !important;
  }

  .flighs-btn .card .row {
    flex-direction: column !important;
    height: 100% !important;
    margin: 0 !important;
  }

  .flighs-btn .col-5 {
    height: 30% !important;
    padding: 0.5rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .flighs-btn .col-5 img {
    max-height: 100px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* النص والزر */
  .flighs-btn .col-7 {
    height: 70% !important;
    padding: 0.5rem 1rem !important;
    display: block !important;
    text-align: center !important;
    overflow-y: auto;
  }

  .flighs-btn .col-7 h4 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    margin-bottom: 0.5rem !important;
  }

  .flighs-btn .col-7 h5,
  .flighs-btn .col-7 h6,
  .flighs-btn .col-7 p {
    font-size: 0.85rem !important;
    margin-bottom: 0.3rem !important;
  }

  .flighs-btn .col-7 .btn {
    display: inline-block !important;
    margin: 0.6rem auto 0 auto !important;
    font-size: 0.85rem !important;
    padding: 0.4rem 1.2rem !important;
    border-radius: 30px !important;
    min-width: 120px !important;
    max-width: 180px !important;
  }










 h2.about-us-title,
  .about-us-title {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important;

    display: block !important;

    margin-inline-start: 0 !important;
    margin-inline-end: auto !important;
    text-align: start !important;

    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    max-width: 90% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;

    overflow: visible !important;
    text-overflow: unset !important;
  }





    .client-logo-item img {
            max-height: 80px !important;
            width: auto !important;
            margin: 0 auto !important;
            display: block !important;
            object-fit: contain !important;
        }




  }



  /* breadcrumb */

  @media (max-width: 992px) {
      .hero-slide {
          height: 300px;
      }

      .hero-caption h2 {
          font-size: 1.6rem;
      }

      .hero-caption p {
          font-size: 1rem;
      }


      /* hero section */

      .hero-slidel {
          height: 400px;
      }

      .hero-captionl h2 {
          font-size: 2rem;
      }

      .hero-captionl p {
          font-size: 1rem;
      }

  }

  @media (max-width: 576px) {
      .hero-slide {
          height: 220px;
      }

      .hero-caption h2 {
          font-size: 1.3rem;
      }

      .hero-caption p {
          font-size: 0.9rem;
      }

      .hero-caption .btn-primary {
          font-size: 0.85rem;
          padding: 0.4rem 1rem;
      }

      /* hero section */

      .hero-slidel {
          height: 300px;
      }

      .hero-captionl h2 {
          font-size: 1.5rem;
      }

      .hero-captionl p {
          font-size: 0.9rem;
      }

      .hero-captionl .btn-primary {
          font-size: 0.85rem;
          padding: 0.4rem 1rem;
      }
  }



      /* register form */

      @media (min-width: 768px) {
          #signupPopupForm .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .6rem .8rem;
        }

        #signupPopupForm .grid-3 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: .6rem .8rem;
        }
    }























/* header */


    @media (max-width: 767px) {

    .header-top-bar,
    .header-menu-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .image-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logomirag {
        margin-top: 33px;
    }

    .logodisplaynono {
        display: none !important;
    }

    .booking {
        display: flex !important;
        align-items: center!important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 1rem !important;
    }

    /* قائمة الهيدر فوق */
    .header-top-content .header-left ul.list-items {
        display: flex;
        flex-direction: column;
        gap: 3px;
        text-align: center;
        width: 100%;
    }

    .header-right {
        width: 100%;
        justify-content: center !important;
        margin-top: 8px;
    }

    .select-contain select {
        width: 130px !important;
        padding: 6px 8px !important;
        font-size: 14px !important;
        text-align: center !important;
        border-radius: 6px !important;
    }

    .select-contain {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* المنيو */
    .main-menu-content nav ul {
        gap: 4px !important;
    }

    .main-menu-content nav ul li {
        margin: 2px 0 !important;
        padding: 0 !important;
    }

    .main-menu-content nav ul li a {
        padding: 6px 10px !important;
        font-size: 15px !important;
    }
}





@media (min-width: 768px) and (max-width: 991px) {

    .logodisplaynono {
        display: none !important;
    }

    .booking {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .logomirag {
        margin-top: 33px;
    }

    .logo-img img {
        width: 150% !important;
    }

    .menu-toggler i,
    .drob {
        font-size: 40px;
        z-index: 10000;
    }

    .header-top-content .list-items li a,
    .header-top-content select {
        font-size: 18px !important;
    }
}





@media (min-width: 992px) {
    .booking {
        display: none !important;
    }



}



























