/*============================
    ##  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: #5eaaa8;
  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) bottom 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: #5eaaa8;
  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: #5eaaa8;
}
.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: #5eaaa8;
  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) fixed top center/cover;
}
.lux_text {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 400px;
}
.lux_text a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #5eaaa8;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.lux_text a:hover {
  color: #5eaaa8;
  background-color: #fff;
  text-decoration: none;
}
/*============================
    ##  Why us Section
=============================*/
.features_section {
  padding: 100px 0;
  background-color: #a3d2ca;
}
.features_section .feature {
  background-color: #fff;
  border: 5px solid #a3d2ca;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 15px;
}
.features_section .feature i {
  padding: 15px;
  font-size: 1.7em;
  background-image: linear-gradient(
    to bottom right,
    #70bbc4,
    rgba(255, 119, 87)
  );
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}

/*============================
    ##  services Section
=============================*/
.services_section {
  padding: 50px;
}
.carousel-item {
  height: 50vh;
}
.services_section h2 {
  color: #5eaaa8;
}
.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: #5eaaa8;
}
/*============================
    ##  Footer
=============================*/
footer {
  background-color: #5eaaa8;
  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: #03506f;
}
footer ul:first-of-type {
  text-transform: capitalize;
}
footer ul.contact a {
  text-transform: lowercase;
}
footer a:hover {
  color: #fff;
}
footer .copyright_paragraph p {
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
}
/*============================
    ## 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) top 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: #5eaaa8;
  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;
}

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