/*------------------
    General styles
------------------*/
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
h1,
h2 {
  color: gold;
  font-weight: bold;
}
.row {
  padding: 0;
  margin: 0;
}
/*------------------
    Header styles
------------------*/
header {
  height: 60vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/home.jpg) center center/cover;
  color: #fff;
  text-align: center;
}
header h1,
header p {
  font-size: 7vh;
  text-transform: capitalize;
}
header p {
  font-size: 4vh;
}
header a {
  display: inline-block;
  color: #fff;
  background-color: #4c5d6d;
  padding: 7px 14px;
  margin: 7px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
header a:hover {
  background-color: #fff;
  color: #4c5d6d;
  text-decoration: none;
}
/*------------------
    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 #4c5d6d;
  border-radius: 50%;
}
.feature span.long i {
  padding: 10px 20px;
}

/*------------------
    quote-reserve
------------------*/
.quote-reserve {
  background-color: #4c5d6d;
  color: #fff;
  padding: 50px 0;
}
.quote-reserve img {
  margin-top: 30px;
  width: 100%;
}
.quote-reserve p {
  font-size: 1.3em;
}
.quote-reserve a {
  font-size: 1.3em;
  background-color: #fff;
  color: #4c5d6d;
  padding: 10px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.quote-reserve a:hover {
  background-color: #4c5d6d;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

/*------------------
    services
------------------*/
.services {
  padding: 50px 0;
}
.services h2 {
  padding: 30px 0;
}
.service-card {
  margin: 10px 0;
}
.service-card img {
  width: 100%;
}
.service-card:nth-of-type(even) .scard-text {
  border-left: 1px solid #dfdfd0;
  border-right: 1px solid #dfdfd0;
}
.scard-text {
  padding: 20px;
}
.scard-text h3 {
  font-size: 1.3em;
  text-transform: capitalize;
}
.scard-text p {
  text-align: justify;
}

/*------------------
    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: orange;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
.quote p:before {
  content: "\201C";
  color: orange;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
/*------------------
    footer
------------------*/
footer {
  background-color: #000;
  color: rgb(160, 160, 160);
}
.upper-footer {
  padding: 50px 0;
}
footer a {
  color: #4c5d6d;
  font-size: 1.2em;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer i {
  font-size: 1.3em;
  margin-right: 5px;
}
.lower-footer {
  background-color: rgb(8, 8, 8);
  padding: 50px 0;
}

/*Success page
------------------*/
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/success.png) center center/cover;
  height: 600px;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}

/*=============================
    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;
}
.quote-iframe-page {
  height: 1200px;
}
.quote-iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .quote-iframe-page {
    height: 1400px;
  }
}

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 #4c5d6d;
  border-radius: 5px;
  padding: 10px;
  color: #4c5d6d;
}
.submit-review label {
  margin-top: 20px;
  color: #4c5d6d;
}

.submit-review button {
  color: black;
  border: 1px solid #4c5d6d;
  background-color: #4c5d6d;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  transition: all 1s ease;
}
.submit-review button:hover {
  color: #4c5d6d;
  border: 1px solid #4c5d6d;
  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;
}

/*--------------------
    Send-message
--------------------*/

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

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