@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tenor+Sans&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Peristiwa';
    src: url('../fonts/Peristiwa.woff2') format('woff2'),
        url('../fonts/Peristiwa.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --black: #000;
    --white: #fff;
    --btnBlack: #1F1D1D;
    --cream: #FFF8F2;
    --red: #BB1A1F;
    --yellow: #F0B71B;
    --TenorSans: "Tenor Sans", sans-serif;
    --playfair: "Playfair Display", serif;
    --peristiwa: 'Peristiwa';
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-family: var(--TenorSans);
    font-weight: 400;
    color: var(--black);
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: var(--playfair);
}

h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: l.05em;
}

p {
    padding: 0;
    line-height: 1em;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    color: inherit;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.primary-btn,
.secondery-btn {
    font-family: var(--playfair);
    font-weight: 500;
    font-size: 20px;
    background-color: var(--red);
    color: var(--white);
    padding: 18px 55px;
    /* border-radius: 33px; */
    margin-top: 45px;
    border: 1px solid var(--black);
    /* transition: all .4s ease-in-out;
    position: relative;
    display: inline-block;
    z-index: 5;
    overflow: hidden; */
}


/* .primary-btn::after,
.secondery-btn::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--yellow);
    transform: scaleX(0);
    transition: all .4s linear;
    z-index: -1;
}

.primary-btn:hover::after,
.secondery-btn:hover::after {
    transform: scale(1);
} */

/* .primary-btn:hover {
    background-color: var(--black);
    border: 1px solid var(--red);
}

.secondery-btn {
    background-color: #1F1D1D;
    border: none;
} */

/* .secondery-btn:hover {
    background-color: var(--red);
} */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin: 0 0 10px;
}

label span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.select {
    position: relative;
}

.select::after {
    content: "\e91b";
    font-family: "Syd";
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
    pointer-events: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: #e3e3e3 1px solid;
    padding: 9px 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #6c6b6b;
}

textarea {
    width: 100%;
    background:transparent;
    border-radius: 10px;
    border: #e3e3e3 1px solid;
    transition: 0.2s ease all;
    resize: none;
    padding: 9px 14px;
    font-family: "Cabin", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: var(--white);
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"],
[type="time"] {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-radius: 6px;
    border: #EEEEEE 1px solid;
    outline: none;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    transition: 0.2s ease all;
}

textarea {
    height: 70px;
}

input::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

[type="submit"] {
    border: 1px solid #292929;
    outline: none;
    padding: 13px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #292929;
    border-radius: 0px;
    transition: 0.2s ease all;
    background: #fff;
    text-align: center;
    display: inline-block;
}

/* [type="submit"]:hover {
    background: #ea3319;
} */

.text-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    max-width: 100%;
    padding: 0 20px;
    position: relative;
}

/* web header */

.web-header {
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 99;
    padding: 10px 0;
}

.web-header-inner .navbar-nav {
    margin-left: auto;
}

/* .web-header-inner .primary-btn {
    padding: 13px 31px;
    border-color: #fff;
} */

.web-header-inner .navbar-expand-lg {
    padding: 0;
}

.web-header-inner .nav-item {
    padding: 0 10px;
}

.web-header-inner .nav-link {
    font-size: 20px;
    color: #fff;
    padding: 0;
}

.web-header-inner .nav-link.active {
    color: #fff;
}

/* banner sec */

.banner-sec {
    width: 100%;
    height: 762px;
    position: relative;
    overflow: hidden;
}

.banner-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(177.99deg, rgba(0, 0, 0, 0.81) 11.68%, rgba(0, 0, 0, 0.28) 28.85%, rgba(0, 0, 0, 0) 45%);
    background: rgb(0 0 0 / 34%);
}

.banner-video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-cont-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 304px;
}

.banner-box {
    text-align: center;
    max-width: 608px;
    margin: 0 auto;
}

.banner-box h1 {
    font-size: 135px;
    font-weight: 400;
    line-height: 84px;
    font-family: 'Peristiwa';
    color: var(--yellow);
}

.banner-box h2 {
    font-size: 74px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 48px;
    color: var(--white);
}

/* .banner-box .primary-btn {
    padding: 13px 39px;
    border-color: #fff;
} */



/* footer start */
.page-footer {
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 0 32px;
}

.footer-menu ul {
    display: flex;
    gap: 50px;
    padding: 28px 0 24px;
}

