/*  Global Styles
=====================*/
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
}
h2,
h3 {
  margin: 20px 0;
}
p {
  font-size: 1.3em;
  opacity: 0.8;
}
/*  contact-info
=======================*/
.contact-info {
  border-bottom: 1px solid #ddd;
  background-color : black;
}
.contact-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-info a {
  font-size: 16px;
  color: #ffd700;
  font-weight: 800;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
}

@media (min-width: 800px) {
  .contact-info {
    text-align: right;
  }
  .contact-info li {
    display: inline-block;
    margin: 0 5px;
  }
}
/*  intro
===============*/
.intro {
  padding: 30px 0;
}

.intro h1 {
  font-size: 20px;
  font-weight: 400;
}
.intro div i {
  color: #ffd700;
  font-size: 1em;
  padding-right: 5px;
}
/*  Main-Header
======================*/
.main-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/theader.jpg) fixed center center/cover;
  height: fit-content;
  position: relative;
  color: #fff;
  padding: 20px;
}
.main-header a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #ffd700;
  color: #000;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.main-header a:hover {
  color: #ffd700;
  background-color: #000;
  text-decoration: none;
}
.home_quote {
  height: auto;
}
form {
  background-color: #333;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}
form input {
  display: block;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
}
form select {
  display: inline-block;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
}
form label {
  display: inline-block;
  font-size: 1em;
}
form .submit-btn {
  background: #ffd700;
  color: #333;
  border: 1px solid #ffd700;
  padding: 10px;
  display: block;
  margin: 10px 0;
  font-size: 1em;
  border-radius: 10px;
  transition: all 1s ease;
}
form .submit-btn:hover {
  background: #000;
  color: #ffd700;
  border: 1px solid #ffd700;
  padding: 10px;
  display: block;
  margin: 10px 0;
}
form .form-text img {
  width: auto;
}
/*  Fleet
================*/
.fleet {
  text-align: center;
  padding: 60px 0;
}
.fleet h2 {
  padding: 20px 0;
}
h2 span,
h3 span {
  border-bottom: 4px solid #ffd700;
}
.fleet p {
  font-size: 1.3em;
  color: #424242;
}
.zcard {
  margin: 20px 0;
  border: 1px solid #ddd;
  text-align: left;
}
.zcard-text {
  position: relative;
  padding: 30px 20px;
}
.zcard-text h3 {
  padding-bottom: 30px;
  border-bottom: 4px solid #ffd700;
}
.zcard img {
  width: 100%;
}
.zcard .price {
  padding: 10px;
  background-color: #ffd700;
  color: #000;
  position: absolute;
  top: -10%;
  left: 10%;
}
/*  Why us
================*/
.why-us h2 {
  margin-bottom: 30px;
}
.why-us header hr {
  color: #ffd700;
  border: 3px solid #ffd700;
  width: 70px;
  border-radius: 10px;
}
.why-us header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/tquote.jpg) center center/cover;
  height: 500px;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  font-size: 1.3em;
}
.why-us header a {
  text-decoration: none;
  color: #000;
  background-color: #ffd700;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 20px 0;
  display: inline-block;
}

/*  Benefits
===============*/
.benefits {
  padding: 60px 0;
}
.benefit {
  margin: 30px 0;
}
.benefit i {
  border: 5px solid #ffd700;
  font-size: 3em;
  padding: 25px;
  color: #ffd700;
}

/*  Testimonials
========================*/
.testimonials {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/testi.jpg) center center/cover;
}
.slideshow-container {
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #ffd700;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: #ffd700;
  color: white;
  text-decoration-line: none;
}

