/*----------------------
    General Styles
----------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fbf2e9;
}
h1,
h2,
h3 {
  font-family: "Noto Sans", sans-serif;
  text-transform: capitalize;
}
img {
  width: 100%;
}
header a,
section a {
  display: inline-block;
  padding: 15px;
  background-color: #d7833b;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
header a:hover,
section a:hover {
  background: #fff;
  color: #d7833b;
  text-decoration: none;
}
section {
  padding: 80px 0;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}
main p,
footer p {
  color: rgb(34, 34, 34);
}
.row {
  margin: 0;
  padding: 0;
}
/*----------------------
    Navbar styles
----------------------*/
nav {
  background-color: #fbf2e9;
}
/*----------------------
    Header styles
----------------------*/
header {
  height: 60vh;
  color: #333335;
}

/*===========================
    .best_limo
===========================*/
.best_limo {
  padding: 80px 0;
  text-transform: capitalize;
  color: #333335;
}
.best_limo span {
  color: #d7833b;
}
.best_limo img {
  border-radius: 5px;
}

/*  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/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 h2 {
  color: #333335;
  text-transform: capitalize;
}
.why_us h3 {
  margin: 5px 0;
  color: #d7833b;
}
.why_us .feature {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
}
.feature p {
  color: #333335;
}
.feature i {
  color: #333335;
  font-size: 2em;
  padding: 10px;
}
/*-------------
    call_us
-------------*/
.call_us {
  background-color: #fff;
}
.call_us a {
  display: inline;
  padding: 0;
  background-color: transparent;
  color: #d7833b;
  font-weight: bold;
  border-radius: 0;
}
.call_us a:hover {
  text-decoration: underline;
}
.call_us p {
  font-size: 1.2em;
  color: #333335;
}

/*----------------------
    message_us
----------------------*/
.message_us h2 {
  color: #333335;
  text-transform: capitalize;
}
.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;
}
.contact_form button[type="submit"] {
  background-color: #d7833b;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
}
.contact_form button[type="submit"]:hover {
  background-color: #fff;
  color: #d7833b;
}
/*======================
    .testimonial_section
======================*/
.testimonial_section {
  padding: 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/testimonial.jpg) fixed center center/cover;
  color: #fff;
}
.testimonial_section blockquote {
  padding-left: 20px;
  padding-right: 20px;
}
.testimonial_section h2 {
  color: #fff;
}
.testimonial_section i {
  font-size: 2.5em;
  color: #d7833b;
}
.testimonial_section p {
  color: #fff;
}
.testimonial_section cite {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: normal;
}

/*-------------
    footer
-------------*/
footer {
  padding: 80px 0;
  background-color: #333335;
  color: #fff;
}
footer h2,
footer h3 {
  color: #d7833b;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li,
footer p {
  color: #fff;
}
footer a {
  color: #e6e8e6;
}
footer a:hover {
  color: #d7833b;
}
.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) top center/cover;
  height: 40vh;
  color: #fff;
}

/*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;
  height: 40vh;
  color: #fff;
}
.rating {
  margin: 20px 0;
}
form h4 {
  color: #d7833b;
}
.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) 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;
}
