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

/* NAVBAR STYLES STARTED */

header {
  background: url("../assets/img/banner.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}

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 STYLE STARTED */
header .banner-container .banner-top h4 {
  font-weight: 700;
  font-size: 34px;
  /* font-size: 24px; */
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
}

header .banner-container .banner-top h1 {
  font-weight: 700;
  /* font-size: 64px; */
  font-size: 54px;
  line-height: 83px;
  color: #000000;
  text-shadow: 4px 4px 2px white;
  text-align: center;
  margin: 77px 0;
}

header .banner-container .hero-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 32px;
  gap: 28px;
  width: 100%;
  height: 96px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  border-top-left-radius: 0;
  position: relative;
}

header .banner-container .hero-card .top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  position: absolute;
  width: 263.06px;
  height: 44px;
  left: 0;
  top: -46%;
  background: white;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header .banner-container .hero-card .top-box button {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #2a2a2a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .banner-container .hero-card .top-box .form-airport-btn {
  background: #f8ead6;
}

header .banner-container .hero-card .box,
.box-3 {
  width: 200px;
  height: 40px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

header .banner-container .hero-card .box input,
.box-2 input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
}

header .banner-container .hero-card .box input::placeholder,
.box-2 input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

header .banner-container .hero-card .box-2 input[type="date"] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

header .banner-container .hero-card .box-2 {
  width: 133px;
  height: 40px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

header .banner-container .hero-card .box-2 span,
.box-3 span {
  padding: 4px;
  position: absolute;
  height: 12px;
  left: 4px;
  top: -18.5%;
  background: white;
  font-weight: 500;
  font-size: 12px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .banner-container .hero-card .box-3 {
  width: 82px;
  height: 40px;
  position: relative;
}

header .banner-container .hero-card .box-3 select {
  width: 100%;
  border: 0;
  outline: 0;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

header .banner-container .hero-card .box-3 /* For IE10 */
select::-ms-expand {
  display: none;
}

header .banner-container .hero-card .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 156px;
  height: 40px;
  background: #ff9f1d;
  border: 0;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1e1e1e;
  text-transform: uppercase;
}

header .banner-container .banner-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}

.taxi-transfer-container {
  background-color: #edf1f4;
}

.taxi-transfer-container .card-img-top {
  height: 200px;
  background-image: url("../assets/img/card-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.taxi-transfer-container .card-img-top-2 {
  background-image: url("../assets/img/card-2.jpg");
}

.taxi-transfer-container .card-body-2 {
  padding: 30px 80px;
}

.taxi-transfer-container .bottom-card-body {
  height: 145px;
  padding: 30px;
}

.taxi-transfer-container .link {
  text-decoration: none;
  color: #386790;
  margin: 10px 0;
  display: block;
}

.taxi-transfer-container .book-btn {
  color: #2a2a2a;
  background-color: #ff9f1d;
  width: 100px;
  height: 35px;
  border-radius: 5px;
  font-weight: 500;
}

.taxi-transfer-container .reviews-container {
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}

.taxi-transfer-container .reviews-container .heading {
  text-align: center;
  font-size: 1.6rem;
}

.taxi-transfer-container .reviews-container .sub-heading {
  text-align: center;
}

.taxi-transfer-container .reviews-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin: 30px 0 15px 0;
}

.taxi-transfer-container .reviews-container .header .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.taxi-transfer-container .reviews-container .header h3 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 24px;
}

.taxi-transfer-container .reviews-container .header i {
  font-size: 20px;
  color: #12cf6c;
}

.taxi-transfer-container .reviews-container .header .right {
  text-align: end;
}

.taxi-transfer-container .reviews-container .header .right h5 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
}

.taxi-transfer-container .reviews-container .header .right span {
  color: #a3a3a3;
  font-size: 18px;
}

.taxi-transfer-container .reviews-container .body {
  background-color: #fafafa;
  height: 100%;
  padding: 15px;
  overflow-y: auto;
}

.taxi-transfer-container .reviews-container .body .review-details {
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  white-space: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: relative;
  border-radius: 4px;
}

.taxi-transfer-container .reviews-container .body .review-details .top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.taxi-transfer-container .reviews-container .body .review-details .top .author {
  font-weight: 600;
  font-size: 14px;
}

.taxi-transfer-container .reviews-container .body .review-details .top i {
  font-size: 15px;
  color: #12cf6c;
}

.taxi-transfer-container .reviews-container .body .review-details .review_text {
  color: #494949;
  font-size: 13px;
  margin: 10px 0;
  display: block;
}

.taxi-transfer-container .reviews-container .body .review-details .review_date {
  display: block;
  text-align: end;
  color: #959595;
  font-size: 12px;
}

