/*  General info
======================*/
html {
  scroll-behavior: smooth;
  scroll-snap-align: 30;
}
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Lato", sans-serif;
}
.wrap-all {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
/*  Upper Navigation
=======================*/
.upper-navigation {
  background-color: #f6f6f6;
  color: #898989;
}
.upper-navigation a {
  color: #898989;
}
.upper-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.upper-navigation li {
  padding: 5px 10px;
  margin: 5px 0;
}
.upper-navigation i {
  font-size: 1.2em;
  padding-right: 5px;
}

/*  Main Navigation
======================*/
.navbar {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 2px solid #ff700a;
}
.navbar img {
  width: 50%;
}
.navbar-brand {
  background: url(../img/nav-logo.png) no-repeat center center/100px;
  width: 100px;
  height: 60px;
}
/*  intro-bg
================*/
.intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.3),
      rgba(221, 221, 221, 0.5)
    ),
    url(../img/pages/home.jpg) scroll center center/cover;
  height: fit-content;
  padding: 20px 0;
}
.intro-bg p {
  color: #fff;
}
.intro-bg h1 {
  color: #d85c04;
  font-size: 3em;
  font-weight: 900;
}
/*  Form
==============*/
form {
  border: 1px solid #ddd;
}
.form div {
  display: block;
  padding: 5px;
  border: 1px solid #eaecee;
  width: 100%;
}
.form p.label,
.form button {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 1.3em;
}
.form p.label {
  border: 1px solid #ff700a;
  background-color: #ff700a;
}
.form input,
.form select {
  display: block;
  border: 1px solid #eaecee;
  padding: 10px;
  width: 100%;
}
.form button {
  display: block;
  border: 1px solid #ff700a;
  background-color: #fff;
  color: #ff700a;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.form button:hover {
  background-color: #ff700a;
  color: #fff;
}
.form label {
  font-size: 0.8em;
  opacity: 0.8;
}

/*  who-we-are
====================*/
.who-we-are-flex > h2 {
  color: #ff700a;
  padding: 10px;
  /* margin: 10px 0; */
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2em;
}
.who-we-are-flex div {
  padding: 10px;
  opacity: 0.8;
}
/*  douple-img
====================*/
.douple-img {
  padding: 30px 0;
}
.douple-img img {
  max-width: 40%;
  display: inline-block;
}
.douple-img-flex {
  text-align: center;
  font-size: 0;
  position: relative;
}
.douple-img img:first-of-type {
  margin-top: -40px;
}
/*  invitation-section
========================*/
.invitation-section {
  text-align: center;
  padding: 60px 0;
  max-width: 60%;
}
.invitation-section span {
  color: #ff700a;
  font-size: 2em;
  padding: 20px;
}
.invitation-section p {
  opacity: 0.8;
  font-size: 1.5em;
  padding: 20px;
  color: rgb(131, 131, 131);
}
.invitation-section p:last-of-type {
  font-size: 1.1em;
}
/*  what-we-offer
====================*/
.what-we-offer {
  background-color: #f6f6f6;
  text-align: center;
  padding: 50px 0;
}
.what-we-offer h2 {
  color: #ff700a;
  font-size: 1em;
}
.what-we-offer p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2em;
  font-weight: 100;
}
.services-cards a {
  width: 30%;
  margin: 10px;
}
.services-cards .service-card {
  width: 100%;
  height: 180px;
  margin: 20px auto;
  position: relative;
}

