@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */

/* ******************** */

.section {
  position: relative;
}

.sec-sub-title {
  text-transform: uppercase;
  display: inline-block;
  background: #f3f3f5;
  box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
  padding: 5px 20px;
  border-radius: 60px;
  color: #7416a0;
  font-size: 20px;
}

.h2-title {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
  display: block;
}

/* ****** scrollbar design ******** */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
  background: #9977c4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #530692;
}

/* ************ */

.xxl-title {
  text-transform: capitalize;
  font-size: 52px;
  line-height: 72px;
  margin-bottom: 30px;
}

#gallery {
  padding-top: 120px;
}

.book-table-img {
  height: 70vh;
  min-height: 500px;
  border-radius: 30px;
}

.back-img {
  background-position: center;
  background-size: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-wp {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: 60px;
  height: 60px;
  display: inline-flex;
  font-size: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  color: #0d0d25;
  background: #ffffff;
  box-shadow: -20px 20px 60px #d4d4d4, 20px -20px 60px #ffffff;
  padding-top: 1px;
  padding-right: 2px;
  transition: 0.3s;
}

.swiper-button-next {
  box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
  padding-left: 3px;
}

.swiper-button-prev:hover {
  box-shadow: inset 5px 5px 20px #d4d4d4, inset -5px -5px 20px #ffffff;
  color: #530692;
}

.swiper-button-next:hover {
  box-shadow: inset -5px 5px 20px #d4d4d4, inset 5px -5px 20px #ffffff;
  color: #530692;
}

.swiper-pagination {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 60px;
  background: linear-gradient(145deg, #ececec, #ffffff);
  box-shadow: 25px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
  max-width: fit-content;
  left: 50% !important;
  transform: translate(-50%, 0);
  bottom: 0 !important;
  color: #000;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0px 10px !important;
  border-radius: 10px;
  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.swiper-pagination-bullet-active {
  background: #bb30fc;
  width: 30px;
}

/* *************** */

.team-slider {
  position: relative;
}

.team-box {
  padding: 10px;
  border-radius: 20px;
  background: #ffffff;

  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.team-box:hover {
  transform: scale(1.03);
}

.team-img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  box-shadow: 9px 9px 18px rgb(194 194 194 /0.5),
    -9px -9px 18px rgb(255 255 255 / 0.5);
}

.team-box .h3-title {
  text-transform: capitalize;
  color: #0d0d25;
  font-weight: 600;
}

.social-icon {
  margin: 15px 0px 10px;
}

.social-icon ul li {
  display: inline-block;
  margin: 0 6px;
}

.social-icon ul li:last-child {
  margin-right: 0;
}

.social-icon ul li:first-child {
  margin-left: 0;
}

.social-icon ul li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff;
  color: #0d0d25;
  font-size: 19px;
}

.social-icon ul li a:hover {
  background: #b443ff;
}

.social-icon ul li a:hover i {
  color: #ffffff !important;
}

/* *************** */

.blog-text .h4-title {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  color: #0d0d25;
  transition: 0.3s;
}

.blog-date {
  padding: 5px 15px;
  background: #f8f9fa;
  box-shadow: inset 5px 5px 10px #e2e2e2, inset -5px -5px 10px #e8e8e8;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.blog-box {
  padding: 15px 10px;
  border-radius: 20px;
  border: #b4b0b0 solid 1px;
  background: linear-gradient(145deg, #ececec, #fdfdfd);
  box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
  margin-bottom: 30px;
}

.blog-box:hover {
  transform: scale(1.01);
}

.scrolltop {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f3f3f5;
  box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
  color: #530692;
  font-size: 26px;
  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
  border: none;
}

.scrolltop:hover {
  box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
  color: #0d0d25;
}

/* **************** responsiveness ***************** */

@media (min-width: 2100px) {
  .container {
    max-width: 1400px;
  }
  p,
  body,
  button,
  input {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 1399px) {
  .h1-title {
    font-size: 80px;
    line-height: 90px;
  }
  .h3-title {
    font-size: 26px;
    line-height: 36px;
  }
  .h4-title {
    font-size: 24px;
    line-height: 34px;
  }
  .h2-title {
    font-size: 38px;
    line-height: 48px;
  }
  .blog-box {
    padding: 30px 20px;
  }
  .dist-bottom-row ul li b {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .main-banner {
    padding: 200px 0;
  }
  .banner-img-wp {
    height: 360px;
  }
  .dish-box {
    padding: 0 0 40px;
  }
  .dist-img img {
    width: 220px;
  }
  .dist-img {
    margin-top: -110px;
  }
  .dist-bottom-row ul li b {
    font-size: 28px;
  }
  .sec-text {
    padding: 0;
  }
  .testimonials-box {
    padding: 30px 20px;
    margin: 26px 0 30px;
  }
  .testimonials-box-img {
    min-width: 80px;
    min-height: 80px;
    margin-top: -80px;
  }
  .faq-box .h4-title {
    padding: 16px 20px;
  }
  .faq-box p {
    padding: 8px 20px 20px;
  }
  .blog-img {
    height: 240px;
  }
  .newsletter-box-text {
    padding: 0;
  }
  .footer-flex-box > div {
    padding: 0 10px;
  }
  .star-rating {
    font-size: 19px;
  }
  .testimonial-box-top {
    margin-bottom: 10px;
  }
  .call-now a {
    font-size: 28px;
  }
  .menu-box {
    padding: 50px 20px 30px 20px;
  }
  .menu-img {
    width: 140px;
  }
}

@media (max-width: 991px) {
  .js-parallax-scene {
    display: none;
  }
  .main-banner {
    padding: 140px 0 60px;
  }
  .h1-title {
    font-size: 60px;
    line-height: 80px;
  }
  .banner-img-wp {
    padding: 0;
    height: 75vw;
    padding-top: 50px;
  }
  .brands-box {
    padding: 0 30px;
  }
  .brands-row {
    margin: 0 -30px;
  }
  .menu-tab ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .menu-tab::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    opacity: 0.2;
    border-radius: 0 60px 60px 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  .sec-text {
    margin-top: 40px;
  }
  .call-now {
    border: none;
    margin: 40px 0;
    border-top: 3px dotted rgb(13 13 17 / 50%);
    border-bottom: 3px dotted rgb(13 13 17 / 50%);
    padding: 30px 0;
  }
  .book-table-info {
    max-width: 300px;
    margin: 30px auto 0;
  }
  .swiper-button-wp .swiper-button {
    display: none !important;
  }
  .testimonials-img img {
    position: unset;
    width: 100%;
  }
  .testimonials-img {
    margin-bottom: 60px;
  }
  .faq-row {
    column-count: 1;
    margin: 0;
  }
  .newsletter-box {
    padding: 40px;
  }
  .footer-info {
    margin-bottom: 50px;
  }
  .footer-flex-box {
    display: block;
    margin: 0;
  }
  .footer-flex-box > div {
    padding: 0;
    margin-bottom: 30px;
  }
  .faq-box {
    margin: 0;
    margin-bottom: 30px;
  }
  .footer-flex-box > div:last-child {
    margin: 0;
  }
  .scrolltop {
    bottom: 130px;
  }
  .footer-menu ul {
    max-width: 300px;
  }
  #gallery {
    padding-top: 90px;
  }
  .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 8px;
    height: 8px;
  }
  .swiper-pagination {
    padding: 6px 20px;
  }
  .swiper-button-wp {
    margin-top: 40px;
  }
  .swiper-pagination-bullet-active {
    width: 16px;
  }
  .dish-title .h3-title {
    display: block;
    min-height: auto;
    margin-bottom: 12px;
  }
  .menu-img {
    width: 180px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  #js-scroll-content {
    transform: unset !important;
  }
  body {
    height: auto !important;
  }
  .menu-tab ul::-webkit-scrollbar {
    height: 0;
  }
  .menu-tab {
    position: relative;
    display: flex;
  }
}

@media (max-width: 767px) {
  .banner-img-wp {
    height: 75vw;
    min-height: 60vw;
    width: auto;
  }
  .dist-img img {
    width: 180px;
  }
  .dist-img {
    margin-top: -80px;
  }
  .menu-tab-wp {
    margin-bottom: 60px;
  }
  .dish-box {
    margin: 80px 0 30px;
  }
  .book-table-img {
    min-height: 340px;
    height: 60vh;
  }
  .dish-info ul li p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  .dish-info ul li b {
    font-size: 14px;
  }
  .brands-box {
    padding: 0 25px;
  }
  .brands-row {
    margin: 0 -25px;
  }
  .menu-tab ul li {
    padding: 10px 20px;
  }
}
