/*=================
    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;
}
h2 {
  margin-bottom: 80px;
}
.row {
  padding: 0;
  margin: 0;
}
/*===============
    .contact-nav
===============*/
.contact-nav {
  background-color: #d3d0cb;
  position: sticky;
  top: 0;
  z-index: 2;
}
.contact-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-nav a {
  display: block;
  padding: 5px;
  margin: 5px;
  color: #393e41;
  transition: all 0.3s ease-in-out;
}
.contact-nav a:hover {
  text-decoration: none;
  color: #000;
}

/*===========
    .navbar
===========*/
.navbar {
  border-bottom: 1px solid #1e2019;
}
.navbar .navbar-brand .logo {
  width: 60px;
}

/*=================
    .home-header
=================*/
header {
  height: 40vh;
  color: #fff;
}
.header_box {
  text-align: center;
}
header h1 {
  font-size: 2em;
  text-transform: uppercase;
}
header hr {
  border: 1px solid #e2c044;
}
header a {
  padding: 10px 20px;
  background-color: #1e2019;
  color: #e2c044;
  border: 3px solid #1e2019;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #1e2019;
  background-color: #e2c044;
  border: 3px solid #1e2019;
  text-decoration: none;
}
.home-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/home.jpg) center center/cover;
  padding: 30px 0;
}
/*==================
    .Why-us-section
==================*/
.why-us-section {
  padding: 80px 20px;
}
.why-us-section h2 {
  color: #1e2019;
}
.why-us-section i {
  font-size: 2.5em;
  padding: 20px;
  background-color: #1e2019;
  color: #f6f6f6;
  border-radius: 15px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #1e2019;
}

/*==============
    .our-fleet
==============*/
.our-fleet .fleet-image {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet/cadillac_escalade/exterior2.jpg) center center/cover;
  height: 400px;
}
.fleet-text {
  background-image: linear-gradient(to top left, #4e5047, #1e2019);
  color: #f6f6f6;
  padding: 40px 20px;
}

/*========================
    .invitation-section
========================*/
.invitation-section {
  padding: 80px 20px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../img/quotation_mark.gif) no-repeat 10% 50%/250px;
}
.invitation-section h2,
.invitation-section i,
.invitation-section cite {
  color: #1e2019;
}
.invitation-section i {
  font-size: 2em;
}

/*===================
    Services styles
===================*/
.services {
  background-color: #1e2019;
  background-image: linear-gradient(to bottom right, #4e5047, #1e2019);
}
.carousel-item {
  height: 500px;
}
.services-text {
  color: #f8f7ff;
  padding: 40px;
}
.services-text p {
  color: #f8f7ff;
}
.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: #1e2019;
  color: #e2c044;
  text-transform: capitalize;
}
.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;
}

/*======================
    .phone-us-section
======================*/
.phone-us-section {
  background-color: #1e2019;
  color: #e2c044;
  padding: 60px 20px;
}
.phone-us-section p {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Times New Roman", Times, serif;
}
.phone-us-section a {
  color: #d3d0cb;
  font-style: italic;
}

/*==============================
    home-page-contact-section
==============================*/
.home-page-contact-section,
.contact-page-contact-section {
  padding: 100px 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: #e2c044;
  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;
}
.home-page-form button,
.contact-page-form button {
  padding: 10px 20px;
  border: 2px solid #1e2019;
  color: #1e2019;
  background-color: transparent;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  background-color: #1e2019;
  color: #e2c044;
}
.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: orange;
}

/*=========
    Footer
=========*/
footer {
  background-color: #1e2019;
  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: rgb(255, 217, 47);
}
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: orange;
}
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: orange;
}

/*==================================
    Contact, quote, reservation page
==================================*/
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg) center center/cover;
}
.reservation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/reservation.jpg) center center/cover;
}
.quote-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/quote.png) center center/cover;
}
.iframe-page {
  height: 1100px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1500px;
  }
}

/*Response page
------------------*/
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/success.png) center center/cover;
  height: 600px;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
