:root {
    --pb-theme-bg: #ffffff;
    --pb-theme-bg-fade: #ffffffd9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --progress-fill-percent: 0%;
    --pb-theme-card-bg: #ffffff60;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
    --bs-gutter-x: 20px;
}
[data-theme="light"] {
    --pb-theme-bg: #ffffff;
    --pb-theme-bg-fade: #ffffffd9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --progress-fill-percent: 0%;
    --pb-theme-card-bg: #ffffff60;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="dark"] {
    --pb-theme-bg: #000000;
    --pb-theme-bg-fade: #000000d9;
    --pb-theme-text: #ffffff;
    --pb-theme-border: #ffffff;
    --pb-slider-scrollbar-track: #ffffff;
    --pb-slider-scrollbar-thumb: #454243;
    --pb-btn-color-light: #ffffff;
    --pb-btn-color-dark: #000000;
    --pb-theme-text-alt: #e5e5e5;
    --pb-theme-card-bg: #00000060;
    --pb-theme-border-opacity: #ffffff30;
    --tag-color: #323241;
    --loader-bg: #000;
}
[data-theme="light-grey"] {
    --pb-theme-bg: #f5f5f5;
    --pb-theme-bg-fade: #f5f5f5d9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e580;
    --pb-slider-scrollbar-thumb: #ffffff;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --pb-theme-card-bg: #f5f5f560;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="dark-grey"] {
    --pb-theme-bg: #747474;
    --pb-theme-bg-fade: #747474d9;
    --pb-theme-text: #ffffff;
    --pb-theme-border: #ffffff;
    --pb-slider-scrollbar-track: #e5e5e580;
    --pb-slider-scrollbar-thumb: #ffffff;
    --pb-btn-color-light: #ffffff;
    --pb-btn-color-dark: #000000;
    --pb-theme-text-alt: #e5e5e5;
    --pb-theme-card-bg: #74747460;
    --pb-theme-border-opacity: #ffffff30;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="creme"] {
    --pb-theme-bg: #dbd6d2;
    --pb-theme-bg-fade: #dbd6d2d9;
    --pb-theme-text: #000000;
    --pb-theme-border: #504740;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --pb-theme-card-bg: #dbd6d260;
    --pb-theme-border-opacity: #50474030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
.home-video-banner {
    -webkit-user-select: none;
    user-select: none;
}
.home-video-banner {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
}

.home-video-banner__container {
    width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    margin-right: auto;
    margin-left: auto;
}

.home-video-banner__left {
    z-index: 2;
    pointer-events: none;
	height: 40vh;
	display: flex;
	width: 100%;
}
.home-video-banner__left .word {
    white-space: pre;
}
.home-video-banner__right {
    width: 100%;
}
.home-video-banner__title {
    font-size: 3.375rem;
    line-height: 1.0561797753;
    color: var(--pb-theme-text);
    text-transform: uppercase;
	line-height: 1.0666666667;
    font-weight: 800;
    letter-spacing: 7.6px;
	position: relative;
}

.home-video-banner__title img{
	position: absolute;
    width: 40px;
    top: -105px;
    right: 10px;
}

.home-video-banner__description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--pb-theme-text);
    margin-bottom: 15px;
    max-width: 381px;
}
.home-video-banner__video {
    perspective: 1500px;
    height: 100%;
    position: relative;
	width: 100%;
}
.home-video-banner__video img,
.home-video-banner__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.home-video-banner__video:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: calc((548 / 871) * 100%);
}

.home-video-banner__video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.23);
    opacity: 1;
    transition: 0.3s ease opacity;
    transition-delay: 0.6s;
    z-index: 2;
    pointer-events: none;
}
.home-video-banner__video:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.home-video-banner .home-banner__scroll {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 75px;
    right: 35px;
    transform: rotate(-90deg);
    cursor: pointer;
    z-index: 99;
}

.home-video-banner .home-banner__scrollIcon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid var(--pb-theme-border);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px !important;
    margin-bottom: 0;
    transform: rotate(90deg);
    overflow: hidden;
}

