/*=================
    General Styles
=================*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
h1,
h2,
h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: capitalize;
}
h2 {
  margin-bottom: 80px;
}
.row {
  padding: 0;
  margin: 0;
}
/*===============
    .contact-nav
===============*/
.contact-nav {
  background-color: #f0adff;
  position: sticky;
  top: 0;
  z-index: 2;
  color: #7b228f;
  padding: 1rem 0;
}
.contact-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-nav a {
  display: block;
  padding: 5px;
  margin: 5px;
  color: #7b228f;
  transition: all 0.3s ease-in-out;
}
.contact-nav a:hover {
  text-decoration: none;
  color: #f6f6f6;
}

/*===========
    .navbar
===========*/
.navbar .navbar-brand .logo {
  width: 60px;
}

/*=================
    .home-header
=================*/
header {
  height: 50vh;
  color: #fff;
}

header h1 {
  font-size: 2em;
  text-transform: uppercase;
}
header hr {
  border: 3px solid #7b228f;
}
.home-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/home.jpg) center center/cover;
  padding: 30px 0;
}
/*==================
    .Why-us-section
==================*/
.why-us-section {
  padding: 80px 20px;
  background-color: #f0adff;
}
.why-us-section h2 {
  color: #b933d7;
}
.why-us-section p {
  color: #b933d7;
}
.why-us-section i {
  font-size: 2.5em;
  padding: 20px;
  background-color: #f6f6f685;
  color: #c14bdb;
  border-radius: 15px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #b933d7;
}

/*==============
    .our-fleet
==============*/
.our-fleet {
  padding: 7% 0;
}
.our-fleet.cars {
  background-color: #f0adff;
  color: #7b228f;
}
.our-fleet img {
  width: 100%;
  border-radius: 10px;
  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);
}
.fleet-text {
  padding: 40px 20px;
}
/*===================
    Services styles
===================*/
.services {
  margin: 7% 0;
}
.carousel-item {
  height: 500px;
}
.carousel-inner {
  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);
  border-radius: 15px;
}
.services-text {
  padding: 40px;
}

.services-text h2 {
  font-size: 2em;
  padding: 10px 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.carousel-caption {
  z-index: 0;
}
.carousel-caption h3 {
  background-color: #f0adff;
  color: #7b228f;
  text-transform: capitalize;
  width: fit-content;
  padding: 10px;
  border-radius: 7px;
}
.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) center center/cover;
}
.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center right/cover;
}
.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) bottom 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) center center/cover;
}
.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) bottom center/cover;
}
.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}
.carouselControls {
  padding: 0;
}

/*==============================
    home-page-contact-section
==============================*/
.home-page-contact-section,
.contact-page-contact-section {
  padding: 50px 0;
}
.home-page-contact-section img {
  width: 100%;
}
.contact-section-text {
  margin-bottom: 25px;
}
.contact-section-text h3 {
  color: #1e2019;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 3em;
}
.contact-section-text span {
  color: #7b228f;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}
.home-page-form input,
.home-page-form textarea,
.contact-page-form input,
.contact-page-form textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.home-page-form label,
.contact-page-form label {
  color: #1e2019;
  margin-right: 60px;
}
.contact-section-text a,
.contact-section-text i {
  color: #1e2019;
}
.contact-section-text ul i {
  color: #1e2019;
}
.contact-section-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-section-text a,
.contact-section-text span {
  display: inline-block;
  padding: 5px;
  margin: 5px;
}
.contact-section-text i {
  font-size: 1.2em;
}
.contact-section-text a:hover {
  color: #7b228f;
}
.home-page-form textarea {
  height: 200px;
}
/*=========
    Footer
=========*/
footer {
  background-color: #7b228f;
  padding: 80px 20px;
  color: #f6f6f6;
  position: relative;
}
.foot {
  margin: 30px 0;
}
footer h3 {
  font-size: 2em;
  font-weight: 600;
}
footer a,
footer i,
footer span {
  color: #dfdfdf;
}
footer a,
footer span {
  padding: 5px;
}
footer i {
  font-size: 1.2em;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer a:hover {
  color: #eee;
}
footer a.creator {
  padding: 0;
  margin: 0;
}
footer a.go-up {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 2em;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
footer a.go-up:hover {
  opacity: 1;
}
footer a.go-up i {
  color: #fff;
}

/*==================================
    Contact, quote, reservation page
==================================*/
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/contact.jpg) center center/cover;
}
.reservation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) center center/cover;
}
.quote-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
}

/*Response page
------------------*/
section.response {
  padding: 7% 0;
  text-align: center;
}
section.response img {
  width: 30%;
}

@media (max-width: 1024px) {
  .contact-nav a {
    margin-top: 0;
  }
}
