/*--------------------
    General Styles
--------------------*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: rgb(39, 39, 41);
  color: #fdfdff;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
}
.down-arrow {
  color: #fee252;
  font-size: 2em;
  border-radius: 5px;
  animation: arrow 2s alternate forwards infinite running;
}
.down-arrow:hover {
  animation-play-state: paused;
  color: #fdfdff;
}
.down-arrow-header {
  position: absolute;
  bottom: 8%;
  left: 50%;
}
@keyframes arrow {
  form {
    bottom: 8%;
    animation-timing-function: ease-out;
  }
  to {
    bottom: 2%;
    animation-timing-function: ease-in;
  }
}
.row {
  margin: 0;
  padding: 0;
}
nav .navbar-brand img {
  width: 50px;
}
/*--------------------
    Header
--------------------*/
header {
  padding: 80px 0;
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/header.jpg) top center/cover;
  height: 600px;
  position: relative;
}
header .header-box {
  padding-left: 40px;
}
header .header-box a {
  background-color: rgb(39, 39, 41);
  color: #fee252;
  padding: 7px 15px;
}
header .header-box a i,
.sidebar a i,
.home-page-form button i {
  font-size: 1.2em;
  padding-left: 3px;
  transition: all 0.3s ease-in-out;
}
header .header-box a:hover,
.sidebar a:hover,
.home-page-form button:hover {
  text-decoration: none;
}
header .header-box a:hover i,
.sidebar a:hover i,
.home-page-form button:hover i {
  padding-left: 15px;
}

/*-------------------------
    vehicles-home-section
-------------------------*/
.vehicles-home-section {
  padding: 80px 0;
  position: relative;
}
.vehicles-home-section .sidebar,
.vehicles-home-section .vehicles-article {
  padding: 20px 0;
}
.vehicles-article .vehicle-text {
  padding: 10px 5px;
}
.vehicles-article .vehicle-text span {
  margin-right: 5px;
}
.vehicles-article img {
  width: 100%;
}
.vehicles-article h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.sidebar p {
  margin-bottom: 50px;
  margin-top: 15px;
  opacity: 0.6;
}
.sidebar a,
.home-page-form button {
  color: rgb(39, 39, 41);
  background-color: #fee252;
  padding: 7px 15px;
}
.vehicle {
  padding-right: 5px;
  padding-left: 5px;
}
.vehicle-text span {
  display: block;
  opacity: 0.6;
}
.vehicle-text span i {
  margin-right: 5px;
}
.vehicles-home-section a.down-arrow {
  position: absolute;
  bottom: 8%;
  left: 50%;
}
/*---------------------
    services-section
---------------------*/
.services-section {
  padding: 120px 0;
  position: relative;
}
.carousel-item {
  height: 450px;
}
.carousel-caption h3 {
  background-color: rgb(39, 39, 41);
  color: #fee252;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 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/prom.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) center 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) center center/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;
}
.services-section-text p {
  opacity: 0.6;
}
.services-section a.down-arrow {
  position: absolute;
  bottom: 8%;
  left: 50%;
}
@media (max-width: 768px) {
  .services-section-text {
    margin-top: 25px;
  }
}

/*--------------------
    Why-us-section
--------------------*/
.why-us-section {
  padding: 100px 0;
  position: relative;
}
.why-us-section h3 {
  font-size: 1.5em;
}
.why-us-section .feature i {
  font-size: 2em;
  padding: 10px 0;
  color: #fee252;
}
.why-us-section .feature p {
  opacity: 0.6;
}
.why-us-section a.down-arrow {
  position: absolute;
  bottom: 8%;
  left: 50%;
}
/*----------------------
    contact-us-section
----------------------*/
.contact-us-section {
  padding: 100px 0;
  background: linear-gradient(rgba(39, 39, 41, 1), rgba(39, 39, 41, 0.5)),
    url(../img/home_contact_us.jpg) top center/cover;
}
.contact-us-section h2 {
  margin-bottom: 20px;
}
.contact-us-section .home-page-form {
  max-width: 500px;
  margin: 0 auto;
}
.home-page-form input,
.home-page-form textarea {
  padding: 10px;
  color: #fee252;
  border: 1px solid rgba(221, 221, 221, 0.506);
  background-color: rgba(0, 0, 0, 0.219);
}
.home-page-form input::placeholder,
.home-page-form textarea::placeholder {
  color: #fee15286;
}
.home-page-form textarea {
  height: 200px;
}
.home-page-form label {
  opacity: 0.6;
}
.home-page-form button {
  border: none;
  margin-top: 25px;
}
.home-page-form label,
.contact-page-form label {
  margin-right: 60px;
}
/*--------------------
    footer
--------------------*/
footer {
  border-top: 1px solid #fee252;
}
.upper-footer {
  padding: 80px 0;
}
.upper-footer p {
  opacity: 0.6;
}
.upper-footer h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.contact-info ul,
.site-map ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact-info ul a,
.site-map ul a {
  display: inline-block;
  padding: 3px;
  margin: 3px;
  color: #fee252;
}
.contact-info li:nth-of-type(2) {
  font-size: 12px;
}
.contact-info li:nth-of-type(2) i {
  font-size: 1rem;
}
footer .lower-footer {
  background-color: #fee252;
  padding: 10px 10px 50px;
  color: rgb(39, 39, 41);
}
footer .lower-footer img {
  width: 40px;
}

.lower-footer img {
  border: 1px solid rgb(39, 39, 41);
}
.lower-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lower-footer ul li {
  display: inline-block;
}
.lower-footer ul a {
  display: inline-block;
  padding: 10px;
  background-color: rgb(39, 39, 41);
  color: #fee252;
}
.copyright-paragraph a {
  color: rgb(39, 39, 41);
  font-weight: bold;
}
.copyright-paragraph,
.site-footer-logo,
.contact-links {
  margin: 10px 0;
}

/*Contact, quote, reservation pages
------------------------------------*/
.iframe-page {
  height: 1200px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1500px;
  }
}

header.reservation {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/reservation.jpg) top center/cover;
}
header.quote {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/quote.jpg) top center/cover;
}
header.contact {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/contact.jpg) top center/cover;
}
.contact-page-contact-section {
  padding: 80px 0;
}
.contact-section-text {
  margin-bottom: 50px;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-section-text a {
  color: #fee252;
  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 rgb(39, 39, 41);
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  background-color: #fee252;
  color: rgb(39, 39, 41);
  border: 1px solid #fee252;
  padding: 7px 15px;
  margin-top: 10px;
}

/*Response page
------------------*/
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/success.png) center center/cover;
  height: 600px;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
