/*  General styles
--------------------*/
body {
  font-family: "Lato", sans-serif;
  background-color: #e5d6fd;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
}
h2,
h3 {
  color: #392061;
}
p {
  color: #555;
}
h2 + p {
  margin-bottom: 50px;
}
.container {
  max-width: 900px;
}
.row {
  margin: 0;
  padding: 0;
}
/*  contact_nav
--------------------*/
.contact_nav {
  background-color: #392061;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  color: #f6f6f6;
}
.contact_nav a {
  color: #fff;
  text-decoration: underline;
}

/*  Navigation
--------------------*/
nav img {
  width: 50px;
}

/*  Header
--------------------*/
header {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/header.jpg) top center/cover;
  min-height: 50vh;
  max-height: 60vh;
  color: #fff;
}
header a,
.fleet_section a,
.contact-page-form button {
  background-image: linear-gradient(to bottom right, #f0f2a6, #392061);
  padding: 7px 14px;
  display: inline-block;
  color: rgba(255, 255, 255);
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
header a:hover,
.fleet_section a:hover,
.contact-page-form button:hover {
  color: #392061;
  background-image: linear-gradient(to bottom right, #f0f2a6, #f0f2a6);
  text-decoration: none;
}
header p {
  color: #fff;
}

/*  fleet_section 
--------------------*/
.fleet_section {
  padding: 100px 0;
}
.fleet_section .card {
  min-width: 200px;
  max-width: 250px;
}

/*  features_section 
----------------------*/
.features_section {
  padding: 100px 0;
  background-color: #fff;
}
.features_section .feature {
  background-color: #e7eeef;
  border: 5px solid #fff;
  padding: 20px;
  margin-bottom: 50px;
}
.features_section .feature i {
  padding: 15px;
  font-size: 1.7em;
  margin-top: -45px;
  background-image: linear-gradient(to bottom right, #f0f2a6, #392061);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}

/*  services_section 
----------------------*/
.services_section {
  padding: 100px 0;
}
.card-columns article.card {
  margin-bottom: 15px;
  display: inline-block;
}

/*  call_us_section 
--------------------*/
.call_us_section {
  background: linear-gradient(
      to bottom left,
      rgba(255, 255, 255, 0.26),
      rgba(255, 255, 255, 0.555)
    ),
    url(../img/call-home.jpg) fixed center center/cover;
  color: #392061;
  padding: 40px 0;
}
.call_us_section i {
  font-size: 2em;
  padding: 10px;
}
.call_us_section p {
  color: #392061;
}
.call_us_section p a {
  color: #392061;
}
/*  testimonials 
--------------------*/
.testimonials {
  padding: 100px 0;
}
.testimonials .testimonial {
  background-color: #fff;
  padding: 20px;
  margin: 15px;
}
.testimonials .testimonial i {
  padding: 15px;
  font-size: 1.7em;
  margin-top: -45px;
  background-image: linear-gradient(to bottom right, #f0f2a6, #392061);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.testimonials .testimonial cite {
  color: #392061;
}
/*  upper_footer 
--------------------*/
.upper_footer {
  background-color: #fff;
  padding: 40px 0;
}
.upper_footer img {
  width: 100%;
}

/*  lower_footer 
--------------------*/
.lower_footer {
  padding: 20px 0 30px;
}
.lower_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.lower_footer p {
  padding: 5px;
}
.lower_footer li {
  display: inline-block;
  font-size: 13px;
}
.lower_footer ul a,
.lower_footer p a {
  padding: 7px;
  color: #392061;
}
.lower_footer ul a:hover,
.lower_footer p a:hover {
  color: #aa6373;
}
.lower_footer p a {
  padding: 0;
}
ul.social a {
  font-size: 1.2em;
}

/*  Contact, quote, reservation
---------------------------------*/
header.reservation {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/reservation.jpg) top center/cover;
}
header.quote {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/quote.jpg) center center/cover;
}
header.contact {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/contact.jpg) center center/cover;
}
header.testimonials {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/testi.jpg) center center/cover;
}
.message_us_article {
  padding: 100px 0;
}
.message_us_article h2 {
  margin-bottom: 30px;
}
.message_us_article .img_container img {
  width: 100%;
}
.message_us_article form {
  margin-top: 30px;
  padding: 0 25px;
}
.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid #392061;
  color: #392061;
}
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #aa6373;
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  border: 0;
}
.testi-main {
  background-color: rgb(227, 232, 233);
}

/*---------------------
    rating stars
---------------------*/
.rating {
  margin: 20px 0;
}
form h4 {
  color: #aa6373;
}
.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;
}
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/success2.jpg) center center/cover;
  height: 600px;
  padding: 60px 0;
  color: #fff;
}

section.response p {
  color: #fff;
}
