/*------------------
    General styles
------------------*/
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
h1,
h2 {
  color: #ff4500;
  font-weight: bold;
}
.row {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #40e0d0;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  color: #fff;
}
.contact_nav .container {
  padding-top: 0;
  padding-bottom: 0;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
}
.contact_nav a {
  color: #fff;
}
/*------------------
    Header styles
------------------*/
header {
  padding: 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/home.jpg) center center/cover;
  color: #fff;
  text-align: center;
  height: auto;
}
header img {
  width: 100%;
  animation: slidein 2s ease-out 1s both;
}
@keyframes slidein {
  from {
    transform: translateX(-280%);
  }

  to {
    transform: translateX(0%);
  }
}
header h1 {
  font-size: 7vh;
  text-transform: capitalize;
}
header p {
  font-size: 2vh;
}
header a,
.enjoy_ride a,
.airport_text a,
.quote-reserve a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to bottom left, #ff6347, #40e0d0);
  padding: 7px 14px;
  margin: 7px 7px 7px 0;
  border-radius: 5px;
}
header a:hover,
.enjoy_ride a:hover,
.airport_text a:hover,
.quote-reserve a:hover {
  background: linear-gradient(to bottom right, #ff6347, #40e0d0);
  color: #fff;
  text-decoration: none;
}
/*--------------------------
    enjoy_ride styles
----------------------------*/
.enjoy_ride {
  padding: 80px 0;
}
.enjoy_ride 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: 5px;
}
/*------------------
    quote-reserve
------------------*/
.quote-reserve {
  background-color: #b5ffe1;
  color: #000;
  padding: 50px 0;
}
.quote-reserve p {
  font-size: 1.3em;
}

/*--------------------------
    airports styles
----------------------------*/
.airports {
  padding: 80px 0;
}
.airports img {
  width: 100%;
}
.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: #ffecd1;
  color: #000;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
}
.carousel-item.abe {
  background: url(../img/airports/abe.jpg) center center/cover;
}
.carousel-item.ewr {
  background: url(../img/airports/ewr.jpg) center center/cover;
}
.carousel-item.hpn {
  background: url(../img/airports/hpn.jpg) top center/cover;
}
.carousel-item.jfk {
  background: url(../img/airports/jfk.jpg) center center/cover;
}
.carousel-item.lga {
  background: url(../img/airports/lga.jpg) center left/cover;
}
.carousel-item.lsp {
  background: url(../img/airports/lsp.jpg) bottom left/cover;
}
.carousel-item.mmu {
  background: url(../img/airports/mmu.jpg) center center/cover;
}
.carousel-item.phl {
  background: url(../img/airports/phl.jpg) center center/cover;
}
.carousel-item.swf {
  background: url(../img/airports/swf.jpg) center center/cover;
}
.carousel-item.teb {
  background: url(../img/airports/teb.jpg) center center/cover;
}
.carousel-item.ttn {
  background: url(../img/airports/ttn.jpg) bottom center/cover;
}

/*------------------
    why us
------------------*/
.why-us {
  padding: 50px 0;
}
.why-us h2 {
  padding: 20px 0;
}
.feature {
  margin: 10px 0;
}
.feature span i {
  font-size: 3em;
  padding: 10px;
  border: 1px solid #d77a61;
  border-radius: 50%;
}
.feature span.long i {
  padding: 10px 20px;
}
/*------------------
    quote
------------------*/
.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/q1.jpg) center center/cover;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.checked {
  color: orange;
}
.quote cite {
  font-size: 1.3em;
}
.quote p {
  font-size: 3vh;
}
.quote p:after {
  content: "\201E";
  color: #ff4500;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
.quote p:before {
  content: "\201C";
  color: #ff4500;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
/*------------------
    footer
------------------*/
footer {
  background-color: #b5ffe1;
  color: rgb(36, 36, 36);
}
footer h2 {
  color: rgb(36, 36, 36);
}
.upper-footer {
  padding: 50px 0;
}
footer a {
  color: rgb(36, 36, 36);
  font-size: 1.2em;
}
footer a:hover {
  color: #ff4500;
  text-decoration: none;
}
footer i {
  font-size: 1.3em;
  margin-right: 5px;
}
.lower-footer {
  background-color: rgb(8, 8, 8);
  padding: 20px 0 50px;
  color: #fff;
}
.lower-footer a {
  color: #ff4500;
}

/*Success page
------------------*/

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

header.testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/testimonials.jpg) center center/cover;
}
.testimonials-page-section {
  padding: 50px 0;
}
/*--------------------
    Submit a review
---------------------*/
.submit-review input,
.submit-review textarea {
  display: block;
  border: 1px solid #d77a61;
  border-radius: 5px;
  padding: 10px;
  color: #d77a61;
}
.submit-review label {
  margin-top: 20px;
  color: #d77a61;
}

.submit-review button {
  color: black;
  border: 1px solid #d77a61;
  background-color: #d77a61;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  transition: all 1s ease;
}
.submit-review button:hover {
  color: #d77a61;
  border: 1px solid #d77a61;
  background-color: transparent;
}
.submit-review textarea {
  width: 100%;
  height: 250px;
}
/*---------------------
    rating stars
---------------------*/
.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;
}

/*Contact page
====================*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/call.jpg) center center/cover;
}
main.contact-page {
  padding: 50px 0;
}
.contact-info h2,
.send-message h2 {
  padding: 10px 0 30px;
  font-size: 2em;
}
.contact-info i {
  font-size: 1.5em;
}
.contact-info a {
  font-size: 1.2em;
  color: rgb(76, 93, 109);
}
.contact-info a:hover {
  color: orange;
}
form img {
  width: auto;
}
/*--------------------
    Send-message
--------------------*/

.send-message input,
.send-message textarea {
  display: block;
  border: 1px solid #d77a61;
  border-radius: 5px;
  padding: 10px;
  color: #d77a61;
}
.send-message label {
  margin-top: 20px;
  color: #d77a61;
}

.send-message button {
  color: #fff;
  border: 1px solid #d77a61;
  background-color: #d77a61;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  transition: all 1s ease;
}
.send-message button:hover {
  color: #d77a61;
  border: 1px solid #d77a61;
  background-color: transparent;
}
.send-message textarea {
  width: 100%;
  height: 250px;
}