.home-video-banner .home-banner__scrollIcon svg {
    color: var(--pb-theme-text);
}
.home-video-banner .home-banner__scrollIcon svg path {
    stroke: currentColor;
}
.home-video-banner .home-banner__scrollText {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2222222222;
    color: var(--pb-theme-text);
}
.home-video-banner.videoTiltIn .home-video-banner__video:before {
    opacity: 0;
    transition-delay: 0s;
}



.holder {
  width: 200px;
}

.word-item {
	    float: left;
    opacity: 0;
    position: absolute;
    top: -100%;
    right: 5px;
    display: inline-block;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.237458194;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--pb-theme-text);
    transition: 0.3s ease color, 0.3s ease -webkit-text-stroke-color, 0.3s ease text-shadow;
    text-align: center;
    white-space: nowrap;
    cursor: default;
}

.w1 {
  animation: w1anim 10s infinite;
}

.w2 {
  animation: w2anim 10s infinite;
}

.w3 {
  animation: w3anim 10s infinite;
}

.w4 {
  animation: w4anim 10s infinite;
}

.w5 {
  animation: w5anim 10s infinite;
}



@keyframes w1anim {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  30% {
    opacity:0;
  }
}


@keyframes w2anim {
  20%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  50% {
    opacity:0;
  }
}

@keyframes w3anim {
  40%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  70% {
    opacity:0;
  }
}

@keyframes w4anim {
  60%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  90% {
    opacity:0;
  }
}

@keyframes w5anim {
  80%{
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity:0;
  }
}


.text-item{
	color: white;
    position: absolute;
    right: -110px;
    top: -130px;
	font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
}

.departure-board{
	position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}


.banner-right{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}


.banner-right .logo-image{
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
    animation: showHide 4s;
	animation-delay: 2s;
}

 @keyframes showHide {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }

.banner-right .blurb-image {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeInAnimation 1s 2s forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .home-video-banner__left{
    height: 5vh;
    display: flex;
      align-items: end;
    justify-content: center;
    padding-bottom: 50px;
  } 
  .home-video-banner__right{
    height: 30vh;
  }
  
  .home-video-banner__title {
    font-size: 26px;
    line-height: 1.0461538462;
    max-width: 290px;
  }
  
  .word-item{
    top: -50px;
      font-size: 38px;
  }
  
  .home-video-banner__title img{
    top: -100px;
  }
  
  .text-item{
    right: 5px;
    text-align: right;
  }
  
  .departure-board{
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: scale(0.4) translateX(-125%);
  }
    }
     
    /* Media Query for low resolution  Tablets, Ipads */
    @media (min-width: 481px) and (max-width: 767px) {
    .home-video-banner__left{
    height: 25vh;
    display: flex;
      align-items: end;
    justify-content: center;
    padding-bottom: 50px;
  } 
  .home-video-banner__right{
    height: 30vh;
  }
  
  .home-video-banner__title {
    font-size: 26px;
    line-height: 1.0461538462;
    max-width: 290px;
  }
  
  .word-item{
    top: -50px;
      font-size: 38px;
  }
  
  .home-video-banner__title img{
    top: -100px;
  }
  
  .text-item{
    right: 5px;
    text-align: right;
  }
  
  .departure-board{
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: scale(0.5) translateX(-100%);
  }
    }
     
    /* Media Query for Tablets Ipads portrait mode */
    @media (min-width: 768px) and (max-width: 1023px){
     .home-video-banner__left{
    height: 30vh;
    display: flex;
      align-items: end;
    justify-content: center;
    padding-bottom: 50px;
  } 
  .home-video-banner__right{
    height: 30vh;
  }
  
  .home-video-banner__title {
    font-size: 26px;
    line-height: 1.0461538462;
    max-width: 290px;
  }
  
  .word-item{
    top: -50px;
      font-size: 38px;
  }
  
  .home-video-banner__title img{
    top: -100px;
  }
  
  .text-item{
    right: 5px;
    text-align: right;
  }
  
  .departure-board{
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: scale(0.8) translateX(-60%);
  }
    }
     
    /* Media Query for Laptops and Desktops */
    @media (min-width: 1025px) and (max-width: 1280px){
        .departure-board{
    display: flex;
    align-items: end;
    justify-content: center;
  }
  
  .banner-right .blurb-image{
    height: 70%;
  }
  
    }
     
    /* Media Query for Large screens */
    @media (min-width: 1281px) {
        
    }

