@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  background: transparent;
}
.AZ-field-group label {
  font-size: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.AZ-field-group input,
.AZ-field-group textarea {
  font-size: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  padding: 8px;
  flex-grow: 1;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a1a1a1;
  transition: all 0.2s linear;
  min-width: 50px;
}
.AZ-field-group input::-moz-placeholder, .AZ-field-group textarea::-moz-placeholder {
  color: #dddddd;
}
.AZ-field-group input::placeholder,
.AZ-field-group textarea::placeholder {
  color: #dddddd;
}
.AZ-field-group input:focus,
.AZ-field-group textarea:focus {
  border-bottom: 1px solid #f3f3f3;
}
.AZ-field-group input {
  height: 40px;
}

.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  padding: 2px 10px;
  transition: all 0.2s linear;
  border-radius: 40px;
  background: #51342d;
  border: 0;
}
.AZ-primary-btn span,
.AZ-secondary-btn span {
  font-size: 20px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #fff;
}
.AZ-primary-btn:hover,
.AZ-secondary-btn:hover {
  color: #ffffff;
  background: #464444;
}

.AZ-secondary-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.AZ-secondary-btn:hover {
  color: #fff;
  background: #51342d;
  border: 1px solid #51342d;
}

.AZ-section-title {
  font-size: 103px;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  margin-bottom: 29px;
  padding-bottom: 29px;
  position: relative;
  display: inline-block;
  line-height: 90%; /* 56.88px */
  letter-spacing: -1.44px;
}

.AZ-section-text {
  font-size: 16px;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.AZ-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 100;
}
.AZ-navbar .navbar-box {
  padding: 12px 40px;
  border-radius: 74px;
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.AZ-navbar .navbar-toggler {
  color: #323232;
  font-size: 24px;
  padding: 0;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-brand img {
  width: 61px;
}
.AZ-navbar .nav-link {
  font-size: 18px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  transition: all 0.2s linear;
  white-space: nowrap;
  position: relative;
  background: transparent;
}

#accordian .level-two {
  right: 100%;
  top: 0;
}
#accordian .show-dropdown {
  display: flex;
  align-items: center;
}
#accordian .has-dropdown {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
#accordian .has-dropdown a {
  padding: 8px 24px 8px 54px;
  margin-bottom: 4px;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li {
  position: relative;
  width: 100%;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 20px;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian a:not(:only-child):after {
  content: "\e913";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #323232;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian > ul > li > ul li a,
#accordian > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a {
  font-size: 16px;
  font-family: "Kalameh-Regular";
  color: #000;
  width: 100%;
  padding: 10px 10px 10px 20px !important;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
}
#accordian > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a::after {
  top: 5px;
  left: 10px !important;
}
#accordian > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a:hover {
  color: #005bab;
}