.taxi-transfer-container .reviews-container .footer {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 0 0 6px 6px;
  padding: 7px 15px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.taxi-transfer-container .reviews-container .footer .footer__moreRevs {
  color: #ababab;
  float: left;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 4px;
}

.taxi-transfer-container .reviews-container .footer .ReviewsLogo {
  width: 118px;
  padding-top: 3px;
}

.taxi-transfer-container .bottom-card-container .card {
  height: 300px;
}

.taxi-transfer-container .bottom-card-container .card-banner {
  height: 150px;
  background-image: url("../assets/img/card-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.taxi-transfer-container .bottom-card-container .card-banner-2 {
  height: 150px;
  background-image: url("../assets/img/card-4.jpg");
}

.taxi-transfer-container .bottom-card-container .card-banner-3 {
  height: 150px;
  background-image: url("../assets/img/card-5.jpg");
}

.taxi-transfer-container .bottom-card-container .card-title {
  font-size: 1.6rem;
  font-weight: 400;
}

/* ALTERNATIVE BOOKING STYLE STARTED */
.alternative-booking {
  padding: 100px 0 0 0;
  background: rgba(178, 178, 178, 0.25);
}

.alternative-booking .booking-container {
  padding: 0 50px;
}

.alternative-booking .booking-container .heading div {
  background: #dfedf5;
  padding: 1%;
  font-size: 1.2rem;
  border-radius: 2px;
  margin-bottom: 1%;
  text-align: center;
}

.alternative-booking .booking-container .heading p {
  text-align: center;
}

.alternative-booking .booking-container .body {
  margin-top: 60px;
}

.alternative-booking .booking-container .body .top {
  text-align: center;
}

.alternative-booking .booking-container .body .content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
}

.alternative-booking .booking-container .body .content-top button {
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background: #07a6bd;
  color: #fff;
  border-radius: 999px;
  font-size: 1rem;
}

.alternative-booking .booking-container .body .box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.alternative-booking .booking-container .body .box-container .box {
  width: 324px;
  height: 350px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  padding: 15px;
  background-color: white;
}

.alternative-booking .booking-container .body .box .title {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.alternative-booking .booking-container .body .box .airport-location {
  list-style: none;
  padding: 0;
}

.alternative-booking .booking-container .body .box .airport-location li {
  padding: 3px 0;
}

.alternative-booking .booking-container .body .box .airport-location li a {
  text-decoration: none;
  color: #386790;
  display: list-item;
  padding: 2px 0;
}

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

  /* BANNER STYLE STARTED */
  header .banner-container .banner-top h4 {
    text-align: center;
  }

  header .banner-container .banner-top h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 50px 0;
  }

  header .banner-container .hero-card {
    flex-direction: column;
    height: auto;
    border-top-left-radius: 16px;
  }

  header .banner-container .hero-card .compare-arrow img {
    transform: rotate(90deg);
  }

  header .banner-container .hero-card .top-box {
    padding: 0px;
    position: initial;
  }

  header .banner-container .hero-card .top-box .form-airport-btn {
    background: #f8ead6;
  }

  header .banner-container .hero-card .box,
  .box-3 {
    width: 100%;
  }

  header .banner-container .hero-card .box-2 {
    width: 100%;
  }

  header .banner-container .hero-card .box-3 {
    width: 100%;
  }

  header .banner-container .hero-card .search-btn {
    width: 100%;
  }

  header .top-bar {
    display: none;
  }

  .taxi-transfer-container .card-img-top {
    height: 200px;
  }

  .taxi-transfer-container .card-body-2 {
    padding: 30px 20px;
  }

  .taxi-transfer-container .bottom-card-body {
    height: auto;
    padding: 30px;
  }

  .taxi-transfer-container .reviews-container .header {
    flex-direction: column;
    gap: 20px;
  }

  .taxi-transfer-container .reviews-container .header .left {
    flex-direction: row;
    gap: 6px;
  }

  .taxi-transfer-container .reviews-container .header h3 {
    font-size: 18px;
  }

  .taxi-transfer-container .reviews-container .header i {
    font-size: 14px;
  }

  .taxi-transfer-container .bottom-card-container .card {
    height: auto;
  }

  /* ALTERNATIVE BOOKING STYLE STARTED */
  .alternative-booking {
    padding: 100px 0 0 0;
    background: rgba(178, 178, 178, 0.25);
  }

  .alternative-booking .booking-container {
    padding: 0 20px;
  }

  .alternative-booking .booking-container .heading div {
    padding: 2%;
  }

  .alternative-booking .booking-container .body .content-top {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .alternative-booking .booking-container .body {
    margin-top: 30px;
  }

  .alternative-booking .booking-container .body .box-container {
    flex-direction: column;
    margin: 40px 0;
  }

  .alternative-booking .booking-container .body .box-container .box {
    width: 100%;
  }

  /* 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) {
  .alternative-booking .booking-container .body .box-container {
    flex-direction: row !important;
  }

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

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

