@font-face {
  font-family: "Cinzel Regular";
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2"), url("../fonts/Cinzel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Bold";
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2"), url("../fonts/Cinzel-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Black";
  src: url("../fonts/Cinzel-Black.woff2") format("woff2"), url("../fonts/Cinzel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel EBold";
  src: url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"), url("../fonts/Cinzel-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel Medium";
  src: url("../fonts/Cinzel-Medium.woff2") format("woff2"), url("../fonts/Cinzel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel SemiBold";
  src: url("../fonts/Cinzel-SemiBold.woff2") format("woff2"), url("../fonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*VARIABLES*/
/* MIXINS */
/* RESET CSS */
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow: scroll;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a, a:hover, a:active, a:visited, a:focus {
  color: inherit;
}

i,
em,
.italic-text {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrap-clear::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  display: table;
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

:focus {
  outline: none;
}

input,
button,
textarea {
  border-radius: 0;
  appearance: none;
}

select {
  border-radius: 0;
  background-color: white;
}

textarea {
  resize: none;
}

/* COMMONS */
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.6px;
  -webkit-user-select: none;
}

ol,
ul {
  margin: 0px;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
}

input,
textarea {
  background: transparent;
  border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

a {
  color: inherit;
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

p {
  line-height: 1.3;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.scroll-lock {
  height: 100%;
  overflow-y: hidden;
}
small {
  font-size: 13px;
}

.input[type=checkbox] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.test {
  color: red;
  font-family: "Cinzel EBold";
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header .logo {
  width: 235px;
}
@media (max-width: 767px) {
  header .logo {
    width: 120px;
  }
}

main {
  background-color: #ffca74;
  padding-bottom: 80px;
}
main .banner {
  padding: 160px 0;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  main .banner {
    padding: 60px 0;
    background-image: url("../images/mobile-banner.png");
  }
}
main .banner .banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .banner .hero-heading {
  font-family: "Cinzel Bold";
  font-size: 100px;
  text-align: center;
  line-height: 1;
  background-image: linear-gradient(128deg, rgb(242, 180, 77) 0%, rgb(252, 215, 148) 64%, rgb(244, 181, 81) 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .banner .hero-heading {
    font-size: 40px;
  }
}
main .banner .hero-para {
  font-family: "Poppins Regular";
  font-size: 40px;
  text-align: center;
  color: #ffebcc;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .banner .hero-para {
    font-size: 18px;
  }
}
main .banner .order-online {
  display: flex;
  gap: 70px;
}
@media (max-width: 767px) {
  main .banner .order-online {
    flex-direction: column;
    gap: 30px;
  }
}
main .banner .zomato,
main .banner .swiggy {
  width: 420px;
}
@media (max-width: 767px) {
  main .banner .zomato,
  main .banner .swiggy {
    width: 220px;
  }
}
main .destination {
  padding: 80px 0;
  padding-top: 100px;
  background-color: #ffca74;
}
@media (max-width: 767px) {
  main .destination {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
main .destination .destination-wrapper {
  background-color: #ffebcc;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  main .destination .destination-wrapper {
    flex-direction: column;
  }
}
main .destination .desti-img {
  flex: 1;
}
@media (max-width: 767px) {
  main .destination .desti-img {
    flex: 1;
  }
}
main .destination .desti-copy {
  flex: 1.3;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  main .destination .desti-copy {
    padding: 40px 20px;
    flex: 1;
  }
}
main .destination .desti-heading {
  font-family: "Cinzel Bold";
  font-size: 54px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .destination .desti-heading {
    font-size: 30px;
  }
}
main .destination .desti-para {
  font-family: "Poppins Medium";
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .destination .desti-para {
    font-size: 16px;
  }
}
main .destination .desti-name {
  font-family: "Poppins SemiBold";
  font-size: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  main .destination .desti-name {
    font-size: 24px;
  }
}
main .food {
  padding: 80px 0;
  padding-top: 0;
  padding-bottom: 120px;
  /* Slide styles */
  /* Adjust the image width */
  /* Customize navigation arrows */
  /* Adding shadow for a more prominent middle image */
  /* Custom adjustments for navigation arrows */
}
@media (max-width: 767px) {
  main .food {
    padding-bottom: 60px;
  }
}
main .food .food-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  main .food .food-wrapper {
    padding: 0 30px;
  }
}
main .food .food-heading {
  font-family: "Cinzel Bold";
  font-size: 64px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  main .food .food-heading {
    font-size: 40px;
    margin-bottom: 45px;
  }
}
main .food .swiper-container {
  width: 100%; /* Adjust width as needed */
  margin: 0 auto;
}
main .food .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; /* To allow for a flexible width */
}
main .food .swiper-slide img {
  height: auto;
  border-radius: 10px;
}
main .food .swiper-button-next,
main .food .swiper-button-prev {
  width: 50px;
}
@media (max-width: 767px) {
  main .food .swiper-button-next,
  main .food .swiper-button-prev {
    width: 40px;
  }
}
main .food .swiper-button-next::after,
main .food .swiper-button-prev::after {
  display: none;
}
main .food .swiper-button-next {
  right: -20px;
  top: 440px;
}
@media (max-width: 767px) {
  main .food .swiper-button-next {
    top: 295px;
    right: 0;
  }
}
main .food .swiper-button-prev {
  left: -20px;
  top: 440px;
}
@media (max-width: 767px) {
  main .food .swiper-button-prev {
    top: 295px;
    left: 0;
  }
}
main .review {
  padding: 80px 0;
  background-image: url("../images/reviews-section.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  main .review {
    background-image: url("../images/mobile-banner.png");
    padding: 60px 0;
  }
}
main .review .review-flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  main .review .review-flex {
    gap: 60px;
    flex-direction: column;
  }
}
main .review .back-line {
  background: rgb(54, 40, 25);
  background: linear-gradient(180deg, rgb(54, 40, 25) 0%, rgb(254, 252, 253) 50%, rgb(54, 40, 25) 100%);
  width: 5px;
  height: 400px;
  align-self: center;
}
main .review .back-line-mobile {
  width: 100%;
  height: 3px;
  background: rgb(54, 40, 25);
  background: linear-gradient(90deg, rgb(54, 40, 25) 0%, rgb(254, 252, 253) 50%, rgb(54, 40, 25) 100%);
}
main .review .flex-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  flex: 1;
}
@media (max-width: 767px) {
  main .review .flex-1 {
    padding: 0 20px;
  }
}
main .review .name {
  color: white;
  font-family: "Cinzel Bold";
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .review .name {
    font-size: 30px;
  }
}
main .review .img-star {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .review .img-star {
    width: 100px;
  }
}
main .review .para {
  font-family: "Poppins Medium";
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  main .review .para {
    font-size: 16px;
    margin-top: 0;
  }
}