.AZ-footer {
  overflow-x: hidden;
  padding: 40px 0;
  background: #51342d;
  height: auto;
}
.AZ-footer .fp-overflow {
  min-height: auto;
  padding: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.AZ-footer .footer-link {
  font-size: 18px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  transition: all 0.2s linear;
  padding: 0 30px;
}
.AZ-footer .footer-link:hover {
  color: #ffb400;
}
.AZ-footer .footer-bottom {
  border-top: 1px solid #999;
  padding-top: 16px;
  margin-top: 30px;
}
.AZ-footer .footer-brand {
  margin-bottom: 32px;
}
.AZ-footer .footer-brand img {
  width: 139px;
}
.AZ-footer .footer-copyright {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.AZ-footer .social a {
  font-size: 18px;
  color: #ffffff;
}

.AZ-about-page {
  margin: 0;
}
.AZ-about-page .section1 {
  background-image: url("../img/first-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.AZ-about-page .section1 .AZ-section-title {
  color: white;
  font-size: 87px;
}
.AZ-about-page .section1 .AZ-section-text {
  color: #ffffff;
  width: 319px;
}
.AZ-about-page .section3,
.AZ-about-page .section4,
.AZ-about-page .section6,
.AZ-about-page .section5 {
  background-color: white;
  overflow: hidden;
}
.AZ-about-page .section5 .fp-overflow {
  padding: 130px 0 50px;
}
.AZ-about-page .section4 {
  overflow: hidden;
}
.AZ-about-page .section4 .fp-overflow {
  overflow-x: hidden !important;
}
.AZ-about-page .section4 .fp-overflow::-webkit-scrollbar {
  height: 0;
  background: transparent;
}
.AZ-about-page .sectionsGroup {
  background-image: url("../img/seond-bg.png");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: left center;
  min-height: 100vh;
  height: 100vh;
  background-color: #fff;
}
.AZ-about-page .sectionsGroup .line-title::after {
  left: unset;
  right: -50px;
  bottom: 30px;
  width: 92px;
  transform: rotate(-45deg);
}
.AZ-about-page .sectionsGroup .AZ-section-title {
  margin-top: -150px;
}
.AZ-about-page .sectionsGroup .about-list {
  margin-bottom: -150px;
  position: relative;
}
.AZ-about-page .about-list {
  position: relative;
  padding: 30px 0;
}
.AZ-about-page .about-list span {
  font-size: 44px;
  color: #cbcbcb;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
}
.AZ-about-page .about-list .icon--bottom,
.AZ-about-page .about-list .icon--top {
  position: absolute;
  top: -40px;
  font-size: 22px;
}
.AZ-about-page .about-list .icon--bottom {
  top: unset;
  bottom: 0;
  right: -40px;
}
.AZ-about-page .about-list .active {
  color: #323232;
}
.AZ-about-page .about-list .active span {
  color: #323232;
}
.AZ-about-page .gap-150 {
  gap: 150px;
}
.AZ-about-page .line-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 1px;
  background: #999;
}

.AZ-gallery-section {
  position: relative;
  overflow: hidden;
  /* افکت فید چپ و راست */
}
.AZ-gallery-section .gallery-grid {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.AZ-gallery-section::before, .AZ-gallery-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.AZ-gallery-section::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
}
.AZ-gallery-section::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), transparent);
}
.AZ-gallery-section .gallery-grid {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.AZ-gallery-section .row--gallery-grid {
  display: flex;
  gap: 20px;
  margin: 0;
  position: relative;
  justify-content: center;
}
.AZ-gallery-section .row--gallery-grid img {
  width: 210px;
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  padding: 0;
}
.AZ-gallery-section .AZ-section-title {
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.AZ-gallery-section .AZ-section-text {
  font-size: 33px;
  color: #747474;
  font-weight: 300;
  font-family: "Playfair Display", serif;
}

.AZ-contact-section .AZ-section-title {
  font-size: 72px;
}
.AZ-contact-section .AZ-section-text {
  font-size: 14px;
  line-height: 134%;
}
.AZ-contact-section .contact-list {
  margin-top: 30px;
}
.AZ-contact-section .contact--item {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.AZ-contact-section .contact--item span {
  font-size: 34px;
  color: #51342d;
}
.AZ-contact-section .contact--link {
  font-size: 14px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.AZ-reservation-section {
  background-image: url("../img/reservation-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.AZ-reservation-section .reservation-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(7.3499999046px);
          backdrop-filter: blur(7.3499999046px);
  padding: 38px 90px;
}
.AZ-reservation-section .AZ-section-title {
  font-size: 48px;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contact-location {
  padding-right: 50px;
  width: 100%;
}

.location-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.AZ-location {
  width: 100%;
  position: relative;
  min-height: 450px;
  z-index: 0;
  overflow: hidden;
}

.datepicker-plot-area {
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  background: transparent !important;
  color: #fff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  padding: 10px;
  height: unset;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span {
  font-size: 14px;
  text-shadow: none;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span {
  background: #fff !important;
  color: #000000;
}

.datepicker-plot-area .datepicker-day-view .table-days td span:hover {
  border: 1px solid #e1e1e1;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  background: transparent;
  border-radius: 40px;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  width: auto;
  padding: 0 10px;
}

.datepicker-plot-area .datepicker-navigator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  background-color: transparent;
  color: #fff;
}

.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
  padding-top: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: relative;
}

.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: transparent;
  color: #fff;
  border: none;
  text-shadow: unset;
  border: 1px solid #fff;
  border-radius: 40px;
}

.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  border: 1px solid #fff;
  border-radius: 40px;
  background: transparent;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  font-size: 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.datepicker-plot-area .datepicker-day-view .year-item-disable,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  color: gray;
}

.datepicker-plot-area {
  box-shadow: unset !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  color: white;
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-top: 0;
}

.datepicker-plot-area .datepicker-time-view input {
  color: #fff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover,
.datepicker-plot-area .datepicker-time-view .up-btn:hover {
  background-color: transparent;
  color: #807f7f;
}

.datepicker-plot-area * {
  text-align: center;
  color: #fff;
}

.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  color: #a1a1a1;
  font-size: 20px;
}

.datepicker-plot-area .pwt-btn-submit {
  display: none !important;
}

.flatpickr-calendar.inline {
  width: 300px; /* Adjust this value as needed */
  max-width: 100%; /* Optional: ensure responsiveness */
}
.flatpickr-calendar.inline .flatpickr-days,
.flatpickr-calendar.inline .flatpickr-innerContainer,
.flatpickr-calendar.inline .flatpickr-rContainer {
  width: 100%;
}
.flatpickr-calendar.inline .dayContainer {
  min-width: 100%;
  width: 100%;
}

.flatpickr-calendar {
  background: transparent;
  box-shadow: unset;
}
.flatpickr-calendar .flatpickr-day {
  color: #fff;
  background: transparent !important;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  padding: 10px;
  height: unset;
  border: 1px solid transparent;
  min-width: 40px;
  height: 40px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.flatpickr-calendar .flatpickr-day:hover,
.flatpickr-calendar .flatpickr-day.selected {
  border: 1px solid #e1e1e1;
}
.flatpickr-calendar span.flatpickr-weekday {
  font-size: 16px;
  color: #afafaf;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #afafaf;
  fill: #afafaf;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: white !important;
  color: white;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-size: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  margin-bottom: 20px;
}

.custom-number-input {
  background: transparent;
  border-bottom: 1px solid #a1a1a1;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-number-input input {
  font-size: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  pointer-events: none;
  border: 0;
}
.custom-number-input .arrow-btn {
  font-size: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a1a1a1;
  transition: all 0.2s linear;
}
.custom-number-input .arrow-btn:hover {
  color: #fff;
}

.AZ-menu-section {
  /* right menu swiper */
  /* curved category area */
}
.AZ-menu-section .fp-overflow {
  padding: 80px 0 40px;
}
.AZ-menu-section .gallery-wrapper {
  width: 480px;
  overflow: visible;
}
.AZ-menu-section .gallery-wrapper::after {
  padding-bottom: 100%;
}
.AZ-menu-section .gallery-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  background-image: url("../img/Ellipse 2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.AZ-menu-section .main-swiper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f0f0f0;
  box-shadow: 0 0 146.5px -11px #cbcbcb;
  position: relative;
}
.AZ-menu-section .main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-menu-section .main-swiper .swiper-slide img {
  max-width: 85%;
  max-height: 85%;
  border-radius: 50%;
  filter: drop-shadow(-8px 8px 20px rgba(0, 0, 0, 0.25));
}
.AZ-menu-section .menu-swiper {
  max-width: 250px;
  height: 330px;
  width: 100%;
  padding: 0 20px;
}
.AZ-menu-section .menu-swiper .swiper-wrapper {
  align-items: center;
}
.AZ-menu-section .menu-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  width: 198px;
}
.AZ-menu-section .menu-swiper .swiper-slide .menu-item {
  padding: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s linear;
  border-radius: 16px;
  background: #f1f1f1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-menu-section .menu-swiper .swiper-slide-thumb-active {
  width: 246px;
}
.AZ-menu-section .menu-swiper .swiper-slide-thumb-active .menu-item {
  background: #e0e0e0;
  opacity: 1;
}
.AZ-menu-section .sidebar-menu {
  position: relative;
}
.AZ-menu-section .sidebar-menu .nav .line {
  width: 1px;
  height: 100px;
  background: #999999;
}
.AZ-menu-section .sidebar-menu .swiper-button-next,
.AZ-menu-section .sidebar-menu .swiper-button-prev {
  position: relative;
  font-size: 12px;
  color: #3b3b3b;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  right: 0;
  left: unset;
  top: 15px;
  width: auto;
  height: auto;
  margin: 0;
}
.AZ-menu-section .sidebar-menu .swiper-button-next span,
.AZ-menu-section .sidebar-menu .swiper-button-prev span {
  font-size: 22px;
}
.AZ-menu-section .sidebar-menu .swiper-button-next:after,
.AZ-menu-section .sidebar-menu .swiper-button-prev:after {
  content: none;
}
.AZ-menu-section .sidebar-menu .swiper-button-prev {
  top: unset;
  bottom: 15px;
  right: 10px;
}
.AZ-menu-section .sidebar-menu .swiper-pagination {
  position: unset;
}
.AZ-menu-section .sidebar-menu .swiper-pagination-fraction {
  left: unset;
  width: auto;
  right: 0;
  color: #3b3b3b;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.AZ-menu-section .sidebar-menu .swiper-pagination-fraction span {
  color: #000;
}
.AZ-menu-section .menu-title {
  font-size: 24px;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 4px;
}
.AZ-menu-section .menu-desc {
  font-size: 14px;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}
.AZ-menu-section .category-swiper {
  width: 100%;
  height: 180px;
  overflow: visible;
}
.AZ-menu-section .category-img {
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  filter: drop-shadow(-2px 4px 6px rgba(0, 0, 0, 0.25));
  opacity: 0.5;
}
.AZ-menu-section .category-name {
  font-size: 24px;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  opacity: 0.5;
}
.AZ-menu-section .category-swiper .swiper-slide {
  position: absolute;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
}
.AZ-menu-section .category-swiper .swiper-slide.active {
  z-index: 10;
}
.AZ-menu-section .category-swiper .swiper-slide.active .category-img {
  min-width: 120px;
  height: 120px;
  filter: drop-shadow(-8px 8px 20px rgba(0, 0, 0, 0.25));
  opacity: 1;
}
.AZ-menu-section .category-swiper .swiper-slide.active .category-name {
  font-size: 32px;
  opacity: 1;
}

.fp-section .AZ-section-title {
  opacity: 0;
  transform: translateY(50px);
}
.fp-section .AZ-gallery-section .AZ-section-text {
  opacity: 0;
  transform: translateY(50px);
}

.fp-section.active .AZ-section-title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}
.fp-section.active .AZ-gallery-section .AZ-section-text {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.fp-overflow {
  min-height: 100vh;
  padding: 130px 0 100px;
}

.fp-watermark {
  display: none;
}

@media screen and (max-width: 1200px) {
  .AZ-about-section .AZ-section-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .fp-overflow {
    padding: 80px 0 50px;
  }
  .w-md-100 {
    width: 100%;
  }
  .AZ-primary-btn span,
  .AZ-secondary-btn span {
    font-size: 16px;
  }
  .AZ-navbar {
    padding: 15px 0;
  }
  .AZ-navbar .navbar {
    position: unset;
  }
  .AZ-navbar .navbar-box-mobile {
    -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
    padding: 10px 30px;
    border-radius: 40px;
  }
  .AZ-navbar .navbar-box {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    min-width: 100%;
    border-radius: 0;
    padding: 0;
  }
  .AZ-navbar.show::after {
    z-index: 1;
    visibility: visible;
  }
  .AZ-navbar .sidebar {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 24px;
    z-index: 100;
    transition: all 0.2s linear;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .AZ-navbar .sidebar::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../img/Vector.png");
            mask-image: url("../img/Vector.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    mix-blend-mode: overlay;
    background: #fff;
    z-index: -1;
    opacity: 0.3;
  }
  .AZ-navbar .sidebar.show {
    right: 0;
  }
  .AZ-navbar .close-sidebar {
    color: #fff;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 3px 10px;
  }
  .AZ-navbar .AZ-primary-btn,
  .AZ-navbar .AZ-secondary-btn {
    font-size: 12px;
    padding: 2px 10px;
    height: 35px;
  }
  .AZ-navbar .nav-link {
    padding: 15px 0 !important;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .AZ-navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .AZ-navbar .navbar-brand img {
    width: 46px;
  }
  .AZ-section-title {
    line-height: 100%;
    font-size: 48px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .AZ-section-text {
    font-size: 16px;
  }
  .AZ-about-page .section5 .fp-overflow {
    padding: 100px 0 50px;
  }
  .AZ-about-page .gap-150 {
    gap: 50px;
  }
  .AZ-about-page .about-list .icon--bottom,
  .AZ-about-page .about-list .icon--top {
    font-size: 16px;
  }
  .AZ-about-page .sectionsGroup {
    background-size: 100%;
    padding: 50px 0;
  }
  .AZ-about-page .sectionsGroup .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .AZ-about-page .sectionsGroup .line-title::after {
    right: unset;
    left: 0;
    transform: unset;
    bottom: 0;
    width: 76px;
  }
  .AZ-about-page .sectionsGroup .about-list {
    margin-bottom: unset;
    padding-left: 60px;
  }
  .AZ-about-page .sectionsGroup .about-list span {
    font-size: 28px;
  }
  .AZ-about-page .sectionsGroup .about-list .icon--bottom {
    display: none;
  }
  .AZ-about-page .sectionsGroup .about-list .icon--top {
    top: 0;
    left: -40px;
    font-size: 16px;
  }
  .AZ-about-page .sectionsGroup .AZ-section-title {
    margin-top: unset;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .AZ-contact-section .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .AZ-contact-section .h-100 {
    height: auto !important;
  }
  .AZ-reservation-section .reservation-form {
    padding-left: 0;
  }
  .AZ-reservation-section .h-100 {
    height: auto !important;
  }
  .AZ-menu-section .about-box {
    padding: 0 40px;
  }
  .AZ-menu-section .h-100 {
    height: auto !important;
  }
  .AZ-menu-section .gallery {
    overflow-x: hidden;
    padding-top: 30px;
  }
  .AZ-menu-section .main-swiper {
    box-shadow: 0 0 30px 5px #cbcbcb;
  }
  .AZ-menu-section .category-swiper {
    height: 150px;
  }
  .AZ-menu-section .sidebar-menu {
    width: 100%;
  }
  .AZ-menu-section .sidebar-menu .swiper-button-next {
    top: 0;
  }
  .AZ-menu-section .sidebar-menu .swiper-button-prev {
    bottom: 0;
  }
  .AZ-menu-section .sidebar-menu .nav {
    margin-top: 30px;
  }
  .AZ-menu-section .sidebar-menu .nav .line {
    display: none;
  }
  .AZ-menu-section .sidebar-menu .swiper-slide {
    margin: 0;
  }
  .AZ-menu-section .sidebar-menu .swiper-slide .menu-item {
    width: 100%;
    height: 100%;
  }
  .AZ-menu-section .sidebar-menu .swiper-slide-thumb-active {
    min-height: 100px;
    height: 100px;
  }
  .AZ-menu-section .menu-swiper {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .AZ-menu-section .menu-swiper .swiper-slide-thumb-active .menu-item {
    width: 100%;
  }
  .AZ-menu-section .gallery-wrapper {
    width: 90%;
  }
  .AZ-menu-section .category-name {
    font-size: 16px;
  }
  .AZ-menu-section .category-img {
    min-width: 100px;
    height: 100px;
  }
  .AZ-menu-section .category-swiper .swiper-slide.active .category-name {
    font-size: 18px;
  }
  .AZ-menu-section .category-swiper .swiper-slide.active .category-img {
    min-width: 120px;
    height: 120px;
  }
  .AZ-footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .AZ-footer .footer-brand {
    margin-bottom: 0;
  }
  .contact-location {
    padding-right: 0;
  }
  .AZ-gallery-section .row--gallery-grid img {
    width: 150px;
    height: 124px;
  }
  .AZ-gallery-section::before, .AZ-gallery-section::after {
    width: 80px;
  }
  .AZ-hero-section .anim {
    width: 20px;
    height: 32px;
    border-radius: 40px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .AZ-hero-section .anim .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    animation: circle 1.5s ease-in-out alternate infinite;
  }
  .AZ-hero-section .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  @keyframes circle {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translate(-50%, 12px);
    }
  }
}
@media screen and (max-width: 768px) {
  .AZ-about-page .sectionsGroup {
    background-size: 600px;
  }
  .AZ-about-page .gap-150 {
    gap: 30px;
  }
  .AZ-gallery-section .AZ-section-title {
    font-size: 40px;
  }
  .AZ-gallery-section .AZ-section-text {
    font-size: 22px;
  }
  .AZ-reservation-section .reservation-box {
    padding: 25px;
  }
  .AZ-contact-section .AZ-section-title {
    font-size: 44px;
  }
  .AZ-location {
    min-height: 250px;
  }
  .leaflet-marker-icon {
    width: 100px !important;
    height: 150px !important;
  }
}
@media screen and (max-width: 576px) {
  .AZ-about-page .sectionsGroup {
    background-size: 500px;
  }
  .AZ-about-page .section1 .AZ-section-title {
    font-size: 40px;
    letter-spacing: -1.92px;
  }
  .w-sm-100 {
    width: 100%;
  }
  .AZ-footer {
    padding: 40px 0;
  }
  .AZ-footer .footer-brand img {
    width: 100px;
  }
  .AZ-about-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .AZ-menu-section .category-swiper {
    height: 80px;
  }
  .AZ-menu-section .category-img {
    min-width: 65px;
    height: 65px;
  }
  .AZ-menu-section .category-swiper .swiper-slide.active .category-img {
    min-width: 90px;
    height: 90px;
  }
  .AZ-menu-section .menu-title {
    font-size: 16px;
  }
  .AZ-menu-section .menu-desc {
    font-size: 12px;
  }
}