/* ========================================
   Delicious - Responsive Restaurant Template
   Exact Clone - Combined Stylesheet
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* ---- General ---- */
html { font-size: 15px; scroll-behavior: smooth; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #898989;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  margin: 0;
}

a, .btn { transition: all .3s ease-out 0s; }
a:focus, a:hover { color: #3AC2CF; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #3AC2CF; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: 400; }
ul { margin: 0; padding: 0; }
p { font-weight: 400; color: #898989; margin-bottom: 0; }
section { background: transparent; }
*::-moz-selection { background: #3AC2CF; color: #fff; text-shadow: none; }
::selection { background: #3AC2CF; color: #fff; text-shadow: none; }
img { max-width: 100%; height: auto; }

/* ---- Font Weights ---- */
.f-w1 { font-weight: 100 !important; }
.f-w2 { font-weight: 200 !important; }
.f-w3 { font-weight: 300 !important; }
.f-w4 { font-weight: 400 !important; }
.f-w5 { font-weight: 500 !important; }
.f-w6 { font-weight: 600 !important; }
.f-w7 { font-weight: 700 !important; }
.f-w8 { font-weight: 800 !important; }
.f-w9 { font-weight: 900 !important; }

/* ---- Font Sizes ---- */
.fs-14 { font-size: 1rem !important; }
.fs-16 { font-size: 1.1429rem !important; }
.fs-18 { font-size: 1.2857rem !important; }
.fs-20 { font-size: 1.428rem !important; }
.fs-24 { font-size: 1.714rem !important; }
.fs-30 { font-size: 2.142rem !important; }

/* ---- Line Height ---- */
.l-h40 { line-height: 40px; }

/* ---- Colors ---- */
.theme-color { color: #3AC2CF !important; }
.txt-white { color: #fff !important; }
.txt-black { color: #363636 !important; }
.text-white { color: #fff !important; }
.text-white-70 { color: rgba(255,255,255,.7) !important; }
.text-white-80 { color: rgba(255,255,255,.8) !important; }
.text-white-90 { color: rgba(255,255,255,.9) !important; }
.text-black-70 { color: rgba(0,0,0,.7) !important; }
.text-warning { color: #ffc107 !important; }

/* ---- Backgrounds ---- */
.bg-theme { background-color: #3AC2CF; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-dark { background-color: #111111 !important; }
.bg-gray { background-color: #DEDEDE; }

/* ---- Overlays ---- */
.bg-overlay-black-30::before,
.bg-overlay-black-40::before,
.bg-overlay-black-50::before,
.bg-overlay-black-60::before,
.bg-overlay-black-80::before,
.bg-overlay-black-90::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.bg-overlay-black-30::before { background: rgba(0,0,0,.3); }
.bg-overlay-black-40::before { background: rgba(0,0,0,.4); }
.bg-overlay-black-50::before { background: rgba(0,0,0,.5); }
.bg-overlay-black-60::before { background: rgba(0,0,0,.6); }
.bg-overlay-black-80::before { background: rgba(0,0,0,.8); }
.bg-overlay-black-90::before { background: rgba(0,0,0,.9); }

/* ---- Section Padding ---- */
.section-ptb-80 { padding: 80px 0; }
.section-ptb-150 { padding: 150px 0; }
.section-ptb-100 { padding: 100px 0; }
.pb-0 { padding-bottom: 0 !important; }

/* ---- Margin Utilities ---- */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-80 { margin-top: 80px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }

/* ---- Overflow ---- */
.overflow-hidden { overflow: hidden; }

/* ---- Parallax ---- */
.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  position: relative;
  z-index: 0;
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ========================================
   Section Heading
   ======================================== */
.section-heading.line {
  position: relative;
  padding-bottom: 20px;
}
.section-heading.line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #3AC2CF;
}
.section-heading.line.text-center { text-align: center; }
.section-heading .sub-heading {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.section-heading .heading {
  font-size: 2.571rem;
  font-weight: 400;
}

/* ========================================
   Header/Navigation
   ======================================== */
.header-full-width { width: 100%; }
.nav-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 30px;
  transition: all .3s ease;
  background: transparent;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.nav-scroll {
  background: #111111;
  padding: 5px 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
@media (max-width: 992px) { .nav-transparent { padding: 10px 20px; } .nav-scroll { padding: 5px 20px; } }
.nav-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-header .brand {
  line-height: 1;
  margin-left: 10px;
  margin-top: 10px;
}
.nav-header .brand img {
  width: 160px;
  height: auto;
  display: block;
  transition: width 0.3s ease;
}
.nav-scroll .nav-header .brand img {
  width: 80px;
}
.toggle-bar {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu > li { display: inline-block; }
.menu > li > a {
  display: block;
  padding: 8px 14px;
  color: rgba(255,255,255,.8);
  font-family: 'Raleway', sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color .3s;
}
.menu > li > a:hover,
.menu > li.active > a { color: #3AC2CF; }
.attributes {
  display: flex;
  align-items: center;
  list-style: none;
  flex-shrink: 0;
  margin: 0;
}
.attributes li { display: inline-block; }
.attributes li a {
  color: rgba(255,255,255,.8);
  font-size: 1.1rem;
  padding: 10px;
  display: block;
}
.attributes li a:hover { color: #3AC2CF; }

/* Search Fullscreen */
.wrap-search-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.wrap-search-fullscreen.active { display: flex; }
.wrap-search-fullscreen input {
  width: 60%;
  padding: 20px;
  font-size: 1.5rem;
  border: none;
  border-bottom: 2px solid #3AC2CF;
  background: transparent;
  color: #fff;
  outline: none;
}
.close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: #111;
  z-index: 9998;
  padding: 80px 20px 20px;
  transition: right .3s;
  overflow-y: auto;
}
.mobile-menu.open { right: 0; display: block; }
.mobile-menu ul { list-style: none; }
.mobile-menu ul li a {
  display: block;
  padding: 12px 0;
  color: rgba(255,255,255,.8);
  font-family: 'Raleway', sans-serif;
  font-size: .95rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover { color: #3AC2CF; }
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 9997;
}
.mobile-overlay.open { display: block; }

/* ========================================
   Hero Slider (Swiper)
   ======================================== */
.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-slider .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 10s ease-out;
}
.hero-slider .swiper-slide-active .slide-bg {
  transform: scale(1.1);
}
.hero-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
.hero-slider .slide-title {
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out .5s;
}
.hero-slider .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .slide-subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  color: #fff;
  line-height: 58px;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 1s ease-out .7s;
}
.hero-slider .swiper-slide-active .slide-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 1;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: #3AC2CF;
}
.hero-slider .swiper-pagination-bullet {
  background: #3AC2CF;
}
.testimonial-carousel .swiper-pagination-bullet {
  background: #3AC2CF;
}

/* ========================================
   About / Our Story
   ======================================== */
.feature-txt { margin-bottom: 30px; }
.feature-icon { margin-bottom: 20px; }
.feature-icon img { border-radius: 0; width: 100%; height: 220px; object-fit: cover; }
.feature-info h4 {
  font-size: 1.285rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}
.feature-info p {
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  line-height: 24px;
}

/* ========================================
   Reservation Form
   ======================================== */
#reservation { position: relative; z-index: 1; }
#reservation > .container { position: relative; z-index: 2; }
.contact-form .form-field { margin-bottom: 20px; }
.contact-form .form-control {
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  height: 50px;
  padding: 10px 20px;
  border-radius: 0;
  font-size: .95rem;
}
.contact-form .form-control::placeholder { color: rgba(255,255,255,.6); }
.contact-form .form-control:focus {
  border-color: #3AC2CF;
  box-shadow: none;
}
.contact-form .submit-button { margin-top: 10px; }
.cs-button {
  background: #3AC2CF;
  padding: 10px 35px;
  font-size: .928rem;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #3AC2CF;
  cursor: pointer;
  transition: all .3s;
}
.cs-button:hover, .cs-button:focus {
  background: #353535;
  color: #fff;
  border-color: #353535;
}
.cs-button i { margin-left: 10px; }

/* ========================================
   Gallery / Portfolio
   ======================================== */
.grid-item { position: relative; }
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item img { width: 100%; height: 400px; object-fit: cover; transition: transform .5s; }
.portfolio-item:hover img { transform: scale(1.1); }
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s;
  padding: 20px;
  text-align: center;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay h4 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 8px;
}
.portfolio-overlay h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #3AC2CF;
  transition: width .3s ease;
}
.portfolio-item:hover .portfolio-overlay h4::after {
  width: 100%;
}
.portfolio-overlay h4 a { color: #fff; text-decoration: none; }
.portfolio-overlay span { font-size: .85rem; }
.portfolio-img {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity .4s;
}
.portfolio-item:hover .portfolio-img { opacity: 1; }

/* ========================================
   Menu Tabs
   ======================================== */
.tab.round .nav-tabs {
  border-bottom: none;
  justify-content: center;
  flex-wrap: wrap;
}
.tab.round .nav-tabs .nav-link {
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
  margin: 0 5px 10px;
  border-radius: 30px;
  background: transparent;
  transition: all .3s;
}
.tab.round .nav-tabs .nav-link:hover,
.tab.round .nav-tabs .nav-link.active {
  background: #3AC2CF;
  border-color: #3AC2CF;
  color: #fff;
}
.fd-menu.left-icon {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.fd-menu.left-icon .feature-icon {
  flex-shrink: 0;
  width: 80px;
  margin-bottom: 0;
}
.fd-menu.left-icon .feature-icon img { width: 100%; }
.fd-menu.left-icon .feature-info { flex: 1; }
.fd-menu.left-icon .feature-info h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.fd-menu.left-icon .feature-info p {
  font-size: .85rem;
  line-height: 22px;
  color: rgba(255,255,255,.6);
}
.menu-item-head { display: flex; align-items: center; }
.menu-item-head .name { flex-shrink: 0; white-space: nowrap; font-size: 1.25rem; font-weight: 600; color: #3AC2CF; }
.menu-item-head .price { flex-shrink: 0; white-space: nowrap; font-size: 1.25rem; font-weight: 600; color: #3AC2CF; }
.dots-line { flex: 1; min-width: 16px; border-bottom: 1px dotted rgba(255,255,255,.4); margin: 0 8px 4px; }
.price { font-size: 1.25rem; font-weight: 600; }

/* ========================================
   Team
   ======================================== */
.product-item { text-align: center; margin-bottom: 30px; }
.product-item .product-img { position: relative; overflow: hidden; margin-bottom: 20px; height: 500px; }
.product-item .product-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.product-item h4 { color: #fff; font-size: 1.2rem; margin-bottom: 5px; }
.product-item span { color: #3AC2CF; font-size: .9rem; }

/* ========================================
   Testimonials
   ======================================== */
.testimonial-item { text-align: center; padding: 20px; }
.testimonial-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial-item p {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 28px;
  max-width: 700px;
  margin: 0 auto 20px;
}
.testimonial-item h5 {
  color: #3AC2CF;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 30px;
}

/* ========================================
   Events
   ======================================== */
.event-item {
  text-align: center;
  padding: 40px;
  background: rgba(0,0,0,.55);
  border-radius: 5px;
}
.event-item h3 { color: #fff; font-size: 1.8rem; margin-bottom: 10px; }
.event-item .event-date { color: #3AC2CF; font-size: 1rem; margin-bottom: 20px; }
.event-item p { color: rgba(255,255,255,.7); font-size: 1rem; margin-bottom: 25px; }

/* ========================================
   Blog
   ======================================== */
.service-card {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.06);
  transition: box-shadow .5s;
}
.service-card:hover { box-shadow: 0 0 30px rgba(0,0,0,.1); }
.service-card .service-img img { width: 100%; }
.service-card .service-info {
  background: #000;
  padding: 25px;
}
.service-card .service-info .service-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.service-card .service-info .service-title:hover { color: #3AC2CF; }
.service-card .service-info p {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  line-height: 22px;
}

/* ========================================
   Contact
   ======================================== */
#contact { position: relative; overflow: hidden; }
#testimonials { overflow: hidden; }
#contact > .container, #testimonials > .container { position: relative; z-index: 2; }
.contact-box {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.contact-box .contact-icon {
  font-size: 2rem;
  color: #3AC2CF;
  margin-bottom: 15px;
}
.contact-box h5 { color: #fff; font-size: 1rem; margin-bottom: 5px; }
.contact-box p { color: rgba(255,255,255,.7); font-size: .95rem; }
.partner-logo {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: 24px 12px;
  transition: background .3s;
}
.partner-logo:hover { background: rgba(255,255,255,.15); }
.partner-logo span {
  color: rgba(255,255,255,.5);
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   Footer
   ======================================== */
.footer {
  background: #111111;
  padding: 40px 0;
  text-align: center;
}
.footer .footer-logo { margin-bottom: 20px; }
.footer .footer-logo img {
  width: 80px;
  height: auto;
}
.footer .footer-social { margin-bottom: 20px; }
.footer .footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.7);
  border-radius: 50%;
  margin: 0 4px;
  font-size: .85rem;
}
.footer .footer-social a:hover {
  background: #3AC2CF;
  border-color: #3AC2CF;
  color: #fff;
}
.footer .footer-links { margin-bottom: 15px; }
.footer .footer-links a {
  color: rgba(255,255,255,.6);
  font-size: .9rem;
  margin: 0 10px;
  text-decoration: none;
}
.footer .footer-links a:hover { color: #3AC2CF; }
.footer .copyright {
  color: rgba(255,255,255,.5);
  font-size: .85rem;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1199px) {
  .hero-slider .slide-title { font-size: 60px; line-height: 70px; }
  .hero-slider .slide-subtitle { font-size: 40px; line-height: 50px; }
}
@media (max-width: 991px) {
  .nav-header { flex: 1; }
  .toggle-bar { display: block; }
  .nav-header .toggle-bar { margin-left: auto; }
  .menu { display: none !important; }
  .attributes { display: none !important; }
  .nav-header .brand img { width: 100px; }
  .nav-scroll .nav-header .brand img { width: 100px; }
  .feature-icon img { height: 180px; }
  .portfolio-item img { height: 300px; }
  .product-item .product-img { height: 400px; }
  .product-item .product-img img { object-position: center 40%; }
  .section-ptb-80 { padding: 60px 0; }
  .section-ptb-150 { padding: 80px 0; }
  .hero-slider .slide-title { font-size: 40px; line-height: 50px; }
  .hero-slider .slide-subtitle { font-size: 32px; line-height: 40px; }
  .section-heading .heading { font-size: 2rem; }
  .fd-menu.left-icon { flex-direction: column; align-items: stretch; text-align: left; }
  .fd-menu.left-icon .feature-icon { margin-bottom: 15px; }
  .parallax { background-attachment: scroll; }
}

@media (max-width: 767px) {
  body { border: none; }
  .hero-slider .slide-title { font-size: 32px; line-height: 40px; }
  .hero-slider .slide-subtitle { font-size: 26px; line-height: 34px; }
  .hero-slider .swiper-button-next, .hero-slider .swiper-button-prev { display: none; }
  .section-heading .heading { font-size: 1.6rem; }
  .section-ptb-80 { padding: 50px 0; }
  .section-ptb-150 { padding: 60px 0; }
  .feature-icon img { height: 160px; }
  .portfolio-item img { height: 260px; }
  .product-item .product-img { height: 360px; }
  .product-item .product-img img { object-position: center 40%; }
  .swiper-pagination { bottom: 20px !important; }
}
@media (max-width: 576px) {
  .hero-slider .slide-title { font-size: 26px; line-height: 34px; }
  .hero-slider .slide-subtitle { font-size: 22px; line-height: 28px; }
  .feature-icon img { height: 140px; }
  .portfolio-item img { height: 220px; }
  .product-item .product-img { height: 320px; }
  .product-item .product-img img { object-position: center 40%; }
  .tab.round .nav-tabs .nav-link {
    font-size: .8rem;
    padding: 8px 18px;
    margin: 0 3px 8px;
  }
  .portfolio-overlay h4 { font-size: 1rem; }
}
