* {
    font-family: 'Poppins', sans-serif;
    outline:none !important;
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

hr {
    margin: 1rem 0;
    color: #85878a;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

.fb-wrapper {
  margin: 10px auto;
}

#map {
    height: 350px;
    border-radius: 8px;
}

.gm-style-iw-ch {
    margin: 0 !important;
    padding: 0 !important;
  }

.travel-listing-box {
    border-radius: 8px;
}

.travel-listing-box:hover img {
  transform: scale(1.03);
  
}

.travel-listing-box a {
  color: #000;
  text-decoration: none;
}

.travel-listing-box img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 270px;
    transition: .3s ease-in-out;
}


.travel-listing-box h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.travel-listing-price {
    font-size: 20px;
    font-weight: 600;
    object-fit: cover;
    border: 8px;
    white-space: nowrap;
    margin-top: -5px;
    text-align: right;
}

.trip-secondary-images {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.trip-main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}

.trip-secondary-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}


.tracking-box {
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
}

.booking-trip-content {
  border: 1px solid #eee;
  padding: 10px 20px;
  border-radius: 16px;
  position: sticky;
  top: 88px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
}

.booking-trip-content button {
  border-radius: 50px;
}



.booking-trip-price {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  
}

.doc-item:hover {
    opacity: .6;
}

footer {
    margin-top: auto;
}

.footer {
    position: relative;
    z-index: 1;
    
}

.footer h5 {
  margin-bottom: 20px;
}

.footer ul {
    padding-left: 18px;
}

.footer ul li {
    margin-top: 5px;
}

.footer:before {
    content: "";
      background-image: url('../img/bg2.png');
      background-repeat: no-repeat;
      background-position: top;
      background-size: 800px;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: .1;
      z-index: -1;
  }


.badge-trip {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 10px;
}

.badge-trip.confirmed0 {
  border: 1px solid #ba3131;
  color: #ba3131;
}

.badge-trip.confirmed1 {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.badge-trip.confirmed2 {
    border: 1px solid #33b36b;
    color: #33b36b;
  }


.button-people {
    background-color: #0b5ed7;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.button-people.disabled {
    opacity: .6;
    cursor: not-allowed;
}


.adults-value {
    font-weight: 600;
    font-size: 18px;
    min-width: 50px;
    text-align: center;
}


.kids-value {
    font-weight: 600;
    font-size: 18px;
    min-width: 50px;
    text-align: center;
}

.nav-pills .nav-link {
    background-color: #dfdcdc;
    font-size: 17px;
    min-width: 150px;
}


.nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
    border-radius: 20px !important;
}




.nav-pills .nav-link {
  border-radius: 20px; /* dla wszystkich */
}


.nav-link {
  color: #333;
  font-size: 14px;
}

.booking-trip-icon {
  height: 30px;
}


.icon-md {
  width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 1.4rem;
}


.booking-trip-stops {
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  padding: 10px 20px;
  cursor: pointer;
}

.booking-trip-stops.active {
  border: 1px solid #0d6efd17;
  background-color: #0d6efd17;
}


.booking-trip-stop-price {
  background-color: #333;
  color: #fff;
  border-radius: 18px;
  padding: 2px 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trip-booking-desc img {
  max-width: 100%;
  border-radius: 8px;
}


.trip-box:has(input:checked) {
  background-color: #0d6efd17;
}

.seats-tracking {
      transform: scale(0.9);
      transform-origin: top center;
}


.seat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 5px;
  border-radius: 5px;
}

.seat-a {
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: 500;
}

.seat-a:hover {
  background-color: #ddd;
}

.seat-badge {
  width: 80px;
  height: 35px;
  border: 1px solid #eee;
  background-color: #eee;
}


.seat-a.active {
  background-color: #33b36b;
  color: #fff;
  font-weight: 500;
}

.seat-b {
  background-color: #f99ba7;
  color: #fff;
  font-weight: 500;
}

.nav-margin {
  padding-top: 70px;
}

.logo-nav {
  height: 40px;
}

.card-image {
  border-radius: 10px;
}

.card-hover {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 10px;
}

.card-hover:hover {
  opacity: .9;
  color: #333;
}

.card-hover:hover .card-title {
  color: #00a0e3;
}

.trip-box {
  border-radius: 1rem;
  border: 1px solid #dfdfe3;
}

.trip-title {
  font-size: 24px;
  font-weight: 500;
}


