/*=================
    General Styles
=================*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
h1,
h2,
h3 {
  font-family: "Staatliches", cursive;
  text-transform: capitalize;
  font-weight: 300;
}
h2 {
  margin-bottom: 80px;
}
.row {
  padding: 0;
  margin: 0;
}
/*===============
    .contact-nav
===============*/
.contact-nav {
  background: #34e89e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.contact-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-nav a {
  display: block;
  padding: 5px;
  margin: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-nav a:hover {
  text-decoration: none;
  color: #ddd;
}

/*=================
    .home-header
=================*/
header {
  height: fit-content;
  color: #fff;
  padding: 60px 0;
}
header span {
  border-bottom: 3px solid #34e89e;
  display: inline-block;
  margin-bottom: 20px;
}
header img {
  width: 100%;
}
header h1 {
  font-size: 2em;
  text-transform: uppercase;
}
header hr {
  border: 5px solid #34e89e;
}
header a,
.fleet-text a {
  padding: 10px 20px;
  background-color: #0f3443;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header a:hover,
.fleet-text a:hover {
  color: #fff;
  background-color: #34e89e;
  text-decoration: none;
}
.home-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/home.jpg) center center/cover;
}
/*==================
    .Why-us-section
==================*/
.why-us-section {
  padding: 80px 20px;
  margin: 20px 0;
  background: #34e89e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.why-us-section a {
  color: #fff;
  font-weight: bold;
}
.why-us-section h2 {
  color: #fff;
}
.why-us-section p {
  color: #eee;
}
.why-us-section i {
  font-size: 2.5em;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 15px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #fff;
}

/*==============
    .our-fleet
==============*/
.our-fleet {
  padding: 40px 0;
}
.our-fleet img {
  width: 100%;
  border-radius: 5px;
}
.fleet-text {
  color: #0f3443;
  padding: 40px 20px;
}
.fleet-text h2 {
  color: #0f3443;
  margin-bottom: 20px;
}
/*========================
    .invitation-section
========================*/
.invitation-section {
  padding: 80px 20px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../img/quotation_mark.gif) no-repeat 26% 12%/170px;
}
.invitation-section h2,
.invitation-section i,
.invitation-section cite {
  color: #0f3443;
}
.invitation-section i {
  font-size: 2em;
}

/*===================
    Services styles
===================*/
.services {
  background: #34e89e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.carousel-item {
  height: 500px;
}
.services-text {
  padding: 40px;
  text-align: left;
}
.services-text p {
  color: #eee;
}
.services-text h2 {
  font-size: 2em;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
}
.carousel-caption {
  z-index: 0;
}
.carousel-caption h3 {
  background-color: rgba(116, 116, 116, 0.2);
  color: #fff;
  text-transform: capitalize;
  width: fit-content;
  padding: 10px;
}
.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) top center/cover;
}
.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}
.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center right/cover;
}
.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) bottom 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) top center/cover;
}
.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) bottom center/cover;
}
.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}
.carouselControls {
  padding: 0;
}

/*==============================
    home-page-contact-section
==============================*/
.home-page-contact-section {
  padding: 100px 0;
}
.contact-page-contact-section .section {
  padding: 50 0;
}
.contact-page-contact-section .section_hr {
  text-align: center;
}

.contact-section-text {
  margin-bottom: 25px;
}
.contact-section-text img {
  width: 100%;
}
.contact-section-text h3 {
  color: #0f3443;
  text-transform: capitalize;
  font-size: 3em;
}
.contact-section-text span {
  color: #34e89e;
  font-size: 1.2em;
  text-transform: uppercase;
}
.home-page-form input,
.home-page-form textarea,
.contact-page-form input,
.contact-page-form textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.home-page-form label,
.contact-page-form label {
  color: #0f3443;
  margin-right: 60px;
}
.home-page-form button,
.contact-page-form button {
  padding: 10px 20px;
  color: #fff;
  background-color: #0f3443;
  border: none;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  background-color: #34e89e;
  color: #fff;
}
.contact-section-text a,
.contact-section-text i {
  color: #0f3443;
}
.contact-section-text ul i {
  color: #0f3443;
}
.contact-section-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-section-text a,
.contact-section-text span {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.contact-section-text i {
  font-size: 1.2em;
}
.contact-section-text a:hover {
  color: #34e89e;
}

/*=========
    Footer
=========*/
footer {
  background: #34e89e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0f3443,
    #34e89e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 80px 20px;
  color: #fff;
  position: relative;
}
.foot {
  margin: 30px 0;
}
footer h3 {
  font-size: 2em;
}
footer a,
footer i,
footer span {
  color: #eee;
  transition: all 0.3s ease-in-out;
}
footer a,
footer span {
  padding: 5px;
}
footer i {
  font-size: 1.2em;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer a:hover {
  color: #0f3443;
}
footer a.creator {
  padding: 0;
  margin: 0;
}
footer a.go-up {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  font-size: 2em;
  transition: all 0.3s ease-in-out;
}
footer a.go-up:hover i {
  color: #0f3443;
}
footer a.go-up:hover {
  background-color: #fff;
}
/*==================================
    Contact, quote, reservation page
==================================*/
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg) center center/cover;
  height: 40vh;
}
.reservation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/reservation.jpg) center center/cover;
  height: 40vh;
}
.quote-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/quote.jpg) center center/cover;
  height: 40vh;
}

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

/*Response page
------------------*/
.response-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/response.jpg) center center/cover;
  height: 40vh;
}
.response {
  text-align: center;
  padding: 80px 0;
}
