/*
   Near Choice Web Theme
   First-party restaurant UI layer for the public website.
*/

:root {
    --nc-red: #e4002b;
    --nc-red-2: #ff4b18;
    --nc-dark: #111318;
    --nc-ink: #171923;
    --nc-muted: #6f7785;
    --nc-soft: #f7f8fb;
    --nc-line: #e7ebf2;
    --nc-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
    color: var(--nc-ink);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

a {
    color: var(--nc-red);
    text-decoration: none;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:hover,
a:focus {
    color: #b80022;
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

.bg-primary,
.btn-primary,
.badge.bg-danger {
    background: var(--nc-red) !important;
}

.text-primary {
    color: var(--nc-red) !important;
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    border-color: var(--nc-red) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(228, 0, 43, .22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #c90025 !important;
    border-color: #c90025 !important;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: var(--nc-red);
}

.btn-outline-white {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .85);
    color: #fff;
}

.ftco-section {
    position: relative;
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.heading-section {
    position: relative;
    z-index: 1;
}

.heading-section .subheading,
.subheading {
    display: block;
    margin-bottom: 7px;
    color: var(--nc-red);
    font-family: "Dancing Script", cursive;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.heading-section h2 {
    color: #111;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.12;
}

.heading-section p {
    color: var(--nc-muted);
    font-weight: 500;
}

.heading-section-white h2,
.heading-section-white p,
.heading-section-white .subheading {
    color: #fff;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
    pointer-events: none;
}

.wrap {
    width: 100%;
}

.wrap .social-media p a {
    width: 30px;
    height: 30px;
    margin-left: 7px;
    border-radius: 50%;
    color: #fff !important;
}

.navbar-brand {
    color: #fff !important;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
}

.navbar-brand .brand-primary-name {
    color: #ff3347;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 26px;
    height: 18px;
}

.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after,
.navbar-dark .navbar-toggler-icon {
    border-top: 3px solid #fff;
}

.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
}

.navbar-dark .navbar-toggler-icon::before {
    top: 6px;
}

.navbar-dark .navbar-toggler-icon::after {
    top: 15px;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff !important;
}

.hero-wrap {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-wrap.hero-wrap-2 {
    min-height: 360px;
}

.home-slider,
.slider-item {
    position: relative;
    min-height: 100vh;
}

.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-item .overlay,
.hero-wrap > .overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .34));
}

.slider-text {
    min-height: 100vh;
    color: #fff;
}

.hero-wrap-2 .slider-text {
    min-height: 360px;
}

.slider-text .text {
    position: relative;
    z-index: 2;
}

.slider-text h1 {
    margin-bottom: 16px;
    color: #fff;
    font-family: "Dancing Script", cursive;
    font-size: clamp(76px, 11vw, 160px);
    font-weight: 500;
    line-height: .9;
    text-shadow: 0 22px 46px rgba(0, 0, 0, .42);
}

.slider-text .subheading {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, .42);
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 9px;
    text-transform: uppercase;
}

.slider-text .subheading-2 {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: var(--nc-red);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.slider-text .subheading-2::before,
.slider-text .subheading-2::after {
    content: "";
    width: 96px;
    height: 2px;
    background: var(--nc-red);
}

.bread {
    color: #fff;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 900;
    line-height: 1;
}

.breadcrumbs {
    color: rgba(255, 255, 255, .84);
    font-weight: 800;
    text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs span {
    color: rgba(255, 255, 255, .84);
}

.owl-carousel .owl-stage {
    display: flex;
}

.home-slider.owl-carousel .owl-item,
.home-slider.owl-carousel .owl-stage,
.home-slider.owl-carousel .owl-stage-outer {
    min-height: 100vh;
}

.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.home-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #fff !important;
    background: rgba(255, 255, 255, .26) !important;
}

.home-slider .owl-dots .owl-dot.active {
    background: #fff !important;
}

.home-slider .owl-nav {
    display: none;
}

.ftco-wrap-about {
    background: #fff;
}

.appointment-form {
    width: 100%;
}

.appointment-form h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

.appointment-form .form-control {
    height: 52px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    font-weight: 700;
}

.appointment-form .form-control::placeholder {
    color: rgba(255, 255, 255, .78);
}

.appointment-form select.form-control {
    color: #fff;
}

.appointment-form option {
    color: #111;
}

.input-wrap {
    position: relative;
}

.input-wrap .icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    color: rgba(255, 255, 255, .78);
    transform: translateY(-50%);
}

.input-wrap .icon + .form-control {
    padding-left: 46px;
}

.wrap-about {
    min-height: 560px;
    background-size: cover;
    background-position: center center;
}

.wrap-about p {
    color: #5f6672;
    font-size: 16px;
    line-height: 1.9;
}

.ftco-intro {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.ftco-intro > .container {
    position: relative;
    z-index: 2;
}

.ftco-intro .overlay {
    background: rgba(0, 0, 0, .58);
}

.menus {
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--nc-line);
}

.menus .menu-img {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
}

.menus .text {
    min-width: 0;
    flex: 1;
}

.menus h3 {
    margin-bottom: 8px;
    color: #121722;
    font-size: 20px;
    font-weight: 900;
}

.menus p {
    margin-bottom: 0;
    color: var(--nc-muted);
}

.menus .price {
    color: var(--nc-red);
    font-size: 20px;
    font-weight: 900;
}

.menu-wrap {
    margin-bottom: 36px;
}

.heading-menu h3 {
    color: #111;
    font-size: 26px;
    font-weight: 900;
}

.services,
.blog-entry {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--nc-shadow);
}

