* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

/* NAVBAR STYLES STARTED */

header nav {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #abc8d8;
}

header .top-bar-container {
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  transition: 0.2s ease-in-out;
}

header .top-bar-container.active {
  background-color: white;
}

header .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-bar .top-bar-left i {
  font-size: 24px;
}

header .top-bar img {
  width: 24px;
}

header .top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .top-bar-left p {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .top-bar-right .select-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .top-bar-right .select-container .select-box {
  display: flex;
  align-items: center;
  gap: 0px;
}

header .top-bar-right select {
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}

header .top-bar-right .search-container {
  width: 200px;
  height: 32px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
}

header .top-bar-right .search-container input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 2px 10px;
  background-color: transparent;
}

header .navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.fa-bars {
  display: none;
}

header .navigation-container .navigation-left img {
  width: 60px;
}

header .navigation-container .navigation-right ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .navigation-container .navigation-right ul .top-bar-right,
.fa-circle-xmark,
ul .top-bar-left {
  display: none;
}

header .navigation-container .navigation-right ul a {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  transition: 0.2s;
}

header .navigation-container .navigation-right ul a:hover {
  transform: scale(1.1);
}

header .navigation-container .navigation-right ul .booking-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 151px;
  height: 40px;
  background: #ff9f1d;
  border-radius: 30px;
  font-size: 16px;
}

.banner-box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../assets/img/kalen-emsley-Bkci_8qcdvQ-unsplash.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
}

.destination_banner .title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.destination_banner input {
  width: 500px;
  height: 40px;
  padding: 0 15px;
  border: 0;
  outline: 0;
}

/* TRANSFER QUOTES CONTAINER STARTED */

.transfer-quotes-cont-header {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}

.transfer-quotes-cont-header .title {
  font-size: 25px;
}

.transfer-quotes-cont-header .circle-container {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.transfer-quotes-cont-header .circle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(139, 139, 139);
  border-radius: 50%;
  color: rgb(139, 139, 139);
  font-weight: 600;
  position: relative;
  background-color: white;
  z-index: 2;
}

.transfer-quotes-cont-header .circle.active {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9f1d;
  border-radius: 50%;
  color: #ff9f1d;
  font-size: 18px;
}

.transfer-quotes-cont-header .line {
  width: 100%;
  height: 2px;
  background-color: #ff9f1d;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.transfer-quotes-cont-header .line-2 {
  width: 50%;
  height: 2px;
  background-color: rgb(139, 139, 139);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}

.transfer-quotes-cont-header .circle span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 30%);
  font-size: 16px;
  width: 150px;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sorting-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 57.5%;
  margin-left: auto;
  font-size: 14px;
  margin-bottom: 15px;
}

.sorting-wrapper select {
  border: 1px solid #ff9f1d;
  outline: 0;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: 500;
  background-color: transparent;
}

.sorting-wrapper .right {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.sorting-wrapper .right button {
  background-color: #ff9f1d;
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 500;
}

.transfer-quote-body .summary-container {
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 14px;
}

.transfer-quote-body .summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.transfer-quote-body .summary-header h4 {
  margin: 0;
  font-size: 20px;
}

.transfer-quote-body .summary-body {
  padding: 20px 0;
  display: flex;
  /* flex-direction: column; */
  gap: 100px;
}

.transfer-quote-body .summary-body .body-left,
.body-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.transfer-quote-body .summary-body .body-left span:nth-child(2) {
  height: 40px;
  display: flex;
  align-items: end;
}

.transfer-quote-body .summary-body .body-right .value {
  font-weight: 600;
}

.transfer-quote-body .summary-body .body-right .value:last-child {
  height: 40px;
  display: flex;
  align-items: end;
}

.transfer-quote-body .summary-header button {
  background-color: #ff9f1d;
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 500;
}

.transfer-quote-body .change-currency-container {
  background-color: white;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.transfer-quote-body .change-currency-container select {
  background-color: #ff9f1d;
  border: 0;
  outline: 0;
  padding: 5px;
  cursor: pointer;
}

.estimated-trip-time-container {
  background-color: white;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 100px;
  font-size: 14px;
}

.estimated-trip-time-container .left,
.right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.estimated-trip-time-container .right {
  font-weight: 600;
}

.route-container {
  background-color: white;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.route-container button {
  background-color: #ff9f1d;
  padding: 6px 15px;
  border: 0;
  outline: 0;
  font-weight: 500;
}

.price-includes-container {
  background-color: white;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.price-includes-container h4 {
  margin: 0;
  font-size: 20px;
}

.price-includes-container .fa-check {
  color: #ff9f1d;
}

.transfer-quote-card {
  background-color: white;
  width: 100%;
  height: 300px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}

.transfer-quote-card:last-child {
  margin-bottom: 0px;
}

.transfer-quote-card .card-left {
  width: 60%;
  height: 100%;
  padding: 15px;
  position: relative;
}

.transfer-quote-card .card-left .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}

.transfer-quote-card .card-left .body-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transfer-quote-card .card-left .body-top .content {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.transfer-quote-card .card-left .body-top .content span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  gap: 4px;
}

.transfer-quote-card .card-left .body-top .content span i {
  color: #ff9f1d;
  font-size: 12px;
}

.transfer-quote-card .card-left .body-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transfer-quote-card .card-left .body-bottom i {
  color: #ff9f1d;
}

.transfer-quote-card .card-right {
  width: 40%;
  height: 100%;
  padding: 15px;
  background-color: #f6f6f6;
}

.transfer-quote-card .card-right .body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 90%;
  box-sizing: border-box;
  text-align: end;
}

.transfer-quote-card .card-right .body button {
  background-color: #ff9f1d;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 6px 0;
  font-weight: 600;
}

/* FOOTER STYLE STARTED */
.footer-container {
  width: 100%;
  height: auto;
  background: rgba(178, 178, 178, 0.25);
  padding: 30px 0;
}

.footer-top .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1e1e1e;
}

.footer-top ul {
  list-style: none;
  padding: 0;
}

.footer-top li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #2a2a2a;
}