/* Media Query for Mobile Devices */





@media screen and (min-width: 576px) {
    .home-video-banner__container {
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .home-video-banner__container {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .home-video-banner__container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .home-video-banner__container {
        max-width: 1100px;
        margin-top: -60px;
    }
}
@media screen and (min-width: 1420px) {
    .home-video-banner__container {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1600px) {
    .home-video-banner__container {
        max-width: 1360px;
    }
}
@media screen and (min-width: 992px) {
    .home-video-banner__wrap {
        display: flex;
    }
}


@media screen and (max-width: 991.98px) {
    .home-video-banner__description {
        font-size: 1.125rem;
        line-height: 1.2222222222;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .home-video-banner__description {
        font-size: 1rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 575.98px) {
    .home-video-banner__description {
        font-size: 1rem;
        line-height: 1.5;
        max-width: 306px;
    }
}


@media screen and (min-width: 992px) {
    .home-video-banner__video {
/*         margin-left: -190px; */
    }
}
@media screen and (min-width: 1400px) {
    .home-video-banner__video {
        cursor: none;
    }
}
@media screen and (min-width: 1600px) {
    .home-video-banner__video {
        margin-right: -55px;
    }
}
@media screen and (max-width: 991.98px) {
    .home-video-banner__video {
        min-height: 340px;
    }
}
@media screen and (max-width: 767.98px) {
    .home-video-banner__video {
        min-height: 280px;
    }
}
@media screen and (max-width: 424.98px) {
    .home-video-banner__video {
        min-height: 210px;
    }
}


@media screen and (max-width: 767.98px) {
    .home-video-banner__video:before {
        display: none;
    }
}



@media screen and (max-width: 767.98px) {
    .home-video-banner__video:after {
        display: none;
    }
}
@media screen and (max-width: 1399.98px) {
    .home-video-banner .home-banner__scroll {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .home-video-banner .home-banner__scrollIcon img,
    .home-video-banner .home-banner__scrollIcon svg {
        animation: scrollDownAnim 1.3s linear infinite forwards;
    }
}

@media screen and (min-width: 1400px) {
    .home-video-banner.videoTiltIn .home-video-banner__left {
        animation: bannerShiftAnimIn 0.6s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltIn .home-video-banner__video {
        animation: videoTiltAnimStackIn 0.6s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltIn .home-video-banner__video:before {
        animation: videoTiltAnimIn 0.6s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltIn .home-video-banner__video video {
        animation: videoTiltAnimIn 0.6s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltOut .home-video-banner__left {
        animation: bannerShiftAnimOut 0.7s cubic-bezier(0.45, 0.64, 0.45, 0.82) forwards;
    }
    .home-video-banner.videoTiltOut .home-video-banner__video {
        animation: videoTiltAnimStackOut 0.7s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltOut .home-video-banner__video:before {
        animation: videoTiltAnimOut 0.7s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
    .home-video-banner.videoTiltOut .home-video-banner__video video {
        animation: videoTiltAnimOut 0.7s cubic-bezier(0.45, 0.64, 0.31, 0.82) forwards;
    }
}
#video-toggle-cursor {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background-color: rgba(41, 38, 27, 0.3);
    -webkit-backdrop-filter: blur(16px) brightness(1);
    backdrop-filter: blur(16px) brightness(1);
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1051;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3333333333;
    pointer-events: none;
    transform: scale(0.5);
    opacity: 0;
}
@media screen and (max-width: 1399.98px) {
    #video-toggle-cursor {
        display: none;
    }
}
#videoBannerModal {
    scrollbar-width: none !important;
    padding-right: 0 !important;
}
#videoBannerModal::-webkit-scrollbar {
    display: none !important;
}
body.modal-open {
    padding-right: 0 !important;
    scrollbar-width: none;
}
body.modal-open::-webkit-scrollbar {
    display: none !important;
}
.video-status-button {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: rgba(41, 38, 27, 0.3);
    -webkit-backdrop-filter: blur(16px) brightness(1);
    backdrop-filter: blur(16px) brightness(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1051;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    pointer-events: none;
}
@media screen and (min-width: 1400px) {
    .video-status-button {
        display: none;
    }
}
@keyframes scrollDownAnim {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translateY(15px);
    }
}
@keyframes videoTiltAnimIn {
    0% {
        transform: rotateY(0) translateX(0) scale(1);
    }
    50% {
        transform: rotateY(-45deg) translateX(10%) scale(1);
    }
    to {
        transform: rotateY(0) translateX(-12vw) scale(1.3);
    }
}
@keyframes bannerShiftAnimIn {
    0% {
        transform: translateX(0) scale(1);
    }
    33.3333% {
        transform: translateX(-60px) scale(0.9);
    }
    66.6666% {
        transform: translateX(-60px) scale(0.9);
    }
    to {
        transform: translateX(0) scale(0.9);
    }
}
@keyframes videoTiltAnimStackIn {
    0% {
        z-index: 1;
    }
    50% {
        z-index: 1;
    }
    to {
        z-index: 1048;
    }
}
@keyframes videoTiltAnimOut {
    0% {
        transform: rotateY(0) translateX(-35%) scale(1.3);
    }
    50% {
        transform: rotateY(-45deg) translateX(10%) scale(1);
    }
    to {
        transform: rotateY(0) translateX(0) scale(1);
    }
}
@keyframes bannerShiftAnimOut {
    0% {
        transform: translateX(0) scale(0.9);
    }
    33.3333% {
        transform: translateX(-60px) scale(0.9);
    }
    66.6666% {
        transform: translateX(-60px) scale(0.9);
    }
    to {
        transform: translateX(0) scale(1);
    }
}
@keyframes videoTiltAnimStackOut {
    0% {
        z-index: 1050;
    }
    50% {
        z-index: 1;
    }
    to {
        z-index: 1;
    }
}
@media screen and (min-width: 1400px) {
    .sub-reveal {
        transform: translateY(20px);
        opacity: 0;
    }
    .text-reveal.splitting .char {
        overflow: hidden;
        color: transparent;
    }
    .text-reveal.splitting .char:before {
        color: var(--pb-theme-text);
        visibility: visible;
        transform: scaleY(2.5) translateY(1.5em);
        transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-delay: 0;
        will-change: transform;
    }
    .inView .text-reveal .char:before {
        transform: initial !important;
        transition-delay: calc(3ms * var(--char-index) + 500ms) !important;
        will-change: transform;
    }
    .inView .sub-reveal {
        transform: translateY(0);
        opacity: 1;
        transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), 1s opacity cubic-bezier(0.4, 0, 0.2, 1) !important;
        will-change: transform;
        transition-delay: 1.2s !important;
    }
    .video-fade {
        opacity: 0;
        transform: translateY(40px);
    }
}
@media screen and (max-width: 1399.98px) {
    .modal-content {
        background-color: transparent;
    }
    .modal-video video {
        width: 100%;
    }
}
@media screen and (max-width: 1399.98px) and (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}
@media screen and (max-width: 1399.98px) and (min-width: 992px) {
    .modal-dialog {
        max-width: 850px;
    }
}
@media screen and (max-width: 1399.98px) {
    .modal-backdrop.show {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1399.98px) {
    .btn-close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        right: 0;
        transform: translateY(-100%);
        background-color: transparent;
        border: none;
    }
    .btn-close:after,
    .btn-close:before {
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 12px;
        background-color: var(--pb-theme-text);
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
    }
    .btn-close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .btn-close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}


/*Vertical Flip*/
.verticalFlip{
	display: inline;
    text-indent: 8px;
    position: absolute;
    width: 150px;
    text-align: left;
    top: -150px;
    right: 65px;
    font-size: 17px;
    letter-spacing: 3px;
}
.verticalFlip span{
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #ab266b;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    position: absolute;
    width: 230px;
    padding: 10px;
    text-align: right;
    background: black;
}
.verticalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


.departure-board {
  display: inline-flex;
}

.letter {
  background-color: #000;
  border-right: 1px solid #1d1e1e;
  color: #000;
  display: flex;
  flex-direction: column;
	height: 35px;
	text-align: center;
	width: 25px;
}

.letter::before {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 21px;
    height: 16px;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
  z-index: 20;
}

.letter::after {
      background-color: #000;
    flex-grow: 0;
    font-size: 21px;
    height: 31px;
    line-height: 20px;
    margin-top: -33px;
    overflow: hidden;
    width: 100%;
  z-index: 10;
}

/* Blank letter */
.letter-blank::before {
  content: " ";
}

.letter-blank::after {
  content: " ";
}

/* dynamic function for character classes */
.letter-A::before {
  content: "A";
}

.letter-A::after {
  content: "A";
}

.letter-B::before {
  content: "B";
}

.letter-B::after {
  content: "B";
}

.letter-C::before {
  content: "C";
}

.letter-C::after {
  content: "C";
}

.letter-D::before {
  content: "D";
}

.letter-D::after {
  content: "D";
}

.letter-E::before {
  content: "E";
}

.letter-E::after {
  content: "E";
}

.letter-F::before {
  content: "F";
}

.letter-F::after {
  content: "F";
}

.letter-G::before {
  content: "G";
}

.letter-G::after {
  content: "G";
}

.letter-H::before {
  content: "H";
}

.letter-H::after {
  content: "H";
}

.letter-I::before {
  content: "I";
}

.letter-I::after {
  content: "I";
}

.letter-J::before {
  content: "J";
}

.letter-J::after {
  content: "J";
}

.letter-K::before {
  content: "K";
}

.letter-K::after {
  content: "K";
}

.letter-L::before {
  content: "L";
}

.letter-L::after {
  content: "L";
}

.letter-M::before {
  content: "M";
}

.letter-M::after {
  content: "M";
}

.letter-N::before {
  content: "N";
}

.letter-N::after {
  content: "N";
}

.letter-O::before {
  content: "O";
}

.letter-O::after {
  content: "O";
}

.letter-P::before {
  content: "P";
}

.letter-P::after {
  content: "P";
}

.letter-Q::before {
  content: "Q";
}

.letter-Q::after {
  content: "Q";
}

.letter-R::before {
  content: "R";
}

.letter-R::after {
  content: "R";
}

.letter-S::before {
  content: "S";
}

.letter-S::after {
  content: "S";
}

.letter-T::before {
  content: "T";
}

.letter-T::after {
  content: "T";
}

.letter-U::before {
  content: "U";
}

.letter-U::after {
  content: "U";
}

.letter-V::before {
  content: "V";
}

.letter-V::after {
  content: "V";
}

.letter-W::before {
  content: "W";
}

.letter-W::after {
  content: "W";
}

.letter-X::before {
  content: "X";
}

.letter-X::after {
  content: "X";
}

.letter-Y::before {
  content: "Y";
}

.letter-Y::after {
  content: "Y";
}

.letter-Z::before {
  content: "Z";
}

.letter-Z::after {
  content: "Z";
}

.letter-0::before {
  content: "0";
}

.letter-0::after {
  content: "0";
}

.letter-1::before {
  content: "1";
}

.letter-1::after {
  content: "1";
}

.letter-2::before {
  content: "2";
}

.letter-2::after {
  content: "2";
}

.letter-3::before {
  content: "3";
}

.letter-3::after {
  content: "3";
}

.letter-4::before {
  content: "4";
}

.letter-4::after {
  content: "4";
}

.letter-5::before {
  content: "5";
}

.letter-5::after {
  content: "5";
}

.letter-6::before {
  content: "6";
}

.letter-6::after {
  content: "6";
}

.letter-7::before {
  content: "7";
}

.letter-7::after {
  content: "7";
}

.letter-8::before {
  content: "8";
}

.letter-8::after {
  content: "8";
}

.letter-9::before {
  content: "9";
}

.letter-9::after {
  content: "9";
}

/* Letter animations */
.departure-board span:nth-child(1):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 0.25s;
}

.departure-board span:nth-child(1):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 0.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(2):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 0.5s;
}

.departure-board span:nth-child(2):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 0.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(3):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 0.75s;
}

.departure-board span:nth-child(3):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 0.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(4):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 1s;
}

.departure-board span:nth-child(4):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 1s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(5):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 1.25s;
}

.departure-board span:nth-child(5):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 1.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(6):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 1.5s;
}

.departure-board span:nth-child(6):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 1.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(7):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 1.75s;
}

