.d-play-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu {
    display: none;
    align-items: center;
}
.interestedList{
    width: 4.31rem;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ffffff;
    height: 1.75rem;
    background:#72A8FF;
    border-radius: 0.88rem;
}
#selectedCount{
    color:#ffffff;
}
.interestedList.active {
    background: #72A8FF !important;
}
.menu-button {
    padding: 0.9375rem;
    cursor: pointer;
    transition: 0.3s;
}
.headers .attractions-tabs{

background: rgb(255, 255, 255, 0.6);
box-shadow: 0 2px 8px 0 rgba(58, 133, 244, 0.3);
  box-shadow: 0 0 8px rgba(128, 128, 128, 0.4) !important;
    backdrop-filter: blur(10px);
    z-index: 4;
    right:0;
    left:0;
    top:6.44rem;

      transition: all 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;\
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.header .maxs .right li.item:nth-child(1).attractions-tabs.active{

    display:block;
     box-shadow: 0 8px 24px rgba(110, 110, 110, 0.18) !important;
  transform: translateY(0) !important;
}
header:before {
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    background-color: #fff;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 0;
    left: 0;
}
.header .maxs .left{
    margin-left:4.5rem;
}
.headers {
    width: 100%;
    z-index: 99;
  
    height: 6.44rem;
    transition: top .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1),
        box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    position: fixed;
    top: 0;
    left: 0;
       background: rgb(255, 255, 255, 0.6);
          backdrop-filter: blur(10px);

    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease-out;

            border-bottom: 0.06rem solid  rgba(210, 210, 210, 0.8);

   
}
.home .headers{
        border-bottom: 0.06rem solid rgb(255, 255, 255, 0.3);


}


header.on {
    height: 3.125vw;
    top: 0;
}

header.on:before {
    opacity: 1;
}

.bar {
    position: relative;
    display: block;
    width: 1.875rem;
    height: 0.1875rem;
    margin: 0.3125rem auto;
    background-color: #088EE7;
    border-radius: 0.625rem;
    transition: 0.3s;
}

.cross .bar:nth-of-type(1) {
    transform: translateY(0.9375rem) rotate(-45deg);
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0rem;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0rem;
}

.cross .bar:nth-of-type(3) {
    transform: translateY(-0.125rem) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.max {
    margin: auto;
}

.header .maxs,
.login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    animation: headerDrop 0.5s ease forwards;
}

@keyframes headerDrop {
    to {
        transform: translateY(0);
    }
}


