* {
    font-family: 'Poppins', sans-serif;
    outline:none !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    position: relative;
    color: white;
    width: 100%;
    margin-top: auto;
    z-index: 1;

}

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;
}


.subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: rgb(116, 117, 121);
}

.form-control {
  border-radius: 24px;
  border: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.contact-info a:hover {
  color: #00a0e3 !important;
}


.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;
}



.menu-button {
  background-color: transparent;
  border: 1px solid #00a0e3;
  color: #00a0e3;
  outline: 0;
  padding: 8px 30px;
  border-radius: 24px;
  transition: background-color 0.3s ease-out, transform 0.2s ease-out, box-shadow 0.3s ease-out;
}

.menu-button:hover {
  background-color: #00a0e3;
  color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 160, 227, 0.3); /* Efekt głębi */
  transform: translateY(-2px); /* Lekkie uniesienie */
}


.custom-button {
  background-color: #00a0e3;
  color: #fff;
  outline: 0;
  padding: 10px 30px;
  border-radius: 24px;
  transition: background-color 0.3s ease-out, transform 0.2s ease-out, box-shadow 0.3s ease-out;
  border: 0;
  text-decoration: none;
  text-align: center;
}

.custom-button:hover {
  background-color: #04b5ff;
  color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 160, 227, 0.3); /* Efekt głębi */
  transform: translateY(-2px); /* Lekkie uniesienie */
}


.summary-value {
 color: rgb(11, 10, 18);
 font-size: 24px;
 font-weight: 600;
 min-width: 130px;
}

.summary-title {
  color: rgb(116, 117, 121);
  font-size: 14px;
  font-weight: 400;
}

.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);
}

.shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.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);
}

.showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding-right: 20px;
  gap: 20px;
}


.showcase-content h1 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
  color: rgb(11, 10, 18);
}

.showcase-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: rgb(116, 117, 121);
}

.showcase-image {
  width: 65%;
}

.showcase-image img {
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

.header-title {
  font-size: 45px;
  font-weight: 700;
}


.section-title {
  font-size: 35px;
  font-weight: 700;
}

.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);
}

.offert-content {
  max-width: 500px;
}


.offert-content h3 {
  font-weight: 400;
}

.offert-content h3 span {
  font-weight: 600;
}

.nav-margin {
  padding-top: 70px;
}

.logo-nav {
  height: 30px;
}

.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;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  z-index: 999;
  transition: all .5s ease;
}

nav:not(.top) {
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.15);
}

.nav-content {

}
.nav-elements {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

}

.nav-elements a {
  text-decoration: none;
  font-weight: 500;
  color: #333;
  margin: 19px 0;
}

.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: 50%;
    align-content: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 1.5rem;
  }

  .our-team {
    justify-content: space-between;
  }

  .our-team-box h5 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
  }

  .our-team-box img {
    height: 300px;
    width: 250px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }

  .our-team-box {
    padding-left: 10px;
    padding-right: 10px;
  }


  @media (max-width: 575.98px) {
    .custom-button {
      width: 100%;
    }
    .showcase-content h1 {
      font-size: 26px !important;
      line-height: normal;
    }
    .our-team-box img {
      height: 250px;
    }
    .summary-value {
      min-width: unset;
    }
  }


  @media (max-width: 767.98px) {
      .nav-elements {
        width: 100%;
        flex-direction: column;
        text-align: left;
        gap: 0px;
	margin-top: 18px;
      }
      .nav-elements a {
        border-bottom: 0;
        padding: 10px;
	margin: 0;
      }
      .trigger {
        display: block !important;
      }
      .nav-button {
        display: none;
	margin: 10px auto;
      }
      .nav-elements {
        display: none;
      }
      .nav-margin {
        padding-top: 50px;
      }
      .our-team-box {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
      }
      .our-team-box img {
        width: 100%;
      }
  }


  @media (max-width: 991.98px) {
    .showcase-content {
      width: 100%;
      order: 1;
      margin-top: 20px;
    }
    .showcase-image {
      width: 100%;
      order: 0;
    }

    .showcase-content h1 {
      font-size: 30px;
      line-height: normal;
    }
    .header-title  {
      font-size: 30px;
    }
    .contact-info {
      width: 100%;
    }

    .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) {

  }