.service-card.one {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/airport.jpg) center center/cover;
}
.service-card.two {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/concert.jpg) center center/cover;
}
.service-card.three {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/quin.jpg) center center/cover;
}
.service-card.four {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/proms.jpg) center center/cover;
}
.service-card.five {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/wedding.jpg) top center/cover;
}
.service-card.six {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/business.jpg) center center/cover;
}
.service-card.seven {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/shuttle.jpg) center center/cover;
}
.service-card.eight {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/birthday.jpg) center center/cover;
}
.service-card.nine {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/bachelorette.jpg) center center/cover;
}
.service-card.ten {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/casino.jpg) center center/cover;
}
.service-card.eleven {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/pages/outlets.jpg) center center/cover;
}
.service-card p {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.what-we-offer-section a.services {
  background-color: #ff700a;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}
a.services:hover {
  text-decoration: none;
  background: #fff;
  color: #ff700a;
}
/*  why-choose-us
=====================*/
.why-choose-us {
  padding: 50px 0;
}
.why-us-intro {
  text-align: center;
  padding: 30px 0 60px;
}
.why-choose-us h2 {
  color: #ff700a;
  font-size: 1em;
}
.why-choose-us p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2em;
  font-weight: 100;
}
.why-choose-us img {
  max-width: 40%;
}
.why-choose-us .core {
  color: rgba(0, 0, 0, 0.8);
}
.core-benefit {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
}
.core-benefit i {
  color: #ff700a;
  font-size: 1.2em;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
}
.circle1 img {
  width: 40%;
}

/*  testimonials
====================*/
.testimonials {
  background-color: rgb(246, 246, 246);
}
.test-text {
  padding: 50px;
  text-align: center;
  color: rgb(145, 145, 145);
}
.test-text i {
  font-size: 3em;
  color: #ff700a;
  padding: 20px 0;
}
.test-image img {
  width: 100%;
  height: 100%;
}

/*  request-quote
====================*/
.request-quote {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
    url(../img/pages/quote.jpg) fixed center center/cover;
  height: 500px;
  text-align: center;
  position: relative;
}
.request-quote h2 {
  font-size: 2em;
  color: #ff700a;
  text-shadow: 5px 5px 3px #0d0d0d;
}
.request-quote p {
  font-size: 1.5em;
  color: #eaecee;
  text-shadow: 8px 5px 3px #0d0d0d;
}
.request-quote a {
  font-size: 1.2em;
  color: #eaecee;
  padding: 10px 20px;
  background-color: #ff700a;
  border: 1px solid #ff700a;
  display: inline-block;
  margin-top: 30px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.request-quote a:hover {
  color: #ff700a;
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
.real {
  padding: 50px;
}

/*  our-features
===================*/
.our-features {
  padding: 70px 0;
  text-align: center;
}
.our-features h2 {
  font-size: 1em;
  color: #ff700a;
}
.our-features .intro-p {
  font-size: 2em;
}
.features div {
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  width: 200px;
}
.features div i {
  font-size: 2em;
  color: #ff700a;
  padding: 10px;
  display: inline-block;
  text-shadow: 21px 1px 27px #898989;
}
.features div p,
.features div h3 {
  opacity: 0.8;
}
/*  footer-head
====================*/
.footer-head {
  background-color: #f6f6f6;
  padding: 60px 20px;
}
.footer-head-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  margin: 20px 0;
  width: 300px;
}
.footer-head-item-icon {
  font-size: 2em;
  color: #778591;
  text-shadow: 8px 5px 19px #7e7373;
}

.footer-head-item-text p {
  margin: 0;
  color: #2c3e50;
  font-weight: 900;
}
.footer-head-item-text span {
  color: #778591;
  font-size: 1.5em;
}
/*  sitemap
================*/
.sitemap {
  background-color: #eaecee;
  position: relative;
}
.sitemap h3 {
  color: #2c3e50;
  display: inline-block;
  font-size: 1em;
  border-bottom: 1px solid #ff700a;
}
.sitemap i {
  padding-right: 5px;
}
.sitemap p {
  color: #556677;
  font-size: 0.8em;
  font-weight: 200;
  margin: 10px 0;
}
.sitemap a {
  display: inline-block;
  padding: 5px 0;
  color: #898989;
  text-transform: uppercase;
}
.sitemap-container > div {
  margin: 50px 0;
  width: 300px;
}
.copyright-paragraph {
  color: #556677;
  font-size: 15px;
  opacity: 0.8;
}
.copy-footer {
  text-align: center;
}
#rocket {
  color: #ff700a;
  font-size: 2em;
  position: absolute;
  bottom: 5%;
  right: 5%;
  text-decoration: none;
}
/*  service pages
=====================*/
.main-content {
  padding: 60px 0;
}
.service-details img {
  width: 40%;
  border-radius: 50%;
  margin: 10px;
}
.service-details h2 {
  opacity: 0.9;
}
.service-details p {
  opacity: 0.8;
  text-align: justify;
}
@media (min-width: 900px) {
  .service-details img {
    shape-outside: circle(50%);
    float: left;
    width: 30%;
  }
  .wedding-main {
    background: url(../img/pages/evie-s-yhiZm7vYXaM-unsplash.jpg) no-repeat
      center left/400px;
  }
  .airport-main {
    background: url(../img/pages/airport-s.jpg) no-repeat 100% 60%/220px;
  }
  .bach-main {
    background: url(../img/pages/bach-s.png) no-repeat center right/420px;
  }
  .birthday-main {
    background: url(../img/pages/birthday-s.jpg) no-repeat center right/220px;
  }
}

/*  Wedding page
---------------------*/
.wedding-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/wedding.jpg) scroll top center/cover;
  height: 60vh;
}
.pages-forms .form div:first-of-type {
  background-color: #ff700a;
  text-align: center;
  color: #fff;
}
/*  Airport page
---------------------*/
.airport-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/airport.jpg) scroll 50% 20% / cover;
  height: 60vh;
}
/*  Bach page
---------------------*/
.bach-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/bachelorette.jpg) scroll 50% 20% / cover;
  height: 60vh;
}
/*  Birthday page
---------------------*/
.birthday-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/birthday.jpg) scroll top center/cover;
  height: 60vh;
}
/*  Business page
---------------------*/
.business-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/business.jpg) scroll top center/cover;
  height: 60vh;
}
/*  Casino page
---------------------*/
.casino-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/casino.jpg) scroll top center/cover;
  height: 60vh;
}
/*  Concert page
---------------------*/
.concert-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/concert.jpg) scroll top center/cover;
  height: 60vh;
}
/*  outlet page
---------------------*/
.outlet-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/outlets.jpg) scroll center left/cover;
  height: 60vh;
}
/*  Prom page
---------------------*/
.prom-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/proms.jpg) scroll center left/cover;
  height: 60vh;
}
/*  quin page
---------------------*/
.quin-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/quin.jpg) scroll top left/cover;
  height: 60vh;
}
/*  shuttle page
---------------------*/
.shuttle-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/shuttle.jpg) scroll top left/cover;
  height: 60vh;
}
/*  fleet page
---------------------*/
.fleet-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/fleet.jpg) scroll top center/cover;
  height: 60vh;
}
.hide-me {
  display: none;
}
/*  message & Reservation & Quote page
------------------------------------------*/
.message-intro-bg {
  background: linear-gradient(
      rgba(221, 221, 221, 0.6),
      rgba(221, 221, 221, 0.6)
    ),
    url(../img/pages/quote.jpg) scroll top left/cover;
  height: 60vh;
}
/*  Responsive Design
========================*/
@media (min-width: 600px) {
  .form .for-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form div {
    width: 49%;
  }
  .pages-forms .form div {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .upper-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
  .who-we-are-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .what-we-offer .services-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .circle {
    overflow: hidden;
  }
  .circle img {
    max-width: 40%;
    float: left;
    shape-outside: circle(50%);
  }
  .circle .core {
    width: 100%;
  }
  .features {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-head-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sitemap-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .testimonials {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-template-rows: 400px;
  }
  .quote-big-size {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 10px;
  }
}
@media (max-width: 766px) {
  .quote-iframe-page {
    height: 1300px;
  }
}
@media (max-width: 1024px) {
  .hide-me {
    display: inline-block;
  }
}

/*Response page
-----------------*/
section.response {
  height: 600px;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
