@charset "utf-8";

:root {

  --section-bg: #e3ddd2 !important;
  --white: #ffffff;
  --black: #121212;
  --primary: #d2ae6d !important;
  --secondary: #ad7f29 !important;
  --font-title: "Josefin Sans", sans-serif;
  --font1: "Geologica", sans-serif;
}
@media only screen and (max-width: 1725px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {

  .header {
    padding: 25px 15px;
  }

  .header_sticky {
    padding: 15px;
  }

  .header .logo a img {
    width: 100px;
  }

  .enjoy img {
    width: 90px;
  }

  .globe img {
    width: 34px !important;
  }

  .globe span,
  .enquiry {
    display: none;
  }

  .btn-transprant {
    padding: 0 3px !important;
  }

  .banner-text a {
    display: inline-block;
  }

  .home_banner .swiper-wrapper h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .home_banner .swiper-wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .home_banner .swiper-wrapper h5::before {
    width: 60px;
    left: 30%;
    transform: translateX(-30%);
    top: 7px
  }

  .home_banner .swiper-wrapper h5::after {
    width: 60px;
    right: 30%;
    transform: translateX(30%);
    top: 7px
  }

  .about-left,
  .about-right {
    padding: 0 15px;
  }

  .sub-title {
    font-size: 16px;
  }

  .sub-title::after {
    width: 50px;
  }

  .main-title-big {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .main-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  p {
    margin-bottom: 20px;
  }

  .enquiry-top {
    height: 250px;
  }

  .enquiry-banner .logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .enquiry-form {
    padding: 15px;
  }
}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width: 992px) {

  
  .enjoy-about-saperator-up {
    left: -5px;
    top: -17px;
    transform: rotate(-90deg);
  }

  .enjoy-about-saperator-down {
    left : auto;
    right: 0;
    top: -17px;
    transform: rotate(-90deg);
  }

  .sizzling-about-saperator-up{
    left: -5px;
    top: -14px;
    transform: rotate(-90deg);
  }

  .sizzling-about-saperator-down{
    left : auto;
    right: -5px;
    top: -14px;
    transform: rotate(-90deg);
  }

  .enjoy-about-saperator-up {
    background-image: url(../image/enjoy-about-up-icon.png);
    position: absolute;
    left: -5px;
    top: -17px;
    z-index: 1;
    width: 37px;
    height: 37px;
  }

  .section {
    padding: 50px 0;
  }

  .home_banner .swiper-wrapper h5::before,
  .home_banner .swiper-wrapper h5::after {
    display: inline-block;
    content: "";
    border-top: 2px solid var(--primary);
    width: 50px;
    margin: 5px 16px 5px 16px;
  }

  .about-left,
  .about-right {
    padding: 0;
  }

  .about-right {
    margin-top: 25px;
  }

  .about-bg {
    margin-top: 25px;
  }

  .about-saperator {
    width: calc(100% - 50px);
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #e6d7bc;
    content: " ";
  }

  .about-saperator-up {
    background-image: url(../image/about-up-icon.png);
    position: absolute;
    left: -3px;
    top: -12px;
    z-index: 1;
    width: 31px;
    height: 25px;
    transform: rotate(-90deg);
  }

  .about-saperator-down {
    background-image: url(../image/about-down-icon.png);
    position: absolute;
    left: auto;
    right: -3px;
    top: -12px;
    z-index: 1;
    width: 31px;
    height: 25px;
    transform: rotate(-90deg);
  }

  .main-product-img-btn .button-next,
  .main-product-img-btn .button-prev {
    color: var(--primary);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    font-size: 16px;
    position: absolute;
    z-index: 10000;
    transition: all 0.3s;
    background: #fff !important;
    display: none;
  }

  /* .main-product-img-btn .button-next{
    top : 40%;
    transform: translateY(-40%);
    right: 25px;
    z-index: 100;
  }
  
  .main-product-img-btn .button-prev{
    top : 40%;
    transform: translateY(-40%);
    left: 25px;
    z-index: 100;
  } */

  .tab-restaurant-img,
  .tab-restaurant-content {
    padding: 0;
  }

  .restaurant-gallery {
    padding: 15px 15px 0 15px;
  }

  .copyrights br {
    display: block;
  }

  .restaurant-accordian .accordion-button p {
    font-size: 18px;
  }

  .restaurant-accordian .accordion-button p i {
    display: inline-block;
    font-size: 15px;
  }

  .restaurant-accordian .accordion-button p br {
    display: block;
  }

  .restaurant-accordian .accordion-button img {
    display: none;
  }

  .restaurant-accordian .accordion-button span {
    margin: 0;
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px) {
  .restaurant-gallery {
    padding: 2px 2px 0 2px;
  }


}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {

  .home_banner .swiper-wrapper h5::before,
  .home_banner .swiper-wrapper h5::after {
    width: 16px;
    margin: 5px 3px 5px 3px;
  }
}

@media only screen and (max-width: 480px) {
  .restaurant-accordian .accordion-button span {
    position: relative;
    padding-left: 20px;
    text-align: left !important;
    display: block;
    line-height: 25px;
  }

  .restaurant-accordian .accordion-button span i {
    position: absolute;
    top: 5px;
    left: 0;
  }
}

@media only screen and (max-width: 320px) {}