/*=======================
      General styles
=======================*/
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
.container-fluid {
  padding: 7% 10%;
}
.contact_nav .container-fluid,
.copy-footer .container-fluid {
  padding: 1% 10%;
}
h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
a::selection {
  background-color: #000;
  color: #fff;
}
footer h3::selection,
footer p::selection,
footer a::selection,
.request-quote h2::selection,
.request-quote p::selection,
.request-quote a::selection {
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3 {
  font-family: "Prata", serif;
  text-transform: capitalize;
}
h2 {
  font-size: 2rem;
  color: #7e664e;
}
.btn {
  margin: 1rem;
  margin-left: 0;
  text-transform: capitalize;
}
hr {
  border: none;
  border-bottom: 1px solid #b8a18a;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #b8a18a;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  text-align: right;
}
.contact_nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Prata", serif;
}
/*==========-=====
    Navigation
================*/
nav {
  background-color: #47464f;
  color: #fff;
}
nav span.bars {
  font-size: 2em;
  padding: 20px;
  cursor: pointer;
}

/*===========
    Header
============*/
.company-name a {
  color: #fff;
  text-decoration: none;
}
header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/header.jpg) top center/cover;
  color: #fff;
  position: relative;
}
header h1 {
  font-size: 5rem;
}
.company-name {
  position: absolute;
  top: 20px;
  left: calc(50% - 107px);
  font-size: 2em;
  font-family: "Prata", serif;
}
.header-box {
  padding: 30px;
  margin-top: 10px;
  width: 60%;
}
/*===============
    invitation
===============*/

.invitation span {
  font-size: 2em;
  margin-right: 0.5rem;
  color: #b8a18a;
}
.invitation p:first-of-type {
  font-size: 1.5em;
}

/*===============
    services
===============*/
.services-section {
  position: relative;
}
.services_section img {
  width: 100%;
}

.services_section .carousel-item {
  height: 60vh;
}

.services_section .carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);

  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.carousel-item.airport {
  background: url(../img/services/airport.jpg) center center/cover;
}

.carousel-item.business {
  background: url(../img/services/business.jpg) top center/cover;
}

.carousel-item.prom {
  background: url(../img/services/proms.jpg) center center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}

.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center center/cover;
}

.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) top center/cover;
}

.carousel-item.casino {
  background: url(../img/services/casino.jpg) center center/cover;
}

.carousel-item.concert {
  background: url(../img/services/concert.jpg) bottom center/cover;
}

.carousel-item.bachelorette {
  background: url(../img/services/bachelorette.jpg) center center/cover;
}

.carousel-item.quinceanera {
  background: url(../img/services/quin.jpg) 50% 30% / cover;
}

.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) center center/cover;
}

.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) bottom center/cover;
}
/*=====================
    fleet-category
======================*/

.fleet-category .car-box {
  height: 300px;
  border: 5px solid #fff;
  color: #fff;
  position: relative;
}
.car-box.limo {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet_category/limo.jpg) center center/cover;
}
.car-box.suv {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet_category/suv.jpg) center center/cover;
}

.car-box.bus {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet_category/bus.jpg) center center/cover;
}

.car-box h3 {
  text-shadow: 2px 2px 2px #000;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/*=====================
    call_us
======================*/
.call_us {
  text-align: center;
}
.call_us p {
  font-size: 2rem;
  font-weight: 600;
}
.call_us p a {
  color: #ca8665;
  text-decoration: none;
}
.call_us p a:hover {
  color: #ca8665;
  text-decoration: underline;
}
/*===================
    why_us
===================*/
.why_us {
  background-color: #b8a18a;
  text-align: center;
}
.why_us h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
}
.why_us img {
  width: 20%;
  border-radius: 100%;
  margin: 1rem;
  display: block;
  margin: 0 auto;
}
.why_us .carousel-item {
  padding: 7% 15%;
}
.why_us em {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: 1rem 0;
}

/*===================
    enjoy_ride
===================*/

.enjoy_ride h2 {
  border-left: 5px solid #b8a18a;
  padding-left: 5px;
}
.enjoy_ride img {
  width: 100%;
  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);
}
.enjoy_ride a {
  color: #7e664e;
  text-decoration: none;
  font-weight: bold;
}
.enjoy_ride a:hover {
  text-decoration: underline;
}
/*===========
    footer
============*/
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), #717d909d),
    url(../img/header.jpg) bottom center/cover;
  color: rgb(212, 212, 212);
}

.foot {
  margin-top: 30px;
}
footer h3 {
  color: #f6f6f6;
}
footer a {
  color: rgb(212, 212, 212);
  text-decoration: underline;
}
footer a:hover {
  color: #b8a18a;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer i {
  font-size: 1.5em;
  padding-right: 5px;
}
footer .copy-footer {
  background-color: rgb(19, 19, 19);
  text-align: center;
  padding-bottom: 35px;
}

/*==========================
    Quote & Reservation
===========================*/
header.quote-page {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation-page {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/reservation.jpg) top center/cover;
}

/*=======================
    Contact us page
========================*/
.contact-page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/contact.jpg) top center/cover;
}
.quote-form img {
  width: auto;
}

/*=======================
    Responsive Design
========================*/

@media (max-width: 1024px) {
  .btn {
    margin: 0.5rem;
    margin-left: 0;
  }
  h2 {
    font-size: 1.5rem;
  }
  header h1 {
    font-size: 2rem;
  }
  .header-box {
    padding: 30px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  span.company-name {
    display: none;
  }
  .contact_nav p {
    font-size: 1rem;
  }
  .why_us h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
