@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif !important;
}

header,
main,
footer {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
}

h1 {
  margin-bottom: 5px !important;
  font-size: 50px;
  line-height: 85px;
  font-weight: bolder !important;
}

p {
  font-size: 14px;
  text-align: justify;
  margin: 0px auto;
}

a[role="button"],
button {
  margin: 50px auto;
  background-color: #d81b23;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: bolder;
  letter-spacing: 5px;
  max-width: 250px;
  border-radius: 50px;
  transition-duration: 0.5s;
}

a[role="button"]:hover,
button:hover {
  background-color: #fff;
  color: #333;
}

.single-input {
  font-size: 12px;
  height: 15px !important;
}

.message {
  font-size: 12px;
  height: 150px !important;
}

.top-nav {
  z-index: 101;
  width: 100vw;
  position: fixed;
  top: 0px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9803921569);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1450980392);
  transition-duration: 0.3s;
}
.top-nav img {
  height: 50px;
  transition-duration: 0.2s;
}
.top-nav .container {
  height: 100% !important;
}
.top-nav nav > ul > li {
  border-bottom: none;
  transition-duration: 0.7s;
}
.top-nav nav > ul > li:hover {
  border-bottom: 5px solid #d81b23;
}
.top-nav nav > ul > li > a {
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.6156862745);
}

.top-nav-resp {
  height: 60px !important;
  background-color: #fff !important;
}
.top-nav-resp nav > ul > li,
.top-nav-resp a {
  color: #1e1e1e !important;
}
.top-nav-resp img {
  height: 40px;
}

nav {
  height: 100% !important;
}

nav > ul > li {
  margin: 0px auto;
  color: #fff;
}
nav > ul > li a {
  color: #fff;
}

.navigation li {
  font-size: 14px;
  margin: 0px 10px;
  text-transform: uppercase;
  transition-duration: 0.4s;
}
.navigation li a {
  font-weight: lighter;
  border-radius: 0px;
  border: none;
  transition-duration: 0.8s;
}

.slider {
  background-color: #1e1e1e;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slider-single {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  transition-duration: 0.6s;
}
.slider-single img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

.slider-text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-text h1,
.slider-text h2 {
  margin: 0px auto;
  color: #fff;
  z-index: 11;
  text-align: center;
  text-shadow: 2px 2px #333;
}
.slider-text h1 {
  font-size: 60px;
  letter-spacing: 2px;
}
.slider-text h2 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.slider-text img {
  display: inline-block;
  margin: 0px auto;
  height: 100px;
  width: auto;
  margin-top: 180px !important;
}

.slider-dots {
  width: 100%;
  position: relative;
  top: calc(100vh - 50px);
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  margin: 15px 10px;
  background-color: rgba(38, 38, 39, 0.6588235294);
  transition-duration: 0.5s;
  border: 1px solid rgba(255, 250, 250, 0.5921568627);
}

.dot-selected {
  width: 70px;
  border: 2px solid rgba(114, 144, 39, 0.5254901961);
  background-color: #ffffff;
}

.slide-visible {
  opacity: 1;
}

.slide-invisible {
  opacity: 0;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
@media screen and (max-width: 990px) {
  .about {
    padding-left: 0px !important;
  }
}
.about p {
  font-size: 14px;
}

.section-2 {
  text-align: center;
}
.section-2 p {
  text-align: center;
}

.accolades {
  border: 2px solid #d81b23;
  height: 120px;
  width: 120px;
  margin: 0px auto;
  border-radius: 60px;
  margin-bottom: 30px;
}
.accolades img {
  margin: 0px auto;
  margin-top: 27px;
  height: 50%;
  width: 50%;
  -o-object-position: center;
  object-position: center;
}

.icons {
  max-width: 900px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 10px;
}
.icons .grid img {
  margin: 0px auto;
}

.map {
  height: 400px !important;
  overflow: hidden;
}

.addr,
.phone {
  display: inline;
}
.addr p,
.phone p {
  margin: 10px 0px;
  list-style: none;
  font-size: 14px;
  color: #d81b23;
  display: inline-block;
}
.addr img,
.phone img {
  height: 40px;
  margin: 30px 0px;
  display: block;
}

.email-form {
  margin-top: 100px;
}

.section-5 {
  background-color: #d81b23;
  padding: 200px 0px;
}
.section-5 h1 {
  text-align: right;
}
.section-5 ul {
  width: 100%;
  padding: 0px;
}
.section-5 ul > li {
  padding: 0px;
  list-style: none;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.yr {
  font-weight: 400;
  font-style: italic;
}

.bar {
  width: 50px;
  height: 5px;
  margin-bottom: 30px;
}

.red {
  background-color: #d81b23;
}

.white {
  position: relative;
  left: 50%;
  transform: translateX(-100%);
  margin-bottom: 50px;
  background-color: #fff;
}

.section-4 {
  margin-bottom: 200px;
  margin-top: 200px;
}

.hide {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(30%);
  transition: all 0.8s;
  transition-delay: 0.2s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0%);
}

footer {
  background-color: #1e1e1e;
  padding: 50px !important;
  width: 100%;
  text-align: center;
}
footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lefttext,
.righttext {
  font-size: 12px;
  height: 30px;
}

.text-center {
  text-align: center;
}

body > main > section.slider > div > div > h2 {
  text-shadow: 2px 2px #333 !important;
} /*# sourceMappingURL=styles.css.map */

/* domestic flights page */

#domestic_flights {
  margin-top: 120px;
  overflow: hidden;
}

