/*----------------------
    General Styles
----------------------*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}
img {
  width: 100%;
}
.btn {
  text-transform: capitalize;
}
section {
  padding: 70px 0;
}
h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main p,
footer p {
  color: rgb(34, 34, 34);
}
.container-fluid {
  padding: 3% 15%;
}
h1 {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: uppercase;
}
p {
  color: #3a3a3a;
}
/*----------------------
    Header styles
----------------------*/
header {
  color: #fff;
}
header p {
  color: #fff;
}
header nav {
  margin-bottom: 7rem;
}
header.home,
header.response {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/home.jpg) center center/cover;
}
header .btn {
  margin: 3rem 0.5rem;
}
.header_text {
  margin-top: 2rem;
}
/*---------------
    Goodies
---------------*/
.goodies {
  background-color: #fff;
}
.goodies h3 {
  margin: 5px 0;
  color: #fff;
}
.goodies .feature {
  background-color: #aaaaaa;
  padding: 15px;
  border-radius: 10px;
  margin: 1rem;
}
.feature i {
  font-size: 1.2em;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 0 1rem 0;
  color: #f6f6f6;
}
.feature p {
  color: #f6f6f6;
}

.testi-card {
  max-width: 50%;
  margin: 0 auto;
}

/*---------------
    our_fleet
---------------*/
.our_fleet {
  background-color: #e6ff00;
}
.our_fleet img,
.various img {
  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: 0.8rem;
}
.fleet_text {
  margin-bottom: 2rem;
}
/*-------------
    call_us
-------------*/
.call_us {
  background-color: #e6ff00;
}
.call_us p {
  font-size: 1.2em;
}
.call_us a {
  color: #777;
}
/*-------------
    various
-------------*/
.various_text {
  margin-top: 2rem;
}
/*  services_section
------------------------*/
.carousel-item {
  height: 60vh;
}

.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/prom.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/outlet.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/quinceanera.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;
}

/*-------------
    footer
-------------*/
footer {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}
footer p {
  color: #fff;
}
footer img {
  width: auto;
  display: block;
  margin-bottom: 10px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #999;
}
.foot {
  margin: 10px 0;
}

/*Contact page
------------------*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/call.jpg) center center/cover;
}
/*----------------------
    message_us
----------------------*/
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: rgb(34, 34, 34);
}
.contact_form textarea {
  height: 200px;
}
/*Testimonials page
--------------------*/
header.testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url(../img/testimonials.jpg) center center/cover;
}
.rating {
  margin: 20px 0;
}
form h4 {
  color: rgb(255, 119, 87);
}
.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;
}

/*Quote & Reservation page
----------------------------*/
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) top center/cover;
}

/* Media Query Styles */
@media (max-width: 1024px) {
  header h1 {
    font-size: 1.5rem;
  }
  .intro-box .btn {
    margin: 1rem 1rem 1rem 0;
  }
  .testimonial .container-fluid {
    padding: 7% 5%;
  }
  .contact_car_img {
    margin: 0 0 1rem;
  }
}
