/*  General Styles
----------------------*/
body {
  font-family: "Montserrat", sans-serif;
}

h2,
h3 {
  font-weight: 600;
  text-transform: capitalize;
}
*::selection {
  background-color: #a7a6a1;
  color: #fff;
}
.container-fluid {
  padding: 7% 15%;
}
p {
  color: #707070;
}
.btn {
  margin: 1rem 1rem 1rem 0;
}
hr.home {
  border: none;
  border-top: 15px dotted #4a51289f;
  width: 7%;
}

/*  Navigation Styles
----------------------*/
.navbar-brand img {
  width: 4rem;
}
.nav-item {
  margin: 0 0.5rem;
}
.nav-link {
  font-size: 1rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
/*  Header Styles
----------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/home-header.jpg) center center/cover;
  position: relative;
}
header .container-fluid {
  padding: 3% 15% 10%;
}
header span {
  background-color: #a7a6a1;
  padding: 3px;
  color: #fff;
  font-size: 1.5rem;
}
header h1 {
  color: #fff;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
}
.intro_box {
  padding: 7% 0;
  text-align: center;
}
.intro-box-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 70%;
  left: 1%;
}
.intro-box-links a {
  display: block;
  color: #fff;
  padding: 3px;
  margin: 3px;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
}
.intro-box-links a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-brand,
.footer_brand {
  font-weight: 900;
}
/*  Features
-------------------------*/
.feature img {
  width: 100%;
  border-radius: 7px;
}
.feature.imag img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.services_section h3 {
  text-transform: capitalize;
}
/*  home_fleet Styles
----------------------*/
.home_fleet {
  text-align: center;
  background: linear-gradient(
      rgba(167, 166, 161, 0.8),
      rgba(167, 166, 161, 0.8)
    ),
    url(../img/road.jpg) center center/cover;
}
.home_fleet h2 {
  margin: 20px 0 50px;
  color: #fff;
  font-size: 3rem;
}
.home_fleet .vehicle-img {
  width: 100%;
}
.vehicle-text {
  padding: 10px 5px;
  text-align: left;
}
.vehicle-text h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #f6f6f6;
}
.vehicle {
  padding-right: 5px;
  padding-left: 5px;
}
.vehicle-text span {
  display: block;
  margin-right: 5px;
  color: #eee;
}
.vehicle-text span i {
  margin-right: 5px;
  color: #eee;
}

/*  reach_out Styles
----------------------*/
.reach_out {
  background: linear-gradient(
      rgba(167, 166, 161, 0.7),
      rgba(167, 166, 161, 0.7)
    ),
    url(../img/fast.jpg) center center/cover;
  color: #fff;
}
.reach_out p {
  color: #fff;
}
.reach_out h2 {
  font-size: 3rem;
}
.reach_out img {
  width: 100%;
  border-radius: 35px;
}
.reach-text {
  margin-bottom: 15px;
}
/*  Footer
-------------*/
footer {
  text-align: center;
  padding: 10px 0 50px;
  background-color: #fff;
  color: #000;
}
footer.separate-footer {
  background-color: #000;
  color: #fff;
}
footer.separate-footer a {
  color: #fff;
}
footer.separate-footer a:hover {
  color: #a7a6a1;
}
.foot {
  margin: 15px 0;
}
footer img {
  width: 4rem;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer li {
  display: inline-block;
}
footer a {
  color: #000;
}
footer li a {
  display: inline-block;
  padding: 3px;
  margin: 3px;
}
footer a:hover {
  color: #a7a6a1;
  transition: all 0.3s ease-in-out;
}

.copyright-paragraph {
  font-size: 1.2rem;
  color: #a7a6a1;
}

/*  Reservation, Quote, Contact
---------------------------------*/
header.reservation {
  background: linear-gradient(rgba(39, 39, 41, 0.5), rgba(39, 39, 41, 0.5)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(39, 39, 41, 0.5), rgba(39, 39, 41, 0.5)),
    url(../img/quote.jpg) center center/cover;
}
header.contact {
  background: linear-gradient(rgba(39, 39, 41, 0.5), rgba(39, 39, 41, 0.5)),
    url(../img/contact.jpg) center center/cover;
}
.contact-section-text {
  margin-bottom: 50px;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-section-text a {
  color: #333;
  padding: 3px;
  margin: 3px;
  display: inline-block;
}
.contact-section-text h3 {
  text-transform: capitalize;
}
.contact-page-form {
  text-align: left;
}
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #8c8c8c;
}
.contact-page-form textarea {
  height: 200px;
}

section.response {
  text-align: center;
}

section.response p {
  color: #000;
}

/*  Mobile First Design
---------------------------------*/
@media (max-width: 1024px) {
  header .container-fluid {
    padding: 3% 15% 20%;
  }
  header h1 {
    font-size: 3rem;
  }
  .intro_box {
    padding: 10% 0;
  }
}
