 /* ------------------------responsive------------------------------ */
 
  @media only screen and (min-width: 601px) and (max-width:799px){ 
    .nav-link-mainland .nav-link {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
     .about-left-content h1 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size:62px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
    }
    .kitechen-1 {
      background: url(../asia-img/kitechen-1.png) no-repeat;
      background-size: cover;
      background-position: center center;
      height: 500px;
      border-top-right-radius: 50px;
    }
    .kitechen-2 {
      background: url(../asia-img/kitechen-2.png) no-repeat;
      background-size: cover;
      background-position: center center;
      height: 500px;
      border-top-right-radius: 50px;
    }
    .kitechen-3 {
      background: url(../asia-img/kitechen-3.png) no-repeat;
      background-size: cover;
      background-position: center center;
      height: 500px;
      border-top-right-radius: 50px;
    }
    .about-menu-tabs {
      position: absolute;
      top: 29rem;
    }
    .accordion {
      border-top-right-radius: 0px;
      overflow: hidden;
      border-bottom-right-radius: 50px;
      padding: 83px 64px 32px;
      background-color: #EAE7DB;
    } 
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 635px;
      margin-left: 1.5rem;
      max-width: 100%;
    }
    .dishes-slider {
      background: url(../asia-img/dishes-bg.png) no-repeat;
      background-position: center center;
      background-size: cover;
      min-height: 802px;
    }
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 43px;
      text-align: left;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 43px;
      margin-bottom: 43px;
    }
    .dishes-left-content a {
      color: #FFF;
      font-family: 'Inter';
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration-line: underline;
    }
    .dishes-slider .owl-prev, .dishes-slider .owl-next {
      width: 68px;
      height: 69px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .dishes-slider .owl-prev {
      position: absolute;
      left: 7rem;
      bottom: -7rem;
    }
    .dishes-slider .owl-next {
      position: absolute;
      left: 2rem;
      bottom: -7rem;
    }
    .dishes-slider-img-1::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 7.1rem;
      min-height: 700px;
      width: 700px;
      max-width: 100%;
    }
    .dishes-slider-img-2::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 7.1rem;
      min-height: 696px;
      width: 700px;
      max-width: 100%;
    }
    .dishes-slider-img-3::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 7.1rem;
      min-height: 700px;
      width: 700px;
      max-width: 100%;
    }
    .dishes-slider-img-4::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 3.5rem;
      min-height: 700px;
      width: 700px;
      max-width: 100%;
    }
    .dishes-slider-img-5::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 7rem;
      min-height: 654px;
      width: 598px;
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 800px) and (max-width:1020px){ 
    .navbar-nav {
        padding-left: 1.2rem;
        padding-top: 1rem;
    }
    .navbar-collapse .nav-link{
        font-size: 36px;
    }
    .navbar-collapse .nav-link.active {
        font-size: 36px;
    }
    .select-selected {
         font-size: 38px;
    }
    .about-left-content h1 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size:75px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
    }
    .accordion {
      border-top-right-radius: 50px;
      overflow: hidden;
      border-bottom-right-radius: 50px;
      padding: 79px 42px;
      background-color: #EAE7DB;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 383px;
      margin-left: 0rem;
      max-width: 100%;
    }
    .accordion-item button {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 26px;
    }
    .accordion-body-content .h-green {
        color: #088369;
        font-family: 'Space Mono';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content {
        height: 404px;
        overflow-y: scroll;
    }
    .about-menu-tabs #pills-tab .nav-link {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .accordion-body {
      padding: 0px 9px;
    }
    .card .btn {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 18px;
    }
    .dishes-slider {
      min-height: 700px;
    }
    .dishes-slider .owl-next {
      position: absolute;
      left: 1.5rem;
      bottom: -9rem;
    }
    .dishes-slider .owl-prev {
      position: absolute;
      left: 9rem;
      bottom: -9rem;
    } 
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 32px;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      margin-bottom: 32px;
    }
    .dishes-slider-img-1::after {
      background-size: contain;
      right: 0rem;
      top: 4rem;
      min-height: 601px;
      width: 678px;
      max-width: 100%;
    }
    .dishes-slider-img-2::after {
      background-size: contain;
      position: absolute;
      right: 0rem;
      top: 6rem;
      min-height: 502px;
      width: 720px;
      max-width: 100%;
    }
    .dishes-slider-img-3::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 1rem;
      min-height: 619px;
      width: 684px;
      max-width: 100%;
    }
    .dishes-slider-img-4::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 1rem;
      min-height: 595px;
      width: 698px;
      max-width: 100%;
    }
    .dishes-slider-img-5::after {
      right: 0rem;
      top: 0rem;
      min-height: 648px;
      width: 666px;
      max-width: 100%;
    }
  } 
  @media only screen and (min-width: 1024px) and (max-width:1152px){
    .navbar-nav {
        padding-left: 1.2rem;
        padding-top: 1rem;
    }
    .navbar-collapse .nav-link{
        font-size: 36px;
    }
    .navbar-collapse .nav-link.active {
        font-size: 36px;
    }
    .about-left-content h1 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 85px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
    }
    .menu-box-about {
        height: 700px;
    }
    .flausr-right-img img{
        width: 441px;
        height: 567px;
        object-fit: cover;
        margin: auto;
    }
    .boat-img-about {
        width: 395px;
        max-width: 100%;
        float: right;
        transform: translate(9px, -44px);
    }
    .boat-img-about img{
        width: 340px;
        height: 300px;
        margin: auto;
        margin-top: -4rem;
        /* margin: auto; */
    }

    .accordion {
      border-top-right-radius: 50px;
      overflow: hidden;
      border-bottom-right-radius: 50px;
      padding: 79px 42px;
      background-color: #EAE7DB;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 429px;
      margin-left: 0rem;
      max-width: 100%;
    }
    .accordion-item button {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 22px;
    }
    .accordion-body-content .h-green {
        color: #088369;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content {
        height: 404px;
        overflow-y: scroll;
    }
    .about-menu-tabs #pills-tab .nav-link {
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .card .btn {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 20px;
    }
    .select-selected {
        font-size: 36px;
    }
    .accordion-body {
      padding: 0px 9px;
    }
    .dishes-slider {
      min-height: 700px !important;
    }
    .dishes-slider .owl-nav {
        width: 140px;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        margin-left: 2rem;
        margin-top: 2rem;
    }
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 46px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 32px;
    }
    .dishes-slider .owl-prev, .dishes-slider .owl-next {
      width: 57px;
      height: 57px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 43px;
      margin-bottom: 32px;
      width: 400px;
      max-width: 100%;
    }
    .dishes-left-content a {
        color: #FFF;
        font-family: 'Inter';
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }
    .dishes-slider-img-1::after {
        background-size: contain;
        right: 0rem;
        top: 0rem;
        max-height: 681px;
        height: 724px;
        width: 651px;
        max-width: 100%;
    }
    .dishes-slider-img-2::after {
        background-size: contain;
        position: absolute;
        right: 0rem;
        top: 1rem;
        min-height: 609px;
        width: 739px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -3rem;
        min-height: 621px;
        width: 769px;
        max-width: 100%;
    }
    .dishes-slider-img-4::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 0rem;
        min-height: 626px;
        width: 607px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        right: 0rem;
        top: 0rem;
        min-height: 611px;
        width: 643px;
        max-width: 100%;
    }
  }
  @media only screen and (min-width: 1160px) and (max-width:1285px){ 
    .navbar-nav {
        padding-left: 1.5rem;
        padding-top: 2rem;
    }
    .navbar-collapse .nav-link{
        font-size: 40px;
    }
    .navbar-collapse .nav-link.active {
        font-size: 40px;
    }
    .select-selected {
         font-size: 38px;
    }
    .flausr-right-img img{
        width: 391px;
        height: 504px;
        object-fit: cover;
        margin: auto;
    }
    .white-img-about img{
        width: 400px;
        height: 380px;
        max-width: 100%;
        margin: auto;
        margin-top: -11rem;
        transform: translate(10px, -4rem);
    }
    .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: 1px;
        transform: translate(10px, -11rem);
    }
    .boat-img-about {
        width: 395px;
        max-width: 100%;
        float: right;
        transform: translate(9px, -44px);
    }
    .boat-img-about img{
        width: 340px;
        height: 300px;
        margin: auto;
        margin-top: 4rem;
        /* margin: auto; */
    }
    .about-left-content h1 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 91px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
    }
     .menu-box-about{
        height: 700px;
    }
    .accordion-item button {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 32px;
        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: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content {
        height: 350px;
        overflow-y: scroll;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 477px;
      margin-left: 2rem;
      max-width: 100%;
    }
    .about-menu-tabs #pills-tab .nav-link {
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .dishes-slider {
      min-height: 530px !important;
    }
    .card .btn {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      padding: 0px 0px;
      text-align: center;
    }
    .dishes-slider .owl-nav {
      width: 193px;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      margin-left: 3rem;
      margin-top: 2rem;
    }
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      margin-bottom: 32px;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      margin-bottom: 32px;
    }
    .dishes-slider-img-1::after {
        background-size: contain;
        right: 0rem;
        top: 1rem;
        min-height: 503px;
        width: 709px;
        max-width: 100%;
    }
    .dishes-slider-img-2::after {
        background-size: contain;
        position: absolute;
        right: 0rem;
        top: 0rem;
        min-height: 497px;
        width: 771px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -4rem;
        min-height: 588px;
        width: 688px;
        max-width: 100%;
    }
    .dishes-slider-img-4::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -4.7rem;
        min-height: 598px;
        width: 704px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        right: 0rem;
        top: -5.9rem;
        min-height: 650px;
        width: 728px;
        max-width: 100%;
    }
    .dishes-slider .owl-prev, .dishes-slider .owl-next {
        width: 83px;
        height: 83px;
        border: 4px solid #fff !important;
        border-radius: 50%;
    }
  }
  @media only screen and (min-width: 1290px) and (max-width:1370px){ 
    .navbar-nav {
        padding-left: 3.5rem;
        padding-top: 2rem;
    }
    .navbar-collapse .nav-link{
        font-size: 40px;
    }
    .navbar-collapse .nav-link.active {
        font-size: 40px;
    }
     .menu-box-about{
        height: 600px;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
    }
    .flausr-right-img img {
        height: 498px;
        margin: auto;
    }
    .white-img-about img{
        margin-top: -14rem;
    }
    .accordion-item button {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 42px;
        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: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content {
        height: 436px;
        overflow-y: scroll;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 495px;
      margin-left: 2rem;
      max-width: 100%;
    }
    .about-menu-tabs #pills-tab .nav-link {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .dishes-slider {
      min-height: 800px;
    }
    .dishes-slider .owl-nav {
      width: 224px;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      margin-left: 5rem;
      margin-top: 2rem;
    }
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      margin-bottom: 32px;
    }
    .card .btn {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 23px;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 63px;
      margin-bottom: 32px;
    }
    .dishes-slider-img-1::after {
      background-size: contain;
      right: 0rem;
      top: 3rem;
      min-height: 692px;
      width: 949px;
      max-width: 100%;
    }
    .dishes-slider-img-2::after {
        background-size: contain;
        position: absolute;
        right: 0rem;
        top: 5rem;
        min-height: 543px;
        width: 838px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: -6rem;
      min-height: 843px;
      width: 814px;
      max-width: 100%;
    } 
    .dishes-slider-img-4::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -3.7rem;
        min-height: 696px;
        width: 873px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        background-size: contain;
        right: 0rem;
        top: -0.9rem;
        min-height: 653px;
        width: 813px;
        max-width: 100%;
    } 
  }
  @media only screen and (min-width: 1390px) and (max-width:1500px){
    .navbar-nav {
        padding-left: 3.5rem;
        padding-top: 2rem;
    }
    .navbar-collapse .nav-link{
        font-size: 44px;
    }
    .navbar-collapse .nav-link.active {
        font-size: 44px;
    }
    .menu-box-about{
        height: 775px;
    }
    .item-accordian-body {
        padding-top: 30px;
        height: 590px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .about-left-content p {
        color: #FFF;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
    }
    .flausr-right-img img{
        height: 500px;
        margin: auto;
        margin-top: 3rem;
    }
    .about-left-content h1 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .white-img-about  img{
        margin-top: -10rem;
    }
    .accordion-item button {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 42px;
        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: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content {
        height: 340px;
        overflow-y: scroll;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 543px;
      margin-left: 2rem;
      max-width: 100%;
    }
    .image-slider-five .box-container img{
        height:850px;
    }
    .about-menu-tabs #pills-tab .nav-link {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .card .btn {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 34px;
      padding: 7px 0px;
      text-align: center;
    }
    .dishes-slider {
      min-height: 900px;
    }
    .dishes-left-content h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 75px;
      font-style: normal;
      font-weight: 700;
      line-height: 65px;
      margin-bottom: 32px;
    }
    .dishes-left-content h4 {
      color: #DD222C;
      font-family: 'Space Mono';
      font-size: 51px;
      font-style: normal;
      font-weight: 700;
      line-height: 67px;
      margin-bottom: 32px;
    }
    .dishes-slider .owl-nav {
      width: 224px;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      margin-left: 4rem;
      margin-top: 2rem;
    }
    .dishes-slider-img-1::after {
      background-size: contain;
      right: 0rem;
      top: 7rem;
      min-height: 711px;
      width: 970px;
      max-width: 100%;
    }
    .dishes-slider-img-2::after {
        background-size: contain;
        position: absolute;
        right: 0rem;
        top: 1.4rem;
        min-height: 767px;
        width: 1017px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -2.9rem;
        min-height: 792px;
        width: 982px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -1.5rem;
        min-height: 784px;
        width: 929px;
        max-width: 100%;
    }
    .dishes-slider-img-4::after {
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: 0rem;
      top: 1.5rem;
      min-height: 767px;
      width: 955px;
      max-width: 100%;
    }
    .dishes-slider-img-5::after {
        right: 0rem;
        top: 0rem;
        min-height: 739px;
        width: 920px;
        max-width: 100%;
    }
  } 
  @media only screen and (min-width: 1530px) and (max-width:1600px){
      .menu-box-about{
        height: 850px;
    }
    .accordion-item button {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 42px;
        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: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content p {
        color: #1E1E1E;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 400px;
        max-width: 100%;
    }
    .accordion-body-content .h-red {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .accordion-body-content {
        height: 436px;
        overflow-y: scroll;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 614px;
      margin-left: 1.5rem;
      max-width: 100%;
    }
    .about-menu-tabs #pills-tab .nav-link {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 12px 19px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .about-menu-tabs #pills-tab .nav-link {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 12px 19px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .dishes-slider {
      min-height: 998px;
    } 
    .dishes-slider .owl-nav {
      width: 224px;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      margin-left: 6rem;
      margin-top: 2rem;
    }
    .dishes-slider-img-1::after {
        background-size: contain;
        right: 0rem;
        top: 9rem;
        min-height: 699px;
        height: 647px;
        width: 934px;
        max-width: 100%;
    }
    .dishes-slider-img-2::after {
        background-size: contain;
        position: absolute;
        right: 0rem;
        top: 6rem;
        min-height: 641px;
        height: 690px;
        width: 1067px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 0rem;
        min-height: 896px;
        height: 922px;
        width: 1069px;
        max-width: 100%;
    }
    .dishes-slider-img-3::after {
        background-size: contain;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -5.9rem;
        min-height: 713px;
        width: 1012px;
        max-width: 100%;
    }
    .dishes-slider-img-4::after {
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -2.7rem;
        min-height: 839px;
        height: 548px;
        width: 1028px;
        max-width: 100%;

    }
    .dishes-slider-img-5::after {
        right: 0rem;
        top: 3.1rem;
        min-height: 742px;
        width: 906px;
        max-width: 100%;
    }
    .dishes-left-content h4 {
        color: #DD222C;
        font-family: 'Space Mono';
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 65px;
        margin-bottom: 65px;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width:1800px){
      .image-slider-five .box-container img{
         height:900px;
      }
      .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: 0;
        right: 0;
        top: 0;
        bottom: 0px;
        width: 217px;
        height: 326px;
        z-index: 1;
        margin: auto;
      }
  }
  @media only screen and (min-width: 1950px) and (max-width:2800px){ 
    .accordion {
      border-top-right-radius: 50px;
      overflow: hidden;
      border-bottom-right-radius: 50px;
      padding: 110px 108px;
      background-color: #EAE7DB;
    }
    .menu-box-about #pills-tab {
      justify-content: space-around;
      width: 753px;
      margin-left: 3.5rem;
      max-width: 100%;
    }
    .about-menu-tabs #pills-tab .nav-link {
      color: #1E1E1E;
      font-family: 'Space Mono';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 53px;
      padding: 10px 20px;
      border: 0px;
      width: fit-content;
      max-width: 100%;
    }
    .about-menu-tabs {
      position: absolute;
      top: 46px;
    }
    .discover-menu-close {
      position: absolute;
      top: 66px;
      right: 74px;
    }
    .dishes-slider .owl-next {
      position: absolute;
      left: 14.5rem;
      bottom: -9rem;
    }
    .dishes-slider .owl-prev {
      position: absolute;
      left: 22rem;
      bottom: -9rem;
    }
  }
  .accordion-body-content-main{
    height: fit-content;
  }
  @media only screen and (min-width: 700px) and (max-width:790px){ 
    .cheaf-card {
      width: 458px;
      max-width: 100%;
      margin: auto;
      margin-left: auto;
      margin-top: 2rem;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 92px;
      right: -76px;
      z-index: 1;
      height: 200px;
      width: 200px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
      text-align: center;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 38px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 36px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 37%;
      right: 37%;
      top: 31%;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    .nearme-outlet select{
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 45px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
    }
    #pills-tab .nav-link {
      font-family: 'Space Mono';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 31px;
      color: #1D1D1D;
      display: flex;
      width: 135px;
      padding: 0px 2px;
    }
    .nearme-outlet .btn {
      width: 100%;
      height: 110px;
      font-size: 34px;
      margin: auto;
      margin-top: 35px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 26px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
    }
    .item-exclusive-content-2 a {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration-line: underline;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 335px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-2 .card img {
      border-radius: 48.656px;
      border: 1px solid #FFF;
      height: 225px;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 38px;
      font-style: normal;
      font-weight: 700;
      line-height: 52px;
      margin-bottom: 2rem;
      padding-top: 2rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 36px;
    }
    .gift-voucher-details {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding: 0px 4px 0px;
      width: 650px;
      max-width: 100%;
    }
    .testmonials-section .item-one .container::after {
      width: 153px;
      height: 137px;
      top: -5rem;
      right: -2rem;
    }
    .testmonials-section .item-one .container::before {
      width: 150px;
      height: 170px;
      bottom: -4rem;
      left: 0rem;
    }
  }
  @media only screen and (min-width: 795px) and (max-width:1020px){ 
    .cheaf-card {
        width: 285px;
        max-width: 100%;
        margin: auto;
        margin-left: auto;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 67px;
      right: -35px;
      z-index: 1;
      height: 136px;
      width: 136px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 42px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 40%;
      right: 40%;
      top: 32%;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    #pills-tab .nav-link {
      font-family: 'Space Mono';
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 41px;
      color: #1D1D1D;
      display: flex;
      width: 171px;
      padding: 9px 12px;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 16rem;
      left: 0rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 16rem;
      right: 0rem;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      line-height: 100px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 27px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
    }
    .item-exclusive-content-2 .locate-div img {
      width: 15px !important;
      max-width: 100%;
      height: 18px;
      margin-left: 22px;
      margin-top: 5px;
    }
    .gift-voucher-details {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 0px 4px 0px;
      width: 650px;
      max-width: 100%;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 416px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-3 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 416px;
    }
    .nearme-outlet select {
      width: 794.5px;
      max-width: 100%;
      height: 113px;
      font-size: 34px;
    }
    .nearme-outlet .btn {
      width: 342px;
      height: 110px;
      font-size: 34px;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 62px;
      margin-bottom: 3rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 42px;
      font-style: normal;
      font-weight: 500;
      line-height: 48px;
      text-align: center;
      margin-bottom: 15px;
    }
    .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: 178px;
      height: 205px;
      top: -8rem;
      right: -2rem;
    }  
    .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: -7rem;
      left: -1rem;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width:1153px){ 
     .card-details-img h3 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 53px;
    }
    .card-details-img-details .font-n {
        color: #FFF;
        font-family: 'Inter';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .item-exclusive-content .card {
        border-radius: 60px;
        border: 8px solid #FFF;
        width: 506px;
        height: 630px;
    }
    .card-details-img-details .font-i {
        color: #FFF;
        font-family: 'Inter';
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img {
        background-position: center center;
        background-size: cover;
        padding: 145px 0px 25px 24px;
        height: 320px;
    }
    .card-details-img-details a {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 0rem;
        padding: 2rem 3rem;
    }
    .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: -6rem;
        right: -4rem;
        animation-name: floatingtopbottom;
        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: -4rem;
       right: -5rem;
        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: -3rem;
        left: -4rem;
        animation-name: floatingleftright;
        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: -4rem;
        left: -2rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: -7rem;
        right: -6rem;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .cheaf-card {
      width: 330px;
      max-width: 100%;
      margin: auto;
      margin-left: 0rem;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 63px;
      right: -52px;
      z-index: 1;
      height: 150px;
      width: 150px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 42px;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    .item-exclusive-content .card {
      border-radius: 60px;
      border: 8px solid #FFF;
      background: transparent;
      width: 460px;
      height: 630px;
      margin: auto;
      overflow: hidden;
      background: #02836A;
    }
    .exclusive-space {
      width: 995px;
      max-width: 100%;
      margin: auto;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 65px;
      font-style: normal;
      font-weight: 700;
      line-height: 97px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 0px;
    } 
    #pills-tab .nav-link {
      font-family: 'Space Mono';
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 34px;
      color: #1D1D1D;
      display: flex;
      width: 163px;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 590px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-3{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 590px;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 20rem;
      left: -4.5rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 20rem;
      right: -4.5rem;
    }
    .exclusive-slider-main .owl-prev, .exclusive-slider-main .owl-next {
      width: 76px;
      height: 76px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .item-exclusive-content-2 .card img {
      border-radius: 48.656px;
      border: 1px solid #FFF;
      height: 396px;
    }
    .nearme-outlet select {
      border: 3px solid #fff;
      border-radius: 4.25rem;
      font-family: 'Space Mono';
      font-size: 38px;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      margin-bottom: 3rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 42px;
      font-style: normal;
      font-weight: 500;
      line-height: 48px;
      text-align: center;
      margin-bottom: 15px;
    }
    .testmonials-section .item-one .container::before {
      width: 140px;
      height: 160px;
      bottom: -1rem;
      left: -1rem;
    }
    .testmonials-section .item-one .container::after {
      width: 140px;
      height: 160px;
      top: -5rem;
      right: -2rem;
    }
    .item-two, .item-three{
      align-items: center;
    } 
  }
  @media only screen and (min-width: 1155px) and (max-width:1280px){
    .card-details-img h3 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 53px;
    }
    .card-details-img h5 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }
    .card-details-img-details .font-i {
        color: #FFF;
        font-family: 'Inter';
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details .font-n {
        color: #FFF;
        font-family: 'Inter';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .item-exclusive-content .card {
        border-radius: 60px;
        border: 8px solid #FFF;
        width: 460px;
        height: 596px;
    }
    .card-details-img {
        background-position: center center;
        background-size: cover;
        padding: 113px 0px 25px 24px;
        height: 281px;
    }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 0rem;
        padding: 2rem 3rem;
    }
    .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: -6rem;
        right: -4rem;
        animation-name: floatingtopbottom;
        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: -4rem;
       right: -5rem;
        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: -3rem;
        left: -4rem;
        animation-name: floatingleftright;
        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: -4rem;
        left: -2rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: -7rem;
        right: -6rem;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .cheaf-card {
        width: 268px;
        max-width: 100%;
        margin: auto;
        margin-left: auto;
    }
    .cheaf-card h4 {
        color: #1D1D1D;
        font-family: 'Space Mono';
        font-size: 30px;
    }
    .cheaf-card h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 24px;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 88px;
      right: -62px;
      z-index: 1;
      height: 180px;
      width: 180px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 52px;
      font-style: normal;
      font-weight: 700;
      line-height: 65px;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 16px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 41%;
      right: 41%;
      top: 32%;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 75px;
      font-style: normal;
      font-weight: 700;
      line-height: 120px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px;
    }
    #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: 195px;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 590px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-3{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 590px;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 20rem;
      left: -4.5rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 20rem;
      right: -4.5rem;
    }
    .exclusive-slider-main .owl-prev, .exclusive-slider-main .owl-next {
      width: 76px;
      height: 76px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .item-exclusive-content-2 .card img {
      border-radius: 48.656px;
      border: 1px solid #FFF;
      height: 396px;
    }
    .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: 43px;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      margin-bottom: 0rem;
      padding: 2rem 3rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 42px;
      font-style: normal;
      font-weight: 500;
      line-height: 48px;
      text-align: center;
      margin-bottom: 15px;
    }
    .testmonials-section .item-one .container::before {
      width: 140px;
      height: 160px;
      bottom: -3rem;
      left: -2rem;
    }
    .testmonials-section .item-one .container::after {
      width: 140px;
      height: 160px;
      top: -6rem;
      right: -2rem;
    }
    .item-two, .item-three{
      align-items: center;
    } 
  }
  @media only screen and (min-width: 1300px) and (max-width:1390px){
    .card-details-img h3 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 53px;
    }
    .card-details-img-details .font-n {
        color: #FFF;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .item-exclusive-content .card {
        border-radius: 60px;
        border: 8px solid #FFF;
        width: 506px;
        height: 698px;
    }
    .card-details-img {
        background-position: center center;
        background-size: cover;
        padding: 185px 0px 25px 24px;
        height: 366px;
    }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 0rem;
        padding: 2rem 3rem;
    }
    .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: 2rem;
        right: -5rem;
        animation-name: floatingtopbottom;
        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: 2rem;
        right: -5rem;
        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: -4rem;
        animation-name: floatingleftright;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: -7rem;
        right: -6rem;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .cheaf-card {
      width: 420px;
      max-width: 100%;
      margin: auto;
      margin-left: 0rem;
    }
    .cheaf-card h4 {
        color: #1D1D1D;
        font-family: 'Space Mono';
        font-size: 36px;
    }
    .item-accordian-body {
        padding-top: 30px;
        height: 468px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 88px;
      right: -77px;
      z-index: 1;
      height: 190px;
      width: 190px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 65px;
      font-style: normal;
      font-weight: 700;
      line-height: 65px;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 30px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 42%;
      right: 42%;
      top: 35%;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 75px;
      font-style: normal;
      font-weight: 700;
      line-height: 120px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px;
    }
    #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: 195px;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 590px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-3{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 590px;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 20rem;
      left: -4.5rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 20rem;
      right: -4.5rem;
    }
    .exclusive-slider-main .owl-prev, .exclusive-slider-main .owl-next {
      width: 76px;
      height: 76px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 38px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      margin-bottom: 2rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 50px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;
      text-align: center;
      margin-bottom: 15px;
    }
    .testmonials-section .item-one .container::before {
      width: 180px;
      height: 190px;
      bottom: -1rem;
      left: -2rem;
    }
    .testmonials-section .item-one .container::after {
      width: 180px;
      height: 200px;
      top: -5rem;
      right: -4rem;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width:1520px){ 
    .card-details-img h3 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 53px;
    }
    .card-details-img-details .font-n {
        color: #FFF;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .item-exclusive-content .card {
        border-radius: 60px;
        border: 8px solid #FFF;
        width: 506px;
        height: 746px;
    }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 62px;
        margin-bottom: 0rem;
        padding: 2rem 3rem;
    }
    .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: 2rem;
        right: -5rem;
        animation-name: floatingtopbottom;
        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: 2rem;
        right: -5rem;
        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: -4rem;
        animation-name: floatingleftright;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: -7rem;
        right: -6rem;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .cheaf-card {
      width: 375px;
        max-width: 100%;
        margin: auto;
        margin-left: auto;
    }
    .cheaf-card h4 {
        color: #1D1D1D;
        font-family: 'Space Mono';
        font-size: 40px;
    }
    .cheaf-card .second-img {
      position: absolute;
      bottom: 88px;
      right: -77px;
      z-index: 1;
      height: 190px;
      width: 190px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 65px;
      font-style: normal;
      font-weight: 700;
      line-height: 65px;
    }
    .cheaf-card h4 {
      color: #1D1D1D;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 10px;
    }
    .cheaf-card h6 {
      color: #FFF;
      font-family: 'Inter';
      font-size: 30px;
      font-style: italic;
      font-weight: 500;
      line-height: normal;
    }
    .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: 42%;
      right: 42%;
      top: 35%;
      width: 217px;
      height: 326px;
      z-index: 1;
      margin: auto;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 75px;
      font-style: normal;
      font-weight: 700;
      line-height: 120px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px;
    }
    #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: 195px;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .item-exclusive-content-2 {
      border-radius: 100px;
      border: 4px solid #FFF;
      background: #02836A;
      height: 590px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 24px 0px 68px;
    }
    .item-exclusive-content-3{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 590px;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 20rem;
      left: -4.5rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 20rem;
      right: -4.5rem;
    }
    .exclusive-slider-main .owl-prev, .exclusive-slider-main .owl-next {
      width: 76px;
      height: 76px;
      border: 4px solid #fff !important;
      border-radius: 50%;
    }
    .item-slider-content-test h6 {
      color: #fff;
      text-align: center;
      font-family: 'Space Mono';
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 62px;
      margin-bottom: 3rem;
    }
    .item-slider-content-test p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 50px;
      font-style: normal;
      font-weight: 500;
      line-height: 60px;
      text-align: center;
      margin-bottom: 15px;
    }
    .testmonials-section .item-one .container::before {
      width: 180px;
      height: 190px;
      bottom: -1rem;
      left: -2rem;
    }
    .testmonials-section .item-one .container::after {
      width: 180px;
      height: 200px;
      top: -5rem;
      right: -4rem;
    }
  }
  @media only screen and (min-width: 1530px) and (max-width:1600px){ 
    .card-details-img h3 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 53px;
    }
    .card-details-img-details .font-n {
        color: #FFF;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card-details-img-details h6 {
        color: #FFF;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    .item-exclusive-content .card {
        border-radius: 60px;
        border: 8px solid #FFF;
        width: 506px;
        height: 746px;
    }
     .item-accordian-body {
        padding-top: 30px;
        height: 678px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
        padding: 2rem 2rem;
    }
    .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: -5rem;
        right: -6rem;
        animation-name: floatingtopbottom;
        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: -5rem;
        right: -6rem;
        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: -1rem;
        left: -4rem;
        animation-name: floatingleftright;
        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: 0rem;
        left: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: -7rem;
        right: -6rem;
        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: -4rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .item-slider-content-test p {
        color: #FFF;
        font-family: 'Inter';
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 66px;
        text-align: center;
        margin-bottom: 15px;
    }
    .cheaf-card {
      width: 520px;
      max-width: 100%;
      margin: auto;
      margin-left: 0rem;
    }
    .cheaf-card h4 {
        color: #1D1D1D;
        font-family: 'Space Mono';
        font-size: 45px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 90px;
      font-style: normal;
      font-weight: 700;
      line-height: 138px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 43px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px;
    }
    #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: 206px;
      padding: 12px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 16rem;
      left: -12rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 16rem;
      right: -12rem;
    }
    .testmonials-section .item{
      height: 771px;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width:1800px){ 
    .cheaf-card {
      width: 520px;
      max-width: 100%;
      margin: auto;
      margin-left: 0rem;
    }
    .cheaf-card h4 {
        color: #1D1D1D;
        font-family: 'Space Mono';
        font-size: 45px;
    }
    .our-chips h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
    }
    .exclusive-slider h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 90px;
      font-style: normal;
      font-weight: 700;
      line-height: 138px;
    }
    .item-exclusive-content-2 h3 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 43px;
      margin-bottom: 0px;
    }
    .item-exclusive-content-2 p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px;
    }
    #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: 206px;
      padding: 12px 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      max-width: 100%;
      border-radius: 44px;
      border: 4px solid transparent;
    }
    .exclusive-slider-main .owl-prev {
      position: absolute;
      top: 16rem;
      left: -14rem;
    }
    .exclusive-slider-main .owl-next {
      position: absolute;
      top: 16rem;
      right: -14rem;
    }
    .testmonials-section .item{
      height: 771px;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width:1800px){
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
        padding-top: 2rem;
    }
    .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: -2rem;
        right: -8rem;
        animation-name: floatingtopbottom;
        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: -2rem;
        right: -7rem;
        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: -6rem;
        animation-name: floatingleftright;
        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: -7rem;
        animation-name: floatingleftright;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .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: 10.1rem;
        min-height: 734px;
        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: 8.1rem;
        min-height: 726px;
        width: 1116px;
        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: 0rem;
        top: -3.9rem;
        min-height: 955px;
        width: 1153px;
        max-width: 100%;

    }
    .dishes-slider-img-4::after {
        content: "";
        background: url(../asia-img/LAH06010-4.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -0.7rem;
        min-height: 890px;
        width: 1050px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        content: "";
        background: url(../asia-img/LAH06010-5.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 1rem;
        min-height: 894px;
        width: 1427px;
        max-width: 100%;

    }
  } 
  @media only screen and (min-width: 1801px) and (max-width:1920px){
    .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: 10.1rem;
        min-height: 734px;
        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: 10.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: -2.5rem;
        top: -8.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: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 1.3rem;
        min-height: 890px;
        width: 1131px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        content: "";
        background: url(../asia-img/LAH06010-5.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 1rem;
        min-height: 894px;
        width: 1427px;
        max-width: 100%;

    }
  } 
  @media only screen and (min-width: 1940px) and (max-width:2160px){
    .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: 7.1rem;
        min-height: 734px;
        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: 8.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: -2.5rem;
        top: -11.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: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 0.3rem;
        min-height: 857px;
        width: 1131px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        content: "";
        background: url(../asia-img/LAH06010-5.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -1rem;
        min-height: 894px;
        width: 1427px;
        max-width: 100%;

    }
    .item-three {
        background: #4467A0;
        height: 822px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-two {
        background: #E49A40;
        height: 820px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-one {
        height: 821px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-banner-asia marquee {
        position: absolute;
        bottom: 116px;
        left: 0px;
    }
  } 
  @media only screen and (min-width: 2200px) and (max-width:2880px){
    .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: 7.1rem;
        min-height: 734px;
        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: 8.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: -11.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: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: 0.3rem;
        min-height: 857px;
        width: 1131px;
        max-width: 100%;
    }
    .dishes-slider-img-5::after {
        content: "";
        background: url(../asia-img/LAH06010-5.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 0rem;
        top: -1rem;
        min-height: 894px;
        width: 1427px;
        max-width: 100%;

    }
    .item-three {
        background: #4467A0;
        height: 822px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-two {
        background: #E49A40;
        height: 820px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-one {
        height: 821px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  } 
  @media only screen and (min-width: 786px) and (max-width:992px){ 
    .footer-last-sec::after {
      content: "";
      background: url(../asia-img/foot-boat.png) no-repeat;
      background-size: contain;
      position: absolute;
      width: 212px;
      height: 153px;
      z-index: 7;
      bottom: -3.9rem;
      left: 51%;
      right: 40%;
    }
  }
  @media only screen and (min-width: 1080px) and (max-width:1152px){ 
    .footer-last-sec::after {
      content: "";
      background: url(../asia-img/foot-boat.png) no-repeat;
      background-size: contain;
      position: absolute;
      width: 265px;
      height: 174px;
      z-index: 7;
      bottom: -3.9rem;
      left: 52%;
      right: 40%;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width:1380px){ 
    .footer-last-sec::after {
      content: "";
      background: url(../asia-img/foot-boat.png) no-repeat;
      background-size: contain;
      position: absolute;
      width: 265px;
      height: 174px;
      z-index: 7;
      bottom: -3.9rem;
      left: 52%;
      right: 40%;
    }
  }

  @media only screen and (min-width: 768px) and (max-width:990px){ 
    .red-bax-title h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 38px;
      width: 1208px;
      max-width: 100%;
    }
    .red-bax-title p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      width: 500px;
      max-width: 100%;
      margin-top: 2.5rem;
      margin-bottom: 2rem;
    }
    .red-bax-titlefrom .input-group {
      border: 2px solid #E9E7DB;
      border-radius: 50px;
      height: 70px;
      overflow: auto;
      width: 450px;
      max-width: 100%;
    }
    .red-bax-title-time p {
      color: #FFF;
      font-family: 'Inter';
      font-size: 20px;
      font-style: normal !important;
      font-weight: 500;
      line-height: 25px;
    }
    .footer-last-sec .img-top-arrow {
      position: absolute;
      right: 0.7rem;
      top: 0rem;
      width: 74px;
      height: 60px;
    }
    .red-bax-titlefrom .input-group-text {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 17px;
      background: transparent;
      border: 0px;
      height: 68px;
      padding-right: 30px;
    }
    .footer-card-1{
      text-align: end;
      margin-bottom: 17px;
    }
    .footer-card-3 {
      text-align: left;
    }
    .footer-card-3 p a {
      font-style: normal !important;
    }
  }
  @media only screen and (min-width: 991px) and (max-width:1080px){ 
    .red-bax-title h2 {
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 47px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      width: 1208px;
      max-width: 100%;
    }
    .red-bax-title p {
      color: #FFF;
      font-family: Inter;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 38px;
      width: 796px;
      max-width: 100%;
      margin-top: 3rem;
      margin-bottom: 2rem;
    }
    .red-bax-titlefrom .input-group {
      border: 5px solid #E9E7DB;
      border-radius: 50px;
      height: 106px;
      overflow: auto;
      width: 631px;
      max-width: 100%;
    }
    .red-bax-title-time p {
      color: #FFF;
      font-family: Inter;
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px;
    }
    .footer-last-sec .img-top-arrow {
      position: absolute;
      right: 0.7rem;
      top: 0rem;
      width: 74px;
      height: 60px;
    }
    
  }

  @media only screen and (min-width: 768px) and (max-width:990px){ 
  }
  @media only screen and (min-width: 991px) and (max-width:1080px){ 
  }

/* -----------------------------mobile-------------------------------- */
@media only screen and (max-width: 600px){
    html, body{
        overflow-x: hidden;
    }
    .p-mo{
        padding: 0px;
    }
}
@media only screen and (max-width: 600px){
  .navbar-collapse {
    /* clip-path: circle(0% at 84.75% 6.5%); */
    width: 360px;
    height: 387px;
    border-radius: 0px 0px 300px;
    background: #E8E6DA;
    transition: 1s all;
    position: absolute;
    left: -15px;
    top: 60px;
    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-nav {
    padding-left: 0.2rem;
    padding-top: .5rem;
  }
  .navbar-collapse .nav-link {
    color: #1D1D1D !important;
    font-family: 'Space Mono';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .nav-link-mainland .nav-link {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .navbar-collapse .nav-link.active {
    color: #1D1D1D !important;
    font-family: 'Space Mono';
    font-size: 24px;
  }
  .home-banner-asia marquee {
     position: absolute;
     bottom: 15px !important;
     left: 0px !important;
     right:0 !important;
   }
  .btn-red-nav {
    width: 121px;
    height: 42px;
    max-width: 100%;
    background: #E21E23;
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 11px 0px;
    border-radius: 50px;
  }
  .home-banner-asia h1 {
    color: #FFF;
    font-family: Space Mono;
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .about-left-content h1 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .about-left-content h3 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
  }
  .about-left-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .white-img-about img{
    margin: auto;
    margin-top: 10rem;
  }
  .about-content-bottom h4 {
    color: #FFF;
    text-align: center;
    font-family: 'Space Mono';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 28px;
  }
  .boat-img-about {
    width: 195px;
    max-width: 100%;
    height: 122px;
    float: right;
    transform: translate(-36px, -34px);
  }
  .blue-blur-about{
    padding: 1rem 6px 5rem;
  } 
  .about-content-bottom .btn-discover-btn {
    width: 167px;
    max-width: 100%;
    height: 41px;
    background: #fff;
    color: #4467A0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px;
    border: 0px;
  }
  .white-img-about {
    float: none;
    transform: translate(32px, -86px);
    width: 146px;
    height: 185px;
    max-width: 100%;
    margin: auto;
    margin-top: -131px;
  }
  .flying-cat {
    position: absolute;
    bottom: 1.7rem;
    left: 1rem;
    width: 293px;
    z-index: 0;
    height: 173px;
  }
  .about-content-bottom {
    text-align: center;
    width: 1164px;
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 8rem;
    margin-bottom: -5rem;
  }
  .menu-box-about .container-fluid {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }
  .blue-blur-img::after {
    content: "";
    background: url(../asia-img/Path-620-mo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 0rem;
    bottom: 57rem;
    width: 320px;
    height: 629px;
    z-index: -1;
  }
}
@media only screen and (max-width: 600px){
  .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: 29%;
    left: 0%;
    bottom: 0%;
    right: 0%;
  }
  .kitechen-1 {
    background: url(../asia-img/kitechen-1mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 264px;
  }
  .kitechen-2 {
    background: url(../asia-img/kitechen-2mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 264px;
  }
  .kitechen-3 {
    background: url(../asia-img/kitechen-3mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 264px;
  }
  .about-menu-tabs {
    position: absolute;
    top: 15.5rem;
  }
  .menu-box-about .container-fluid {
    width: 93%;
    max-width: 100%;
    margin-left: 0px;
    position: relative;
    z-index: 3;
  }
  .item-accordian-body {
        padding-top: 30px;
        height: 411px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
  .about-menu-tabs #pills-tab .nav-link {
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    padding: 10px 5px;
    border: 0px;
    width: fit-content;
    max-width: 100%;
  }
  .accordion-item button {
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    background-color: #EAE7DB;
  }
  .accordion-body-content .h-green {
    color: #088369;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .accordion-body-content .h-red {
    color: #DD222C;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .menu-box-about #pills-tab {
    justify-content: space-around;
    width: 285px;
    margin-left: 0.4rem;
    max-width: 100%;
  }
  .accordion {
    border-top-right-radius: 0px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    padding: 47px 35px 0px;
    background-color: #EAE7DB;
    height: 525px;
  }
  .discover-menu-close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .accordion-body-content {
    height: 364px;
    overflow-y: scroll;
  }
  .accordion-item button {
    padding: 0px 0px;
    margin-bottom: 7px;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 15px;
    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-body {
    padding: 0px 10px;
    height: 283px;
    overflow: scroll;
  }
  .accordion-body-content p {
    color: #1E1E1E;
    font-family: 'Space Mono';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 400px;
    max-width: 100%;
  }
  .blue-bg-card {
    padding: 1rem 0rem 0px;
    height: 496px;
  }
  .blue-bg-card h2 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 26px;
    padding-left: 12px;
  }
  .card .btn {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 11px 0px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
  }
  #blue-card-slider .owl-dot {
    width: 11px;
    height: 11px;
    background: #fff !important;
    margin: 0px 5px;
    border-radius: 50px;
  }
  #blue-card-slider .owl-dot.active {
    background: transparent !important;
    border: 2px solid #fff;
  }
  #blue-card-slider .owl-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 300px;
    margin: auto;
    left: 0px;
    right: 0px;
    margin-bottom: -3rem;
  }
  .blue-bg-card .card {
    width: 282px;
    max-width: 100%;
    margin: auto;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    text-align: center;
  }
  .blue-bg-card .card img {
    height: 196px;
    width: 240px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .dishes-left-content {
    width: 552px;
    max-width: 100%;
    padding: 0px 12px;
  }
  .dishes-slider {
    background: url(../asia-img/dishes-bg-mo.png) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 760px;
    padding: 42px 0px 0px;
    height: 100vh;
    align-items: unset;
  }
  .dishes-left-content h2 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .dishes-left-content h4 {
    color: #DD222C;
    font-family: 'Space Mono';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 24px;
  }
  .dishes-left-content a {
    color: #FFF;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
  }
  .dishes-slider .owl-prev, .dishes-slider .owl-next {
    width: 39px;
    height: 39px;
    border: 2px solid #fff !important;
    border-radius: 50%;
  }
  .dishes-slider .owl-nav img{
    height: 15px;
    width: 15px;
    margin-top: -4px;
  }
  .dishes-slider .owl-prev {
    position: absolute;
    left: 4rem;
    bottom: -5rem;
  }
  .dishes-slider .owl-next {
    position: absolute;
    left: 1.2rem;
    bottom: -5rem;
  }
  .dishes-slider-img-1::after {
    content: "";
    background: url(../asia-img/LAH06010-1-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0rem;
    top: 9rem;
    min-height: 475px;
    width: 100%;
    max-width: 100%;
  }
  .dishes-slider-img-2::after {
    content: "";
    background: url(../asia-img/LAH06010-2-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0rem;
    top: 5rem;
    min-height: 535px;
    width: 100%;
    max-width: 100%;
  }
  .dishes-slider-img-3::after {
    content: "";
    background: url(../asia-img/LAH06010-3-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0rem;
    top: 7rem;
    min-height: 509px;
    width: 100%;
    max-width: 100%;
  }
  .dishes-slider-img-4::after {
    content: "";
    background: url(../asia-img/LAH06010-4-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 3.5rem;
    min-height: 572px;
    width: 100%;
    max-width: 100%;
  }
  .dishes-slider-img-5::after {
    content: "";
    background: url(../asia-img/LAH06010-5-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0rem;
    top: 9rem;
    min-height: 463px;
    width: 100%;
    max-width: 100%;
  }
  .cheaf-card .second-img {
    position: absolute;
    bottom: 46px;
    right: -33px;
    z-index: 1;
    height: 117px;
    width: 117px;
  }
  .our-chips {
    background: url(../asia-img/exclusive-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 28px 10px 0px;
    height: fit-content;
  }
  .our-chips h2 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    padding-left: 13px;
    margin-bottom: 28px;
  }
  .cheaf-card h4 {
    color: #1D1D1D;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 10px;
  }
  .cheaf-card h6 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .cheaf-card {
    width: 325px;
    max-width: 100%;
    margin: auto;
    margin-left: auto;
  }
  .image-slider-five::after {
    content: "";
    display: block;
  }
  .image-slider-five::after {
    content: "";
    background: url(../asia-img/logo-on-slider.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 41%;
    border: 0px;
    width: 89px;
    height: 133px;
    z-index: 1;
    margin: auto;
  }
  .image-slider-five {
    padding: 0px 0px;
    height: 760px;
  }
  .image-slider-img-one{
    background: url(../asia-img/Iamge-mo-1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-two{
    background: url(../asia-img/Iamge-mo-2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-three{
    background: url(../asia-img/Iamge-mo-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-four{
    background: url(../asia-img/Iamge-mo-4.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-img-five{
    background: url(../asia-img/Iamge-mo-5.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  .image-slider-five .box-container img {
    object-fit: cover;
    display: none;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 380px;
  }
}
@media only screen and (max-width: 600px){
  .item-exclusive-content .card {
    border-radius: 47px;
    border: 8px solid #FFF;
    background: transparent;
    width: 317px;
    height: 780px;
    margin: auto;
    overflow: hidden;
    background: #02836A;
    max-width: 100%;
  }
  .card-details-img h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }
  .card-details-img h3 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .card-details-img-details .font-i {
    color: #FFF;
    font-family: 'Inter';
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 31px;
  }
  .card-details-img-details .font-m {
    color: #FFF;
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }
  .card-details-img-details .font-n {
    color: #FFF;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .card-details-img-details h6 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 16px;
  }
  .card-details-img-details a {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
  }
  .card-details-img-details .locate-div img {
    width: 10px !important;
    max-width: 100%;
    height: 29px;
    margin-left: 17px;
    margin-top: 3px;
  }
  .item-exclusive-content .card {
    border-radius: 40px;
    border: 4px solid #FFF;
    background: transparent;
    width: 317px;
    height: 456px;
    margin: auto;
    overflow: hidden;
    background: #02836A;
    max-width: 100%;
  }
  .card-details-img {
    background: url(../asia-img/exclusive-img.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 132px 0px 10px 24px;
    height: 404px;
  }
  .card-details-img-details h3 {
    margin-bottom: 16px;
  }
  .card-details-img-details {
    padding: 19px 27px 24px;
  }
  .exclusive-space .owl-dot.active {
    background: transparent !important;
    border: 2px solid #fff;
  }
  .exclusive-space .owl-dot {
    width: 11px;
    height: 11px;
    background: #fff !important;
    margin: 0px 5px;
    border-radius: 50px;
  }
  .item-exclusive-content-2 .card {
    border-radius: 20px;
    border: 1px solid #FFF;
    overflow: hidden;
    height: 145px;
    width: 275px;
    margin: auto;
  }
  .item-exclusive-content-2 .card img {
    border-radius: 20px;
    border: 1px solid #FFF;
    width: 275px;
    height: 145px;
  }
  .exclusive-space .owl-dots {
      position: absolute;
      bottom: 0px;
      text-align: center;
      width: 300px;
      margin: auto;
      left: 0px;
      right: 0px;
      margin-bottom: -3rem;
  }
  .item-exclusive-content-2 h3 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .item-exclusive-content-2 p {
    color: #FFF;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .gift-voucher-details {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 24px 0px 0px;
    width: 275px;
    max-width: 100%;
    margin: auto;
  }
  .item-exclusive-content-2 {
    background: #02836A;
    height: 776px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 24px 24px 24px;
    border-radius: 40px;
    border: 4px solid #FFF;
    overflow: hidden;
    height: 465px;
    width: 330px;
    margin: auto;
  }
  .item-exclusive-content-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 463px;
  }
  .item-exclusive-content-3 h5 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
  }
  .item-exclusive-content-2 a {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    text-decoration-line: underline;
  }
  .item-exclusive-content-2 .locate-div img {
    width: 11px !important;
    max-width: 100%;
    height: 22px;
    margin-left: 19px;
    margin-top: 4px;
  }
  .exclusive-slider h2 {
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    padding: 0px 0px 0px 9px;
  }
  #pills-tab .nav-link {
    font-family: 'Space Mono';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #1D1D1D;
    display: flex;
    width: 100px;
    padding: 8px 2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    border-radius: 8px;
    border: 4px solid transparent;
  }
  .exclusive-slider {
    background: url(../asia-img/exclusive-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0.4rem 0;
    height: 760px;
  }
  .exclusive-slider .nav {
    justify-content: space-around;
    padding-top: 0px;
    margin-bottom: 0px !important;
  }
  #pills-tab .nav-link.active {
    border: 2px solid #1D1D1D;
    background: transparent;
  }
}
@media only screen and (max-width: 600px){
    .about-left-content {
        width: 716px;
        max-width: 100%;
        margin-top: 7rem;
    }
  .nearme-outlet {
    background: #1D1D1D;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nearme-outlet select {
    width: 320px;
    max-width: 100%;
    height: 50px;
    color: #fff;
    background: url(../asia-img/select-icon-mo.svg) transparent 95% 60% no-repeat;
    background-size: auto;
    color: #FFF;
    border: 3px solid #fff;
    border-radius: 4.25rem;
    font-family: 'Space Mono';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background-color: transparent;
    /* -webkit-background-clip: text; */
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    /* -webkit-text-stroke: 2px transparent; */
    position: relative;
    margin: auto;
  }
  .nearme-outlet .btn {
    width: 114px;
    height: 38px;
    max-width: 100%;
    flex-shrink: 0;
    background: #DD222C;
    color: #FFF;
    font-family: 'Space Mono';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 21%;
    border-radius: 4.25rem;
    display: flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
    margin-top: 24px;
  }
    .item-slider-content-test h6 {
        color: #fff;
        text-align: center;
        font-family: 'Space Mono';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 2rem;
        padding-top: 2rem;
    }
    .item-slider-content-test p {
        color: #FFF;
        font-family: 'Inter';
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
        margin-bottom: 15px;
    }
    .testmonials-section .owl-dot {
        width: 11px;
        height: 11px;
        background: #fff !important;
        margin: 0px 5px;
        border-radius: 50px;
    }    
    .testmonials-section .item{
        height: 539px;
    }
    .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: 95px;
      height: 100px;
      top: -5rem;
      right: 0rem;
    }
    .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: 76px;
      height: 104px;
      bottom: -5rem;
      left: 1rem;
    }
    .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: 95px;
      height: 100px;
      top: -4rem;
      right: -0.5rem;
    }
    .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: 76px;
      height: 104px;
      bottom: -2rem;
      left: 0rem;
    }
    .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: 95px;
        height: 100px;
        bottom: -1rem;
        left: 0rem;
    }
    .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: 76px;
      height: 104px;
      bottom: 1rem;
      left: 1rem;
    }
    .testmonials-section .owl-dots {
      margin-bottom: 3rem;
    }
    .testmonials-section .item-two{
      height: 539px;
      padding-top: 2rem;
    }
    .testmonials-section .item-three{
      height: 539px;
      padding-top: 2rem;
    }
    .red-bax-title h2 {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        width: 1208px;
        max-width: 100%;
    }
    .red-bax-title p {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        width: 796px;
        max-width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .red-bax-titlefrom .input-group-text {
        color: #FFF;
        font-family: 'Space Mono';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        background: transparent;
        border: 0px;
        height: 47px;
        padding-right: 20px;
    }
    .red-bax-titlefrom .input-group input {
        background: transparent;
        color: #FFF;
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        border: 0px;
        padding-left: 20px;
    }
    .red-bax-titlefrom .input-group {
        border: 1px solid #E9E7DB;
        border-radius: 50px;
        height: 50px;
        overflow: auto;
        width: 782px;
        max-width: 100%;
    }  
    .red-bax-title-time {
        text-align: left;
    }
    .red-bax-title-time .font-s{
        color: #FFF;
        font-family: 'Inter';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 29px;
    } 
    .red-bax-title-time p {
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }   
    .red-bax-titlefrom{
        margin-bottom: 4rem;
    }  
    .footer-last-sec .img-top-arrow {
        position: absolute;
        right: 1rem;
        top: 17.5rem;
        width: 40px;
        height: 39px;
    }
    .footer-last-sec {
        background: url(../asia-img/Frame-30-min.png) no-repeat;
        padding: 0px 9px 5rem;
        padding-top: 26px;
    }
    .footer-last-sec::after {
        content: "";
        background: url(../asia-img/foot-boat.png) no-repeat;
        background-size: contain;
        position: absolute;
        width: 225px;
        height: 113px;
        z-index: 1;
        bottom: -2rem;
        left: 28%;
        right: 64%;
    }
}
@media only screen and (max-width: 600px){
    .footer-card-1 p a {
        color: #FFF;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
    .footer-card-1 p {
        margin-bottom: 0px;
    }
    .footer-card-3 p a {
        color: #FFF;
        font-family: 'Inter';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
    }
    .footer-card-3 p{
        margin-bottom: 0px;
    }
    .font-s {
        font-style: normal !important;
    }
    .footer-card-2 a {
        height: 29px;
        width: 29px;
        border: 1px solid #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .footer-card-2 a img{
        width: 15px;
        height: 15px;
    }
    .footer-card-2 .social-media {
        display: flex;
        justify-content: space-between;
        width: 73px;
        margin: auto;
    }
    .footer-card-3 {
        text-align: left;
    }
    .footer-card-1{
        text-align: end;
    }
    .footer-card-2 {
        text-align: center;
        margin-top: 28px;
    }
    .footer-asia{
        padding: 0px 10px;
        height: 293px;
    }
    .select-selected {
      background-color: transparent;
      border: 2px solid #fff !important;
      height: 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-radius: 34px;
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 0px 18px;
    }
    .select-selected:after {
      position: absolute;
      content: "";
      background: url(../asia-img/select-icon.svg) transparent 95% 60% no-repeat;
      top: 18px;
      right: 20px;
      width: 0;
      height: 0;
      width: 13px;
      height: 14px;
      background-size: contain;
    } 
    .select-items {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      color: #FFF;
      font-family: 'Space Mono';
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 20px 19px;
      height: 115px;
      overflow-y: scroll;
      background: #1D1D1D;
    }
    .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      top: 20px;
      transform: rotate(180deg);
    }
}
/*------------------------feedbacks----------------------------*/

@media only screen and (min-width: 300px) and (max-width: 600px){
    
}
@media only screen and (min-width: 786px) and (max-width: 991px){
    
}
@media only screen and (min-width: 992px) and (max-width:1079px){
    
}
@media only screen and (min-width: 1155px) and (max-width:1440px){
    .footer-card-3 p a {
        color: #FFF;
        font-family: 'Inter';
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
    }
}

