@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Roslindale 1';
    src: url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf');
    src: local('Roslindale-DeckNarrowBold-Testing.ttf'), local('Roslindale'),
         url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
      animation: fadeIn ease 3s;
      -webkit-animation: fadeIn ease 3s;
      -moz-animation: fadeIn ease 3s;
      -o-animation: fadeIn ease 3s;
      -ms-animation: fadeIn ease 3s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      opacity: 0;
      transition: opacity 3s;
  }
  html, body{
    overflow-x: hidden;
  }
  body{
    font-family: 'Inter', sans-serif;
    font-family: 'Space Mono', monospace;
    background: #1D1D1D;
  }
  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
   
  
  @media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
  }
  @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
  }
  @media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 970px;
    }
  }
  @media (min-width: 1080px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1030px;
    }
  }
  @media (min-width: 1100px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
  }
  @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
  }
  @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
  }
  @media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1700px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
  }
  @media only screen and (min-width: 1701px) and (max-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1549px;
    }
  }
  @media only screen and (min-width: 1801px) and (max-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
  }
  @media only screen and (min-width: 1921px) and (max-width: 2880px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1650px;
    } 
  }
  .bg-image {
    object-fit: cover;
  }
  .bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .bg-image:not([class*=absolute]) {
    position: absolute;
  }
  section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../asia-img/toggle-menu.svg);
  }
  .navbar-dark .navbar-toggler-icon.close-icon {
    background-image: url(../asia-img/Cross-white.svg);
  }
  /* ------------------------------header------------------------- */
  html {
    scroll-behavior: smooth;
  }
  .nav-link{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .btn-red-nav{
    width: 294px;
    height: 73px;
    max-width: 100%;
    background: #E21E23;
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 17px 0px;
    border-radius: 50px;
  }
  .navbar-collapse{
    /* clip-path: circle(0% at 84.75% 6.5%); */
    width: 787px;
    height: 665px;
    border-radius: 0px 0px 600px;
    /*background: #E8E6DA;*/
    background: url(../asia-img/Ellipse-bg.png) no-repeat;
    transition: 1s all;
    position: absolute;
    left: 0px;
    top: 113px;
    transition: clip-path .3s linear;
    clip-path: circle(0px at 44px 34px);
  }
  .navbar-collapse.show{
    /* clip-path: circle(150% at 84.75% 6.5%); */
    clip-path: circle(750px at 54px 44px);
    /* clip-path: ellipse(750px 413px at 276px 260px); */
  
  }
  .navbar-collapse .nav-link{
    color: #1D1D1D !important;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .navbar-collapse .nav-link.active{
    color: #1D1D1D !important;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .navbar-nav {
    padding-left: 6.2rem;
    padding-top: 2rem;
  }
  .menu-top-right{
    width: 499px;
    max-width: 100%;
    float: right;
  }
  .home-banner-asia{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-banner-asia h1{
    color: #FFF;
    font-family: Space Mono;
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .home-banner-asia marquee{
    position: absolute;
    bottom: 15px;
    left: 0px;
  }
  .blue-blur-img{
    background: url(../asia-img/Blue.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
  }
  .about-left-content{
    width: 716px;
    max-width: 100%;
  }
  .about-left-content h1{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .about-left-content h3{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 45px;
  }
  .about-left-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
  }
  .about-content-bottom h4{
    color: #FFF;
    text-align: center;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 90px;
  }
  .about-content-bottom{
    text-align: center;
    width: 1164px;
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .boat-img-about{
    width: 500px;
    max-width: 100%;
    float: right;
    transform: translate(9px, -44px);
  }
  .flying-cat {
    position: absolute;
    bottom: 2.5rem;
    left: 1rem;
    width: 530px;
    z-index:0;
  }
  .white-img-about{
    float: right;
    transform: translate(32px, -40px);
  }
  .about-content-bottom .btn-discover-btn{
    width: 483px;
    max-width: 100%;
    height: 123px;
    background: #fff;
    color: #4467A0;
    font-family: Inter;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 60px;
    border: 0px;
  }
  .blue-blur-img::after{
    content: "";
    background: url(../asia-img/Path-620.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0rem;
    bottom: 57rem;
    width: 770px;
    height: 1370px;
    z-index: -1;
  }
  .about-menu-tabs{
    position: absolute;
    top: 30px;
  }

  .accordion::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .accordion::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  .accordion::-webkit-scrollbar-thumb {
    background: gray; 
    opacity: 0.2;
  }
  
  /* Handle on hover */
  .accordion::-webkit-scrollbar-thumb:hover {
    background: #1E1E1E; 
  }
  .menu-box-about .container-fluid{
    width: 96%;
    max-width: 100%;
    margin-left: 0px;
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    z-index: 1;
  }
  .menu-box-about #pills-tab {
    justify-content: space-around;
    width: 690px;
    margin-left: 1.5rem;
    max-width: 100%;
  }
  .discover-menu-close {
    position: absolute;
    top: 44px;
    right: 37px;
  }
  .about-menu-tabs #pills-tab .nav-link{
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    padding: 10px 20px;
    border: 0px;
    width: fit-content;
    max-width: 100%;
  }
  .about-menu-tabs #pills-tab .nav-link.active{
    color:#DD222C;
    border: 0px;
    text-decoration: underline;
  }
  .about-dished-menu{
    /* background:url(../asia-img/blue-bg.png) no-repeat; */
    background:none;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-left: 0px;
    top: 40%;
    left: 0%;
    bottom: 0%;
    right: 0%;
  }
  .kitechen-1{
    /*background:url(../asia-img/kitechen-1.png) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    
  }
  .kitechen-1 img{
      height:100%;
      width:100%;
  }
  .kitechen-2{
    background:url(../asia-img/kitechen-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .kitechen-3{
    background:url(../asia-img/kitechen-3.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .accordion-item:first-of-type .accordion-button {
    border-radius: 0px !important;
  }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .menu-box-about .accordion-item:first-of-type {
    border-radius: 0px;
  }
  .menu-box-about .accordion-item:last-of-type {
    border-radius: 0px;
  }
  .accordion-item button{
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #EAE7DB;
  }
  .accordion-body-content .h-green{
    color: #088369;
    font-family: 'Space Mono';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .accordion-body-content .h-red{
    color: #DD222C;
    font-family: 'Space Mono';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .accordion-body-content p{
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 400px;
    max-width: 100%;
  }
  .item-accordian-body {
    padding-top: 30px;
    height: 890px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .accordion-body-content{
    height: 495px;
    overflow-y: scroll;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-button:not(.collapsed) {
    color: #1E1E1E;
    background-color: transparent;
    box-shadow: none;
  }
  .accordion {
    border-top-right-radius: 0px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    padding: 85px 72px;
    background-color: #EAE7DB;
    margin-top: 27px;
  }
  .accordion-item {
    border: 0px solid rgba(0,0,0,.125);
    background-color: #EAE7DB;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../asia-img/tab-nav.svg);
    transform: rotate(90deg);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(../asia-img/tab-nav.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
  }
  .accordion-body {
    padding: 0px 18px;
  }
  .accordion-item button {
    padding: 0px 0px;
  }
  .blue-bg-card{
    /* background:url(../asia-img/blue-bg.png) no-repeat; */
    background:none;
    background-size: cover;
    background-position: center center;
    padding: 3.5rem 0rem;
  }
  .blue-bg-card .card{
    width: 438px;
    max-width: 100%;
    margin: auto;
    background:transparent;
    border: 0px;
    border-radius: 0px;
    text-align: center;
  }
  .fa-play:before {
    content: " " !important; 
  }
  .fa-pause:before {
    content: " " !important;
  }
  .fa-pause{
    border: 2px solid #fff;
    border-radius: 40px;
  }
  .blue-bg-card .card img{
    margin: auto;
    max-width: 100%;
  }
  .blue-bg-card h2{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    margin-bottom: 60px;
  }
  .card .btn{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 0px;
    text-align: center;
  }
  .dishes-slider{
    background:url(../asia-img/dishes-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh !important;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dishes-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
    -webkit-transform: translate3d(0,0,0);
  }
  .dishes-left-content{
    width: 552px;
    max-width: 100%;
  }
  .dishes-left-content h2{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; /* 90px */
    margin-bottom: 65px;
  }
  .dishes-left-content h4{
    color: #DD222C;
    font-family: 'Space Mono';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 83px; /* 138.333% */
    margin-bottom: 65px;
  }
  .dishes-left-content  a{
    color: #FFF;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .our-chips{
    background: url(../asia-img/exclusive-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px 0px;
    height:100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .dishes-slider-img-1::after {
    content: "";
    background: url(../asia-img/LAH06010-1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0rem;
    top: 15.1rem;
    min-height: 731px;
    width: 1131px;
    max-width: 100%;
  }
  .dishes-slider-img-2::after{
    content: "";
    background:url(../asia-img/LAH06010-2.png) no-repeat;
    background-size: cover;
    background-position:center center;
    position: absolute;
    right: 0rem;
    top: 14.1rem;
    min-height: 731px;
    width: 1131px;
    max-width: 100%;
  }
  .dishes-slider-img-3::after{
    content: "";
    background:url(../asia-img/LAH06010-3.png) no-repeat;
    background-size: contain;
    background-position:center center;
    position: absolute;
    right: -3rem;
    top: -5.9rem;
    min-height: 1080px;
    width: 1447px;
    max-width: 100%;
  }
  .dishes-slider-img-4::after{
    content: "";
    background:url(../asia-img/LAH06010-4.png) no-repeat;
    background-size: contain;
    background-position:center center;
    position: absolute;
    right: 0rem;
    top: 1.3rem;
    min-height: 1080px;
    width: 1131px;
    max-width: 100%;
  }
  .dishes-slider-img-5::after{
    content: "";
    background:url(../asia-img/LAH06010-5.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: -2.5rem;
    top: -5.9rem;
    min-height: 1080px;
    width: 1447px;
    max-width: 100%;
  }
  .dishes-slider .owl-nav{
    width: 224px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 8rem;
    margin-top: 2rem;
    direction: rtl;
  }  
  .dishes-slider .owl-prev, .dishes-slider .owl-next {
    width: 98px;
    height: 96px;
    border: 4px solid #fff !important;
    border-radius: 50%;
  }
  .dishes-slider .owl-prev.disabled{
    display: none !important;
    opacity: 0;
  }
  .our-chips h2{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
  }
  .cheaf-card .card{
    border: 0px;
    background: transparent;
    text-align: center;
    position: relative;
  }
  .cheaf-card {
    width: 533px;
    max-width: 100%;
    margin: auto;
    margin-left: 4rem;
    position: relative;
  }
  .cheaf-card h4{
    color: #1D1D1D;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:10px;
  }
  .cheaf-card h6{
    color: #FFF;
    font-family: 'Inter';
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
  }
  .cheaf-card .second-img{
    position: absolute;
    bottom: 88px;
    right: -77px;
    z-index: 1;
    height: 228px;
    width: 228px;
  }
  .image-slider-five{
    padding: 0px 0px;
    background: url(../asia-img/exclusive-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 62px 0px;
    height:100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -3px;
    margin-top: -3px;
  }
  .image-slider-five::after{
    content: "";
    background:url(../asia-img/logo-on-slider.png) no-repeat;
    background-size: cover;
    background-position:center center;
    position: absolute;
    left: 43%;
    right: 43%;
    top: 37%;
    width: 217px;
    height: 326px;
    z-index: 1;
    margin: auto;
  }
  .image-slider-img-one{
    background: url(../asia-img/Image-1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-two{
    background: url(../asia-img/Image-2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-three{
    background: url(../asia-img/Image-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-four{
    background: url(../asia-img/Image-4.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-five{
    background: url(../asia-img/Image-5.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .exclusive-slider{
    background:url(../asia-img/exclusive-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .exclusive-slider h2{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 148px;
  }
  .item-exclusive-content .card{
    border-radius: 60px;
    border: 8px solid #FFF;
    background: transparent;
    width: 506px;
    height: 780px;
    margin: auto;
    overflow: hidden;
    background: #02836A;
  }
  .item-exclusive-content-2 h3{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
  } 
  .item-exclusive-content-2 p{
    color: #FFF;
    font-family: 'Inter';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
  }
  .item-exclusive-content-2 a{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .item-exclusive-content-2 .locate-div img {
    width: 28px !important;
    max-width: 100%;
    height: 29px;
    margin-left: 29px;
    margin-top: 5px;
  }
  .item-exclusive-content-2 .card{
    border-radius: 48.656px;
    border: 4.866px solid #FFF;
    overflow: hidden;
  } 
  .item-exclusive-content-2 .card img{
    border-radius: 48.656px;
    border: 1px solid #FFF;
  }
  .item-exclusive-content-2{
    border-radius: 100px;
    border: 4px solid #FFF;
    background: #02836A;
    height: 776px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 24px 0px 68px;
  }
  .gift-voucher-details {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0px 4px 0px;
    width: 650px;
    max-width: 100%;
  }
  .item-exclusive-content-3 h5{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
  }
  .item-exclusive-content-3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 776px;
  }
  .card-details-img {
    background: url(../asia-img/exclusive-img.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 224px 0px 25px 24px;
    height: 412px;
  }
  .card-details-img-1{
    background: url(../asia-img/exclusive-img-1.png) no-repeat !important;
    background-position: center center;
    background-size: cover !important;
  }
  .card-details-img-details .font-i{
    color: #FFF;
    font-family: 'Inter';
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
  }
  .card-details-img-details .font-m{
    color: #FFF;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .card-details-img-details .font-n{
    color: #FFF;
    font-family: 'Inter';
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .card-details-img-details h6{
    color: #FFF;
    font-family: 'Inter';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
  }
  .card-details-img-details a{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .card-details-img-details .locate-div img {
    width: 28px !important;
    max-width: 100%;
    height: 29px;
    margin-left: 29px;
    margin-top: 5px;
  }
  .locate-div{
    display: flex;
    justify-content: left;
    align-items: center;
  }  
  .card-details-img-details{
    padding: 30px 27px 24px;
  }

  .card-details-img-details h3{
    margin-bottom: 30px;
  }
  .card-details-img h5{
    color: #FFF;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .exclusive-slider-main .owl-nav.disabled {
    display: block !important;
  }
  .exclusive-slider-main .owl-prev,  .exclusive-slider-main .owl-next{
    width: 98px;
    height: 96px;
    border: 4px solid #fff !important;
    border-radius: 50%;
  }
  .exclusive-slider-main .owl-prev{
    position: absolute;
    top: 16rem;
    left: -20rem;
  }
  .exclusive-slider-main .owl-next{
    position: absolute;
    top: 16rem;
    right: -20rem;
  }
  .exclusive-space{
    width: 1092px;
    max-width: 100%;
    margin: auto;
  }
  .card-details-img h3{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
  }
  #pills-tab .nav-link{
    font-family: 'Space Mono';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    color: #1D1D1D;
    display: flex;
    width: 279px;
    padding: 20px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    border-radius: 44px;
    border: 4px solid transparent;
  }
  .exclusive-slider .nav {
    justify-content: space-around;
    padding-top: 22px;
  }
  #pills-tab .nav-link.active{
    border: 4px solid #1D1D1D;
    background: transparent;
    font-weight: 700;
  }
  .exclusive-slider .tab-content{
    margin-top: 2rem;
  }
  .nearme-outlet{
    background: #1D1D1D;
    height: 398px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  .nearme-outlet select{
    width: 1080.5px;
    max-width: 100%;
    height: 113px;
    color: #fff;
    background: url(../asia-img/select-icon.svg) transparent 95% 60% no-repeat;
    color: #FFF;
    border: 3px solid #fff;
    border-radius: 4.25rem;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    /* -webkit-background-clip: text; */
    padding: 0.375rem 2.25rem 0.375rem 2.75rem;
    /* -webkit-text-stroke: 2px transparent; */
    position: relative;
  }
  .nearme-outlet .btn{
    width: 342px;
    height: 113px;
    max-width: 100%;
    flex-shrink: 0;
    background: #DD222C;
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    border-radius: 21%;
    border-radius: 4.25rem;
  }
  .testmonials-section{
    padding: 0px;
    margin-bottom: -2px;
  }
  .testmonials-section .container{
    position: relative;
  }
  .testmonials-section .item-one .container::after{
    content: '';
    background: url(../asia-img/brid-flying.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    top: -4rem;
    right: -8rem;
    animation-name: floatingtopbottom;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .testmonials-section .item-one .container::before{
    content: '';
    background: url(../asia-img/drink-glass.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    bottom: -4rem;
    left: -8rem;
    animation-name: floatingleftright;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .testmonials-section .item-two .container::after{
    content: '';
    background: url(../asia-img/brid-flying.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    top: 1rem;
    right: -8rem;
    animation-name: floatingtopbottom;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .testmonials-section .item-two .container::before{
    content: '';
    background: url(../asia-img/drink-glass.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    bottom: 2rem;
    left: -8rem;
    animation-name: floatingleftright;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .testmonials-section .item-three .container::after{
    content: '';
    background: url(../asia-img/brid-flying.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    top: 1rem;
    right: -8rem;
    animation-name: floatingtopbottom;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .testmonials-section .item-three .container::before{
    content: '';
    background: url(../asia-img/drink-glass.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 201px;
    height: 220px;
    bottom: 2rem;
    left: -8rem;
    animation-name: floatingleftright;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .item-one {
    background: url(../asia-img/item-one.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 678px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-slider-content-test h6{
    color: #fff;
    text-align: center;
    font-family: 'Space Mono';
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .item-slider-content-test p{
    color: #FFF;
    font-family: 'Inter';
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .testmonials-section .owl-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 300px;
    margin: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 5rem;
  }
  .testmonials-section .owl-dot {
    width: 20px;
    height: 20px;
    background: #fff !important;
    margin: 0px 13px;
    border-radius: 50px;
  }
  .testmonials-section .owl-dot.active{
    background: transparent !important;
    border: 2px solid #fff;
  }
  .item-two{
    background:#E49A40;
    height: 678px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-three{
    background:#4467A0;
    height: 678px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-last-sec{
    background: url(../asia-img/Frame-30-min.png) no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: visible;
  }
  .footer-last-sec::after {
    content: "";
    background: url(../asia-img/foot-boat.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 296px;
    height: 184px;
    z-index: 7;
    bottom: -3.9rem;
    left: 53%;
    right: 40%;
    animation-name: floatingleftright;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes floatingleftright {
    from { transform: translate(0,  0); }
    65%  { transform: translate(10px, 0); }
    to   { transform: translate(-0, 0px); }    
  }
  @keyframes floatingtopbottom {
    from { transform: translate(0,  0); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, 0px); }    
  }

  .red-bax-title h2{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    width: 1208px;
    max-width: 100%;
  }
  .red-bax-title p{
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    width: 796px;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .red-bax-title-time p{
    color: #FFF;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
  }
  .red-bax-titlefrom .input-group {
    border: 5px solid #E9E7DB;
    border-radius: 50px;
    height: 106px;
    overflow: auto;
    width: 782px;
    max-width: 100%;
  }  
  .red-bax-titlefrom .input-group input{
    background: transparent;
    color: #FFF;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
    border: 0px;
    padding-left: 30px;
  }
  .red-bax-titlefrom .input-group-text{
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    background: transparent;
    border: 0px;
    height: 94px;
    padding-right: 30px;
  }
  .form-control:focus {
    box-shadow: none;
  }
  .red-bax-title-time{
    text-align: end;
  }
  .footer-last-sec .container{
    position: relative;
  }
  .footer-last-sec .img-top-arrow{
    position: absolute;
    right: 0.7rem;
    top: 0rem;
    width: 98px;
    height: 96px;
  }
  
  /* -----------------------------footer--------------------------- */
  .footer-asia {
    position: relative;
    background: #1D1D1D;
    height: 356px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
  .footer-card-1 p a{
    color: #FFF;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
  }
  .footer-card-3 p a{
    color: #FFF;
    font-family: 'Inter';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
  }
  .font-s{
    font-style: italic !important;
  }
  .footer-card-3{
    text-align: end;
  }
  .footer-card-2{
    text-align: center;
  }
  .footer-card-1 p{
    margin-bottom: 16px;
  }
  .footer-card .card{
    background: transparent;
    border-radius: 0px;
    border: 0px;
  }
  .footer-card-2 a{
    height: 62px;
    width: 62px;
    border: 3px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .footer-card-2 .social-media {
    display: flex;
    justify-content: space-between;
    width: 173px;
    margin: auto;
  }
  .image-slider-five .box-container img {
    object-fit: cover;
    display: none;
    width: 100%;
    max-width: 100%;
  }

  /* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  border: 2px solid #fff !important;
  height: 113px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 53px;
  color: #FFF;
  font-family: 'Space Mono';
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 34px; 
} 

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  background: url(../asia-img/select-icon.svg) transparent 95% 60% no-repeat;
  top: 45px;
  right: 36px;
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 45px;
  transform: rotate(180deg);
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #FFF;
  font-family: 'Space Mono';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 38px;
  height: 300px;
  overflow-y: scroll;
  background: #1D1D1D;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
 
.order-now-modal-city li{
  color: #DD222C;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.order-now-modal-city h4{
  color: #fff;
  font-family: 'Space Mono';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 8px;
}
.order-now-modal-city h5{
  color: #fff;
  font-family: 'Space Mono';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0px;
}
.modal-content {
  background:#1D1D1D;
}
.modal-header .btn-close {
  position: absolute;
  right: 17px;
  top: 18px;
  filter: invert(1);
}
.modal-header{
  border-bottom: 0px;
}
.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.music-btn {
    position: fixed;
    right: 29px;
    bottom: 29px;
    z-index: 9;
}
.music-btn.muted::after {
    content: "";
    background: red;
    position: absolute;
    height: 40px;
    width: 2px;
    transform: rotate(45deg);
    left: 36px;
}
@keyframes floating {
  from { transform: translate(0,  0); }
  65%  { transform: translate(15px, 0); }
  to   { transform: translate(-0, 0px); }    
}