.blog-entry .block-20 {
    display: block;
    height: 230px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.blog-entry .text {
    padding-top: 20px;
}

.blog-entry .heading a {
    color: #111;
    font-size: 21px;
    font-weight: 900;
}

.ftco-footer,
.nc-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(228, 0, 43, .32), transparent 32%),
        linear-gradient(145deg, #10131a 0%, #151515 46%, #090b10 100%);
    color: rgba(255, 255, 255, .76);
}

.nc-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: .35;
}

.nc-footer > .container {
    position: relative;
    z-index: 1;
}

.nc-footer-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
    padding: 26px 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.nc-footer-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: #ffccd4;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nc-footer-hero h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 950;
    line-height: 1;
}

.nc-footer-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
}

.nc-footer-status {
    flex: 0 0 auto;
    min-width: 210px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

.nc-footer-status-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff4b4b;
    box-shadow: 0 0 0 8px rgba(255, 75, 75, .12);
}

.nc-footer-status.is-open .nc-footer-status-dot {
    background: #19c46b;
    box-shadow: 0 0 0 8px rgba(25, 196, 107, .13);
}

.nc-footer-status strong,
.nc-footer-status span {
    display: block;
}

.nc-footer-status strong {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.nc-footer-status span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.nc-footer-grid {
    row-gap: 22px;
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-heading-2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.ftco-footer p {
    color: rgba(255, 255, 255, .7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, .84);
}

.ftco-footer a:hover {
    color: #fff;
}

.nc-footer-card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.nc-footer-contact-list {
    display: grid;
    gap: 12px;
}

.nc-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.45;
}

.nc-footer-contact-item i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(228, 0, 43, .16);
    color: #ff4054;
}

.nc-footer-empty {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .66);
    font-weight: 700;
}

.ftco-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ftco-footer-social li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    transition: transform .2s ease, background .2s ease;
}

.ftco-footer-social li a:hover {
    background: var(--nc-red);
    transform: translateY(-2px);
}

.nc-footer-links {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nc-footer-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .84);
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.nc-footer-links a:hover {
    background: rgba(228, 0, 43, .22);
    color: #fff;
    transform: translateX(4px);
}

.nc-footer-links i {
    width: 26px;
    color: #ff4054;
    text-align: center;
}

.open-hours li,
.nc-open-hours li {
    justify-content: space-between;
    gap: 18px;
    padding: 8px 0;
    color: rgba(255, 255, 255, .76);
    border-bottom: 1px dashed rgba(255, 255, 255, .13);
    font-size: 14px;
}

.nc-open-hours li.is-today {
    color: #fff;
}

.nc-open-hours li.is-closed span:last-child {
    color: #ff8792;
}

