﻿@font-face {
  font-family: "Helvetica Neue Std Thin";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Th.woff");
}
@font-face {
  font-family: "Helvetica Neue Std Lt";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Lt.woff");
}
@font-face {
  font-family: "Helvetica Neue Roman";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Roman.woff");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Inter", sans-serif;
  font-display: swap;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.inter {
  font-family: "Inter", sans-serif;
}
.font-awesome-pro {
  font-family: "Font Awesome 6 Pro";
}
#Hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 115px);
  background-color: white;
}
@media (max-width: 767px) {
  #Hero {
    justify-content: flex-start;
    height: auto;
    min-height: auto !important;
    padding-bottom: 3rem;
  }
}
#Hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  /*.mobile-image {
			@media(max-width: 767px) {
				background: url('https://cdn.portofportland.com/pdx-next/About_NewMainTerminal_Mobile.jpg') center;
				background-size: cover;
				height: 100%;
				width: 100%;
			}
		}*/
}
@media (max-width: 767px) {
  #Hero .hero-media {
    display: none;
  }
}
#Hero .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Hero .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  #Hero .hero-content {
    padding: 0;
  }
  #Hero .hero-content img {
    min-height: 300px;
  }
}
#Hero .page-title {
  max-width: 500px;
  margin-bottom: 0;
  /*h1, .h1 {
			font-size: clamp(2.5rem, 3.75rem, 3vw);
		}*/
}
@media (max-width: 767px) {
  #Hero .page-title {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  #Hero .page-title {
    top: 8%;
  }
}
#Hero .page-title h1 {
  font-size: clamp(3.5rem, 3.75rem, 3vw);
  line-height: 1;
}
@media (max-width: 767px) {
  #Hero .page-title h1 {
    font-size: 2.5rem;
  }
}
#Hero .page-title p {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #Hero .page-title {
    margin-bottom: 2rem;
  }
}
#Hero .flight-search-widget {
  padding: 2rem;
  border-radius: 75px 0;
  width: 550px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #Hero .flight-search-widget {
    width: 100%;
    margin-top: -75px !important;
  }
}
@media (max-width: 575px) {
  #Hero .flight-search-widget {
    padding: 2rem 1.25rem;
  }
}
#Hero .flight-search-widget .all-flights-cta {
  color: white !important;
}
#Hero .flight-search-widget input {
  padding-left: 15px;
  border: none;
}
#Hero .flight-search-widget .nav-tabs {
  border-bottom: 1px solid #00A393;
  margin-bottom: 1.5rem;
}
#Hero .flight-search-widget .nav-tabs .flight-tab {
  width: 50%;
}
#Hero .flight-search-widget .nav-tabs .flight-tab .fa-kit {
  font-size: 36px;
  margin: 0 10px;
}
@media (max-width: 475px) {
  #Hero .flight-search-widget .nav-tabs .flight-tab .fa-kit {
    display: none;
  }
}
#Hero .flight-search-widget .nav-tabs .flight-tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 10px 25px;
  color: white;
  background-color: rgba(0, 163, 147, 0.25);
  text-decoration: none;
}
#Hero .flight-search-widget .nav-tabs .flight-tab a:hover {
  background-color: #008F81;
}
#Hero .flight-search-widget .nav-tabs .flight-tab a.active {
  background-color: #00A393;
}
#Hero .flight-search-widget .nav-tabs .flight-tab.departures a {
  border-radius: 0 35px 0 0;
}
#Hero .flight-search-widget .nav-tabs .flight-tab.arrivals a {
  border-radius: 35px 0 0 0;
}
.section-heading {
  font-size: clamp(2.5rem, 2.5rem, 2.5vw);
  text-align: left;
}
@media (max-width: 767px) {
  .section-heading {
    text-align: center;
  }
}
.pdx-card {
  /*color: @river;*/
  background-color: transparent !important;
}
#WhatsHappening .pdx-card .thumbnail {
  /*aspect-ratio: 16 / 9;*/
}
.transportation-card {
  background-color: #003f3f;
  border-radius: 75px 75px 75px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.transportation-card .img {
  border-radius: 75px 0 75px 0;
  overflow: hidden;
  width: 60%;
  height: 100%;
}
.transportation-card .transportation-options {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 25px 50px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .transportation-card .transportation-options {
    padding: 25px;
  }
}
.transportation-card .transportation-options a {
  color: white;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
.transportation-card .transportation-options a:hover {
  /*text-decoration: underline;*/
  color: #00A393;
}
.transportation-card .transportation-options a:hover i {
  text-decoration: none;
  color: #00A393;
}
.transportation-card .transportation-options i {
  color: white;
  font-size: 25px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .transportation-card .transportation-options > div {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .transportation-card {
    flex-direction: column;
    border-radius: 50px 50px 50px 0;
  }
  .transportation-card .img {
    width: 100%;
    border-radius: 50px 0 50px 0;
  }
  .transportation-card .transportation-options {
    width: 100%;
  }
}
.carousel.story-carousel {
  min-height: 315px;
}
.carousel#destinationsCarousel {
  min-height: 400px;
}
.carousel .carousel-indicators {
  /*position: relative;*/
  bottom: -10px;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  display: block;
  top: 80px;
}
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-prev-icon {
  background-color: #00A393 !important;
}
@media (max-width: 767px) {
  .destination-card {
    max-width: 270px;
    min-width: 280px !important;
  }
}
.destination-card .thumbnail {
  border-radius: 165px;
  /*max-width: 270px;*/
  margin: 0 1rem 1rem;
}
.destination-card img {
  /*height: 350px;*/
}
@media (max-width: 767px) {
  .destination-card img {
    /*height: auto;*/
  }
}