.departure-board span:nth-child(7):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 1.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(8):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 2s;
}

.departure-board span:nth-child(8):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 2s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(9):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 2.25s;
}

.departure-board span:nth-child(9):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 2.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(10):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 2.5s;
}

.departure-board span:nth-child(10):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 2.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(11):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 2.75s;
}

.departure-board span:nth-child(11):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 2.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 2.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(12):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 3s;
}

.departure-board span:nth-child(12):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 3s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(13):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 3.25s;
}

.departure-board span:nth-child(13):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 3.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(14):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 3.5s;
}

.departure-board span:nth-child(14):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 3.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(15):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 3.75s;
}

.departure-board span:nth-child(15):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 3.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 3.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(16):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 4s;
}

.departure-board span:nth-child(16):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 4s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(17):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 4.25s;
}

.departure-board span:nth-child(17):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 4.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(18):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 4.5s;
}

.departure-board span:nth-child(18):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 4.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(19):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 4.75s;
}

.departure-board span:nth-child(19):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 4.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 4.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(20):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 5s;
}

.departure-board span:nth-child(20):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(21):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 5.25s;
}

.departure-board span:nth-child(21):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 5.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(22):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 5.5s;
}

.departure-board span:nth-child(22):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 5.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(23):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 5.75s;
}

