/*===================
    General styles
===================*/
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  position: relative;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
}
.container {
  padding: 80px 0;
}
.row {
  margin: 0;
}

aside {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 21;
}

.sticky-links a {
  display: block;
  padding: 10px;
  color: #fff;
  width: 50px;
  background-color: #5a189a;
  border: 1px solid #fff;
  transition: all 0.3s ease-in;
}
.sticky-links a:hover {
  background-color: #c77dff;
  color: #fff;
}
/*===============
    .contact-nav
===============*/
.contact-nav {
  background-color: #5a189a;
}
.contact-nav .container {
  padding: 20px 0;
}
.contact-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-nav a {
  display: block;
  padding: 5px;
  margin: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-nav a:hover {
  text-decoration: none;
  color: #000;
}

/*===================
    Header styles
===================*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/header.jpg) center center/cover;
  color: #fff;
  height: fit-content;
}
.intro-box {
  padding: 60px 0;
}
.intro-box h1 {
  text-transform: capitalize;
}
.intro-box p {
  text-transform: capitalize;
}

/*===================
    Navigation
===================*/
.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #5a189a;
}
.navbar .container {
  padding: 0;
}
/*===================
    Why us styles
===================*/
.why-us {
  padding: 80px 0;
}
.fleet-range span {
  display: block;
}
.fleet-range h3 {
  color: #5a189a;
  font-size: 3em;
  text-align: justify;
}
.why-us i {
  font-size: 3em;
  color: #5a189a;
  padding: 10px;
  text-align: center;
}
.why-us .why-column {
  padding-top: 20px;
  text-align: center;
}

/*===================
    Services styles
===================*/
.services img {
  width: 100%;
}

/*======================
    questions styles
======================*/
.question {
  background-color: #000;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.question a,
.see-fleet {
  display: inline-block;
  padding: 10px;
  border: 1px solid #c77dff;
  border-radius: 10px;
  color: #c77dff;
  transition: all 0.5s ease-in-out;
}
.see-fleet:hover,
.question a:hover {
  background-color: #c77dff;
  color: #e5e5e5;
  text-decoration: none;
}
/*===================
    Fleet styles
=====================*/
.fleet {
  background-color: #fff;
  color: #000;
  padding: 80px 0;
}
.fleet img {
  width: 100%;
}
/*========================
    Invitation styles
========================*/
.invitation {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.invitation i {
  font-size: 2em;
  color: #c77dff;
}
/*==============================
    home-page-contact-section
==============================*/
.home-page-contact-section {
  padding: 100px 0;
}
.contact-page-contact-section .section {
  padding: 50 0;
}
.contact-page-contact-section .section_hr {
  text-align: center;
}
.contact-page-contact-section .section_hr i {
  font-size: 2em;
  color: #c77dff;
}
.contact-section-text {
  margin-bottom: 25px;
}
.contact-section-text img {
  width: 100%;
}
.contact-section-text h3 {
  color: #5a189a;
  text-transform: capitalize;
  font-size: 3em;
}
.contact-section-text span {
  color: #c77dff;
  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: #5a189a;
  margin-right: 60px;
}
.home-page-form button,
.contact-page-form button {
  padding: 10px 20px;
  color: #c77dff;
  background-color: #5a189a;
  border: none;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  background-color: #c77dff;
  color: #5a189a;
}
.contact-section-text a,
.contact-section-text i {
  color: #c77dff;
}
.contact-section-text ul i {
  color: #c77dff;
}
.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: #5a189a;
}

/*===================
    Footer styles
===================*/
.upper-footer {
  background-color: #5a189a;
  color: #fff;
  padding: 20px;
}
.foot {
  padding-top: 20px;
}
.foot i {
  font-size: 1.2em;
  padding-right: 5px;
}
.foot ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foot a {
  display: inline-block;
  color: rgba(221, 221, 221, 0.883);
}
.copy-footer {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.copy-footer a {
  color: rgba(221, 221, 221, 0.883);
}
footer a:hover {
  color: #c77dff;
}

/*==========================
    Quote & Reservation
===========================*/
header.quote-page {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) bottom center/cover;
}
header.reservation-page {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) center center/cover;
}

/*======================
    Contact page
======================*/
header.contact-page {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/contact.jpg) top center/cover;
}
.contact-page-info img {
  width: 100%;
}
.contact-page-info form img {
  width: auto;
}
.contact-intro-box {
  background-color: #000;
  color: #fff;
}
/*-----------------
    Success Page
-----------------*/
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/success.png) center center/cover;
  height: 600px;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
