/*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: #22223b;
  color: #f6f6f6ff;
}
.container-fluid {
  padding: 7% 8%;
}
nav.navbar .container-fluid {
  padding: 1% 8%;
}
.invitation .container-fluid {
  padding: 1% 8%;
}
.btn {
  margin: 1rem;
  margin-left: 0;
}
/*Navigation
=================*/
nav.navbar {
  border-bottom: 1px solid #22223b;
  position: sticky;
  top: 0;
  z-index: 10;
}
nav a.navbar-brand {
  color: #22223b !important;
}
nav .social-links {
  text-decoration: none;
  color: #22223b;
  display: inline-block;
  margin-right: 20px;
}
nav .social-links:hover {
  color: #22223b;
}

/*Header
===========*/
header {
  background-color: #03045e;
}
.intro-box {
  padding: 25px;
  color: #fff;
  width: 50%;
}
.intro-box h1 {
  padding: 10px 0;
  font-weight: 900;
  font-size: 3.5rem;
  letter-spacing: 1px;
}
.intro-box h1 i {
  font-size: 4rem;
}

/*why-us
===========*/
.why-us {
  text-align: left;
}
.why-us h2 {
  color: #22223b;
}
.why-us .goddies,
.why-us .qq {
  padding: 50px 0 0;
}
.features h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 12px;
  color: #22223b;
}
.features i {
  font-size: 3em;
  color: #22223b;
}
/*  our vehicles
=====================*/
.our-vehicles {
  text-align: center;
}
.car h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.cars span {
  padding: 15px 0;
  display: inline-block;
  color: #666666;
}
.cars .car {
  margin-bottom: 20px;
  padding: 3rem;
}
/*============================
    ##  services Section
=============================*/
.carousel-item {
  height: 50vh;
}

.carousel-caption h3 {
  background-color: #fff;
  color: #03045e;
  opacity: 1;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.carousel-item.airport {
  background: url(../img/services/airport.jpg) center center/cover;
}

.carousel-item.business {
  background: url(../img/services/business.jpg) center center/cover;
}

.carousel-item.prom {
  background: url(../img/services/proms.jpg) center center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}

.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center center/cover;
}

.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) top center/cover;
}

.carousel-item.casino {
  background: url(../img/services/casino.jpg) center center/cover;
}

.carousel-item.concert {
  background: url(../img/services/concert.jpg) center center/cover;
}

.carousel-item.bachelorette {
  background: url(../img/services/bachelorette.jpg) center center/cover;
}

.carousel-item.quinceanera {
  background: url(../img/services/quin.jpg) 50% 30% / cover;
}

.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) center center/cover;
}

.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}
/*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;
  position: relative;
}
.question-box {
  background-color: rgba(3, 5, 94, 0.712);
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
}
.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;
}
/*Invitation
=================*/
.invitation {
  background-color: #03045e;
}
.invitation p {
  color: #fff;
}
.inv-text i {
  font-size: 3em;
  color: #fff;
  padding: 5px;
}
/*  footer
===========*/
footer {
  background-color: #03045e;
  color: #fff;
}
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 .contact-form {
  padding: 50px 0;
}
.contact-info {
  padding: 50px 0;
}
.contact-info a {
  color: #6e412d;
}
.contact-info a:hover {
  color: #deab90;
}
.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;
}

/*Responsive Design
-------------------------*/
@media (max-width: 1024px) {
  .intro-box h1 {
    padding: 0;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .intro-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .why-us {
    text-align: center;
  }
  .question-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
  }
  .question-box h2 {
    margin: 0.5rem 0;
  }
}
