/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 18px;
  font-family: "Inter", serif;
  font-weight: normal;
  color: #475467;
  background: #ffffff; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1F2937;
  font-family: "Instrument Sans", serif;
  font-weight: 700; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.slick-slide:focus {
  outline: none;
  box-shadow: none; }

.slick-slide img {
  display: inline-block !important; }

input:focus,
textarea:focus {
  outline: none; }

input, select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 500;
  color: #475467;
  padding: 0 20px;
  line-height: 48px; }

select {
  height: 48px; }

textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #475467;
  height: 120px;
  resize: none;
  padding: 20px; }

label {
  font-family: "Instrument Sans", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1F2937;
  margin-bottom: 10px;
  width: 100%;
  display: block; }

.form-group {
  margin-bottom: 25px; }

button {
  border: none; }

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

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 40px; }
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 10px; }

/* Start Primary btns css
============================================================================================ */
.primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 1000px;
  padding: 12px 24px;
  background: #FF7629;
  border: 1px solid transparent;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn.secondary-btn {
    background: #22C55E; }
  .primary-btn.bordered-btn {
    background: transparent;
    border: 1px solid #FF7629;
    color: #1F2937; }
    .primary-btn.bordered-btn:hover {
      background: #FF7629;
      color: #ffffff;
      border-color: #FF7629; }
  .primary-btn:hover {
    background: transparent;
    border-color: #FF7629;
    color: #1F2937; }

/* check list css
============================================================================================ */
.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .check-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 500; }
    .check-list li i {
      position: absolute;
      left: 0;
      top: 5px;
      color: #475467; }

/* button css
============================================================================================ */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* slick dots css
============================================================================================ */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }
  .slick-dots li.slick-active button {
    background: #FF7629;
    width: 17px;
    border-radius: 8px; }
  .slick-dots li button {
    background: #FFFBEA;
    text-indent: -9999px;
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%; }

/* slick arrow css
============================================================================================ */
.arrows-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 12px; }

.slick-arrow {
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  color: #6B7280;
  transition: .3s;
  border: 1px solid #6B7280; }
  .slick-arrow:hover {
    background: #FF7629;
    color: #1F2937;
    border-color: #FF7629; }

/* gradient-bg css
============================================================================================ */
.gradient-bg {
  background: -webkit-linear-gradient(90deg, #FF7629 0%, #FF7629 100%);
  background: -moz-linear-gradient(90deg, #FF7629 0%, #FF7629 100%);
  background: -o-linear-gradient(90deg, #FF7629 0%, #FF7629 100%);
  background: linear-gradient(90deg, #FF7629 0%, #FF7629 100%); }

/* animation delay css
============================================================================================ */
.delay-1 {
  animation-delay: .1s; }

.delay-2 {
  animation-delay: .2s; }

.delay-3 {
  animation-delay: .3s; }

.delay-4 {
  animation-delay: .4s; }

.delay-5 {
  animation-delay: .5s; }

.delay-6 {
  animation-delay: .6s; }

.delay-7 {
  animation-delay: .7s; }

.delay-8 {
  animation-delay: .8s; }

.delay-9 {
  animation-delay: .9s; }

.delay-10 {
  animation-delay: 1s; }

.delay-11 {
  animation-delay: 1.1s; }

.delay-12 {
  animation-delay: 1.2s; }

.delay-13 {
  animation-delay: 1.3s; }

.delay-14 {
  animation-delay: 1.4s; }

.delay-15 {
  animation-delay: 1.5s; }

/* Start Header area style
============================================================================================ */
.header-area {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  top: 0; }
  .header-area .offcanvas-toggler-wrap {
    display: none; }
    .header-area .offcanvas-toggler-wrap .offcanvas-toggler {
      display: flex;
      align-items: center;
      background: #FF7629;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      justify-content: center;
      height: 40px;
      width: 40px;
      font-size: 20px; }
    .header-area .offcanvas-toggler-wrap .search-icon {
      height: 40px;
      width: 40px;
      background: #F9FAFB;
      border-radius: 50%; }
      .header-area .offcanvas-toggler-wrap .search-icon img {
        filter: brightness(0.5); }
  .header-area .cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #475467;
    position: relative;
    font-size: 16px;
    font-weight: 600; }
    .header-area .cart-btn img {
      transition: .3s; }
    .header-area .cart-btn span {
      height: 15px;
      width: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 8px;
      font-weight: 600;
      background: #FF7629;
      border-radius: 50%;
      color: #ffffff;
      position: absolute;
      top: 0;
      left: 12px; }
  .header-area .search-meta {
    position: relative; }
    .header-area .search-meta input {
      background: #F9FAFB;
      border: 1px solid #EAECF0;
      border-radius: 1000px;
      line-height: 48px;
      width: 325px;
      padding: 0 50px 0 15px;
      color: #475467;
      font-size: 12px; }
      .header-area .search-meta input ::placeholder {
        font-size: 12px; }
    .header-area .search-meta button {
      position: absolute;
      right: 5px;
      top: 5px;
      height: 40px;
      width: 40px;
      background: #FF7629;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }

.header-grid {
  display: grid;
  grid-template-columns: auto 11fr;
  gap: 15px;
  align-items: center; }
  .header-grid .menu-bar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px; }
  .header-grid .nav-menu {
    display: flex;
    gap: 15px 16px; }
    .header-grid .nav-menu .nav-item a {
      position: relative;
      font-size: 16px;
      color: #414250;
      font-weight: 500;
      padding: 0px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      z-index: 1; }
    .header-grid .nav-menu .nav-item:hover > a, .header-grid .nav-menu .nav-item.active a {
      color: #FF7629; }
  .header-grid .logo-wrap img {
    max-width: 38px; }
  .header-grid .header-meta {
    display: flex;
    align-items: center;
    gap: 20px; }

.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #040000;
  height: 100%;
  top: 0;
  padding-top: 50px;
  z-index: 999;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .offcanvas-wraper .offcanvas-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    cursor: pointer; }
  .offcanvas-wraper .header-meta {
    margin-top: 15px; }
  .offcanvas-wraper.active {
    left: 0; }

/* banner area style
============================================================================================ */
.banner-area {
  position: relative;
  padding: 60px 0 80px;
  background: url(../img/bg/banner-bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .banner-area:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    content: "";
    background: #FF7629;
    z-index: -1; }
  .banner-area .banner-content h1 {
    font-size: 72px;
    margin-bottom: 15px;
    font-weight: 700; }
  .banner-area .banner-content p {
    margin-bottom: 30px;
    font-size: 16px; }
  .banner-area .banner-content .banner-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; }
  .banner-area .banner-thumb {
    text-align: center; }

/*offer area style
============================================================================================ */
.offer-area {
  padding-bottom: 120px; }

.offer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .offer-inner .offer-content {
    background: #FF7629;
    padding: 60px 50px;
    border-bottom-left-radius: 8px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px; }
    .offer-inner .offer-content .offer-icon {
      max-width: 60px; }
    .offer-inner .offer-content .offer-content-inner {
      display: flex;
      align-items: center;
      gap: 15px;
      justify-content: space-between;
      width: calc(100% - 80px);
      flex-wrap: wrap; }
    .offer-inner .offer-content h2 {
      font-size: 32px;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 5px; }
    .offer-inner .offer-content p {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 0; }
    .offer-inner .offer-content .primary-btn {
      background: #FFFBEA;
      color: #1F2937; }
  .offer-inner .offer-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 8px; }

/* about area style
============================================================================================ */
.about-area {
  padding: 120px 0 60px;
  position: relative;
  z-index: 1;
  background: #FFF9F3; }
  .about-area .about-content .choose-list {
    margin-top: 25px;
    margin-bottom: 45px; }
    .about-area .about-content .choose-list h4 {
      font-size: 24px;
      margin-bottom: 15px; }
  .about-area .about-content .about-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }

/* book a table  area style
============================================================================================ */
.book-area {
  background: #FFF9F3;
  padding: 80px 0; }

.table-form {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #E8E8E8; }
  .table-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px 15px; }
  .table-form button {
    width: 100%;
    text-align: center;
    justify-content: center; }

.book-table-thumb {
  height: 100%; }
  .book-table-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 16px; }

/* popular-menu area style
============================================================================================ */
.popular-menu-area {
  padding: 120px 0; }
  .popular-menu-area .title-wrap {
    margin-bottom: 50px; }
  .popular-menu-area .button-group {
    margin-top: 50px;
    justify-content: center; }

.single-menu-slider .menu-thumb {
  text-align: center;
  position: relative; }
  .single-menu-slider .menu-thumb img {
    height: 345px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px; }
  .single-menu-slider .menu-thumb .price {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 1000px;
    position: absolute;
    left: 20px;
    top: 20px;
    background: #ffffff; }
.single-menu-slider .menu-content {
  text-align: center;
  padding: 20px 20px 0; }
  .single-menu-slider .menu-content h4 {
    font-size: 20px; }
  .single-menu-slider .menu-content p {
    font-size: 14px; }

/* benefit area style
============================================================================================ */
.benefit-area {
  background: url(../img/bg/benefit-bg.png) center no-repeat;
  background-size: cover;
  padding: 85px 0;
  position: relative;
  z-index: 1; }
  .benefit-area .benefit-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42%;
    object-fit: cover;
    object-position: top; }
  .benefit-area .section-title {
    margin-bottom: 60px; }
    .benefit-area .section-title h2 {
      color: #ffffff; }
    .benefit-area .section-title p {
      color: #ffffff;
      max-width: 500px; }
    .benefit-area .section-title .button-group .primary-btn {
      background: #ffffff;
      color: #1F2937; }
      .benefit-area .section-title .button-group .primary-btn.bordered-btn {
        background: transparent;
        border-color: #ffffff;
        color: #ffffff; }

.benefit-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  position: relative;
  z-index: 1; }
  .benefit-items:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    z-index: -1; }

.single-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  z-index: 1; }
  .single-benefit-item.no-border:after {
    display: none; }
  .single-benefit-item:after {
    position: absolute;
    left: -24px;
    bottom: -24px;
    height: 1px;
    width: calc(100% + 48px);
    content: "";
    background: rgba(255, 255, 255, 0.3);
    z-index: -1; }
  .single-benefit-item img {
    max-width: 35px;
    filter: brightness(0) invert(1); }
  .single-benefit-item .benefit-box-content h5 {
    font-size: 20px;
    color: #ffffff; }
  .single-benefit-item .benefit-box-content p {
    font-size: 14px;
    color: #E0E0E0; }

/* testimonial area style
============================================================================================ */
.testimonial-area {
  padding: 80px 0;
  background: #FFF9F3;
  overflow: hidden; }
  .testimonial-area .slick-dots {
    margin-top: 20px; }
    .testimonial-area .slick-dots li.slick-active button {
      background: #1F2937;
      width: 12px; }
    .testimonial-area .slick-dots button {
      background: #D9D9D9; }
  .testimonial-area .title-wrap {
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-end; }
    .testimonial-area .title-wrap .section-title p {
      max-width: 645px; }

.testimonial-slider .slick-track {
  display: flex;
  gap: 0 15px; }
  .testimonial-slider .slick-track:before, .testimonial-slider .slick-track:after {
    display: none; }
.testimonial-slider .slick-list {
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: inherit; }
.testimonial-slider .slick-slide {
  height: auto; }
.testimonial-slider .slick-slide > div {
  height: 100%; }

.testimonial-item {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
  border: 1px solid #E8E8E8; }
  .testimonial-item .testi-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
  .testimonial-item .message {
    font-size: 14px; }
  .testimonial-item .testi-header .testi-rating {
    font-size: 14px;
    color: #EF5B0C;
    display: flex;
    gap: 5px;
    margin-bottom: 10px; }
  .testimonial-item .testi-header h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0; }

/* gallery area style
============================================================================================ */
.gallery-area {
  padding: 120px 0; }
  .gallery-area .title-wrap {
    margin-bottom: 50px;
    align-items: flex-end; }
    .gallery-area .title-wrap .button-group {
      justify-content: flex-end; }
  .gallery-area .section-title {
    margin-bottom: 0; }
    .gallery-area .section-title p {
      max-width: 645px; }

.gallery-wrap {
  margin: -10px;
  columns: 2; }
  .gallery-wrap .single-gallery-item {
    float: left;
    margin: 10px; }
    .gallery-wrap .single-gallery-item img {
      border-radius: 12px; }

/* inner page style
============================================================================================ */
.inner-banner {
  text-align: center;
  background: url(../img/bg/banner-bg.png) center no-repeat;
  background-size: cover;
  padding: 100px 0 80px; }

.privacy-content {
  padding: 80px 0; }
  .privacy-content h2, .privacy-content h3 {
    margin-bottom: 15px; }
  .privacy-content p {
    margin-bottom: 15px; }
  .privacy-content ul {
    margin-bottom: 15px; }
    .privacy-content ul li {
      margin-bottom: 15px; }

/* Footer area css
============================================================================================ */
.footer-area {
  background: #FFF9F3; 
  margin-top: -120px;
}
  .footer-area .footer-top {
    padding: 190px 0 70px;
  }

.footer-widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 25px; }
.footer-widget.footer-logo img {
  margin-bottom: 30px;
  width: 160px;
  border-radius: 50%;
  border: 10px solid #fff; 
}

.footer-widget img.powred-by {
    filter: brightness(.5);
}
.footer-widget .follow-us {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .footer-widget .follow-us h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    white-space: nowrap; }
.footer-widget .footer-social {
  display: flex;
  gap: 24px 0;
  flex-wrap: wrap; }
  .footer-widget .footer-social li {
    margin: 0 8px; }
    .footer-widget .footer-social li a {
      color: #9CA3AF;
      display: flex;
      align-items: center;
      gap: 5px; }
      .footer-widget .footer-social li a span {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        background: #222330;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: .3s; }
      .footer-widget .footer-social li a:hover span {
        background: #FDC55E; }
.footer-widget .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .footer-widget .footer-menu li a {
    position: relative;
    font-size: 16px;
    color: #9CA3AF;
    font-weight: 400;
    padding: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    display: inline-block; }
  .footer-widget .footer-menu li:hover > a, .footer-widget .footer-menu li.active a {
    color: #FDC55E;
    border-color: #FDC55E; }
    .footer-widget .footer-menu li:hover > a:before, .footer-widget .footer-menu li.active a:before {
      opacity: 1;
      visibility: visible; }
.footer-widget .footer-location {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .footer-widget .footer-location li, .footer-widget .footer-location a {
    font-size: 16px;
    color: #9CA3AF;
    display: flex;
    align-items: flex-start;
    gap: 10px; }
    .footer-widget .footer-location li i, .footer-widget .footer-location a i {
      margin-top: 5px; }

.footer-bottom {
  padding: 20px 0; }
  .footer-bottom .copyright {
    font-size: 16px;
    margin-bottom: 0;
 }
  .footer-bottom .bottom-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 15px; }
    .footer-bottom .bottom-menu a {
      color: #54595F;
      font-size: 16px; }
      .footer-bottom .bottom-menu a:hover {
        color: #FDC55E; }




.gallery-wrap .single-gallery-item:first-child img, .gallery-wrap .single-gallery-item:last-child img {
  width: 610px;
  height: 650px;
  object-fit: cover;
}

.gallery-wrap .single-gallery-item img {
  width: 295px;
  height: 290px;
  object-fit: cover;
}


/* cta area style
============================================================================================ */
.cta-inner {
  padding: 80px;
  background: url(../img/bg/cta-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1; }
  .cta-inner .cta-inner-content {
    width: 70%; }
  .cta-inner .cta-phone {
    position: absolute;
    right: 5%;
    bottom: 30px;
    z-index: -1;
    width: 25%; }
  .cta-inner h2 {
    font-size: 52px;
    margin-bottom: 15px; }
  .cta-inner p {
    margin-bottom: 0;
    max-width: 620px; }
  .cta-inner .app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
    margin-top: 24px; }



    input[type="submit"] {
      line-height: inherit;
    }

/*# sourceMappingURL=main.css.map */