.footer-menu ul li a {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: var(--white);

    &:hover {
        color: var(--red);
    }
}

.social-media-info {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.social-media-info a {
    width: 30px;
    height: 30px;
    border: 1px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50%;

    &:hover {
        color: var(--red);
        border: 1px solid var(--red);
    }
}

.Copyright-text {
    display: flex;
    align-items: center;
    color: var(--white);
    gap: 2px;
}

/* footer end */

/* our best start */
.our-best {
    margin: 80px 0 90px;
}

/* .our-best-inner {
    max-width: 838px;
    margin: 0 auto;
} */

.our-best-info p {
    max-width: 187px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 29px;
}

/* our best end */

/* about section start */

.about-sec {
    position: relative;
    margin: 70px 0;
}

.about-sec-left-inner-img {
    position: absolute;
    bottom: -70px;
    left: 140px;
}

.about-sec-right p {
    font-size: 17px;
    line-height: 23px;
    padding: 30px 0 0px;
}

.sub-title {
    font-weight: 400;
    font-size: 18px;
    padding: 0 0px 22px 30px;
    position: relative;
}

.sub-title::after {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #C93027;
    border-radius: 50%;
    border: 4px solid var(--yellow);
}

.about-sec-right {
    position: relative;
}

.about-sec-right-inner-img {
    position: absolute;
    top: -68px;
    right: -28px;
}

/* about section end */
/* Bengali Thali start */
.bengali-thali {
    padding: 60px 0 80px;
}

.bengali-thali-img {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.bengali-thali-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 53px;
}

.bengali-thali-overlay {
    width: 100%;
    backdrop-filter: blur(4px);
    background: #000000AD;
    padding: 9px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.bengali-thali-overlay-inner {
    border: 1px dashed var(--white);
    border-radius: 2px;
    padding: 10px 0;
}

.bengali-thali-overlay-inner p {
    font-family: var(--playfair);
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    text-align: center;
    padding-bottom: 7px;
}

.bengali-thali-overlay-inner h3 {
    font-family: var(--peristiwa);
    font-weight: 400;
    font-size: 32px;
    color: var(--white);
    text-align: center;
}

.bengali-thali-box:hover .bengali-thali-overlay {
    background: rgba(187, 26, 31, 0.81);
}

/* Bengali Thali end */
/* Why choose our cooking start */
.sub-title-center {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.our-cooking-flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 73px;
    padding: 60px 0;
}

.our-cooking-flex-box h4 {
    max-width: 130px;
    font-weight: 600;
    font-size: 20px;
    padding: 24px 0 29px;
}

.our-cooking-flex-box img {
    max-height: 60px;
}

.our-cooking-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Why choose our cooking end */
/* Our Most Popular Menus start */
.our-menu {
    background-color: var(--cream);
    padding: 56px 0 55px;
}

.properties-title-wrapper span {
    color: var(--white);
    -webkit-text-stroke-color: #CFE9E3;
    opacity: 1;
    display: inline-block;
    font-size: 200px;
    line-height: 53px;
    font-weight: 800;
    pointer-events: none;
    word-break: break-all;
    white-space: nowrap;
    font-family: var(--playfair);
}

.our-menu-carousel-inner {
    background-color: var(--white);
   
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.our-menu-carousel-inner img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 14px;
}

.our-menu-carousel-inner h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    padding: 25px 0 17px;
}

.our-menu-carousel-inner p {
        padding: 20px 10px;
}



/* Our Most Popular Menus end */

/* burger section start */
.burger-sec-inner {
    background-color: #201F1F;
    border-radius: 22px;
    padding:0px 0 20px;
    position: relative;
}

.burger-left-sec {
    text-align: center;
    position: relative;
}

.burger-left-sec .extra{
    height: 400px;
}


.burger-sec-info p {
    font-family: var(--playfair);
    font-weight: 800;
    font-size: 37px;
    color: #FF0008;
    padding-bottom: 14px;
}

.book-btn a {
    /* background-color: #EF6052; */
    border: none;
    display: block;
    width: max-content;
}

.burger-sec-inner .row {
    align-items: center;
}

.tasty-img {
    position: absolute;
    top: 9px;
    left: 29px;
}

.red-chili-img {
    position: absolute;
    top: 0;
    right: 0;
}

.tomato-img {
    position: absolute;
    top: 0;
    right: 0;
}

.leaf-img {
    position: absolute;
    bottom: -26px;
    right: 44px;
}

.burger-sec {
    margin-top: 80px;
}

/* burger section end */

.get-form-sec {
    position: relative;
    width: 100%;
    padding: 35px 25px;
    border-radius: 26px;
    background-color: #C02428;
}

.get-form-box-wrapper label {
    font-size: 15px;
    font-weight: 400;
  
    margin-bottom: 15px;
}

.get-input-box {
    position: relative;
    margin-bottom: 17px;
}

.get-select-box select {
    height: 49px;
    background: var(--white);
    color: var(--btnBlack);
    border-radius: 15px;
    background-image: url(../images/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: 95% 56%;
    margin-bottom: 15px;
}

.get-select-box select option {
    color: var(--black);
}

.get-input-box img {
    max-width: 18px;
    position: absolute;
    right: 23px;
    top: 16px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(0%) hue-rotate(171deg) brightness(90%) contrast(86%);
}


/* .send-btn:hover {
    background: var(--white);
    color: #BB1A1F;
} */

.get-form-sec h3 {
    font-weight: 400;
    font-size: 37px;
    padding: 0px 0 35px;
    color: var(--white);
    text-align: center;
}

.book-your-table-inner {
    margin-top: 50px;
}

.left-girl-img {
    text-align: center;
    position: relative;
}

.table-inner-img {
    position: absolute;
    top: -31px;
    left: -3px;
}

/* gallery sec */

.customers-worldwide-tab-body-row {
    --bs-gutter-y: 30px;
}


.customers-worldwide-tab-top .nav button span {
    font-family: var(--playfair);
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    color: var(--black);
}

.customers-worldwide-tab-top .nav button {
    background: var(--white);
    border-radius: 0;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.customers-worldwide-tab-top .nav button.active,
.customers-worldwide-tab-top .nav button:hover {
    background-color: #C93027;
    border: 1px solid #C93027;
}

.customers-worldwide-tab-top .nav button.active span {
    font-weight: 400;
}

.customers-worldwide-tab-top .nav button.active span,
.customers-worldwide-tab-top .nav button:hover span {
    color: var(--white);
}

.customers-worldwide-tab-top .nav button {
    padding: 17px 60px;
}

.help-companies-tab-box {
    margin-top: 40px;
}

.customers-worldwide-sec {
    margin-top: 70px;
}

.help-companies-tab-top .nav {
    justify-content: space-between;
}


.background-img {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background: linear-gradient(90.59deg, rgba(0, 0, 0, 0.36) 16.82%, rgba(0, 0, 0, 0.68) 56.07%, rgba(0, 0, 0, 0.36) 92.97%);
}

.a-world {
    height: 310px;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.title-one {
    margin-top:100px;
    font-weight: 500;
    font-size: 25px;
    color: var(--white);
    background: rgba(187, 26, 31, 0.73);
    border: 4px solid rgba(72, 61, 57, 1);
    padding: 10px 60px;
}

/* 13-01-2026 */

/* testimonials sec */

.testimonials-sec {
    width: 100%;
    padding: 60px 0;
}

.testimonials-bottom {
    max-width: 1010px;
    margin: 0 auto;
    padding-top: 38px;
}

.testimonials-box {
    background: #F8F8F8;
    position: relative;
    padding: 61px 44px;
    display: flex;
}

.testimonials-box img {
    width: 64px !important;
    height: 119px;
}

.testimonials-box-inner {
    padding: 0 38px;
}

.testimonials-img2 {
    position: relative;
    top: 87px;
}

.testimonials-box-inner-top {
    padding-bottom: 32px;
    border-bottom: 1px solid #E7E7E7;
}

.testimonials-box-inner-top p {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    font-family: var(--playfair);
}

.testimonials-box-inner-bottom {
    padding-top: 21px;
}

.testimonials-box-inner-bottom p {
    font-size: 18px;
    line-height: 32px;
    font-family: var(--playfair);
}

.testimonials-box-inner-bottom span {
    font-size: 17px;
    color: #C02428;
}

.testimonials-header {
    max-width: 567px;
    text-align: center;
    margin: 0 auto;
}

.testimonials-header h2 {
    margin-bottom: 21px;
}

/* about sec */

.about-sec {
    margin: 0;
    padding: 70px 0;
}

.about-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background-image: url(../images/Vector\ 1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* bengali-thali sec */

.bengali-thali-img {
    transition: all .4s ease-in-out;
}

.bengali-thali-img img {
    transition: all .4s ease-in-out;
}

.bengali-thali-img:hover img {
    transform: scale(1.1);
}

.design-header .title-inner-wrapper {
    position: relative;
    z-index: 2;
    top: -92px;
}

/* our menu sec */

.design-header .title-inner-wrapper .sub-title-center {
    padding-bottom: 0;
}

/* banner sec */

.banner-sec::before {
    background: rgb(0 0 0 / 44%);
}

.web-header-inner .nav-link:hover {
    color: #BB1A1F;
}

/* web header */

.book-your-table-title span {
    font-family: var(--playfair);
    font-weight: 800;
    font-size: 128px;
    line-height: 53px;
    color: #F3F3F3;
}

.contact-details-box {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
}

.contact-details-inner {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 33px 90px 33px 20px;
    display: flex;
    transition: all .4s ease-in-out;
}

.contact-icon-inner {
    width: 73px;
    height: 68px;
    background: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon-inner i {
    color: var(--white);
}

.contact-cont-box {
    margin-left: 30px;
}

.contact-cont-box a {
    font-size: 18px;
    line-height: 1.75rem;
    color: #16021A;
}

.contact-cont-box span {
    color: #16021A;
    display: block;
}

.contact-details-inner:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    box-shadow: 0px 4px 44px 0px #00000026;
}

.map-sec iframe {
    width: 100%;
}

.map {
    margin-top: 80px;
}

/* about sec */

.about-sec {
    margin: 0;
    padding: 70px 0;
}

.about-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background-image: url(../images/Vector\ 1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* bengali-thali sec */

.bengali-thali-img {
    transition: all .4s ease-in-out;
}

.bengali-thali-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.bengali-thali-img:hover img {
    transform: scale(1.1);
}

.design-header .title-inner-wrapper {
    position: relative;
    z-index: 2;
    top: -92px;
}

/* our menu sec */

.design-header .title-inner-wrapper .sub-title-center {
    padding-bottom: 0;
}

/* banner sec */

.banner-sec::before {
    background: rgb(0 0 0 / 44%);
}

.web-header-inner .nav-link:hover {
    color: #BB1A1F;
}

/* web header */

.mobile-book-btn {
    display: none !important;
}

.mobile-contact-box {
    display: none;
}

.mobile-book-btn svg {
    display: none;
}

/* gallery sec */

.help-companies-tab-body-box a {
    width: 100%;
    height: 312px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
}

.help-companies-tab-body-box a:hover .overlay-sec {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.help-companies-tab-body-box a:hover img {
    transform: scale(1.1);
}

.help-companies-tab-body-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.help-companies-tab-body-box .overlay-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000082;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.help-companies-tab-body-box .overlay-sec .eye-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    transition: all .3s ease-in-out;
}

.help-companies-tab-body-box .overlay-sec .eye-btn:hover {
    background-color: var(--red);
    color: var(--white);
}

/* 14-01-2006 */

/* body  */

body.modal-open {
    overflow: hidden;
    height: 100vh;
}

/* modal sec */

.tableBookModal .modal-body {
    padding: 0;
    background: transparent;
}

.tableBookModal .modal-content {
    background: transparent;
    border: 0;
}

.tableBookModal .btn-close {
    background-image: none;
    position: absolute;
    right: 13px;
    top: 6px;
    z-index: 9;
    color: #fff;
    opacity: 1;
    font-size: 21px;
}

.tableBookModal .btn-close:focus {
    box-shadow: none;
}

/* contact map sec */

.map-sec {
    width: 100%;
    height: 450px;
}

.map-sec iframe {
    height: 100%;
}

/* home html */

/* about html */

.restaurant-about-sec {
    padding: 100px 0;
}

.signature-img {
    margin-top: 35px;
}

.about-restauraunt-img {
    text-align: center;
}

.about-restauraunt-img img {
    position: relative;
    top: -47px;
}

.chef-sec {
    width: 100%;
    padding: 83px 0;
    background: #FFF8F2;
    position: relative;
}

.chef-inner {
    position: relative;
}

.chef-box {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}

.chef-box-img {
    width: 100%;
    height: 244px;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.chef-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.chef-box-info {
    padding: 30px;
    text-align: center;
}

.chef-box-info p {
    font-size: 20px;
    font-family: var(--playfair);
    color: var(--red);
    line-height: 36px;
}

.chef-box-info h4 a {
    font-size: 26px;
    font-family: var(--playfair);
    color: var(--black);
    line-height: 36px;
    text-decoration: underline;
}

.chef-social-media-sec {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}

.chef-box:hover {
    box-shadow: 0px 4px 44px 0px #00000026;
}

.chef-box:hover .chef-social-media-sec {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.chef-box:hover .chef-box-img img {
    transform: scale(1.1);
}

.chef-social-media-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.chef-social-media-sec ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--red);
    transition: all .3s ease-in-out;
}

.chef-social-media-sec ul li a:hover {
    background-color: var(--red);
    color: var(--white);
}

.chef-bottom-sec {
    padding-top: 45px;
}

.chef-vagitable-img {
    position: absolute;
    left: -41px;
    top: -38px;
}

/* index html */

/* aiburovat sec */

.off-sec {
    padding-bottom: 65px;
}

.off-sec-box {
    width: 100%;
    height: 511px;
    background-color: #201F1F;
    border-radius: 22px;
}

.off-sec-box-inner {
    width: 100%;
    padding: 76px 44px;
}

.red-chili-img {
    position: absolute;
    right: 0;
    top: 21px;
    width: 171px !important;
    height: 95px;
}

.aiburovat-plate-img {
    width: 200px !important;
    right: -105px;
    position: absolute;
    bottom: -27px;
}

.off-sec-box-inner .tomato-img {
    width: 141px !important;
    position: absolute;
    left: 10px;
    bottom: 16px;
    top: auto;
}

.off-sec-box-inner .off-leaf-img {
    width: 254px !important;
    bottom: 151px;
    position: absolute;
    left: 89px;
}

.off-sec-cont {
    position: relative;
    z-index: 9;
}

.off-sec-cont p {
    font-size: 25px;
    font-weight: 500;
    color: var(--white);
    font-family: var(--playfair);
}

.off-sec-cont h2 {
    font-size: 45px;
    color: #fff;
    font-family: var(--playfair);
}

.off-sec-cont h2 span {
    display: block;
    font-size: 88px;
    font-weight: 400;
    font-family: var(--peristiwa);
    color: #EF6052;
    line-height: 30px;
}

.off-sec-cont .book-btn a {
    background-color: transparent;
    border: 1px solid transparent;
}

.off-box-two {
    background-color: #C02428;
}

.off-box-two .off-sec-cont h2 span {
    color: var(--white) !important;
}

.off-box-two .book-btn a span {
    background-color: var(--btnBlack);
}

.off-sec-wrapper .owl-stage {
    padding: 30px 0px;
}

/* banner sec */



/* .web-header-inner .primary-btn,
.banner-box .primary-btn {
    z-index: 5;
    overflow: hidden;
} */


.float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}


.primary-btn,
.secondery-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    /* min-width: 150px; */
}

/* .primary-btn span,
.secondery-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}

.primary-btn::before,
.primary-btn::after {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.primary-btn::before {
    top: 0;
    right: 0;
    border-top: 1px solid rgb(28, 31, 30);
    border-left: 1px solid rgb(28, 31, 30);
}

.primary-btn::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgb(28, 31, 30);
    border-right: 1px solid rgb(28, 31, 30);
}

.primary-btn:hover::before,
.primary-btn:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
} */

.primary-btn::before,
.secondery-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid var(--yellow);
    border-left: 1px solid var(--yellow);
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.primary-btn::after,
.secondery-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--yellow);
    border-right: 1px solid var(--yellow);
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.primary-btn span,
.secondery-btn span {
    font-family: var(--playfair);
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: var(--red);
    color: var(--white);
    transition: 0.3s;
}

.primary-btn span::before,
.secondery-btn span::before {
    position: absolute;
    content: "";
    color: rgb(255, 255, 255);
}

.primary-btn span::after,
.secondery-btn span::after {
    position: absolute;
    content: "";
    color: rgb(255, 255, 255);
}

.send-btn {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid var(--white);
    color: var(--white);
    background: #BB1A1F;
    margin-top: 0px;
    transition: all .3s ease-in-out;
}

.send-btn:hover{
    border: 1px solid transparent;
}

.primary-btn:hover::before,
.secondery-btn:hover::before {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}

.primary-btn:hover::after,
.secondery-btn:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}



.customers-worldwide-tab-top .nav button {
    padding: 12px 35px;
}

.help-companies-tab-top .nav {
    justify-content: center;
    gap: 16px;
}




#exs-registration-form {
    border-radius: 16px;
}

.field {
    position: relative;
    margin-bottom: 35px;
}

.field input,
.field select {
    width: 100%;
    padding: 14px 12px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    outline: none;
    font-size: 15px;
    color: var(--white);
    background: transparent;
}

.exs-wrapper input,
.exs-wrapper select,
.exs-wrapper button {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.field label {
    position: absolute;
    top: 40%;
    left: 12px;
    color: var(--white);
    font-size: 15px;
    padding: 0 6px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
}

.field input:focus+label,
.field input:valid+label,
.field select:focus+label,
.field select:valid+label,
.field textarea:focus+label,
.field textarea:valid+label {
    top: -11px;
    font-size: 15px;
    color: var(--yellow);
}

.our-best-info img{
    height: 60px;
}

.our-best-inner .row{
    --bs-gutter-y: 24px;
}

.benifit-title-wrapper span {
    color: #F3F3F3;
}

/*menu*/
/* MENU PAGE AREA */
.rm-menu-page {
  padding: 100px 20px;
  background: #111;
  color: #fff;
}

.rm-container {
  max-width: 1300px;
  margin: auto;
}

.rm-header {
  text-align: center;
  margin-bottom: 60px;
}

.rm-header h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
}

.rm-header p {
  color: #ccc;
  margin-top: 10px;
}

.rm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.rm-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.rm-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: 0.4s ease;
}

