@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-MediumExt.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-MediumExt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    display: block;
}

body {
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 1rem;
    font-family: 'HelveticaNeue';
    color:  #666;
}
.pageOuter{
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}
.firstSlide{
    background: url(../images/dumy-bg.jpg) no-repeat center top / cover;
}
.siteLogo {
    width: 15vw;
    position: absolute;
    top: 0;
    left: 2rem;
    z-index: 9;
}
.slideOneText {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    margin-left: 2rem;
    color: #fff;
    padding-right: 1rem;
}
.slideOneText h1 {
    font-size: 5vw;
    margin-bottom: 2vw;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Helvetica Neue';
}
.slideOneText p {
    line-height: 3.5vw;
    font-size: 2.5vw;
}
.touchBegin a {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-weight: 500;
    font-style: italic;
}
.smallCircle {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    display: block;
    border-radius: 100%;
}
.pageBanner {
    background: url(../images/dumy-bg.jpg) no-repeat center top / cover;
    position: relative;
    min-height: 68vw;
}
.secondSlide .slideOneText {
    top: 56%;
    transform: translateY(-56%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}
.bannerButton a {
    display: block;
    background: #d41d28;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    border-radius: 100%;
}
.optionTilesInner {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
}
.opTiles img {
    width: 6vw;
    margin: 0 auto;
}
.optionTiles {
    margin-top: -14vw;
    position: relative;
    z-index: 9;
}
.opTiles {
    box-shadow: 0 0 9px #dbdbdb;
    border-radius: 1rem;
    padding: 8% 10px;
    background-color: #fff;
    width: 19%;
}
.tilesText {
    letter-spacing: .37vw;
    font-size: 2.2vw;
    color: #444444;
    font-weight: 700;
    line-height: 3vw;
}
.tilesIcon {
    margin-bottom: 2vw;
}
.countrySliderInner {
    overflow: hidden;
    padding-left: 2rem;
    padding-top: 4rem;
    outline: none;
}
.countrySlide {
    width: 31%;
    padding-right: 1rem;
}
.countrySlideText {
    position: absolute;
    bottom: 37px;
    color: #fff;
    padding-left: 1rem;
}
.cityName {
    display: block;
    font-weight: 500;
    font-size: 2.9vw;
    font-family: 'Helvetica Neue';
    letter-spacing: 1px;
    margin-bottom: 1vw;
}
.countryName {
    font-size: 2.4vw;
}
.flickity-button {
    display: none;
}
.skyDivInner {
    display: flex;
    justify-content: space-between;
    padding: 3rem 2rem;
    color: #666666;
    align-items: center;
}
.skyDivButton a {
    background: #d41d28;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 0.7rem;
    font-size: 1.2rem;
}
.skyDivText h2 {
    font-style: italic;
    text-transform: uppercase;
    font-size: 2.4vw;
    letter-spacing: 0.3vw;
    margin-bottom: 1vw;
    font-family: 'Helvetica Neue';
}
.skyDivText span {
    font-size: 2.2vw;
}
.appFooterInner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    padding: 2.5rem 2rem 1.5rem;
    align-items: center;
}
.emiratesLogo {
    width: 100%;
}
.emiratesLogo img {
    display: block;
    width: 63%;
    float: right;
}
.langDiv {
    background-color: #efefef;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.6rem 0.8rem;
    border-radius: 30px;
    width: 170px;
    height: 63px;
}
.selectLang {
    padding: 8px 29px;
    background: #fff;
    border-radius: 19px;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
}
.nonSelect {
    font-size: 18px;
    display: block;
    padding: 0 12px;
}
.barCPop {
    position: fixed;
    background: rgba(0,0,0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.popInner {
    padding: 13%;
    background: #fff;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    position: relative;
}
.barCimg {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: 33vw;
    margin: 2vw auto 0;
}
.barCPopInner {
    text-align: right;
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.closePop, .closeOuterPop {
    color: #fff;
    font-size: 7vw;
}
.barCodeHeading {
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    font-style: italic;
    font-size: 4vw;
    padding: 5vw 0;
}
.popInner p {
    font-size: 4vw;
    line-height: 6vw;
}
#blackImgbg{
    color: #fff;
}
#blackImgbg .popInner{
    background: url(../images/pop-bg.png) no-repeat center top / cover;
}
#blackImgbg .popInner:after{
    content: '';
    background: rgba(0,0,0, .7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.barCodeHeading, .popInner p {
    position: relative;
    z-index: 9;
}
.underBannerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2rem 0;
    gap: 1rem;
    width: 100%;
}
.underBannerText p {
    line-height: 3.5vw;
    font-size: 2.3vw;
}
.exploreSlideOuter{
    background: #f7f7f7;
}
.underBannerBarCodeInner {
    display: flex;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    align-items: center;
    gap: 1rem;
}
.underBannerBarCodeInner img {
    width: 12vw;
}
.underBannerBarCodeInner span {
    font-size: 2.5vw;
}
.exploreSlide {
    display: flex;
    background: #fff;
    padding: 1rem;
    margin-right: 1rem;
    border-radius: 16px;
    align-items: center;
    gap: 1rem;
    width: 64vw;
    color: #666;
}
.exploreSliderInner {
    padding: 3rem 0 3rem 2rem;
    overflow: hidden;
    outline: none;
}
.exploreImg {
    width: 10vw;
}
.exploreCompany {
    font-weight: 500;
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    letter-spacing: 1vw;
    font-size: 1.3vw;
}
.exploreHeading {
    font-size: 2.4vw;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    margin-top: 1vw;
}
.exploreFooter{
    background: #fff;
}
.exploreNavInner {
    display: flex;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 6rem 2rem;
}
.exploreBoxImg img {
    width: 10vw;
    margin: 0 auto 2vw;
}
.exploreBoxHeading {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.exploreNavInner {
    display: flex;
    justify-content: center;
    gap: 11vw;
    text-align: center;
    padding: 4rem 2rem 2rem;
}
.exploreFooter {
    border-radius: 9vw 9vw 0 0;
}
.secondSlide.exploreSlideOuter .slideOneText {
    top: auto;
    transform: none;
}
.backWhiteButton a {
    display: block;
    background: #fff;
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
    text-align: center;
    line-height: 10vw;
    color: #d41d28;
    font-size: 5vw;
    box-shadow: 0 0 21px #dddddd;
}
.continentLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.continentBarCodeInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 2rem;
}
.continentLeftImg {
    width: 10vw;
}
.continentBarCodeInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #fff;
    border-radius: 16px;
}
.continentBarCode {
    padding: 4rem 2rem;
}
.continentRight {
    width: 10vw;
    margin-right: 3vw;
}
.continentLeftText h2 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
}
.continentLeftText p {
    line-height: 2.6vw;
    font-size: 1.6vw;
}
.continentPage .underBannerBarCodeInner span {
    font-size: 2.2vw;
}
.popOuter {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.popOuterInner .barCPop{
    display: block !Important;
}
.helpPop {
    display: none;
    background: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-top: 23vw;
    overflow-y: auto;
    text-align: right;
}
.helpPopInner {
    position: relative;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 4rem 2rem 6rem;
    text-align: center;
    min-height: 100%;
}
.helpBoxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    padding: 3rem 0;
}
.helpBox {
    background: #f6f6f6;
    border-radius: 17px;
    padding: 13vw 0;
}
.helpIcon {
    width: 8vw;
    margin: 0 auto 4vw;
}
.helpBoxHeading {
    font-size: 2.2vw;
    line-height: 3.6vw;
}
.helpHeading {
    font-size: 4vw;
}
.helpBarCodeBox {
    padding: 1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 17px #e9e9e9;
    width: 32vw;
    margin: 0 auto;
    gap: 2vw;
    text-align: left;
    border-radius: 16px;
}
.helpCodeImg {
    width: 11vw;
}
.closeHelp {
    display: inline-block;
    color: #fff;
    font-size: 7vw;
    padding-right: 2rem;
    padding-bottom: 2rem;
}
.helpInnerPop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 5vw 4vw;
}
.innerPopHeading {
    font-size: 4vw;
    margin: 3vw 0 5vw;
}
.helpInnerPopText p {
    font-size: 2.5vw;
    text-align: left;
    line-height: 1.5;
}
.helpInnerPopCode {
    padding: 5vw;
    background: #fff;
    box-shadow: 0 0 32px #dfdfdf;
    border-radius: 18px;
    width: 31vw;
    margin: 8vw auto;
}
.helpBacktoHome {
    font-size: 2.4vw;
    display: inline-block;
    background: #efefef;
    color: #444;
    padding: 3vw 7vw;
    border-radius: 13px;
}
.helpInnerPopText {
    padding: 0px 17vw;
}
.exploreSlideOuter .pageBanner {
    min-height: auto;
    padding: 34vw 0 14vw;
}