.departure-board span:nth-child(23):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 5.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 5.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(24):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 6s;
}

.departure-board span:nth-child(24):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 6s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(25):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 6.25s;
}

.departure-board span:nth-child(25):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 6.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(26):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 6.5s;
}

.departure-board span:nth-child(26):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 6.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(27):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 6.75s;
}

.departure-board span:nth-child(27):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 6.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 6.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(28):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 7s;
}

.departure-board span:nth-child(28):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 7s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(29):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 7.25s;
}

.departure-board span:nth-child(29):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 7.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(30):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 7.5s;
}

.departure-board span:nth-child(30):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 7.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(31):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 7.75s;
}

.departure-board span:nth-child(31):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 7.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 7.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(32):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 8s;
}

.departure-board span:nth-child(32):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 8s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(33):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 8.25s;
}

.departure-board span:nth-child(33):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 8.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(34):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 8.5s;
}

.departure-board span:nth-child(34):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 8.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(35):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 8.75s;
}

.departure-board span:nth-child(35):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 8.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 8.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(36):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 9s;
}

.departure-board span:nth-child(36):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 9s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(37):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 9.25s;
}

.departure-board span:nth-child(37):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 9.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(38):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 9.5s;
}

.departure-board span:nth-child(38):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 9.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(39):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 9.75s;
}