.dot-container {
  text-align: center;
  padding: 20px;
  background: #fff;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffd700;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.run,
.dot:hover {
  background-color: orangered;
}

q {
  font-style: italic;
}

.author {
  color: cornflowerblue;
}

/*  Photo Gallery
====================*/
.t-g {
  padding: 60px 0;
}
.photos img {
  width: 45%;
  margin: 5px;
}
@media (min-width: 700px) {
  .photos img {
    width: 30%;
    margin: 5px;
  }
}

/*  Footer styles
===================*/
footer {
  background-color: #1c1c1c;
  color: #fff;
  padding: 60px 0;
}
.about-us,
.contact-details,
.useful-links,
.accept {
  margin: 30px 0;
}
footer .about-us input,
footer .about-us button {
  padding: 10px;
  border-radius: 5px;
}

footer .about-us button {
  background-color: #ffd700;
  border: 1px solid #ffd700;
}
.useful-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.useful-links a {
  display: block;
  padding: 10px;
  color: #ffd700;
  text-decoration-line: none;
  font-size: 1.2em;
  border-bottom: 1px solid #f1f1f1;
}
.useful-links a span {
  color: #c73d16;
  font-size: 2rem;
}

.contact-details p {
  font-size: 1.2em;
}
.contact-details a {
  text-decoration-line: none;
  color: #ffd700;
}
.contact-details i {
  font-size: 1.2em;
  padding-right: 5px;
}

@media (min-width: 1000px) {
  .upper-footer .container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: 30px;
  }
}

.lower-footer {
  border-top: 1px solid rgba(221, 221, 221, 0.651);
  text-align: center;
  padding: 60px 0 30px;
}

/*  Services-pages
====================*/
.service-category {
  height: 50vh;
  color: #f1f1f1;
  text-align: center;
  padding: 50px 0;
}
.servise-details {
  padding: 40px 0;
}
.service img {
  width: 100%;
}
.service-category h1 {
  padding-top: 15px;
  font-weight: bold;
  text-shadow: 8px 6px 6px #000;
}

/*  Business page
-------------------*/
.service-category.business {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tbusiness-main.jpg) center center/cover;
}

/*  Wedding page
-------------------*/
.service-category.wedding {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/twedding-main.jpg) center center/cover;
}

/*  Shuttle page
-------------------*/
.service-category.shuttle,
.service-category.outlet {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tshuttle-main.jpg) center center/cover;
}

/*  Airport page
-------------------*/
.service-category.airport {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tairport-main.jpg) center center/cover;
}

/*  Prom page
-------------------*/
.service-category.prom {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tprom-main.jpg) top center/cover;
}

/*  Birthday page
-------------------*/
.service-category.birthday {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tbirthday-main.JPG) center center/cover;
}

/*  Concert page
-------------------*/
.service-category.concert {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tconcert-main.JPG) center center/cover;
}

/*  Bachelorette page
-------------------*/
.service-category.bach {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tbach-main.jpg) center center/cover;
}

/*  Casino page
-------------------*/
.service-category.casino {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tcasino-main.jpg) center center/cover;
}

/*  Quincear page
-------------------*/
.service-category.quin {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tquinceanera-main.jpg) top center/cover;
}

/*  quote, contact, reservation pages
-------------------------------------*/
.service-category.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tcontact.jpg) center center/cover;
}
.service-category.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tquote2.jpg) center center/cover;
}
.service-category.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/treservation.jpg) center center/cover;
}
.quote-iframe-page {
  height: 1300px;
}
.quote-iframe-page iframe {
  width: 100%;
  height: 100%;
}
/*  Testimonials page
----------------------*/
.service-category.testi {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/ttesti.webp) center center/cover;
}

.form-text textarea {
  width: 100%;
  height: 150px;
}

/*  Fleet page
----------------------*/
.service-category.fleet {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/tchevy.jpg) center center/cover;
}
.car {
  border: 1px solid #ddd;
  margin: 50px 0;
  box-shadow: 3px 3px 10px rgb(133, 133, 133);
  transition: all 0.5s ease-in-out;
}
.car:hover {
  box-shadow: 9px 9px 10px rgb(133, 133, 133);
}
.car .car-text {
  padding: 15px 10px 15px 35px;
}
.car .car-text h3 {
  font-size: 20px;
}
.car .car-text p {
  font-size: 16px;
}
.car img {
  height: auto;
  width: 100%;
}

.quote-iframe-page {
  height: 1300px;
}
.quote-iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .quote-iframe-page {
    height: 1400px;
  }
}
/*---------------------
    rating stars
---------------------*/
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.submit-review h4 {
  margin-top: 20px;
}
/*Contact page, testimonials
---------------------------------*/
section.contact-page,
section.testi-page {
  padding: 80px 0;
}
/*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;
}
