/*------------------
    General styles
------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Playfair+Display:ital,wght@1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
p,
h1,
h2,
h3,
cite {
  opacity: 0.9;
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
h1,
h2 {
  color: gold;
}
.content-wrap {
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
}
/*------------------
    Header styles
------------------*/
header {
  height: fit-content;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/home2.jpg) center center/cover;
  color: #fff;
  text-align: center;
}
header.main {
  text-align: left;
}
.intro-box {
  padding-top: 50px;
}
header h1 {
  font-size: 3em;
}
header p {
  font-size: 2em;
}
header a {
  display: inline-block;
  color: #fff;
  background-color: #cc2936;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
header a:hover {
  background-color: #fff;
  color: #cc2936;
  text-decoration: none;
}
@media (max-width: 393px) {
  header h1 {
    font-size: 1.3;
  }
  header p {
    font-size: 1em;
  }
}
/*------------------
    why us
------------------*/
.why-us h2 {
  padding: 20px 0;
}
.feature {
  margin: 10px 0;
}
.feature span i {
  font-size: 3em;
  padding: 10px;
  border: 1px solid #08415c;
  border-radius: 50%;
}
.feature span.long i {
  padding: 10px 20px;
}

/*------------------
    quote-reserve
------------------*/
.quote-reserve {
  background-color: #cc2936;
  color: #fff;
}
.quote-reserve p {
  font-size: 1.3em;
}
.quote-reserve a {
  font-size: 1.3em;
  background-color: #fff;
  color: #cc2936;
  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: #cc2936;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

/*------------------
    services
------------------*/
.services h2 {
  padding: 30px 0;
}

.service-card img {
  width: 100%;
}
.service-card:nth-of-type(2) .scard-text {
  border-left: 1px solid #dfdfd0;
  border-right: 1px solid #dfdfd0;
}
.scard-text {
  padding: 20px;
}
.scard-text h3 {
  font-size: 1.3em;
}
.scard-text p {
  text-align: justify;
}
.scard-text p a {
  color: #cc2936;
}
/*  overlay effect  */
.service-img-container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.s-link {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.service-img-container:hover .image {
  opacity: 0.3;
}

.service-img-container:hover .s-link {
  opacity: 1;
}

.serv-link {
  background-color: #000;
  color: #cc2936;
  display: inline-block;
  font-size: 1.5em;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.serv-link:hover {
  background-color: transparent;
  color: #cc2936;
  border: 1px solid #cc2936;
  text-decoration: none;
}
.services_path {
  display: inline-block;
  color: #cc2936;
  background-color: black;
  font-size: 1.2em;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #000;
  transition: all 0.5s ease;
}
.services_path:hover {
  color: #000;
  background-color: #cc2936;
  border: 1px solid #cc2936;
  text-decoration: none;
}

/*------------------
    quote
------------------*/
.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
  color: #fff;
  padding-top: 20px;
  height: 40vh;
  text-align: center;
}
.checked {
  color: orange;
}
.quote cite {
  font-size: 1.3em;
}
.quote p {
  font-size: 1.5em;
}
.quote p:after {
  content: "\201E";
  color: #cc2936;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
.quote p:before {
  content: "\201C";
  color: #cc2936;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
}
@media (max-width: 600px) {
  .quote p {
    font-size: 1em;
  }
}
/*------------------
    footer
------------------*/
footer {
  background-color: #000;
  color: rgb(160, 160, 160);
}
footer a {
  color: #cc2936;
  font-size: 1.2em;
}
footer a:hover {
  color: rgba(204, 41, 54, 0.8);
  text-decoration: none;
}
footer i {
  font-size: 1.3em;
  margin-right: 5px;
}
.lower-nav {
  background-color: rgb(8, 8, 8);
}
.lower-nav .content-wrap {
  padding: 15px;
}

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