body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  background: #fff;
  height: 100%;
  position: relative;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#fleet, #hubs, #counters, #livestats, #destinations #hero {
  padding: 4em 0;
}

/* NavBar START */
.navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}

.nav-item a:link {
  color: white;
  border: none;
}

.nav-item a:visited {
  color: #ffffff;
}

.nav-item a:hover {
  color: rgb(0, 0, 0);
}

.nav-item a:active {
  color: rgb(255, 255, 255);
}

/* Only apply on screens wider than Bootstrap's small breakpoint (e.g., 576px) */
@media screen and (min-width: 576px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Fixes potential 1px gap issue */
    color: #000;
    background-color: #ffffff83;
  }
}
/* Nav Bar END */

/* Header START */
#header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 40px;
}
/* Header END */

/* Home START */
#home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

#home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom right, #6000CD 0%, #bc2bff);
}

#home .text-wrap {
  display: table;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 4;
}

#home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#home .text-inner a {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

#home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}

#home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
/* Home END */

/* Fleet START */
.aircraft-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 12px;
}

.aircraft-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.aircraft-card img {
  transition: transform 0.4s ease;
}

.aircraft-card:hover img {
  transform: scale(1.08);
}

#fleet {
  background-color: #fff;
  background-image: linear-gradient(to bottom right, #6000CD 0%, #bc2bff);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

#fleet:before, #fleet:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}

#fleet:before {
  top: 0;
  margin-top: -35px;
}

#fleet:after {
  bottom: 0;
  margin-bottom: -35px;
}

#fleet h3 {
  font-size: 24px;
  color: #fff;
}
#fleet .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fleet .icon:before {
  color: #fff;
}
#fleet .section-heading h2 {
  color: #fff;
}
/* Fleet END */

/* Counters START */
#counters {
  color: #ffffff;
  overflow: hidden;
  background-image: linear-gradient(to bottom right, #6000CD 0%, #bc2bff);
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}

#counters:before, #counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#counters:before {
  top: 0;
  margin-top: -35px;
}
#counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#counters .section-heading h2 {
  color: #fff;
}

#counters .counter {
  position: relative;
  z-index: 3;
  text-align: center;
}

#counters .counter .counter-icon,
#counters .counter .counter-number,
#counters .counter .counter-label {
  display: block;
}

#counters .counter .counter-icon {
  font-size: 40px;
  color: #6000CD;
}

#counters .counter .counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}

#counters .counter .counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}
/* Counters END */

/* Hubs START */
#hubs{
  color: #575757;
}
#hubs .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

#hubs .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #6000CD;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
/* Hubs END */

/* Live Stats START */
#livestats {
  overflow: hidden;
  position: relative;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(to bottom right, #6000CD 0%, #bc2bff);
}


#livestats:before, #livestats:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}

#livestats:before {
  top: 0;
  margin-top: -35px;
}

#livestats:after {
  bottom: 0;
  margin-bottom: -35px;
}

#livestats .section-heading h2 {
  color: #fff;
}

#livestats .section-heading h2:after {
  background: rgb(255, 255, 255);
}

#livestats .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
/* Live Stats END */

/* Fleet START  */

#fleet{
  color: #ffffff;
}


/* Fleet END */
/* Section START */
.section-heading {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}

.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: hsl(0, 0%, 0%);
}
/* Section END */

/* Footer START*/
#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  color: white;
  z-index: 8;
  width: 60px;
  height: 60px;
  font-size: 20px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 25%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}

#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
/* Footer END */

/* GPT Styles */

.stat-box h2 {
  font-weight: bold;
}

/* Destination Tabs */
#destinations .nav-tabs .nav-link {
  color: gray;
  border: none;
}

#destinations .nav-tabs .nav-link.active {
  background-color: var(--primary-purple);
  color: black;
  border-radius: 8px;
}

/* hubs Tabs */
#hubs .nav-tabs .nav-link {
  color: #000000;
}

#hubs .nav-tabs .nav-link.active {
  color: #000000;
  background-color: #00000007;
}

/* Tabs */
.nav-tabs .nav-link {
  color: white;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: var(--primary-purple);
  color: white;
  border-radius: 8px;
}

/* Aircraft Cards */
.aircraft-card {
  background-color: rgba(255, 255, 255, 0.548);
  border: 1px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
}

.aircraft-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(203, 198, 211, 0.603);
}

.aircraft-card img {
  transition: transform 0.4s ease;
}

.aircraft-card:hover img {
  transform: scale(1.08);
}

.aircraft-card:hover .overlay {
  bottom: 0;
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.534);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.4s ease;
}

.aircraft-card:hover .overlay {
  bottom: 0;
}

.overlay button {
  background: white;
  color: #000;
  border: none;
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: 300;
}