/*---------------------
    general styles
---------------------*/
@font-face {
  font-family: "play fair";
  src: url(../css/PlayfairDisplay-BlackItalic.ttf);
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
a::selection {
  background-color: #000;
  color: #e9c79e;
}
.container,
.container-fluid {
  padding: 40px 20px;
}
img {
  width: 100%;
}
h2 {
  padding: 20px 0;
}
h1,
h2,
h3 {
  color: #e9c79e;
  font-weight: bold;
}
hr {
  width: 15%;
  border: 2px solid #dcb57e;
  margin-left: 0;
}
.nav-phone {
  padding: 10px;
  border: 1px solid #e9c79e;
  background-color: #e9c79e;
  font-weight: bold;
}
.nav-phone i {
  font-size: 1.2em;
}
/*-------------
    header
-------------*/
header {
  position: relative;
}
.intro-header {
  background: linear-gradient(rgba(22, 25, 56, 0.7), rgba(22, 25, 56, 0.7)),
    url(../img/header.jpg) center center/cover;
  color: #e9c79e;
  height: 90vh;
}
.intro-box {
  padding-top: 60px;
}
.intro-header h1 {
  font-size: 3em;
  text-transform: uppercase;
}
.intro-header p {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: capitalize;
}
.intro-header p span {
  display: block;
}
header .arrow {
  color: #e9c79e;
  font-size: 2em;
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 20px;
  border: 1px solid #c7a377;
  display: inline-block;
  padding: 10px;
  animation: arrow 1s infinite alternate both;
}
@keyframes arrow {
  from {
    bottom: 0px;
  }
  to {
    bottom: 50px;
  }
}
/*------------------
    best-fleet
-------------------*/
.best-fleet {
  background: linear-gradient(rgba(22, 25, 56, 0.8), rgba(22, 25, 56, 0.8)),
    url(../img/pattern.jpg) 10% 10% / cover;
  color: #fff;
  padding: 40px 0;
}
.best-fleet img {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.best-fleet h2,
.why-us h2 {
  font-family: "play fair";
  font-style: italic;
  font-weight: 600;
}
/*----------------------
    reliable-quote
----------------------*/
.reliable-quote {
  background-color: #f6f6f6;
}
.reliable-quote h2,
.reliable-quote h3 {
  color: #000;
}
.main-quote-form {
  background-color: #fff;
  padding: 20px;
}
.main-quote-form input,
.main-quote-form select,
.main-quote-form button {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #e9c79e;
  width: 100%;
}
.main-quote-form button {
  color: #e9c79e;
  background-color: #000;
  border-radius: 5px;
  display: block;
}
.main-quote-form button:hover {
  opacity: 0.8;
}
.reliable-text {
  margin-bottom: 40px;
}
/*------------------
    why-us
-------------------*/
.why-us {
  background-color: rgb(21, 22, 44);
  color: #f6f6f6;
}
.why-us h2 {
  margin-bottom: 0;
}
.reasons {
  padding: 30px 0;
  text-align: center;
}
.reasons i {
  font-size: 5em;
  padding: 20px;
}
.reason {
  margin: 20px 0;
}
.reason h3 {
  font-weight: lighter;
}
/*------------------
    why-waiting
-------------------*/
.waiting-text h2 {
  color: #000;
}

.waiting-text .communication {
  font-weight: 600;
}
.communication a {
  color: #c7a377;
}
.waiting-text .reservation {
  display: block;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #e9c79e;
  color: #e9c79e;
  background-color: #000;
  text-align: center;
}
.waiting-text .reservation:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*------------------
    Footer
-------------------*/
footer {
  background-color: #15162c;
  color: #f6f6f6;
}
footer i {
  display: block;
  font-size: 2em;
  text-align: center;
  padding: 15px 0;
}
footer .hours {
  padding-bottom: 20px;
}
footer a {
  color: #c7a377;
}
footer a:hover {
  color: #c7a377;
}
.lower-footer {
  text-align: center;
  border-top: 1px solid rgba(233, 199, 158, 0.822);
}
.lower-footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*========================
    Quote, Reservation
========================*/
.quote-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/quote.jpg) center center/cover;
  height: 50vh;
}
.reservation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/reservation.jpg) 50% 20% / cover;
  height: 50vh;
}
.quote-header h1::first-letter,
.reservation-header h1::first-letter {
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
}
.quote-page,
.reservation-page {
  height: 1000px;
}
.quote-page iframe,
.reservation-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .quote-page,
  .reservation-page {
    height: 1300px;
  }
}

/*=====================
    Services pages
======================*/
.service {
  border: 1px solid #eee;
  padding: 20px;
}
.service-text {
  padding: 10px;
}
.service-text a {
  display: inline-block;
  padding: 10px;
  background-color: #000;
  color: #e9c79e;
  border-radius: 5px;
}
.service-text a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.services-cards h2 {
  text-transform: capitalize;
}
.services-cards h2::first-letter {
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
}

.service-header-content a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  background-color: #000;
  color: #e9c79e;
  border: 1px solid #e9c79e;
}
.service-header-content a:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*Airport*/
.service-header-content.airport {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/airport.jpg) top center/cover;
  height: 500px;
}

/*wedding*/
.service-header-content.wedding {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/wedding.jpg) top center/cover;
  height: 500px;
}
/*bach*/
.service-header-content.bach {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/bachelorette.jpg) top center/cover;
  height: 500px;
}

/*business*/
.service-header-content.business {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/business.jpg) top center/cover;
  height: 500px;
}
/*proms*/
.service-header-content.proms {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/prom.jpg) top center/cover;
  height: 500px;
}
/*quin*/
.service-header-content.quin {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/quinceanera.jpg) top center/cover;
  height: 500px;
}
/*cruise*/
.service-header-content.cruise {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/cruise.jpg) top center/cover;
  height: 500px;
}
/*birthday*/
.service-header-content.birthday {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/birthday.jpg) top center/cover;
  height: 500px;
}
/*concert*/
.service-header-content.concert {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/concert.jpg) top center/cover;
  height: 500px;
}
/*casino*/
.service-header-content.casino {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/casino2.jpg) top center/cover;
  height: 500px;
}
/*outlet*/
.service-header-content.outlet {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/shuttle.jpg) top center/cover;
  height: 500px;
}
/*shuttle*/
.service-header-content.shuttle {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/services/outlets.jpg) top center/cover;
  height: 500px;
}

/*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;
}
