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

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

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
}

p,
ul {
  letter-spacing: 0.5px;
}
.row {
  margin: 0;
}
.container {
  padding: 7% 0;
}
nav .container,
footer .container {
  padding: 0;
}
/*  call_us_nav
----------------------*/
.call_us_nav {
  background: hsla(276, 91%, 79%, 1);

  background: linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -moz-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D397FA", endColorstr="#8364E8", GradientType=1 );
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.call_us_nav p {
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
}
.call_us_nav a {
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-weight: lighter;
  font-style: italic;
}
/*  header
------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/home-header.jpg) center center/cover;
  height: 50vh;
  color: #fff;
  text-align: left;
}

header h1 {
  padding: 20px 0 0 0;
}
header p i {
  font-size: 2em;
  color: #fff;
}
/*  quick_quote 
--------------------*/
.quick_quote {
  background-color: #fff;
}
.quick_quote img {
  width: 100%;
}
/*===================
    Fleet styles
=====================*/
.fleet {
  background: hsla(276, 91%, 79%, 1);

  background: linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -moz-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D397FA", endColorstr="#8364E8", GradientType=1 );
  color: #fff;
}
.fleet img {
  width: 100%;
  padding: 0;
}
.fleet-text {
  padding: 40px;
}
.text-wrap {
  margin: 0 auto;
}
video {
  width: 100%;
  margin: 2rem 0;
  border-radius: 10px;
}
/*  why_us
--------------------*/
.why_us {
  text-align: center;
}
.why_us h2 {
  padding: 20px 0;
  color: #333;
}
.why_us h3 {
  color: #333;
}
.why_us p {
  color: #444;
}
.feature {
  margin: 10px 0;
}
.why_us i {
  font-size: 2.5em;
  padding: 20px;
  background-color: #1e2019;
  color: gold;
  border-radius: 15px;
  background: linear-gradient(
    -45deg,
    gold,
    white,
    gold,
    gold,
    white,
    gold,
    gold,
    white,
    gold
  );
  background-size: 400% 400%;
  animation: gradient 6s linear infinite both;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.feature h3 {
  margin: 15px 0;
}
.feature p {
  text-align: justify;
}
/*  services_section
------------------------*/
.services-section {
  position: relative;
}

.carousel-item {
  height: 50vh;
}

.carousel-caption h3 {
  background-color: #333;
  color: rgb(255, 255, 255);

  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 10px;
}

.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) top center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) top 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) top center / cover;
}

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

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

/*  features
--------------------*/
.feature,
.feature_image {
  padding: 10px;
}

.feature h3 {
  font-size: 1.5em;
}

/*  footer
--------------------*/
footer {
  background-color: #8364e8;
  color: #fff;
  padding: 20px 0 50px;
}

footer h2,
footer p,
footer ul {
  font-size: 1.5em;
  margin: 0;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li {
  display: inline-block;
}

footer ul a {
  display: inline-block;
  padding: 3px;
  margin: 0 1rem;
  font-size: 1.2rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #f6f6f6;
}

/*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% 52% / cover;
}

header.quote {
  background: linear-gradient(rgba(39, 39, 41, 0.2), rgba(39, 39, 41, 0.2)),
    url(../img/quote.jpg) center center / 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: hsla(276, 91%, 79%, 1);

  background: linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -moz-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    hsla(276, 91%, 79%, 1) 0%,
    hsla(254, 74%, 65%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D397FA", endColorstr="#8364E8", GradientType=1 );
  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: #fff;
}

.contact_info_article li a {
  color: #fff;
}

.message_us_article {
  padding: 100px 0;
}

.message_us_article .img_container img {
  width: 100%;
}

.message_us_article form {
  margin-top: 30px;
  padding: 0 25px;
}

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

.contact-page-form textarea {
  height: 200px;
}

@media (max-width: 1024px) {
  .container {
    padding: 7%;
  }
  .call_us_nav {
    padding: 1rem 2rem;
  }
  footer .container {
    padding: 7%;
  }
  .fleet-text,
  header,
  .quick_quote,
  .car-text {
    text-align: center;
  }
}