.footer-bottom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.footer-bottom ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
}

.footer-bottom ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1e1e1e;
}

.footer-bottom ul li i {
  font-size: 24px;
  transition: 0.2s ease-in-out;
}

.footer-bottom ul li i:hover {
  transform: rotate(360deg);
}

/* MEDIA QUERY FOR RESPONSIVENESS */

@media screen and (max-width: 1024px) {
  header .top-bar-container.active {
    background-color: transparent;
  }
  header .navigation-container {
    padding-top: 8px;
  }
  header .navigation-container .navigation-left img {
    width: 50px;
  }

  header .fa-bars {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }

  header .navigation-container .navigation-right ul {
    flex-direction: column;
    justify-content: center;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: 0.2s ease-in-out;
    z-index: 10;
  }

  header .navigation-container .navigation-right ul.active-navbar {
    left: 0%;
  }

  header .navigation-container .navigation-right ul .fa-circle-xmark {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }

  header .navigation-container .navigation-right ul a {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    transition: 0.2s;
  }

  header .navigation-container .navigation-right ul a:hover {
    transform: scale(1.1);
  }

  header .navigation-container .navigation-right ul .booking-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 151px;
    height: 40px;
    background: #ff9f1d;
    border-radius: 30px;
    font-size: 16px;
  }

  header .navigation-container .navigation-right ul .top-bar-left {
    display: block;
  }

  header .navigation-container .navigation-right ul .top-bar-right {
    flex-direction: column;
    display: flex;
  }

  header .top-bar {
    display: none;
  }

  .transfer-quotes-cont-header {
    gap: 30px;
    padding: 0 15px;
  }

  .transfer-quotes-cont-header .title {
    font-size: 18px;
    text-align: center;
  }

  .transfer-quotes-cont-header .circle-container {
    width: 100%;
  }

  .transfer-quotes-cont-header .circle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(139, 139, 139);
    border-radius: 50%;
    color: rgb(139, 139, 139);
    font-weight: 600;
    position: relative;
    background-color: white;
    z-index: 2;
  }

  .transfer-quotes-cont-header .circle.active {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff9f1d;
    border-radius: 50%;
    color: #ff9f1d;
    font-size: 18px;
  }

  .transfer-quotes-cont-header .line {
    width: 84%;
    transform: translate(-10%, -50%);
  }
  .transfer-quotes-cont-header .line-2 {
    width: 42%;
    transform: translate(-10%, -50%);
  }

  .transfer-quotes-cont-header .circle span {
    display: none;
  }

  .sorting-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .sorting-wrapper .sorting-container {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .sorting-wrapper .sorting-container label {
    width: 50%;
  }

  .sorting-wrapper select {
    width: 100%;
  }

  .transfer-quote-card {
    height: auto;
    flex-direction: column;
  }

  .transfer-quote-card:last-child {
    margin-bottom: 0px;
  }

  .transfer-quote-card .card-left {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
  }

  .transfer-quote-card .card-left .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
  }

  .transfer-quote-card .card-right {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #f6f6f6;
    border: 0 !important;
  }

  /* FOOTER STYLE STARTED */
  .footer-container {
    width: 100%;
    height: auto;
    background: rgba(178, 178, 178, 0.25);
    padding: 30px 0;
  }

  .footer-top .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #1e1e1e;
  }

  .footer-top ul {
    list-style: none;
    padding: 0;
  }

  .footer-top li {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #2a2a2a;
  }

  .footer-bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .footer-bottom ul {
    flex-direction: column;
  }

  .footer-bottom .footer-social-links {
    flex-direction: row;
  }

  .footer-bottom ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #1e1e1e;
  }

  .footer-bottom ul li i {
    font-size: 24px;
    transition: 0.2s ease-in-out;
  }

  .footer-bottom ul li i:hover {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .transfer-quotes-cont-header .title {
    font-size: 20px;
  }

  .transfer-quotes-cont-header .line {
    width: 84%;
    transform: translate(-15%, -50%);
  }
  .transfer-quotes-cont-header .line-2 {
    width: 45%;
    transform: translate(-5%, -50%);
  }

  .sorting-wrapper {
    flex-direction: row;
  }

  .transfer-quote-card {
    height: 260px;
    flex-direction: row;
  }

  .transfer-quote-card:last-child {
    margin-bottom: 0px;
  }

  .transfer-quote-card .card-left {
    width: 60%;
    height: 100%;
    padding: 15px;
    position: relative;
  }

  .transfer-quote-card .card-left .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
  }

  .transfer-quote-card .card-right {
    width: 40%;
    height: 100%;
    padding: 15px;
    background-color: #f6f6f6;
    border-left: 1px solid #dee2e6 !important;
  }

  /* FOOTER STYLE STARTED */
  .footer-container {
    flex-direction: row;
  }

  .footer-container ul {
    flex-direction: row;
  }
}


