/*===============================
=            General           =
===============================*/

body,
html {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  overflow-x: hidden;
}

.title {
  font-weight: 700;
  font-size: 33px;
  line-height: 59px;
  color: #faa600;
  text-align: center;
}

.sub-title {
  font-weight: 700;
  font-size: 18px;
  color: #111111;
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 992px) {
  .title {
    font-size: 44px;
    line-height: 59px;
    text-align: start;
    margin-top: 60px;
  }

  .sub-title {
    font-size: 24px;
    margin-bottom: 60px;
    text-align: start;
  }
}

/*===============================
=            Home               =
===============================*/

#home {
  height: 900px;
  position: relative;
}

.fixed-social {
  position: fixed;
  z-index: 99999999;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 10px;
  background-color: #ffffff06;
}

.banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

.top-bar {
  height: 35px;
  background: rgba(255, 255, 255, 0.6);
}

.top-phone a {
  text-decoration: none;
  color: #000;
}

#navbarNavDropdown {
  background-color: #323232;
}

.banner-text {
  margin-top: 60px;
}

.banner-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #faa600;
}

.banner-desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 51px;
  color: #ffffff;
}

.banner-desc-sub {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.banner-form,
.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  /* margin-top: 60%; */
  background: #faa600;
  border-radius: 12px;
}

.banner-ftitle {
  font-weight: 600;
  font-size: 33px;
  line-height: 50px;
}

.form-group select,
.form-group input {
  background-color: #ffffff;
  border: none;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  color: #6c757d;

  /* line-height: 30px; */
}

input[type="date"]:before,
input[type="time"]:before {
  color: #6c757d;
  display: flex;
  /* align-items: center; */
  content: attr(placeholder);
}

input[type="date"].full:before,
input[type="time"].full:before {
  color: black;
  content: "" !important;
}

input[type="date"]:required:invalid::-webkit-datetime-edit,
input[type="time"]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit,
input[type="time"]:focus::-webkit-datetime-edit {
  color: black !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* background-color: #fafafa; */
  height: 45px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  /* border: 1px solid #ccc; */
  padding: 0.5rem;
  border-radius: 0;
}

.form-group button {
  background-color: #323232;
  height: 61px !important;
  color: #fff;
}

.form-group button:hover {
  color: grey;
}

.home-compensator {
  height: 180px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-form {
    max-width: 480px;
  }

  .home-compensator {
    height: 100px;
  }
}

@media (min-width: 992px) {
  #navbarNavDropdown {
    background-color: transparent;
  }

  .banner-text {
    margin-top: 30px;
  }

  .banner-title {
    font-size: 64px;
    line-height: 111px;
  }

  .banner-desc {
    font-size: 34px;
  }

  .banner-desc-sub {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-car img {
    margin-top: 34px;
    /* width: 100%; */
  }

  .banner-form {
    margin-top: -10%;
    border-radius: 26px;
    max-width: 394px;
  }

  .contact-form {
    border-radius: 26px;
    max-width: 394px;
  }

  .home-compensator {
    height: 200px;
  }
}

/*===============================
=            About              =
===============================*/

.about {
  background-color: #faa600;
}

.about-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  color: #000000;
  text-align: center;
}

.about-desc {
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  text-align: start;
}

.about img {
  margin-top: 0 !important;
  margin-bottom: 100px !important;
}

@media (min-width: 992px) {
  .about img {
    margin-top: -100px !important;
    margin-bottom: 100px !important;
  }

  .about-desc {
    font-size: 16px;
  }
}

/*===============================
=            Our cars           =
===============================*/

.product-item {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 10px;
  margin: 6px 0;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  /* display: flex;
    align-items: center; */
  justify-content: center;
}

.product-image {
  max-width: 250px;
  max-height: 100%;
  text-align: center;
  width: auto;
  height: auto;
}

.car-name {
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  margin-top: 30px;
}

.car-desc {
  font-size: 14px;
  /* line-height: 36px; */
  text-align: center;
  color: #1d1d1d;
}

@media (min-width: 992px) {
  .car-name {
    font-size: 22px;
    line-height: 46px;
  }

  .product-item {
    min-height: 350px;
    padding: 39px;
    margin: 30px 0;
    box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.25);
  }
}

/*===============================
=      Three Step Booking       =
===============================*/
.center-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 59px;
  text-align: center;
  margin-top: 30px;
  color: #faa600;
}

.step {
  background: #333333;
}

.step-container {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.step-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.step-desc ol,
.step-desc {
  line-height: 33px;
  margin-top: 30px;
  color: #ffffff;
}

.ex-img {
  width: 28px;
  height: 28px;
}

@media (min-width: 992px) {
  .center-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 111px;
  }

  .step-title {
    font-size: 54px;
    line-height: 81px;
  }

  .step-desc ol,
  .step-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
  }

  .ex-img {
    width: 48px;
    height: 48px;
  }
}

/*===============================
=            Contact            =
===============================*/

.contact-number {
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}

.contact-number a {
  font-weight: 700;
  font-size: 24px;
  line-height: 76px;
  color: #000000;
  text-decoration: none;
}
.social-link {
  color: inherit;
}

@media (min-width: 992px) {
  .contact-number a {
    font-size: 41px;
  }
}

/*===============================
=            Footer             =
===============================*/

.footer-section {
  background-color: #faa600;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fbrand-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.faddress {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.femail a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.footer-social {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.ftext-social {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.fimg-social a {
  text-decoration: none;
  color: #000000;
}

.copyright {
  text-align: center;
}

.copyright a {
  text-decoration: none;
  color: black;
}
