/*  General Styles
----------------------*/

@font-face {
  font-family: "vidaloka";
  src: url(../fonts/Vidaloka.ttf);
}
@font-face {
  font-family: "raleway";
  src: url(../fonts/Raleway.ttf);
}
body {
  font-family: "raleway", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Vidaloka", serif;
}
*::selection {
  background-color: #48cae4;
  color: #fff;
}
.container-fluid {
  padding: 7% 15%;
}
p {
  color: #8c8c8c;
}
.btn {
  margin: 1rem 1rem 1rem 0;
}
/*  Navigation Styles
----------------------*/
.navbar-brand img {
  width: 4rem;
}
.nav-item {
  margin: 0 0.5rem;
}
.nav-link {
  font-size: 1.3rem;
}
/*  Header Styles
----------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/home_header.jpg) center center/cover;
  position: relative;
}
header .container-fluid {
  padding: 3% 15%;
}
header span {
  color: #fff;
  font-size: 1.5rem;
}
header h1 {
  color: #fff;
  font-size: 4rem;
  text-transform: uppercase;
}
.intro_box {
  padding: 7% 0;
  text-align: center;
}
.intro_box_box {
  border: 10px solid #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  background-color: #48cae4a9;
}
.fast_links {
  background-color: #48cae4;
}
.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: #03045e;
}

/*  home_fleet Styles
----------------------*/
.home_fleet h2 {
  margin: 20px 0 50px;
  color: #000;
  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: #000;
}
.vehicle {
  padding-right: 5px;
  padding-left: 5px;
}
.vehicle-text span {
  display: block;
  margin-right: 5px;
  color: #8c8c8c;
}
.vehicle-text span i {
  margin-right: 5px;
  color: #000;
}
/*  why_us
--------------------*/
.why_us {
  background-color: #023e8a;
  color: #fff;
}
.why_us h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}
.why_us .carousel-item {
  padding: 7% 15%;
}
.why_us em {
  font-size: 2rem;
  font-weight: 400;
  color: #f6f6f6;
  font-style: normal;
}
.why_us img {
  width: 100%;
  border-radius: 10px;
}
/*  services_section Styles
------------------------------*/
.services_section h2 {
  margin: 20px 0 50px;
  color: #000;
  font-size: 3rem;
  text-align: left;
}
.services_section {
  text-align: center;
}
.card-columns {
  margin-top: 2rem;
}
.card-title {
  text-transform: capitalize;
}
/*  reach_out Styles
----------------------*/
.reach_out {
  background-color: #ade8f4;
  color: #000;
}
.reach_out p {
  color: #333;
}
.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: #023e8a;
}
.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: #023e8a;
  transition: all 0.3s ease-in-out;
}
footer p a {
  font-weight: bolder;
}
.copyright-paragraph {
  font-size: 1.2em;
}

/*  Reservation, Quote, Contact
---------------------------------*/
header.reservation {
  background: linear-gradient(rgba(39, 39, 41, 0.5), rgba(39, 39, 41, 0.5)),
    url(../img/reservation.jpg) top 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) top 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: #03045e;
  padding: 3px;
  margin: 3px;
  display: inline-block;
}
.contact-section-text h3 {
  text-transform: capitalize;
}

.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid #888;
}
.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 h1 {
    font-size: 3rem;
  }
  .intro_box {
    padding: 10% 0;
  }
}
