.navHeader{
    position: fixed;
    top: 0;
    /* 
    transform: translateY(0);
    left: 0; */
    width: 100%;
    height: 90px;
    z-index: 101;
    box-shadow: 0px 4px 16px 0px #10204A73;
    /* box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.20); */
    /* 
    transition: all .5s ease-in-out; */
    background-color: transparent;
}
.navWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px 60px;
    gap: 1vw;
}
.navWrapper .headLeft{
   display: flex;
   align-items: center;
   color: #FFFFFF;
   font-size: 14px;
   
}
.headLogo{
    width: 204px;
   height: 66px;
}

.headLogoImg{
  height: 66px;
}
.headLeft .headText{
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
}
.headText .headText1{
    font-size: 14px;
    
    white-space: nowrap;
}
.headText .headText2{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.headLeft .headText::before
{
    left: 0px;
    content: "";
    width: 1px;
    top: 10px;
    height: 25px;
    position: absolute;
    z-index: 1;
    background: rgba(163, 163, 163, 1);
}
.headLeft .headText:after {
    content: "";
    top: 50%;
    left: 0;
    z-index: 2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    margin-left: -2px;
    background: #5c6881;
}
.mobileFlexCupp{display: none;}
.menuWrapper{
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.menuWrapper>div{
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
}
.menuWrapper>div:last-child{margin-right: 0;}
.menuWrapper>div>a{font-size: 16px;color: #F6F6F6;}
.dropdownMenu{
    visibility: hidden;
    padding: 60px 0 65px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 45px 45px 0 rgba(0,0,0,.05);
    width: 100%;
    /* border-top: 1px solid #e7e7e7 !important; */
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    transition: height 240ms linear;
    z-index: 1000;
}
.menuWrapper>div:hover .dropdownMenu{visibility: visible;height: auto;}
.dropdownMenu{
    visibility: hidden;
    padding: 60px 0 65px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 45px 45px 0 rgba(0,0,0,.05);
    width: 100%;
    /* border-top: 1px solid #e7e7e7 !important; */
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    transition: height 240ms linear;
    z-index: 1000;
}
.menuWrapper>div:hover .dropdownMenu{visibility: visible;height: auto;}
.dmContainer{
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dmWrapper{
    display: flex;
    flex-direction: row;

}
.dmList{
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.dmList>a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.dmSubList{
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.dmSubList>a{
    font-weight: 500;
    color: #b8bcc8;
}
.dmAdv{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.advBox{
    width: 267px;
    height: 354px;
    border-radius: 20px;
    background: #eae4e4;

}
/* .logo_mobile{display: none;} */
.logo{
    display: inline-block;
}
.logoImg{
    max-height: 75px;
    width: auto;
}
.logoImgBlack{
    display: none;
}
/* .logoImgOrange,.navHeader:hover .logoImg{display: none;}
.navHeader:hover .logoImgOrange{display: inline;max-height: 75px;
    width: auto;} */
.linkWrapper a img{
    min-width: 45px;
}
.navButtIcons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* .searchIcon_black,.navHeader:hover .searchIcon{display: none;}
.navHeader:hover .searchIcon_black{display: inline;} */
.loginRegister{
    font-size: 16px;
    color: #f6f6f6;
    margin: 0 16px;
}
.loginRegister a{
    color: #f6f6f6;
}
.navLogin a{
    font-size: 16px;
    color: #F6F6F6;
    margin-right: 20px;
}
.buyTicket{
    width: 115px;
    height: 30px;
    padding: 16px;
    background: #38424C;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.buyTicket:hover{
    background: #A1AEB7;
    color: #38424C;
}
.btArrRight{
    width: 18px;
    height: 18px;
    padding: 5px;
    border-radius: 30px;
    background: #FBBC04;
    position: relative;
}
.btArrRight:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
}
/* .navHeader:hover .buyTicket{background: #616F7C;} */
.timeBlock{
    color: #fff;
    font-weight: bold;
    margin-right: 40px;
    display: none;
    text-align: center;
}
/* .navHeader:hover .loginRegister,.navHeader:hover .loginRegister a,.navHeader:hover .timeBlock{color: #616F7C;} */
.timeBlock>p:first-child{
    font-size: 28px;
    text-align: center;
}
.timeBlock>p:last-child{
    font-size: 12px;
}
.hamburgerButton,.fullScreenMenu{
    display: none;
}

.footerBox{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}
.footerWrapper{
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    /* height: 839px; */
    padding: 64px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
}
.footerNavBox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 41px;
}
.footerNavBox>div{
    display: flex;
    height: 65px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #38424C;
}
.footerNavBox>div>span{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}
.helpBgIcon{
    background-image: url(/images/Check.svg);
}
.footerNavBox>div>span.buyBgIcon{
    width: 44px;
    height: 44px;
    background-image: url(/images/Delivery.svg);
}
.venueBgIcon{
    background-image: url(/images/Return.svg);
}
.linkServBox{
    display: flex;
    flex-direction: row;
    max-width: 1199px;
    width: 100%;
    /* justify-content: space-between; */
    align-items: flex-start;
    gap: 41px;
}
.linkServBox a:hover{
    color: inherit;
}
.linkServBox>div{
    display: flex;
    max-width: 284px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    color: #38424C;
}
.linkServBox>div:nth-child(2){
    max-width: 450px;
}
.linkServBox>div>h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.lsItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.lsItem a,.lsItem p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #38424C;
}

.itemGroup{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-left: 40px;
    margin-top: 12px;
}
.linkServBox>div:last-child{
    gap: 24px;
}
.footerSelctBox{
    display: flex;
    flex-direction: row;
    height: 84px;
    padding: 0px 0.5px 0.5px 0.5px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.footerSelctBox>div>p{
    margin-bottom: 8px;
}
.payBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    max-width: 270px;
    width: 100%;
}
.payBox>img{
    width: 38px;
    height: 24px;
}
.subsAboutBox{
    max-width: 1199px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    color: #38424C;
}
.subsAboutBox>div{
    max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.subsAboutBox>div>h5,.subsAboutBox>div>p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.subsAboutBox>div>h5,.subsAboutBox>div>p.subsIntro{
    font-weight: 700;
}

.emailForm{
    position: relative;
}
.emailInput{
    width: 570px;
    height: 55px;
    border: none;
    border-bottom: 1px solid #38424C;
    padding: 14px 42px 14px 16px;
}
.submitInput{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 22px;
    height: 15px;
    background-image: url(/images/arrowRight.svg);
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}
.emailSuccess{display: none;}
.foreignAccountBox{
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 20px;
}
.foreignAccountBox>a{
    width: 20px;
    height: 20px;   
}
.foreignAccountBox>a>img{
    width: 100%;
}

.aboutIntro{width: 100%;}



#scroll_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* display: none; */
    opacity: 0;
    transition: opacity 300ms ease 0s;
}
#scroll_top:hover {
    background-color: rgba(0, 0, 0, .8);
}

.menu_icon{
    display: none;
    width: 22px;
    height: 22px;
}
.menu_icon img{
    width: 100%;
    height: 100%;
}
.menu_title{
    display: none;
    width: 90%;
}
.menu_title .menu_title_img{
    width: 100%;
}
.registrationCardMobile{
    background-color:rgba(255, 255, 255, 1) !important;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 2.7rem;
    z-index: 100;
    display: none;
    box-shadow: 0px 8px 32px 0px rgba(16, 32, 74, 0.14);
    border-radius: 0px 0px 8% 8%;
    /* height: 4rem; */
}
.registrationCardMobile_box{
    background-image: url(/images/background-card.png);
    background-size: 100% 100%;
    width: 100%;
    padding: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.registrationCardMobile_box .cardMobile-li:nth-child(odd){
   width: 44%;
}
.registrationCardMobile_box .cardMobile-li:nth-child(even){
    width: 52.8%;
 }
.cardMobile-li img{
   display: inline-block;
   width:100%;
   height: auto;
  
}
.headTitle_logo{
    display: inline-block;
}
.headTitle_logo_mobile{
  display: none;
  width: 37%;
}
.headTitle_time_mobile{
    display: none;
    width: 58%;
}
.head_title{
    display: none;
    width: 100%;
}
.head_title .head_title_img{
  height: 36px;
}