.departure-board span:nth-child(39):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 9.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 9.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(40):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 10s;
}

.departure-board span:nth-child(40):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 10s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(41):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 10.25s;
}

.departure-board span:nth-child(41):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 10.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(42):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 10.5s;
}

.departure-board span:nth-child(42):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 10.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(43):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 10.75s;
}

.departure-board span:nth-child(43):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 10.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 10.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(44):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 11s;
}

.departure-board span:nth-child(44):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 11s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(45):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 11.25s;
}

.departure-board span:nth-child(45):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 11.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(46):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 11.5s;
}

.departure-board span:nth-child(46):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 11.5s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(47):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 11.75s;
}

.departure-board span:nth-child(47):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 11.75s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 11.75s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(48):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 12s;
}

.departure-board span:nth-child(48):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 12s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(49):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 12.25s;
}

.departure-board span:nth-child(49):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12.25s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 12.25s;
  transform-style: preserve-3d;
}

.departure-board span:nth-child(50):before {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 12.5s;
}

.departure-board span:nth-child(50):after {
  animation: flip 1s 1 ease-in-out;
  animation-delay: 12.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
  transition-delay: 12.5s;
  transform-style: preserve-3d;
}

@keyframes flip {
  0% {
    color: #000;
    transform: rotateX(0deg);
  }
  20% {
    content: "D";
    transform: rotateX(360deg);
  }
  40% {
    color: #fff;
    content: "F";
    transform: rotateX(0deg);
  }
  60% {
    color: #fff;
    content: "S";
    transform: rotateX(360deg);
  }
  80% {
    color: #fff;
    content: "G";
    transform: rotateX(0deg);
  }
  100% {
    color: #fff;
    transform: rotateX(360deg);
  }
}
.flip-holder{
	display: flex;
	align-items:center;
	justify-content:center;
}