.nc-footer-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 13px;
    border-radius: 16px;
    background: rgba(228, 0, 43, .13);
    color: #ffd6dc;
    font-size: 13px;
    font-weight: 800;
}

.nc-footer-note i {
    margin-top: 2px;
}

.nc-footer-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff4b18, #e4002b);
    color: #fff !important;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(228, 0, 43, .24);
}

.nc-footer-map:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.nc-footer-map span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.nc-footer-mini-title {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.nc-holiday-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nc-holiday-list li {
    padding: 12px 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
}

.nc-holiday-list strong,
.nc-holiday-list span {
    display: block;
}

.nc-holiday-list strong {
    color: #fff;
    font-size: 13px;
}

.nc-holiday-list span {
    margin-top: 2px;
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
}

.nc-footer-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.nc-footer-certificates span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 900;
}

.thumb-menu {
    width: 76px;
    height: 76px;
    display: block;
    margin: 0 8px 8px 0;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}

.subscribe-form .form-control {
    height: 46px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.subscribe-form .form-control::placeholder {
    color: rgba(255, 255, 255, .7);
}

.subscribe-form .submit {
    background: var(--nc-red);
    color: #fff;
    font-weight: 900;
}

.nc-footer-bottom {
    background: linear-gradient(90deg, #e4002b, #ff4b18);
}

.nc-footer-bottom p {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

#ftco-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

#ftco-loader.show {
    opacity: 1;
    visibility: visible;
}

#ftco-loader .circular {
    animation: nc-rotate 1.5s linear infinite;
}

#ftco-loader .path {
    stroke: var(--nc-red);
    stroke-linecap: round;
    animation: nc-dash 1.5s ease-in-out infinite;
}

.soft-page-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--nc-red), var(--nc-red-2));
    box-shadow: 0 0 18px rgba(228, 0, 43, .45);
    opacity: 0;
    transition: width .25s ease, opacity .2s ease;
}

.soft-page-progress.active {
    width: 78%;
    opacity: 1;
}

.soft-page-progress.done {
    width: 100%;
    opacity: 0;
}

.soft-page-content {
    transition: opacity .16s ease, transform .16s ease;
}

.soft-page-content.is-leaving {
    opacity: .45;
    transform: translateY(4px);
}

.ftco-animate {
    opacity: 0;
    transform: translateY(18px);
}

.ftco-animate.ftco-animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .55s ease, transform .55s ease;
}

@keyframes nc-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes nc-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@media (max-width: 991.98px) {
    .ftco-section {
        padding: 5em 0;
    }

    .wrap {
        display: none;
    }

    .hero-wrap,
    .home-slider,
    .slider-item,
    .slider-text,
    .home-slider.owl-carousel .owl-item,
    .home-slider.owl-carousel .owl-stage,
    .home-slider.owl-carousel .owl-stage-outer {
        min-height: 640px;
    }

    .slider-text h1 {
        font-size: clamp(56px, 17vw, 92px);
    }

    .slider-text .subheading {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .slider-text .subheading-2 {
        font-size: 18px;
        letter-spacing: 8px;
    }

    .slider-text .subheading-2::before,
    .slider-text .subheading-2::after {
        width: 54px;
    }

    .hero-wrap.hero-wrap-2,
    .hero-wrap-2 .slider-text {
        min-height: 260px;
    }

    .navbar-brand {
        max-width: 58vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 22px;
    }

    .wrap-about {
        min-height: auto;
    }

    .nc-footer-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .nc-footer-status {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 4em 0;
    }

    .heading-section h2 {
        font-size: 32px;
    }

    .heading-section .subheading,
    .subheading {
        font-size: 34px;
    }

    .menus {
        align-items: flex-start;
        gap: 14px;
    }

    .menus .menu-img {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .thumb-menu {
        width: 70px;
        height: 70px;
    }

    .nc-footer-hero,
    .nc-footer-card {
        border-radius: 20px;
        padding: 20px;
    }

    .nc-footer-hero h2 {
        font-size: 30px;
    }

    .nc-footer-hero p {
        font-size: 14px;
    }

    .nc-footer-links a {
        min-height: 42px;
    }

    .open-hours li,
    .nc-open-hours li {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}
