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

body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
span {
  font-family: "Anton", sans-serif;
}
*::selection {
  background-color: #867ae9;
  color: #fff;
}
/*  Navigation Styles
----------------------*/
.navbar-brand img {
  width: 40px;
}

/*  Header Styles
----------------------*/
header {
  background: linear-gradient(
      to top left,
      rgba(000, 000, 000, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../img/home_header.jpg) top center/cover;
  height: 45vh;
  position: relative;
}
header span {
  color: #867ae9;
  background-color: #000;
  padding: 5px;
  display: inline-block;
}
header h1 {
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  background: #867ae9;
}
.intro-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 70%;
  left: 0%;
  background: #000;
}
.intro-box a {
  display: block;
  color: #867ae9;
  padding: 5px;
  margin: 3px;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
}
.intro-box a:hover {
  color: #5f4ef3;
}
/*  qq
------------------*/
.qq {
  padding: 50px 0;
}
.qq h2 {
  margin: 20px 0 50px;
}
.qq img {
  width: 100%;
}
/*  home_fleet Styles
----------------------*/
.home_fleet {
  padding: 100px 0;
  text-align: center;
}
.home_fleet h2 {
  text-align: left;
  margin: 20px 0 50px;
}
.home_fleet .vehicle-img {
  width: 100%;
}
.vehicle-text {
  padding: 10px 5px;
  text-align: left;
}
.vehicle-text h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.vehicle {
  padding-right: 5px;
  padding-left: 5px;
}
.vehicle-text span {
  display: block;
  opacity: 0.6;
  margin-right: 5px;
}
.vehicle-text span i {
  margin-right: 5px;
}
.home_fleet a {
  display: inline-block;
  padding: 7px 13px;
  background-color: #000;
  color: #867ae9;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.home_fleet a:hover {
  text-decoration: none;
  color: #000;
  background-color: #867ae9;
}

/*  Services Styles
----------------------*/
.services article {
  height: 300px;
  color: #fff;
}
.services h2 {
  margin: 20px 0 50px;
}
.services article h3 {
  background: #867ae9;
  font-size: 1.5em;
  display: inline-block;
  padding: 10px 10px 40px;
  clip-path: polygon(
    20% 0%,
    0 0,
    0 51%,
    0 100%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 100%,
    100% 50%,
    100% 0,
    80% 0%,
    48% 0
  );
  font-weight: 100;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.services article.airport {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/airport.jpg) center center/cover;
}

.services article.business {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/business.jpg) center center/cover;
}

.services article.casino {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/casino.jpg) center center/cover;
}

.services article.birthday {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/birthday.jpg) center center/cover;
}
.services article.cruise {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/cruise.jpg) center center/cover;
}

.services article.wedding {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/wedding.jpg) center center/cover;
}

.services article.concert {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/concert.jpg) center center/cover;
}

.services article.quinceanera {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/quinceanera.jpg) center center/cover;
}

.services article.bachelorette {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/bachelorette.jpg) center center/cover;
}
.services article.shuttles {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/shuttle.jpg) center left/cover;
  transition: all 0.5s ease-in-out;
}

.services article.outlets {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/outlet.jpg) center left/cover;
  transition: all 0.5s ease-in-out;
}

.services article.proms {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/services/prom.jpg) top center/cover;
}

/*  why_us Styles
----------------------*/
.why_us {
  padding: 100px 0;
  text-align: center;
}
.feature {
  margin: 20px 0;
  text-align: center;
}
.feature span {
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  box-shadow: -9px 0px 0px #867ae9, inset 15px 10px 10px #867ae9;
}
.feature p {
  font-size: 1.5em;
  font-weight: bold;
  color: #867ae9;
  text-transform: capitalize;
}
/*  reach_out Styles
----------------------*/
.reach_out {
  padding: 100px 0;
  background-color: #867ae9;
  color: #fff;
}
.reach_out img {
  width: 100%;
  border-radius: 35px;
}
.reach_out a {
  color: #867ae9;
  padding: 7px 13px;
  display: inline-block;
  background-color: #000;
  margin: 3px 3px 3px 0;
  transition: all 0.3s ease-in-out;
}
.reach_out a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #867ae9;
}
.reach-text {
  margin-bottom: 15px;
}
/*  Footer
-------------*/
footer {
  text-align: center;
  padding: 10px 0 50px;
  border-top: 1px solid #867ae9;
}
.foot {
  margin: 15px 0;
}
footer img {
  width: 40px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer li {
  display: inline-block;
}
footer a {
  color: #867ae9;
}
footer li a {
  display: inline-block;
  padding: 3px;
  margin: 3px;
}
footer a:hover {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}
footer p a {
  font-weight: bolder;
}
.copyright-paragraph {
  font-size: 1.2em;
}

/*  Reservation, Quote, Contact
---------------------------------*/
.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.5), rgba(39, 39, 41, 0.5)),
    url(../img/reservation.jpg) center 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-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: #867ae9;
  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 input::placeholder,
.contact-page-form textarea::placeholder {
  color: #857ae9b0;
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  background-color: #000;
  color: #867ae9;
  border: none;
  padding: 7px 15px;
  margin: 10px 0;
  transition: 0.3s ease-in-out;
}

.contact-page-form button:hover {
  color: rgb(0, 0, 0);
  background-color: #867ae9;
}
.contact-page-form label {
  margin-right: 60px;
}
section.response {
  padding: 100px 0;
  text-align: center;
}
