/*Global Styles
-----------------*/
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "Raleway", sans-serif;
  background-color: #21232f;
  color: #fff;
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
.row {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 900px;
}
/*upper_nav
----------------*/
.upper_nav img {
  width: 60px;
}
.upper_nav {
  background-color: #21232f;
}
.upper_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #4eaad1;
}
.upper_nav a {
  color: #fff;
  padding: 3px;
}
.upper_nav li {
  margin: 3px;
  padding: 5px;
  display: inline-block;
}

/*navbar
----------------*/
.navbar {
  background-color: #4265c1;
}

/*header
----------------*/
header {
  height: 600px;
  background: linear-gradient(
      to bottom right,
      rgba(66, 101, 193, 0.6),
      rgba(33, 35, 47, 0.8)
    ),
    url(../img/header.jpg) center center/cover;
  color: #fff;
}
header p {
  margin: 5px 0;
}
header h1 {
  font-size: 6vw;
}
header a {
  color: #fff;
  border: 2px solid #4eaad1;
  padding: 7px 14px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #fff;
  border: 2px solid #4eaad1;
  text-decoration: none;
  background-color: #4eaad1;
}

/*fleet_section
------------------*/
.fleet_section {
  padding: 80px 0;
}
.fleet_section h2 {
  text-align: center;
}
.vehicles {
  padding: 50px 0;
}
.fleet_section .vehicle:nth-of-type(2) {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.vehicle img {
  width: 100%;
}
.vehicle h3 {
  font-size: 20px;
  margin: 5px 0 15px;
}
figure div {
  display: inline-block;
  padding: 5px 7px;
  position: relative;
  background-color: #4eaad1;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
figure div span,
figure div i {
  transition: all 0.3s ease-in-out;
}
figure div span {
  position: absolute;
  top: 16%;
  left: 12%;
  opacity: 0;
}
figure div:hover span {
  opacity: 1;
}
figure div:hover i {
  opacity: 0;
}
/*services_article
--------------------*/
.services_article .service {
  height: 300px;
}
.service.airport {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/airport.jpg) center center/cover;
}
.service.bachelorette {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/bachelorette.jpg) center center/cover;
}
.service.birthday {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/birthday.jpg) center center/cover;
}
.service.business {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/business.jpg) center center/cover;
}
.service.casino {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/casino.jpg) center center/cover;
}
.service.concerts {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/concert.jpg) center center/cover;
}
.service.cruise {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/cruise.jpg) center center/cover;
}
.service.outlets {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/outlets.jpg) center center/cover;
}
.service.proms {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/proms.jpg) center center/cover;
}
.service.quinceanera {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/quin.jpg) center center/cover;
}
.service.shuttles {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/shuttle.jpg) center center/cover;
}
.service.weddings {
  background: linear-gradient(
      to bottom right,
      rgba(33, 35, 47, 0.3),
      rgba(33, 35, 47, 0.3)
    ),
    url(../img/services/wedding.jpg) center center/cover;
}
.service h3 {
  padding: 30px 15px;
  margin: 0;
  border-radius: 15%;
  border: 2px solid #4eaad1;
  background-color: rgb(0, 0, 0, 0.5);
}

/*  features_section 
----------------------*/
.features_section {
  padding: 100px 0;
}
.features_section h2 {
  text-align: center;
}
.features_section h3 {
  font-size: 20px;
}
.features_section p {
  color: rgb(182, 182, 182);
}
.features_section .features {
  margin-top: 30px;
}
.features_section .feature {
  padding: 20px;
  margin-bottom: 50px;
}
.features_section .feature i {
  padding: 15px;
  font-size: 1.7em;
  background-image: linear-gradient(
    to bottom right,
    #4eaad1,
    rgb(0, 0, 0, 0.5)
  );
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}

/*  testimonials 
--------------------*/
section.testimonials {
  padding: 100px 0;
  color: #00274d;
  background-color: #e3e8e9;
}
.testimonials .testimonial {
  background-color: #fff;
  padding: 20px;
  margin: 15px;
}
.testimonials .testimonial i {
  padding: 15px;
  font-size: 1.7em;
  background-image: linear-gradient(
    to bottom right,
    #4eaad1,
    rgb(0, 0, 0, 0.5)
  );
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.testimonials .testimonial cite {
  color: #00274d;
}

/*  footer-head
====================*/
.footer-head {
  background-color: #4eaad1;
  padding: 60px 20px;
}
.footer-head-item {
  margin: 20px 0;
  width: 300px;
}
.footer-head-item-icon {
  font-size: 2em;
  color: #21232f;
  text-shadow: 8px 5px 19px #eee;
  width: 60px;
}
.footer-head-item-text {
  width: 1fr;
}
.footer-head-item-text p,
.footer-head-item-text a {
  margin: 0;
  color: #4265c1;
  font-weight: 900;
}
.footer-head-item-text span {
  color: #fff;
  font-size: 1.5em;
}

/*  footer_main
====================*/
.footer_main {
  padding: 80px 0;
}
.foot {
  margin-bottom: 20px;
}
.footer_main ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer_main ul i {
  font-size: 1.2em;
}
.footer_main a {
  color: #4eaad1;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}
.footer_main a:hover {
  text-decoration: underline;
}
.copyright_paragraph {
  padding-bottom: 50px;
}
.copyright_paragraph a {
  color: #4eaad1;
  text-decoration: none;
}
.copyright_paragraph a:hover {
  text-decoration: underline;
}

/*Contact, Testimonial, Quote, Reservation Pages
-------------------------------------------------*/
.iframe-page {
  height: 1300px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1400px;
  }
}
header.reservation {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(66, 101, 193, 0.5)
    ),
    url(../img/reservation.jpg) bottom center/cover;
}
header.quote {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(66, 101, 193, 0.5)
    ),
    url(../img/quote.jpg) top center/cover;
}
header.contact {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(66, 101, 193, 0.5)
    ),
    url(../img/contact.jpg) center center/cover;
}
header.testimonials {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(66, 101, 193, 0.7)
    ),
    url(../img/testi.jpg) center center/cover;
}
.message_us_article {
  padding: 100px 0;
  background-color: rgb(255, 255, 255);
  color: #21232f;
}
.message_us_article h2 {
  margin-bottom: 30px;
}
.message_us_article .img_container img {
  width: 100%;
}
.message_us_article form {
  padding: 0 25px;
}
.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid rgb(112, 187, 196);
  color: rgb(112, 187, 196);
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  border: 1px solid rgb(112, 187, 196);
  padding: 7px 15px;
  margin-top: 10px;
  background-color: rgb(112, 187, 196);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-page-form button:hover {
  background-color: transparent;
  color: rgb(112, 187, 196);
  border: 1px solid rgb(112, 187, 196);
}
.testi-main {
  background-color: rgb(227, 232, 233);
}
/*---------------------
    rating stars
---------------------*/
.rating {
  margin: 20px 0;
}
form h4 {
  color: rgb(112, 187, 196);
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.submit-review h4 {
  margin-top: 20px;
}
