@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');

* {
    padding: 0%;
    margin: 0%;
}

h1,
h2 {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

h3 {
    font-family: "Edu NSW ACT Cursive", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.signature {
    font-family: "Cedarville Cursive", cursive;
    font-weight: 400;
    font-style: normal;
    color: #143d59;
}

.navbar {
    background-color: #143d59;
}

.mainColor {
    color: #143d59;
}

.mainBtn {
    background-color: #143d59 !important;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bolder;
}

.btnHover:hover {
    background-color: #143d59 !important;
    color: white !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width: 60%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

.nav-item {
    padding: 0 14px;
}

.slider .carousel-item {
    background-position: center;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item {
    padding: 200px;
}

.menuCardBox {
    display: flex;
}

.testimonials {
    background-image: url("images/parralex.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* ✅ parallax effect */
    color: white;
    padding: 60px 0;
}

.swiper {
      width: 100%;
      max-width: 900px;
      margin: auto;
    }

    .swiper-slide {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 250px; /* ensures height */
      background: transparent;
      color: #fff;
    }

/* Autoplay progress circle */
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.autoplay-progress svg {
    --progress: 0;
    transform: rotate(-90deg);
    width: 48px;
    height: 48px;
    stroke-width: 4px;
    stroke: white;
    fill: none;
    stroke-dasharray: 125.6;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
}
.chefImg{
    border-radius: 50%;
}
 .privacy-section {
      padding: 50px 0;
    }
.tabSlider{
    padding-top: 200px !important;
}