.rm-card:hover img {
  transform: scale(1.1);
}

.rm-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.rm-overlay h3 {
  font-size: 20px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .rm-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .rm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .rm-grid {
    grid-template-columns: 1fr;
  }

  .rm-card img {
    height: 320px;
  }
}

/* MODAL STYLE */
.rm-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.rm-modal-content {
  position: relative;
  max-width: 900px;
  width: 90%;
  text-align: center;
}

.rm-modal-img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 15px;
}

.rm-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.rm-order-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: linear-gradient(45deg,#ff6a00,#ffb347);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.rm-order-btn:hover {
  opacity: 0.9;
}
.rm-modal.show {
  display: flex;
}

/* BACK TO TOP BUTTON */
.rm-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg,#ff6a00,#ffb347);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.rm-back-top.show {
  opacity: 1;
  visibility: visible;
}

.rm-back-top:hover {
  transform: translateY(-5px);
}

/*delivery*/
/* DELIVERY SECTION */
.rm-delivery-area {
  padding: 100px 20px;
  background: linear-gradient(135deg,#fff5f0,#ffe6d5);
}

.rm-delivery-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.rm-delivery-content {
  flex: 1;
}

.rm-delivery-badge {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.rm-delivery-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.rm-delivery-content h4{
    margin-bottom: 30px;
}

.rm-delivery-content p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.rm-delivery-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.rm-delivery-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.rm-delivery-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(45deg,#ff6a00,#ffb347);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.rm-delivery-btn:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.rm-condition-note {
  margin-top: 15px;
  font-size: 18px;
  color: #777;
}

.rm-delivery-image {
  flex: 1;
}

.rm-delivery-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .rm-delivery-container {
    flex-direction: column;
    text-align: center;
  }

  .rm-delivery-content h2 {
    font-size: 28px;
  }
}


@media (max-width: 768px) {
    .properties-title-wrapper span{
        font-size: 80px;
    }
    .rm-delivery-content{
        margin-top: 80px;
    }
}
@media (max-width: 480px) {
    .properties-title-wrapper span {
        font-size: 50px;
    }
}

.navbar-brand{
    height: 100px;
}



.web-header{
        background: black;
    height: 100px;

    
}

@media (max-width: 768px) {
    .navbar-brand{
    height: 60px;
}



.web-header{
        background: black;
    height: 80px;

    
}
}

/*footer*/
/* ===== RESTAURANT FOOTER ===== */

.rs-footer {
  background: #0f0f0f;
  color: #bbb;
  padding-top: 40px;
  font-family: 'Poppins', sans-serif;
}

.rs-footer-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

/* Logo */
.rs-footer-logo {
  height: 90px;
  margin-bottom: 20px;
}

.rs-footer-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #aaa;
}