.header .maxs {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .maxs .left {
    height: 6.25rem;
}

.header .maxs .left a {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header.bg-white {
    margin-top: 0rem !important;
}

.header .maxs .left img {
    width: 5.5rem;
    object-fit: contain;
}

.header .maxs .right {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.header .maxs .right>ul {
    width: 68.4375rem;
}
.language{
    font-family: Arial;
font-weight: bold;
font-size: 1.13rem;
color: #FFFFFF;
margin-left: 0.75rem;
}

.header .maxs .top {
    text-align: end;
    height: 6.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.2%;
    border-left: 0.06rem solid #D2D2D2;
}
.home .header .maxs .top{
     border-left:none;
}

.header .maxs .top .d-play-between {
    justify-content: end;
}

.header .maxs .right .search {
    width: 3.05rem;
    height: 3.05rem;
    background: #024492;
    border-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.38rem;
}

.header .maxs .right .search img {
    width: 1.5rem;
    height: 1.5rem;
}

.header .maxs .right .language {
    width: 3.05rem;
    height: 3.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDED;
    border-radius: 0.63rem;
    margin-right: 0.44rem;
}

.header .maxs .right .language span {
    width: 1.56rem;
    height: 1.56rem;
}

.header .maxs .right .language span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .maxs .right .ISO {
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 0.88rem;
    text-align: center;
    color: #333333;
    line-height: 3.06rem;
    width: 10.69rem;
    height: 3.06rem;
    background: #EDEDED;
    border-radius: 0.63rem;
}
.header .maxs .right li.active a{
     color: #024492 !important;
}
.header .maxs .right li.item {

    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    border-radius: .625vw .625vw 0 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 3;
}
.header .maxs .right li.item:not(:nth-child(1)) op{

    display:none;
}
.header .maxs .right ul>li>a {
    font-family: 'Arial-BoldMT';
    font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    display:block;

    white-space: nowrap;
    position: relative;
}

.home .header .maxs .right ul>li>a {
    color: #FFFFFF;
}
.header .maxs .right .active::after {
    position: absolute;
    width: 2.75rem;
    height: 0.38rem;
    /* background: #94D1EE; */
    content: '';
    transition: all 0.6s;
    bottom: -1.46rem;
    left: 50%;
    transform: translateX(-50%);
}

.header .maxs>ul>li,
.header .maxs>ul>li>a,
.header .maxs {
    position: relative;
    height: 100%;
    transition: all .6s;
}

.header .maxs>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.25rem;
    color: #333;
    position: relative;
}

.header .maxs>ul>li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -27%;
    border-bottom: .25rem solid #D40000;
    width: 0;
    transition: all .6s;
    transform: translate(-50%, 0%);
}

.header .maxs>ul>li:hover>a,
.header .maxs>ul>li.active>a {
    color: #00d423;
}

.header .maxs>ul>li:hover>a::after,
.header .maxs>ul>li.active>a::after {
    width: 50%;
}
.expertlse .headers{
        background: rgb(255, 255, 255, 0.6);
          backdrop-filter: blur(10px);


}
.attractionsactive .header .maxs>ul>li:first-child .op {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  opacity: 1 !important;
}
.header .op {
    z-index: 2;
    min-width: max-content;
    max-height: 0;
    height: 20rem;
      border-radius: 0 !important; 

    margin: 0;
    padding: 0;
    border-top: none;

    transition: max-height 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position:fixed;
    top: 6.48rem;
    left: 0;
    right:0;
    overflow: hidden;

}


.header .maxs .right li.item:hover .op-title {
   
    color: #024492 !important;
    z-index: 10 !important;
}

.header .op .op-title::before {
    content: '';
    position: absolute;
    left: 0.8rem;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #024492;
    transition: width 0.3s ease;
}

.header .maxs .right li:hover .op .op-title::after {
    width: 60px;
}

.header .op ul {
    list-style: none !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0.8rem 1rem !important;
}

.header .op li {
    line-height: 2.2rem !important;
    text-align: left !important;
    padding: 0.3rem 0 !important;
    margin: 0 !important;
}

.header .op a {
    font-size: 1.1rem !important;
    color: #333 !important;
    line-height: 2rem !important;
    padding: 0.2rem 0 !important;
    width: 100% !important;
    display: block !important;
    text-decoration: none !important;
}

.header .op a:hover {
    color: #024492 !important;
}

.header .op ul:after,
.header .op a::after {
    display: none !important;
}

.search-box {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 7%;
    width: 20%;
    top: 7.63rem;
    height: 20%;
}

.search-box .max {
    position: relative;
    height: 100%;
    display: flex;
    padding-top: 15%;
    justify-content: center;
}

.search-box .max>p {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 2.9375rem;
    height: 2.9375rem;
    cursor: pointer;
}

.search-box .max>p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-box .search {
    width: 100%;
    height: 3.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3333;
    background-color: #fff;
    padding: 0 0.4rem 0 0.5rem;
    border-radius: 1rem;
}

.search-box .search input::placeholder {
    font-size: 1.125rem;
}

.search-box .search input {
    width: 85%;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 1.25rem;
    padding-right: 1rem;
    border-radius: 1rem;
}

.search-box .search button {
    width: 23%;
    background-color: #024492;
    border: 0;
    height: 75%;
    border-radius: 1.3rem;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}