/* Mobile */
@media (max-width: 576px) {
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  #navigation_bar .navbar {
    overflow: visible;
    padding: 0 0 10px;
  }
  body.home-page button.navbar-toggler img {
    filter: brightness(0) invert(1);
  }
  .home-page #navigation_bar .nav-link {
    color: #141b34;
  }

  h1,
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
  }
  .home-banner-content {
    /* margin-bottom: 0.5rem; */
    max-width: 100%;
  }
  .home-banner-content p {
    font-size: 14px;
    color: var(--white-color);
  }

  .home-banner-img img {
    width: 100%;
    height: 100%;
  }
  .home-banner-box h1,
  .home-banner-box h2 {
    font-family: "Playfair", serif;
    font-size: 36px;
    line-height: 36px;
    color: var(--white-color);
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .home-banner-box {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
    height: 70%;
    overflow: hidden;
  }

  .home-banner-nav {
    position: relative;
    bottom: 7.5rem;
    padding: 0 20px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    gap: 0rem;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .booking-section {
    margin-top: 0px;
    position: relative;
    z-index: 5;
  }
  .booking-bg {
    background: #e1e1e1;
    padding: 50px 0 0;
  }

  .home-banner-nav .nav-item span {
    margin-top: 5px;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }
  .main-btn {
    background: #ccf32f;
    padding: 6px 20px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-decoration: none;
    color: #141b34;
    position: relative;
    transition: all 0.35s ease;
  }
  .home-banner-arrows {
    position: absolute;
    top: 92%;
    right: 0px;
    left: 20px;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
    text-align: center;
    justify-content: flex-start;
  }

  .home-banner-arrows .arrow-btn {
    padding: 0px 10px;
    border-radius: 33px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .home-banner-arrows img {
    width: 30px;
  }

  #popular-destinations {
    overflow: hidden;
    padding: 40px 0;
    margin-left: 1rem;
  }
  section#popular-destinations .popular-arrows {
    display: none;
  }
  .popular-destinations {
    padding-top: 20px;
  }
  .service-button {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 20px;
  }

  .col-right {
    padding-left: 1rem;
    margin-top: 0 !important;
  }
  .trip-package {
    padding: 30px 0;
    margin-bottom: 0px;
    transition: all 0.3s ease;
  }
  section#trip-gallery {
    padding: 30px 0;
  }
  .gallery-bg::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 70%;
    background: #f3f3f3;
    z-index: -1;
  }
  .journey {
    padding-top: 10px;
  }

  .booking-box {
    grid-template-columns: 1fr 1fr;
  }

  .booking-btn {
    grid-column: 1 / 3;
  }

  .traveler-grid {
    grid-template-columns: 1fr;
  }
  #navigation_bar .navbar-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: flex-end;
  }
  .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
  }
  button.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .offcanvas.show ~ .navbar-toggler {
    display: none;
  }
  body.offcanvas-open .navbar-toggler {
    display: none;
  }
}

/* Tablet */
@media (max-width: 768px) {
}