nav {
  position: fixed;
  top: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

.nav-content {

}
.nav-elements {
  display: flex;
}

.nav-elements a {
  text-decoration: none;
  font-weight: 500;
  color: #0B0A12;
  padding: 16px;

}

.nav-elements a:hover {
  color: #00a0e3;
}


.faq-box {
  border-radius: 1rem;
  border: 1px solid #dfdfe3;
}

.faq-title {
  border-bottom: 1px solid #dfdfe3;
  font-size: 20px;
  font-weight: 600;
}


.faq-content h6 {
  font-weight: 600;
}

.icon-transport {
    display: flex;
    height: 56px;
    width: 56px;
    background-color: rgb(0 160 227 / 32%);
    border-radius: 10px;
    align-content: center;
    justify-content: center;
    padding: 10px;
  }



  .vehicle-box-img {
    border-radius: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  
  .vehicle-box-img:hover {
    -webkit-transform: scale(1.03);
      transform: scale(1.03);
  }
  
  .vehicle-box h5 {
    font-size: 30px;
    font-weight: 700;
  }
  
  .vehicle-box .img-main {
    border-radius: 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  
  .vehicle-box .img-main:hover {
    -webkit-transform: scale(1.03);
      transform: scale(1.03);
  }
  
  .vehicle-box .img-second-right {
    position: absolute;
    left:-130px;
    top: 50%;
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    transform: translateY(-50%);
    border: 5px solid #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
  }
  
  
  .vehicle-box .img-second-left {
    position: absolute;
    right:-130px;
    top: 50%;
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    transform: translateY(-50%);
    border: 5px solid #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
  }
  
  .vehicle-box .img-second-left:hover,
  .vehicle-box .img-second-right:hover {
    -webkit-transform: translateY(-50%) scale(1.03);
      transform: translateY(-50%) scale(1.03);
  }

  .card-body {
    border-radius: 16px;
  background-color: #fff;
  }
  
  .card-body h5 {
    font-size: 21px;
    font-weight: 700;
    color: rgb(11, 10, 18);
  }
  
  .card-body p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(116, 117, 121);
  }

  .icon-transport {
    display: flex;
    height: 56px;
    width: 56px;
    background-color: rgb(0 160 227 / 32%);
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 1.5rem;
  }


  .bg-bm {
    background-image: url(../img/bg-road10.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 400px) {
  .fb-wrapper {
    width: 300px !important;
  }
}


@media (max-width: 500px) {
  .fb-wrapper {
    width: 400px;
  }
}


  @media (max-width: 575.98px) {
    .fb-wrapper {
      width: 300px;
    }
    .button-people {
      width: 30px;
      height: 30px;
    }
    .nav-pills .nav-link,
    .nav-pills .nav-item {
       width: 100%;
    }
    .seats-tracking {
      transform: scale(1);
      transform-origin: top center;
}

  }


  @media (max-width: 767.98px) {
      .nav-elements {
        width: 100%;
        flex-direction: column;
        text-align: left;
        margin-top: 20px;
      }
      .nav-elements a {
        border-bottom: 1px solid #E4E4E4;
        padding: 10px;
      }
      .trigger {
        display: block !important;
      }
      .nav-elements {
        display: none;
      }
      .nav-margin {
        padding-top: 50px;
      }

      .trip-main-image {
        height: 300px !important;
      }
      
      .trip-secondary-image {
        height: 150px!important;
      }
  }


  @media (max-width: 991.98px) {
    .trip-main-image {
      height: 400px;
    }
    
    .trip-secondary-images {
      flex-direction: row;
      margin-top: 10px;
    }

    .trip-secondary-image {
      width: 49%;
    }

    .vehicle-box .position-relative {
        display: flex;
        gap: 10px;
      }
  
      .vehicle-box .img-second-right, 
      .vehicle-box .img-second-left {
        height: 120px !important;
        width: 180px !important;
        left: 50% !important;
        right: unset;
        transform: translateX(-50%) !important;
        top: unset !important;
        bottom: -50px !important;
  
      }

  }

  @media (max-width: 1199.98px) {
    .vehicle-box .img-second-right {
        height: 170px;
        width: 120px;
        left: -50px;
      }
  
      .vehicle-box .img-second-left {
        height: 170px;
        width: 120px;
        right: -50px;
      }
  }

  @media (max-width: 1399.98px) {

  }