/* Titles */
.rs-footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}

.rs-footer-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #e63946;
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* Links */
.rs-footer-links {
  list-style: none;
}

.rs-footer-links li {
  margin-bottom: 14px;
}

.rs-footer-links a {
  text-decoration: none;
  color: #bbb;
  font-size: 14px;
  transition: 0.3s;
}

.rs-footer-links a i {
  margin-right: 8px;
  color: #e63946;
}

.rs-footer-links a:hover {
  color: #e63946;
  padding-left: 6px;
}

/* Contact */
.rs-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.rs-contact-item i {
  color: #e63946;
  font-size: 15px;
}

/* Social */
.rs-social-icons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.rs-social-icons a {
  width: 38px;
  height: 38px;
  background: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.rs-social-icons a:hover {
  background: #e63946;
}

/* Map */
.rs-footer-map {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  border: none;
}

/* Bottom */
.rs-footer-bottom {
  margin-top: 10px;
  border-top: 1px solid #222;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .rs-footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rs-footer-wrapper {
    grid-template-columns: 1fr;
  }

  .rs-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.services-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.services-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    text-align: center;
}

.service-box {
    padding: 20px;
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-8px);
}

.service-icon {
    font-size: 40px;
    color: #e74c3c;
    margin-bottom: 15px;
}

