/*-----------------------------------
    General Styles
-----------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: url(../img/12.jpg) fixed center center/cover;
}
h1,
h2,
h3,
.brand {
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
.row {
  padding: 0;
  margin: 0;
}
.big-container {
  margin: 3rem auto;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.7px);
  -webkit-backdrop-filter: blur(4.7px);
}
/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: transparent;
  color: #333;
  padding: 15px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.contact_nav a {
  color: #333;
  display: inline-block;
  padding: 5px 0;
}
.contact_nav span {
  display: block;
  padding: 5px;
}
.contact_nav span.brand {
  font-size: 1.5em;
  text-transform: uppercase;
}

/*-----------------------------------
    navbar Styles
-----------------------------------*/
nav.navbar {
  background-color: transparent;
  color: #333;
}
/*-----------------------------------
    Header Styles
-----------------------------------*/
header {
  padding: 50px 0;
  background: transparent;
  color: #333;
}
.header-box {
  padding: 20px;
}
header a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #333;
  background-color: #fff;
  text-decoration: none;
}
header img {
  width: 100%;
  border-radius: 50%;
  animation: 8s stearing ease-in-out infinite alternate;
}
@keyframes stearing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
/*-----------------------------------
    our_fleet_section Styles
-----------------------------------*/
.fleet-section {
  padding: 80px 0;
  text-transform: capitalize;
  background-color: transparent;
}
.fleet-section img {
  width: 100%;
}
.fleet-section .fleet-text {
  padding: 0 20px;
  margin-bottom: 40px;
}
.fleet-section a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.fleet-section a:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
.fleet-section h2 {
  color: #222;
}
.fleet-section p {
  color: #444;
}

/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  padding: 100px 0;
  position: relative;
  background-color: transparent;
  color: #333;
}
.carousel-inner {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.carousel-item {
  height: 450px;
}
.carousel-caption h3 {
  background-color: rgba(255, 255, 255, 0.527);
  color: #000;
  border-radius: 5px;
  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) 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 left/cover;
}
.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) bottom left/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) bottom center/cover;
}
.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}
.services-section-text p {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .services-section-text {
    margin-top: 25px;
  }
}

/*-----------------------------------
    Why-us-section Styles
-----------------------------------*/
.why-us {
  padding: 80px 0;
  text-align: center;
}
.why-us h2 {
  color: #2c2a55;
  padding: 20px 0;
}
.why-us .feature span {
  background: linear-gradient(to bottom right, #ebeef2, #fff);
  color: #2c2a55;
  border: 3px dashed #2c2a55;
  border-radius: 50%;
  padding: 10px 25px;
  font-size: 3em;
  font-weight: 800;
  display: inline-block;
}
.why-us .feature h3 {
  margin-top: 10px;
  color: #2c2a55;
}

/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form {
  padding: 80px 0;
  background-color: transparent;
}
.contact-form img.big-img {
  width: 100%;
}
.contact-form.home img {
  width: 100%;
}
.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 button,
.contact-page-form button {
  padding: 10px 20px;
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
  border: none;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  color: #333;
  background-color: #fff;
}
.quick_quote span {
  color: #333;
}
/*-----------------------------------
    Footer Styles
-----------------------------------*/
.upper-footer {
  background-color: transparent;
  padding: 10px 0;
}
.upper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upper-footer a {
  padding: 5px;
  display: block;
  color: #444;
  font-size: 1.2em;
  text-transform: capitalize;
}
.upper-footer a.brand {
  font-size: 1.5em;
  font-weight: bolder;
}
.upper-footer a.brand:hover {
  text-decoration: none;
}
.lower-footer {
  background-color: transparent;
  color: #444;
  text-align: right;
  padding: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.lower-footer p {
  margin: 1rem 0;
}
.lower-footer a {
  color: #333;
  font-weight: bold;
}
/*-----------------------------------------
    Contact, Testimonials, Quote Styles
-----------------------------------------*/
header.contact {
  background: transparent;
}
section.qq img,
.contact-page-contact-section img {
  width: 100%;
}
.contact-page-contact-section {
  padding: 80px 0;
  background-color: transparent;
}
#_fm_captcha_div img {
  width: auto;
}
.contact-section-text span {
  color: #333;
  text-transform: capitalize;
}
.contact-section-text h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-section-text ul li {
  margin: 5px 0;
}
.contact-section-text a {
  color: #333;
}
header.reservation {
  background: transparent;
}
header.quote {
  background: transparent;
}

/*Response page
-------------------*/
section.response {
  padding: 60px 0;
  text-align: center;
  background-color: transparent;
}
section.response img {
  width: 35%;
}
