/*----------------------
    General Styles
----------------------*/
body {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url("../img/body33.jpg") scroll center center/cover;
}
.light_body {
  background: #fff;
}
h1,
h2,
h3 {
  font-family: "DM Serif Display", serif;
  text-transform: capitalize;
}
img {
  width: 100%;
}
h1 {
  font-size: 4rem;
  font-family: "Italianno", cursive;
}
.navbar-brand {
  font-family: "Italianno", cursive;
  font-size: 2rem;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
main p,
footer p {
  color: rgb(34, 34, 34);
}
.row {
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 7% 10%;
}
.navbar .container-fluid {
  padding: 1% 10%;
}
.btn {
  margin: 2rem 1rem;
  margin-left: 0;
}
/*----------------------
    Navbar styles
----------------------*/
nav {
  background-color: #fff;
}
/*----------------------
    Header styles
----------------------*/
header {
  color: #333335;
  overflow: hidden;
}
header img {
  animation: slidein 60s ease-in-out both infinite;
}
@keyframes slidein {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*  services_section
------------------------*/
.services_section a {
  color: #333;
}
.carousel-item {
  height: 40vh;
}
.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);
}

.carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);
  opacity: 1;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 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/proms.jpg) center center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}

.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center center/cover;
}

.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) top 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) 50% 30% / cover;
}

.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) center center/cover;
}

.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}

/*---------------
    why_us
---------------*/

.why_us h3 {
  margin: 5px 0;
  color: #000;
  font-size: 2rem;
}
.why_us .feature {
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
}
.feature p {
  color: #888;
}
.feature i {
  color: #888;
  font-size: 2em;
  padding: 10px;
}
/*----------------------
    message_us
----------------------*/
.message_us h2 {
  color: #333335;
  text-transform: capitalize;
}
.qq {
  text-align: center;
}
.qq h2 {
  margin-bottom: 3rem;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #ddd;
  margin: 3px 0;
  color: rgb(34, 34, 34);
}
.contact_form textarea {
  height: 200px;
}

/*-------------
    footer
-------------*/
footer {
  padding: 80px 0;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
    url("../img/footer.jpg") scroll center center/cover;
  color: #fff;
}
footer h2,
footer h3 {
  color: #000;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li,
footer p {
  color: #333;
}
footer a {
  color: #111;
}
footer a:hover {
  color: #000;
}
.foot {
  margin: 10px 0;
}
.copyright-paragraph a {
  font-weight: bold;
}
/*Contact page
------------------*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/call.jpg) top center/cover;
  height: 40vh;
  color: #fff;
}
.call_us.in_contact {
  background-color: #888;
  color: #000;
}
.call_us.in_contact i {
  color: #fff;
  font-size: 1.5rem;
}
.call_us.in_contact a {
  color: #fff;
  font-size: 1.5rem;
}
/*Quote & Reservation page
----------------------------*/
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) top center/cover;
  height: 40vh;
  color: #fff;
}
.quick_quote {
  padding: 40px 0;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) center center/cover;
  height: 40vh;
  color: #fff;
}
header.response {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/fleet.jpg) center center/cover;
  color: #fff;
  height: 40vh;
}
/*Responsive Styles
----------------------------*/
@media (max-width: 1024px) {
  body {
    background: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.6)
      ),
      url("../img/body33.jpg") scroll center right/cover;
  }
  .btn {
    margin: 0.5rem;
    margin-left: 0;
  }
  .service_text {
    margin-top: 3rem;
  }
  .message_us {
    text-align: center;
  }
  .copyright-paragraph {
    color: #000;
  }
  .carousel-item {
    height: 60vh;
  }
}