#domestic_flights .domestic-flights-heading {
  margin-top: 1rem;
  padding: 1rem;
  position: relative;
}

#domestic_flights .domestic-flights-heading .domestic-flights-heading-img {
  background: #000 url(../images/domestic-flight.jpg) no-repeat center
    center/cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#domestic_flights
  .domestic-flights-heading
  .domestic-flights-heading-img-opacity {
  background-color: #1e1e1e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#domestic_flights .domestic-flights-heading h1 {
  font-size: 2rem;
}

#domestic_flights .domestic-flights-heading p {
  margin-top: 0;
  color: #1e1e1e;
}

#domestic_flights .domestic-flights-heading h1,
#domestic_flights .domestic-flights-heading p {
  text-shadow: 2px 2px #333;
  color: #ffffff;
  z-index: 5;
}

.schedule-route {
  margin-top: 2rem;
  padding: 1.5rem;
  width: 100%;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
}

.schedule-route a {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  padding: 0.1rem 0.75rem;
  border-radius: 4px;
  color: #000;
  letter-spacing: 1.5px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.schedule-route a:nth-child(odd) {
  background-color: rgb(240, 241, 214);
}

.schedule-route a:nth-child(even) {
  background-color: rgb(219, 217, 207);
}

.schedule-route a:hover {
  transform: translate(-4px);
}

@media screen and (max-width: 500px) {
  .schedule-route {
    grid-template-columns: auto;
  }

  .schedule-route a {
    font-size: 1rem;
  }
}

/* schedule page */

#schedule {
  margin-top: 110px;
  overflow: hidden;
}

.schedule-section {
  visibility: hidden;
}

.show-schedule-section {
  visibility: visible;
}

#schedule h1 {
  font-size: 2rem;
}

#schedule .pagination {
  display: flex;
  justify-content: center;
}

#schedule .pagination button {
  margin: 2rem 1rem 0.75rem;
  padding: 0;
  background-color: transparent;
  height: 1.5rem;
  width: fit-content;
  border: none;
  transition: all 0.25s ease-in-out;
}

#schedule .pagination button:hover {
  transform: scale(1.1);
}

#schedule .pagination button img {
  height: 100%;
}

#schedule .schedule {
  margin-top: 0.25rem;
}

#schedule figure {
  overflow-y: hidden;
  border-radius: 5px;
  padding-bottom: 40px;
}

#schedule th,
#schedule td {
  border: 1px solid #33333328;
  padding: 0.52rem;
}

#schedule th {
  font-size: 0.8rem;
  color: #24333e;
  text-align: center;
  white-space: nowrap;
  word-wrap: normal;
}

#schedule .full-date {
  font-size: 0.6rem;
  color: #24333e;
}

.airline-logo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px #33333385;
}

/* tooltip */

.tooltip {
  margin: 0.1rem;
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-content {
  visibility: hidden;
  text-align: center;
  padding: 5px 0;

  /* Fade in tooltip */
  opacity: 0;
  transition: all 0.4s ease-in-out;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 100%;
  right: -50%;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

#schedule .tooltip-content table {
  background-color: #fff;
  box-shadow: 1px 1px 5px #33333385;
}

#schedule .tooltip-content table .airline-name {
  font-weight: bold;
}

#schedule .tooltip-content th,
#schedule .tooltip-content td {
  font-size: 0.62rem;
  padding: 0.15rem 0.45rem;
  white-space: nowrap;
  word-wrap: normal;
}
