/*  General styles
--------------------*/
body {
  font-family: "Lato", sans-serif;
  background-color: #e7eeef;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
}
h2,
h3 {
  color: #00274d;
}
p {
  color: #555;
}
h2 + p {
  margin-bottom: 50px;
}
.container {
  max-width: 900px;
}
.row {
  margin: 0;
  padding: 0;
}
/*  Navigation
--------------------*/
nav img {
  width: 50px;
}

/*  Header
--------------------*/
header {
  background: linear-gradient(
      to bottom right,
      rgba(15, 74, 105, 0.5),
      rgba(255, 119, 87, 0.5)
    ),
    url(../img/header.jpg) center center/cover;
  height: 500px;
  color: #fff;
}
header a {
  background-image: linear-gradient(
    to bottom right,
    #70bbc4,
    #ff7757
  );
  padding: 7px 14px;
  display: inline-block;
  color: rgba(255, 255, 255);
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
header a:hover {
  color: rgba(255, 119, 87);
  background-image: linear-gradient(to bottom right, #70bbc4, #70bbc4);
  text-decoration: none;
}
header p {
  color: #fff;
}
/*  services_section 
----------------------*/
.services_section {
  padding: 100px 0;
}
.card-columns article.card {
  margin-bottom: 15px;
  display: inline-block;
}

/*  fleet_section 
--------------------*/
.fleet_section {
  padding: 100px 0;
}
.fleet_section .card {
  min-width: 200px;
  max-width: 250px;
}
.fleet_section a {
  display: inline-block;
  padding: 7px 14px;
  background-color: #70bbc4;
  color: rgba(255, 255, 255);
  margin: 50px 5px;
  transition: all 0.3s ease-in-out;
}
.fleet_section a:hover {
  text-decoration: none;
  color: #70bbc4;
  background-color: rgba(255, 255, 255);
}

/*  features_section 
----------------------*/
.features_section {
  padding: 100px 0;
}
.features_section .feature {
  background-color: #fff;
  border: 5px solid #e7eeef;
  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,
    #70bbc4,
    rgba(255, 119, 87)
  );
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}

/*  call_us_section 
--------------------*/
.call_us_section {
  background-color: #fff;
  color: #00274d;
  padding: 40px 0;
}
.call_us_section i {
  font-size: 2em;
  padding: 10px;
}
.call_us_section p {
  color: #00274d;
}
.call_us_section p a {
  color: rgba(255, 119, 87);
}
/*  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,
    #70bbc4,
    rgba(255, 119, 87)
  );
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.testimonials .testimonial cite {
  color: #00274d;
}

/*  upper_footer 
--------------------*/
.upper_footer {
  height: 400px;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.5)),
    url(../img/testimonial.jpg) fixed bottom center/cover;
}
.upper_footer div {
  text-align: center;
}
.upper_footer a {
  background-image: linear-gradient(
    to bottom right,
    #70bbc4,
    rgba(255, 119, 87)
  );
  padding: 7px 14px;
  display: inline-block;
  color: rgba(255, 255, 255);
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.upper_footer a:hover {
  color: rgb(255, 119, 87);
  background-image: linear-gradient(to bottom right, #70bbc4, #70bbc4);
  text-decoration: none;
}

/*  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: #00274d;
}
.lower_footer ul a:hover,
.lower_footer p a:hover {
  color: rgb(255, 119, 87);
}
.lower_footer p a {
  padding: 0;
}
ul.social a {
  font-size: 1.2em;
}

/*  Contact, quote, reservation
---------------------------------*/
.quick_quote {
  padding: 40px 0;
}
header.reservation {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(255, 119, 87, 0.5)
    ),
    url(../img/reservation.jpg) bottom center/cover;
}
header.quote {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(255, 119, 87, 0.5)
    ),
    url(../img/quote.jpg) top center/cover;
}
header.contact {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(255, 119, 87, 0.5)
    ),
    url(../img/contact.jpg) center center/cover;
}
header.testimonials {
  background: linear-gradient(
      to bottom right,
      rgba(112, 187, 196, 0.6),
      rgba(255, 119, 87, 0.5)
    ),
    url(../img/testi.webp) 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 rgba(255, 119, 87, 0.5);
  color: rgb(255, 119, 87);
}
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: rgba(255, 119, 87, 0.5);
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  border: 1px solid #fff;
  padding: 7px 15px;
  margin-top: 10px;
  background: linear-gradient(
    to bottom right,
    rgb(112, 187, 196),
    rgb(255, 119, 87)
  );
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-page-form button:hover {
  background: linear-gradient(rgb(112, 187, 196), rgb(112, 187, 196));
  color: rgb(255, 119, 87);
}
.testi-main {
  background-color: rgb(227, 232, 233);
}

/*---------------------
    rating stars
---------------------*/
.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;
}
.submit-review h4 {
  margin-top: 20px;
}