.flip-word{
 	position: relative;
    perspective: 20000px;
    transform-style: preserve-3d;
    animation: rotateKey 4s ease-in infinite;
 }
  .flip-word .word-items{
    position: absolute;
    color: black;
    height: 40px;
    width: 200px;
    padding: 10px 30px;
    margin: -30px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
	  background: white;
    
  }
  
  .flip-word .word-items:nth-child(1){
  	transform: rotateX(360deg) translateZ(30px);
  }
  .flip-word .word-items:nth-child(2){
  	transform: rotateX(270deg) translateZ(30px);
  }
  .flip-word .word-items:nth-child(3){
  	transform: rotateX(180deg) translateZ(30px);
  }
  .flip-word .word-items:nth-child(4){
  	transform: rotateX(90deg) translateZ(30px);
  }
  
  @keyframes rotateKey {
    0% {
      transform: rotateX(0deg);
    }
    25% {
      transform: rotateX(90deg);
    }
    50% {
      transform: rotateX(180deg);
    }
    75% {
      transform: rotateX(270deg);
    }
    100% {
      transform: rotateX(360deg);
    }
  }


.bottomanimation-container{
  display: flex-end; 
  align-items: end; 
  justify-content: center;
}
.AirportBOttomAnimation {
  bottom: 100px;
  /* left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
img.AirportAnimationSectionimg {
    width: 100%;
    max-width: 7%;  
    float: right;
    margin-right: 130px;
    /* margin-top: 15px; */
    margin-bottom: 10px;
}
.home-video-banner__title {
  text-align: right!important;
  right:18%;
}
.leftanimation{
  position:relative;
}
.Airportimgtop{
  display: block;
    min-height: 78px;
    padding-right: 0;
}
#AirportAnimationSection {

/*   bottom: 160%; */
width:100%;
/*   display: inline-block;
  display: flex;
  justify-content: end;
  align-items: end; */
}
.holder {
  width: 100%; 
  display: flex;
}
.AccelerateYour {
  letter-spacing: 1.6px;
  color: var(--pb-theme-text);
  font-size: 38px !important;
  font-weight: 500;
  line-height: 62px;
  text-transform: uppercase;
  display: flex;
  min-width: 664px;
  position: relative;
  right: 115px;
  word-break: break-all;
}
/* .home-video-banner__left{
  top: 50px !important;;
} */

/*# sourceMappingURL=home-video-banner.css.map */