.service-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1200px) {
    .services-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .services-wrapper {
        grid-template-columns: 1fr;
    }
}

.benefits-section {
    position: relative;
    padding: 120px 0;
    background: #fffaf4;
    overflow: hidden;
    text-align: center;
}

/* Big Faded Background Text */
.bg-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 800;
    color: rgba(0,0,0,0.04);
    white-space: nowrap;
    pointer-events: none;
}

/* Section Title */
.section-header .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #c59d5f;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Gold Decorative Line */
.gold-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #c59d5f, #f1d8a7);
    margin: 0 auto 70px;
    border-radius: 5px;
}

/* Cards Layout */
.benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.benefit-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    transition: 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* Circular Image */
.benefit-image {
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Decorative Spice Background */
.benefits-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: url('images/spice-decoration.png') no-repeat center/contain;
    opacity: 0.05;
}

.benefits-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: url('images/spice-decoration.png') no-repeat center/contain;
    opacity: 0.05;
}

/* Responsive */
@media (max-width: 1200px) {
    .benefits-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .benefits-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .bg-text {
        font-size: 90px;
    }
}

@media (max-width: 480px) {
    .benefits-wrapper {
        grid-template-columns: 1fr;
    }

    .bg-text {
        font-size: 60px;
    }
}

/* ===============================
   SPECIAL MENU SMALL SECTION
================================= */

