/*General Styles
==================*/
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  font-family: "Anton", sans-serif;
}
p {
  color: #333;
}
.row {
  margin: 0;
  padding: 0;
}
*::selection {
  background-color: #f17f29;
  color: #fff;
}
/*Navigation
=================*/
nav.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
}
nav a.navbar-brand {
  color: #f17f29 !important;
}
nav .social-links {
  text-decoration: none;
  color: #f17f29;
  display: inline-block;
  margin-right: 20px;
}
nav .social-links:hover {
  color: #f17f29;
}

/*Header
===========*/
header {
  height: 60vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/css-front.jpg) center center/cover;
}
.intro-box {
  padding: 25px;
  text-align: center;
  color: #fff;
}
.intro-box p {
  color: #fff;
}
.intro-box h1 {
  padding: 10px;
  display: inline-block;
  font-weight: 900;
  font-size: 3vw;
}
/*  our vehicles
=====================*/
.our-vehicles {
  text-align: center;
  padding: 60px 0;
}
.our-vehicles .car-img {
  width: 100%;
  border-radius: 10px;
}
.cars {
  padding: 50px 0;
}
.cars h3 {
  font-size: 1.5em;
  color: #f17f29;
  margin: 1rem 0;
  text-transform: capitalize;
}
.cars span {
  display: inline-block;
  color: #bbb;
}
.cars .car {
  margin-bottom: 20px;
}
/*why-us
===========*/
.why-us {
  text-align: center;
  padding: 60px 0;
  background-color: #f17f29;
}
.why-us .goddies,
.why-us .qq {
  padding: 50px 0 0;
}
.feature {
  margin: 2rem 0;
}
.feature p {
  color: #ddd;
}
.features h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 6px;
  color: #fff;
}
.features i {
  font-size: 3em;
  color: #dce2c8;
}
/*Services
=============*/
.services {
  text-align: center;
  padding: 40px 0;
}
.services h2 {
  color: #f17f29;
}
.services .row {
  margin-top: 30px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.service-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 0;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: 100%;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #f180299f;
}

/* When you mouse over the container, fade in the overlay icon*/
.service-container:hover .overlay {
  opacity: 1;
}
.service-container:hover .text {
  padding-left: 30px;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.text {
  color: white;
  font-size: 4vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  padding-left: 0;
  font-family: "Anton", sans-serif;
  transition: padding-left 0.5s ease-out;
}
/*request-quote
=================*/
.request-quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/request-quote.jpg) center center/cover;
  height: 300px;
  position: relative;
}
.request-quote *::selection,
footer *::selection,
.invitation *::selection {
  background-color: #fff;
  color: #deab90;
}
.question-box {
  background-color: #f18029;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;
}
.question-box p {
  color: #fff;
}
.question-box h2 {
  text-transform: uppercase;
  margin: 16px 0;
}
/*  Form
=================*/
.form {
  padding: 50px 0;
  background: url(../img/m.png) no-repeat center left/25%;
}

.form textarea {
  height: 200px;
}
.form input,
.form textarea {
  border: 1px solid #e1e1e1;
  color: #666;
  display: inline-block;
  padding: 15px;
  opacity: 0.6;
}
/*  footer
===========*/
footer {
  background-color: #f17f29;
  color: #fff;
  padding: 60px 0;
}
footer h2 {
  font-weight: 900;
}
footer h3 {
  font-family: "Anton", sans-serif;
}
footer p {
  margin-top: 20px;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
}
footer i {
  font-size: 1.2em;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  display: inline-block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.8);
}
footer a:hover {
  color: #e1e1e1;
}
.foot {
  margin-bottom: 40px;
}
/*=================
    contact page
==================*/
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/contact-page.jpg) center center/cover;
}
.contact-section {
  padding: 60px 0;
}
.contact-section img {
  width: 100%;
}
.contact-section .contact-form {
  padding: 50px 0;
}
.contact-info {
  padding: 50px 0;
}
.contact-section a {
  color: #f17f29;
}
.contact-section a:hover {
  color: #f96900;
}
.contact-form {
  padding: 60px 0;
}
.contact-form textarea {
  height: 200px;
  width: 100%;
  display: block;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 15px;
  width: 70%;
}

/*Quote and Reservation
==========================*/
.quote-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/request-quote-page.jpg) center center/cover;
}
.reservation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/reservation.jpg) center center/cover;
}
.success-section {
  padding: 60px 0;
  text-align: center;
}
