/*-----------------------
    General styles
-----------------------*/
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.row {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
body *::selection {
  background-color: rgba(83, 51, 237, 1);
  color: #fff;
}
h2,
h3 {
  color: #1c2a3c;
}
/*-----------------------
    Header styles
-----------------------*/
.main-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/home.jpg) fixed top center/cover;
  height: fit-content;
  position: relative;
  color: #fff;
  padding: 20px;
}
.main-header h2 {
  color: #fff;
}
.main-header a,
.various_sizes a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #d42039;
  color: #d1cfd2;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-header a:hover,
.various_sizes a:hover {
  color: #1c2a3c;
  background-color: #d1cfd2;
  text-decoration: none;
}
.home_quote {
  height: auto;
}
.intor-box {
  margin-bottom: 10px;
}
/*-----------------------
    Social nav styles
-----------------------*/
nav.social_nav {
  background-color: #1c2a3c;
  border-bottom: 1px solid #d1cfd2;
  color: #d1cfd2;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
nav.social_nav i {
  color: #d1cfd2;
  margin-right: 5px;
}
nav.social_nav a {
  color: #d1cfd2;
  display: block;
  padding: 5px 0;
  margin: 3px 0;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
nav.social_nav p {
  display: block;
  padding: 5px 0;
  margin: 3px 0;
  text-decoration: none;
  font-weight: bold;
}
nav.social_nav a:hover {
  color: #fff;
}

/*--------------------------------
    services_section styles
--------------------------------*/
.services_section {
  padding: 65px 0;
}
.services_section .carousel-caption {
  background-color: rgba(255, 255, 255, 0.9);
  text-transform: capitalize;
  border-radius: 5px;
  color: #000;
}

/*--------------------------------
    various_sizes styles
--------------------------------*/
.various_sizes {
  padding: 65px 0;
  background-color: #1c2a3c;
  color: #fff;
}
.various_sizes h2 {
  color: #d1cfd2;
}
.various_sizes a {
  margin-top: 30px;
}
/*---------------
    why_us
---------------*/
.why_us {
  padding: 80px 0;
}
.why_us h3 {
  margin: 5px 0;
  color: #d1cfd2;
}
.why_us .feature {
  background-color: #1c2a3c;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
}
.feature p {
  color: #e6e8e6;
}
.feature i {
  color: #d42039;
  font-size: 2em;
  padding: 10px;
}
/*--------------------------
    footer styles
--------------------------*/
footer {
  background-color: #1c2a3c;
  padding: 65px 0;
  color: #ddd;
}
footer h2 {
  margin-bottom: 10px;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  text-decoration: none;
  font-size: 15px;
  color: #d1cfd2;
}
footer a:hover {
  color: #fff;
}
footer i {
  font-size: 1.2em;
  margin-right: 3px;
}
.foot {
  margin-top: 15px;
}
.lower {
  margin-top: 15px;
}
footer .copyright_paragraph {
  text-align: center;
  margin-top: 10px;
}
footer *::selection {
  background-color: #fff;
  color: #0d6efd;
}

/*Quote, Reservation, Contact
--------------------------------*/
header.quote {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/reservation.jpg) center center/cover;
  height: 40vh;
}
header.contact {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/call.jpg) center center/cover;
  height: 40vh;
}
header .header_box {
  color: #fff;
}
.header_box a {
  color: #fff;
  background-color: #d42039;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_box a:hover {
  background-color: #1c2a3c;
  color: #d1cfd2;
}
/*---------------------
    success page
------------------*/
header.success {
  background: url(../img/success.png) center center/cover;
  padding: 60px 0;
  height: 70vh;
}

/*-----------------------------------
            reach_out styles
-----------------------------------*/
.reach_out {
  padding: 65px 0;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: #1c2a3c;
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #d42039;
  color: #d1cfd2;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.contact_form button[type="submit"]:hover {
  background-color: #1c2a3c;
}

.reach_out .contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.contact_info ul i {
  font-size: 1.2em;
  margin-right: 5px;
  color: #1c2a3c;
}
.contact_info ul a {
  color: #d42039;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}

.contact_info ul a:hover {
  text-decoration: underline;
}