/* ===============================
   SPECIAL MENU SMALL SECTION
================================= */

.special-menu-sec {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff3ed, #ffffff);
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.special-menu-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* LEFT CONTENT */

.special-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.special-left p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.special-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.special-features li {
    margin-bottom: 8px;
    font-weight: 500;
}

/* BUTTON */

.special-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #ff3c00;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(255,60,0,0.3);
}

.special-btn:hover {
    background: #000;
    transform: translateY(-3px);
}

/* RIGHT IMAGE AREA */

.special-right {
    position: relative;
}

.main-dish {
    width: 320px;
    border-radius: 20px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* Floating ingredients */

.float-item {
    position: absolute;
    width: 70px;
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
}

.chili {
    top: -20px;
    left: -30px;
}

.garlic {
    bottom: -20px;
    right: -30px;
}

.leaf {
    top: 40%;
    right: -50px;
}

/* Animation */

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Responsive */

@media (max-width: 992px) {
    .special-menu-card {
        flex-direction: column;
        text-align: center;
    }

    .special-right {
        margin-top: 30px;
    }
}






.google-review-sec {
    padding: 100px 0;
    background: #fff8f3;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.review-header h2 {
    font-size: 38px;
    margin-bottom: 10px;
}

.rating-number {
    font-size: 50px;
    font-weight: 700;
    color: #ff3c00;
}

.stars {
    font-size: 22px;
    color: #ffb400;
}

.stars.small {
    font-size: 16px;
}

.review-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
}

.review-card p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #555;
}

.review-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

/* Swiper styling */
.reviewSwiper {
    margin-top: 50px;
    padding-bottom: 60px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff3c00;
}

.swiper-pagination-bullet-active {
    background: #ff3c00;
}

.about-sec-inner img{
    border-radius:20px 100px;
}