/*============================
    ##  General Styles
=============================*/
body {
  font-family: "Source Sans Pro", sans-serif;
}
h1,
h2 {
  font-family: "PT Serif", serif;
}
img {
  width: 100%;
}

/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: brown;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
}
.contact_nav a {
  color: #fff;
}

/*============================
    ##  Header
=============================*/
header {
  padding: 50px 0;
  background: url(../img/header.jpg) center center/cover;
}
.header_intro {
  background-color: rgb(0, 0, 0, 0.4);
  color: #fff;
  margin-bottom: 30px;
  padding: 10px;
}
header h1 {
  color: #fff;
}
header a {
  display: inline-block;
  padding: 5px 14px;
  background-color: brown;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.header_img img {
  animation: slidein 2s ease-out 2s both;
}

@keyframes slidein {
  from {
    transform: translateX(-280%);
  }

  to {
    transform: translateX(0%);
  }
}
/*============================
    ##  Fleet Section
=============================*/
.fleet_home_section {
  padding: 50px 0;
}
.fleet_home_section h2 {
  margin-bottom: 30px;
  color: #a52a2a;
}
.fleet_home_section .vehicle h3 {
  text-transform: capitalize;
  padding: 5px 0;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}
.fleet_home_section .vehicle a {
  display: inline-block;
  padding: 5px 14px;
  background-color: brown;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.fleet_home_section .vehicle a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

/*============================
    ##  Luxury Section
=============================*/
.luxury {
  padding: 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
    url(../img/lux3.jpg) top center/cover;
}
.luxury.c {
  background: #fff;
}
.lux_text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 400px;
}
.luxury.c h2 {
  color: brown;
}
.lux_text a {
  display: inline-block;
  padding: 5px 14px;
  background-color: brown;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.lux_text a:hover {
  color: #a52a2a;
  background-color: #fff;
  text-decoration: none;
}
/*============================
    ##  Why us Section
=============================*/
.why_us {
  background-color: #e6ccb2;
  padding: 60px 0;
}

.why_us h2 {
  margin-bottom: 30px;
  color: #a52a2a;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.content_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.content_container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #a52a2a;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .content_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .content_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/*============================
    ##  services Section
=============================*/
.services_section {
  padding: 50px;
}
.carousel-item {
  height: 50vh;
}
.services_section h2 {
  color: #a52a2a;
}
.carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);
  opacity: 1;
  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) center 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) center 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) center center/cover;
}
/*============================
    ##  call_us
=============================*/
.call_us {
  padding: 40px;
  text-align: center;
  font-size: 1.3em;
}
.call_us p {
  margin: 0;
}
.call_us p a {
  color: #a52a2a;
}
/*============================
    ##  Footer
=============================*/
footer {
  background: linear-gradient(to bottom left, #a52a2a, #885637);
  padding: 50px 0;
  color: #fff;
}
footer h2 {
  margin-bottom: 30px;
}
footer h3 {
  text-transform: capitalize;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
footer a {
  color: #e6ccb2;
}
footer ul:first-of-type {
  text-transform: capitalize;
}
footer ul.contact a {
  text-transform: lowercase;
}
footer a:hover {
  color: #b08968;
}
footer .copyright_paragraph p {
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}
/*============================
    ## quote, reservation
=============================*/
.iframe-page {
  height: 1100px;
}

.iframe-page iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 766px) {
  .iframe-page {
    height: 1450px;
  }
}

/*============================
    ## Contact page
=============================*/
header.contact {
  background: url(../img/contact.jpg) center center/cover;
}
header.quote,
header.reservation {
  background: url(../img/quote_reserve.jpg) center center/cover;
}
header.contact .header_img img,
header.quote .header_img img,
header.reservation .header_img img {
  animation: slidedown 2s ease-out 2s both;
}

@keyframes slidedown {
  from {
    transform: translateY(-180%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.luxury .lux_text.contact_page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.luxury .lux_text.contact_page li a {
  background-color: transparent;
  padding: 7px 0;
}
.message_us {
  padding: 50px 0;
}
.message_us h2 {
  margin-bottom: 30px;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: rgb(34, 34, 34);
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #a52a2a;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.contact_form button[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
.contact_form .row {
  margin: 0;
  padding: 0;
}
.quick_quote h2 {
  color: #fff;
}

/*============================
    ## response page
=============================*/
.success_section {
  padding: 50px 0;
}
