/*  General Styles
------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: "Playfair Display", serif;
  background-color: #fff;
}

h1,
h2,
h3 {
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
h1 {
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  color: #fff;
}
p,
ul {
  letter-spacing: 0.5px;
}
.container-fluid {
  padding: 7% 10%;
}
.call_us_nav .container-fluid {
  padding: 1% 15%;
}
hr {
  border: none;
  border-top: 1px solid #3f3f3f;
}
.btn {
  margin: 2rem 1rem 0 0;
  text-transform: capitalize;
}
.nav-link {
  font-weight: 500;
  font-size: 1.3rem;
}
/*  call_us_nav
----------------------*/
.call_us_nav {
  background-color: #6e8446;
  position: sticky;
  top: 0;
  z-index: 10;
}

.call_us_nav p {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.call_us_nav a {
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
}
.call_us_nav a:hover {
  text-decoration: underline;
}
/*  header
------------------------*/

header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/body1.jpg) 50% 0% / cover;
  color: #fff;
  text-align: center;
}
.header-box {
  padding: 7rem 0;
}
header .container-fluid {
  padding: 1% 15% 7%;
}
header p i {
  font-size: 2em;
  color: #fff;
}

/*  quick_quote 
--------------------*/
.quick_quote {
  background-color: #fff;
}
.quick_quote img {
  width: 100%;
}
.quick_quote h2 {
  font-weight: 900;
}
/*  services_section
------------------------*/
.services-section {
  position: relative;
}

.services_section .carousel-item {
  height: 450px;
}

.services_section .carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);

  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) top 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) bottom 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) bottom center/cover;
}
/*
    our_fleet
-------------------------*/
.our_fleet {
  background: url(../img/pattern.jpg) center center/cover;
}
.our_fleet h2 {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
}
.our_fleet img {
  border-radius: 0.8rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  animation: jump 2s ease-in-out infinite alternate backwards;
}
@keyframes jump {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
.fleet_text {
  margin-bottom: 2rem;
}
.our_fleet img {
  width: 100%;
}
/*  why_us
--------------------*/
.why_us {
  background-color: #dfe1e0;
  text-align: center;
}
.why_us h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  color: #333;
}
.why_us img {
  width: 20%;
  border-radius: 100%;
  margin: 1rem;
}
.why_us .carousel-item {
  padding: 7% 15%;
}
.why_us em {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  font-style: normal;
}
/*  call_us
--------------------*/
.call_us {
  text-align: center;
}
.call_us p {
  font-size: 1.6rem;
  font-weight: 600;
}
.call_us p a {
  color: #333;
  text-decoration: none;
}
.call_us p a:hover {
  color: #000;
  text-decoration: underline;
}
/*  features
--------------------*/
.features {
  background-color: #fff;
}
.features img {
  width: 100%;
  animation: jump 2s ease-in-out infinite alternate backwards;
}
.feature h3 {
  font-size: 1.5em;
}
/*  footer
--------------------*/
footer {
  color: #f6f6f6;
  text-align: center;
  padding-bottom: 20px;
  background-color: #000;
}
footer .container-fluid {
  padding: 3% 15%;
}
footer h2,
footer p,
footer ul {
  font-size: 1rem;
}
footer p a {
  color: #f6f6f6;
  text-decoration: none;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li {
  display: inline-block;
}

footer ul a {
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px;
  margin: 5px;
  color: #666;
}

footer a:hover {
  color: #fff;
}

/*Contact, quote, reservation pages
------------------------------------*/

header.reservation {
  background: linear-gradient(rgba(39, 39, 41, 0.2), rgba(39, 39, 41, 0.2)),
    url(../img/reservation.jpg) 50% 80% / cover;
}

header.quote {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 0.3)),
    url(../img/quote.jpg) 50% 10% / cover;
}

header.contact {
  background: linear-gradient(rgba(39, 39, 41, 0.2), rgba(39, 39, 41, 0.2)),
    url(../img/contact.jpg) center center/cover;
}

.contact_info_article {
  background: url(../img/patternfoot.jpg) center center/cover;
  padding: 30px 0;
  text-align: center;
}

.contact_info_article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_info_article li {
  display: inline-block;
  padding: 10px;
  margin: 5px;
}

.contact_info_article li i {
  font-size: 2em;
  color: #000;
}

.contact_info_article li a {
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
}
.contact_info_article li a:hover {
  color: #000;
  text-decoration: underline;
}

.message_us_article {
  padding: 100px 0;
}

.message_us_article .img_container img {
  width: 100%;
}
.contact-page-form img {
  width: auto;
}
.message_us_article h2 {
  font-weight: 900;
}
.message_us_article form {
  margin-top: 0;
  padding: 0 25px;
}

.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid #888;
}

.contact-page-form textarea {
  height: 200px;
}
.quick_quote h2,
.message_us_article h2 {
  font-size: 3rem;
  line-height: 1.5;
}
/*success-section
==================*/
.success-section {
  padding: 100px 0;
}

/*Media Queries styles*/
@media (max-width: 1024px) {
  header {
    text-align: center;
  }
  .column_quick_quote {
    margin: 2rem 0;
  }
  .why_us h3 {
    font-size: 1.8rem;
  }
  .call_us p {
    font-size: 1rem;
  }
  .feature-image {
    margin: 1rem 0;
  }
  .message_us_article form {
    margin-top: 30px;
  }
}
