@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=New+Amsterdam&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #000;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Amsterdam';
    src: url(../font/The\ Amsterdam.ttf);
}

@font-face {
    font-family: 'Tondu';
    src: url(../font/Tondu-Beta.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Tondu';
    font-size: 74px;
    line-height: 0.8;
    color: #fff;
    font-weight: 500;
    margin: 0;
    color: rgb(187, 16, 20);
    text-shadow: 13.156px 4.788px 29px rgb(14 8 0);
}

h2 {
    font-family: 'Tondu';
    font-size: 60px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Tondu';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Tondu';
    font-size: 26px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Tondu';
    font-size: 28px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Tondu';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    background-color: #1c1002;
    border-radius: 45px;
    position: relative;
    padding: 0px 0px 0px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: max-content;
    z-index: 0;
    overflow: hidden;
}

.theme_btn img {
    transition: 0.6s;
}

.theme_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #bb1014;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s all;
    border-radius: 45px;
}

.theme_btn:hover:before {
    width: 100%;
}

.theme_btn:hover img {
    transform: rotate(360deg);
}

.theme_btn:hover span {
    color: #FFF;
}

.theme_btn:hover .btn-img {
    background: #fff;
}

.theme_btn:hover .btn-img img {
    filter: brightness(0.1);
}

.theme_btn span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-img img {
    width: min-content;
    height: min-content !important;
}

.btn-img {
    background: #fff;
    width: 50px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 0px 0 5px;
    background: #bb1014;
}

.menuSec img {
    margin: 0;
}

.menu-sec.inner {
    margin: 0;
}

.menuSec ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-right: -15px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.header-buttons .theme_btn {
    margin: 0 0 0 auto;
}

.container-fluid {
    padding: 0 6%;
}

.menuSec .container-fluid {
    padding: 0 4%;
}

.header-logo a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-logo img {
    width: 140px;
    height: 115px;
    object-fit: cover;
    margin-bottom: -40px;
    object-position: bottom;
}

.header-logo {
    position: relative;
    z-index: 9999;
}

.header-logo h5 {
    color: #fff;
    padding-bottom: 5px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    height: auto;
    align-content: center;
    background-color: #1a1405;
    z-index: 0;
}

.banner-sec.iner {
    height: 60vh;
    overflow: hidden;
    margin-bottom: 100px;
}

.banner-sec.iner img.chiliban.L {
    width: 60px;
}

.banner-sec.iner img.chiliban.R {
    width: 150px;
}

.banner-sec.iner img.ban-sauce {
    width: 220px;
    left: 18%;
    bottom: 60px;
}

.baner-text.iner h1 {
    font-size: 110px;
    text-transform: uppercase;
}

.baner-text.iner {
    transform: none;
}

.baner-text h1 .bdo-w {
    display: block;
    font-size: 95px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
}

.baner-text h1 span {
    /* text-shadow: 13.156px 4.788px 11px rgb(14 8 0 / 68%); */
    margin-bottom: -4px;
    display: block;
    position: relative;
    z-index: 1;
    left: -30px;
}

.baner-image img {
    width: 100%;
}

.baner-text p {
    margin: 12px 0;
    color: #fff;
    opacity: 80%;
    font-size: 15px;
}

img.chiliban {
    position: absolute;
    z-index: 2;
    animation: shake-vertical 8s linear infinite both;
}

@keyframes shake-vertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

img.ban-sauce {
    position: absolute;
    bottom: 40px;
    left: 70px;
    z-index: 2;
}

.banner-sec:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background-image: url(../images/baner-back.png);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: 0px -40px;*/
    /*z-index: -1;*/
}

.banner-sec:after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 215px;*/
    /*background-image: url(../images/baner-wood.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: bottom;*/
    /*z-index: -1;*/
}

img.chiliban.R {
    right: 0;
    bottom: 16%;
    width: 190px;
}

img.chiliban.L {
    left: 0;
    width: 90px;
    bottom: 35%;
}

.baner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.baner-text {
    text-align: center;
    transform: rotate(-3deg);
    margin-top: -50px;
}

img.baner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.baner-image {
    margin-right: -100px;
    margin-bottom: -34%;
}

.banner-sec .row {
    align-items: flex-start;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Offer Section Start ------------------------------------------------------------- */

.offer-head {
    text-align: center;
    margin-bottom: 42px;
}

.offer-head p {
    width: 62%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.offer-head h2 {
    color: #fff;
    margin-bottom: 11px;
}

.offer-main {
    padding: 14px 14px 38px;
    border: 1px solid #e9e9e996;
    border-radius: 22px;
    transition: 0.5s all;
}

.offer-image {
    border-radius: 22px;
    overflow: hidden;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
}

.offer-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s all;
}

.offer-text {
    margin-top: 28px;
    text-align: center;
}

.offer-text * {
    color: #fff;
}

.offer-text p {
    width: 90%;
    margin: 7px auto 0;
    opacity: 80%;
}

.offer-sec {
    margin-bottom: 120px;
}

.offer-main:hover {
    background-color: #bb1014;
    border-color: #bb1014;
}

.offer-main:hover .offer-image img {
    transform: scale(1.3);
}

/*---------------------------------------------------- Offer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Menu Section Start ------------------------------------------------------------- */

img.meun-frame {
    width: 100%;
    height: auto;
}

.explore-menu-main {
    position: relative;
    margin-bottom: 100px;
}

.menu-content-exlpor {
    position: absolute;
    top: 26px;
    left: 7.7%;
    background: #f1f1ea;
    width: 30%;
    height: 93%;
    padding: 80px 25px;
    display: block;
    align-content: center;
    border: 2px dashed #222222;
    box-shadow: 0 0 0 25px #f1f1ea;
}

.menu-content-exlpor h2 span {
    display: block;
    color: #bb1014;
}

.menu-content-exlpor h2 {
    font-size: 82px;
    line-height: 1;
    margin-bottom: 8px;
}

.menu-content-exlpor p {
    color: #000;
    opacity: 90%;
}

.menu-sec {
    margin-bottom: 80px;
    position: relative;
    padding: 0px 0px 70px;
}

.menu-text {
    text-align: center;
}

.menu-text * {
    font-family: 'Montserrat';
    color: #fff;
}

.menu-text h5 {
    font-size: 23px;
}

.menu-text h6 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}

.menu-text p {
    font-size: 12px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
}

.menu-text ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-text ul li i {
    font-family: 'FontAwesome';
    color: #ffb400;
    font-size: 12px;
}

.menu-image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/menu-red.png);
    transition: 0.5s all;
    animation: rotate-center 4.5s linear infinite both;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-review span {
    font-size: 14px;
}

/*.menu-sec:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-image: url(../images/menu-back.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    height: 67%;*/
/*    z-index: -1;*/
/*    background-color: #1a1405;*/
/*}*/

img.cloud-menu {
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -30px;
    filter: brightness(0);
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.menu-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.menu-text a {
    margin: 0 auto;
}

.menu-image {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    display: block;
    z-index: 0;
    padding: 30px;
    height: 330px;
    align-content: center;
}

img.cloud-menu.L {
    top: 27%;
    bottom: unset;
    object-position: bottom;
}

/*---------------------------------------------------- Menu Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Catering Section Start ------------------------------------------------------------- */

.categring-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: right;
    border-radius: 26px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
    position: relative;
    z-index: 3;
}

.categring-image {
    padding: 70px 70px;
    margin-left: -50px;
    background: #bb1014;
    border-radius: 26px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
    overflow: hidden;
    margin-top: 15%;
}

.catering-text {
    padding: 90px 60px 50px;
    position: relative;
    z-index: 12;
}

.catering-sec {
    margin-bottom: 100px;
}

.catering-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
}

.catering-text p {
    margin: 15px 0 15px;
}

.catering-text ul li i {
    background: #efdede;
    padding: 7px;
    color: #bb1014;
    font-size: 15px;
}

.catering-sec .row {
    position: relative;
}

.catering-sec .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 80%;
    height: 620px;
    z-index: 0;
    border-radius: 26px;
    border-top-left-radius: 120px;
}

.catering-text a {
    background: #bb1014;
    padding: 14px 30px;
    display: block;
    width: max-content;
    border-radius: 60px;
    color: #fff;
    font-size: 13px;
    height: 53px;
    text-transform: uppercase;
    margin-top: 19px;
}


/*---------------------------------------------------- Catering Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 66px;
    font-size: 25px;
    color: white;
    background: #bb1014;
}

.social-links a:hover {
    background: #646f5f;
    transition: 0.5s;
    transform: scale(0.9);
}

a.top-navigator:hover {
    background: #000;
}


a.top-navigator i {
    transition: 0.3s all ease-in-out;
    animation: tada 1.5s ease infinite;
}

footer {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 0;
    background-color: #1c1308;
}

.foot-bottom {
    background: #130d06;
    margin-top: 50px;
    padding: 15px 0px;
}

footer h5 {
    position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

footer h5:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #bb1014;
    top: 0;
    left: 0;
}

footer p {
    font-size: 14px;
    color: #fff;
    width: 90%;
    opacity: 70%;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid #626262;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
}

.social-links a:hover {
    background: #bb1014;
    border-color: #bb1014;
}

.quick-links a {
    font-size: 17px;
    color: #fff;
    opacity: 70%;
    font-weight: 500;
}

.quick-links a:hover {
    color: #bb1014;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    color: #fff;
    display: block;
    margin-top: 45px;
    font-family: 'Tondu';
    letter-spacing: 2px;
}

.footer-quick-link {
    margin-left: 30px;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 1px solid #fff;
    padding: 0px 55px;
    font-size: 19px;
    color: #fff;
    transition: 0.3s all ease-in-out;
    margin-top: 30px;
    font-family: 'Roboto';
    border-radius: 8px;
    font-weight: 500;
}

a.req-btn:hover {
    background: #bb1014;
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 22px;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    opacity: 60%;
}

.foot-bottom p {
    text-align: end;
    color: #fff;
    margin-left: 20px;
    font-family: 'Roboto';
    font-size: 14px;
    opacity: 60%;
}

span.text-darkbrown.green {
    color: #bb1014;
    opacity: 1 !important;
}

img.Foot-bubble {
    position: absolute;
    top: 135px;
    left: 0;
    width: auto;
}

img.leave-footer {
    position: absolute;
    bottom: 120px;
    right: 12%;
    width: 60px;
    height: 40px;
    object-fit: scale-down;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.quick-links li {
    margin-bottom: 11px;
}

.ftr-contact-main {
    margin-left: -60px;
}

.ftr-wrk-schdule {
    position: relative;
    left: -30px;
    width: 85%;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 99px;
    background: #353535;
    width: 1px;
    height: 100%;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Story Section Start ------------------------------------------------------------- */

.our-story-sec {
    margin-bottom: 100px;
}

.our-story-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 40px;
    object-position: top;
}

.our-story-main {
    position: relative;
}

img.story-main-img {
    position: absolute;
    top: 29%;
    left: 141px;
}

.our-story-top-box {
    background: #feefdd;
    z-index: 0;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 50px 80px 60px;
    margin-bottom: 50px;
}

.our-story-top-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #bb1014;
    width: 70%;
    height: 100%;
    border-radius: 40px;
    z-index: -1;
}

.our-story-text {
    width: 50%;
}

.fre-delivery h5 {
    text-transform: unset;
    font-family: 'Amsterdam';
    font-size: 50px;
    color: #bb1014;
}

.fre-delivery img {
    transform: rotate(23deg);
    width: max-content;
}

.fre-delivery h5 span {
    display: block;
    line-height: 1;
    font-size: 40px;
    color: #000;
}

.our-story-text * {
    color: #fff;
}

.our-story-text p {
    font-size: 15px;
    margin-bottom: 15px;
    opacity: 80%;
}

.our-story-text h2 {
    font-size: 50px;
    margin-bottom: 7px;
}

.fre-delivery {
    position: relative;
    left: 70px;
    transform: rotate(-25deg);
    text-align: center;
}

/*---------------------------------------------------- Story Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.tattered-imgs-right {
    position: absolute;
    height: 320px;
    width: 16%;
    right: 0px;
    top: 100px;
}

.testimonials-sec.sec.inner {
    padding-top: 0;
}

.tattered-imgs-right .tattered-img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 130px;
}

.tattered-img {
    animation: shake-vertical 8s linear infinite both;
}

.tattered-imgs-right .tattered-img:nth-child(1) {
    position: absolute;
    top: 0;
}

.tattered-imgs-left {
    position: absolute;
    left: -20px;
}

.tattered-imgs-left .tattered-img:nth-child(1) {
    top: 60px;
    position: absolute;
    left: 0px;
}

.tattered-imgs-left .tattered-img:nth-child(2) {
    position: absolute;
    right: -70px;
    bottom: 10px;
    top: unset;
}

.tattered-imgs-left {
    height: 450px;
    width: 11%;
}

section.testimonials-sec .row {
    position: relative;
}

.testi-txt {
    position: relative;
    background: transparent;
    padding: 0 50px 60px 140px;
    border-color: rgb(235, 235, 235);
    box-shadow: -2px 5px 29px 0px rgb(255 255 255 / 16%);
    border-bottom-right-radius: 22px;
}

.author-img {
    position: absolute;
    left: 0;
    top: 0;
}

.author-img img {
    width: 110px;
}

.testi-author h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #bb1014;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
}

.testi-author h4 {
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: capitalize;
}

.testi-author h4 span {
    color: #fa9c00;
}

.testi-author {
    padding: 35px 0 0;
}

.testi-txt p {
    padding: 35px 0 0;
    font-weight: 500;
    color: #fff;
    opacity: 80%;
}

.testi-slider .slick-slide {
    margin: 50px 30px;
}

.testi-txt::before {
    position: absolute;
    content: "";
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    padding: 0 140px 120px;
    width: 100%;
    height: 100%;
    top: 20px;
    opacity: 0;
    left: 20px;
    z-index: -1;
}

section.testimonials-sec .sec-heading {
    margin: 0 0 50px;
}


.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    display: block;
    content: "";
    background: url(../images/testi-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-position: center;
    width: 100%;
    height: 12px;
    transition: 0.35s ease-in-out;
    filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(590%) hue-rotate(59deg) brightness(118%) contrast(73%);
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 47px;
    height: 47px;
    z-index: 2;
    bottom: 70px;
    top: unset;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
}

.testi-slider .slick-prev {
    left: unset;
    right: 120px;
}

.testi-slider .slick-next {
    right: 60px;
}

.testi-slider .slick-prev:before {
    transform: rotate(180deg);
}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-next:hover:before {
    filter: unset;
}

.testi-slider::after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 90px;
    right: -90px;
    top: 100px;
    z-index: 5;
    pointer-events: none;
}

p.auto {
    width: 50%;
    margin: auto;
    color: #fff;
    margin-top: 10px;
}

.feat-book-head h2 {
    color: #fff;
}

.feat-book-head {
    text-align: center;
}

.testimonials-sec.sec {
    padding: 100px 0px;
}

.testi-review {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.testi-review ul {
    display: flex;
    align-items: center;
    gap: 3px;
}

.testi-review span {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.testi-review ul i {
    color: #f39f1e;
    font-size: 13px;
}

.testi-slider .slick-arrow:hover {
    border-color: #bb1014;
}

.menuSec ul li a:hover {
    color: #fff;
}

/*---------------------------------------------------- Testimionials Section End ------------------------------------------------------------- */

/*---------------------------------------------------- CART Section Start ------------------------------------------------------------- */

.shopping_cart {
    margin-bottom: 100px;
}

.shopping_cart_table h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.shopping_cart_table table th {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat";
    padding-bottom: 10px;
    color: #fff;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    gap: 15px;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 4px;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #fff;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #fff;
    height: 60px;
    border-radius: 10px !important;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lavish';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #fff;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #fff;
    color: #fff;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: -5px;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
    padding: 13px 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
    font-family: "Montserrat";
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cart_product_img {
    width: 100px;
    display: flex;
    height: 100px;
    flex-shrink: 0;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    padding-block-start: #f6f6f8;
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    font-family: "Montserrat";
    width: 100%;
    color: #fff;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "Montserrat";
}

.payment_card form select option {
    background: #000;
}

.payment_card {
    padding: 15px 25px 25px;
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e2e2;
    text-transform: uppercase;
    color: #fff;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat";
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
    font-family: "Montserrat";
}


.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    height: 40px;
    border: none;
    color: #fff;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.payment_card h3 span {
    font-family: unset;
}

.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: start;
}

.shopping_cart span#plus {
    border: unset;
}

.shopping_cart span#minus {
    border: unset;
}

.payment_card h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 14px;
}

/*---------------------------------------------------- CART Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Checkout Section Start ------------------------------------------------------------- */

.billing-form {
    max-width: 100%;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.billing-form .form-control {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 8px;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
    height: 74px;
    background-color: transparent;
    appearance: none !important;
}

.payment-option label input[type="radio"] {
    width: 24px;
    height: 23px;
    accent-color: #bb1014;
}

.payment-option {
    margin-bottom: 13px;
}

.billing-form .form-control:focus {
    box-shadow: none;
}

.billing-form .form-control::placeholder {
    color: #ffffffc2;
}

.payment-method-main h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.payment-content {
    display: none;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.place-order-btn {
    background: #c2185b;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

h3.payment-title {
    margin-bottom: 24px;
}

input.form-control.street-field {
    margin-bottom: 18px;
}

.form-control:disabled, .form-control:read-only {
    color: #ffffffc2;
    appearance: auto;
}

.payment-option label {
    display: flex;
    gap: 15px;
    font-weight: 600;
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    opacity: 80%;
}

.payment-method-main {
    margin: 35px 0px 30px;
}

.billing-foam-main-sec {
    padding-bottom: 90px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea.form-control {
    height: 150px !important;
}

/*---------------------------------------------------- Checkout Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-side-bar {
    padding-top: 0;
    margin-left: 0px;
}

.inner-contact-us-sec .contact-info {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 30px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: 1px solid #bdbdbd;
    background: transparent;
}

.inner-contact-us-sec .contact-info:hover {
    background-color: #bb1014;
}

.inner-contact-us-sec .contact-info i {
    transition: color 0.3s ease;
    color: #bb1014;
}

.contact-info:hover * {
    color: #fff;
}

.cicle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    margin-right: 17px;
    border: 1px solid #bb1014;
}

.contact_text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.contact_text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.contact_text p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #6b6b6b;
}

.contact_text p span,
.contact_text a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-family: 'montserrat-medium';
    font-weight: 500;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact-pag-form {
    margin-top: 0;
    padding: 0 30px;
}

.contact-pag-form form input.form-control,
.contact-pag-form form select.form-control,
.contact-pag-form form textarea.form-control {
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    border-radius: 7px;
    display: flex;
    font-family: 'montserrat-medium';
    font-size: 16px;
}

.book-an-appointment-button.contact {
    text-align: left;
    margin-top: 35px;
}

.book-an-appointment-button.contact button {
    margin: inherit;
}

.contact-pag-form form input.form-control {
    height: 65px;
    padding-left: 80px;
    margin-bottom: 20px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    padding-left: 25px;
    margin-top: 20px;
}

.contact-pag-form form textarea.form-control {
    height: 200px;
    padding-left: 80px;
    padding-top: 20px;
    margin-top: 10px;
    resize: none;
    color: #fff;
}

.contact-pag-form form input::placeholder,
.contact-pag-form form textarea::placeholder {
    color: #909091;
}

.contact-pag-form .form-group i {
    position: absolute;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.vffdetails select {
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.vffdetails::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 60px;
    top: 10%;
    background-size: 10px 50px;
    background-image: url(../images/arrow_slectt.png);
    background-repeat: no-repeat;
}

.contact-pag-form button {
    margin-top: 30px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 25px;
    color: #fff;
    left: 20px;
    font-size: 18px;
}

.contact-pag-form h2 {
    margin-bottom: 20px;
    color: #bb1014;
    text-transform: uppercase;
    font-size: 50px;
}

.contact-pag-form .form-group {
    position: relative;
}

.inner-contact-us-sec {
    padding: 0 0 100px 0;
}

.vffdetails {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 55px;
    top: 8px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
    filter: brightness(999);
}

.contact-side-bar h2 {
    color: #bb1014;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_text h2 {
    color: #fff;
    font-size: 25px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Function Hall Section Start ------------------------------------------------------------- */

.card {
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #bb1014;
    transition: all 1.3s;
    cursor: pointer;
    background: transparent;
    text-align: center;
    position: relative;
}

.card .header h4 {
    margin: 0px;
    letter-spacing: 0;
    transition: 0.9s;
    font-family: 'Tondu';
    font-weight: 500;
    font-size: 35px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

.card .p-price {
    position: relative;
    margin-bottom: 20px;
}

.card .p-price h1 {
    position: relative;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    transition: 0.9s;
    font-family: 'Roboto';
    font-weight: 400;
}

.card .p-price h1 span.month {
    position: absolute;
    left: 40%;
    font-size: 20px;
    color: #8d8ba7;
    font-family: "DM Sans";
    line-height: 20px;
    font-weight: 500;
    text-transform: lowercase;
    top: 24px;
    transition: 0.9s;
}

.card .descp {
    margin: 12px 0 30px;
}

.card .descp p {
    font-family: "DM Sans";
    font-size: 18px;
    line-height: 30px;
    color: #9795b5;
    transition: 0.9s;
}

.card ul.m-0 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    margin: 0px auto !important;
}

.card li.display-f {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 11px;
}

.card li.display-f img {
    display: inline-block;
    width: 22px;
    transition: 0.9s;
}

.card li.display-f span.priceing {
    font-size: 15px;
    font-weight: 400;
    transition: 0.9s;
}

.card .startedbtn {
    display: inline-block;
    text-align: center;
    margin-top: 34px;
}

.card .startedbtn a {
    display: inline-block;
    background: transparent;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.9s;
    color: #fff;
    border: 1px solid #bb1014;
    width: 70%;
    border-radius: 9px;
}

.card:hover .startedbtn a {
    background: #fff;
    color: #bb1014;
}

.card .startedbtn a:hover {
    opacity: 90%;
    transform: translate(0px, -2px);
}

.card:hover {
    background: #bb1014;
}

.card:hover li.display-f span.priceing {
    color: #fff;
}

.card:hover .descp p {
    color: #fff;
}

.card:hover .p-price h1 {
    color: #fff;
}

.card:hover .p-price h1 span.month {
    color: #fff;
}

.card:hover .header h4 {
    color: #fff;
}

.card li.display-f i {
    width: 20px;
    height: 20px;
    background: #bb1014;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.9s;
    font-size: 13px;
    color: #000;
}

.card:hover li.display-f i {
    color: #bb1014;
    background-color: #fff;
}


.card .header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.card .header .treeImg {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #4b4b43;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.9s;
}

.card:hover .header .treeImg {
    background: #d5c6a4;
    box-shadow: 0px 0px 18px 5px #ffffff00;
}

.card:hover .header .treeImg img {
    filter: brightness(0) invert(1);
}

.hall-gallery-main img {
    width: 100%;
    height: 380px;
    transition: 0.5s all;
    object-fit: cover;
}

.hall-gallery-main {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 30px;
}

.hall-gallery-main img:hover {
    transform: scale(1.5);
}

.hall-feature h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hall-feature {
    margin-top: 40px;
}

.hall-feature-main img {
    width: 30px;
}

.hall-feature-main:hover {
    background: #bb1014;
    border-color: #bb1014;
}

.hall-feature-main {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #fff;
    padding: 20px 30px;
    border-radius: 40px;
    transition: 1.5s auto;
}

.hall-feature-main img {
    filter: invert(1);
}

.hall-feature-main h6 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.fuctionhall-sec {
    margin-bottom: 50px;
}

/*---------------------------------------------------- Function Hall Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Career Section Start ------------------------------------------------------------- */

.career-sec {
    margin-bottom: 100px;
}

.career-text p {
    color: #fff;
    margin-top: 24px;
    line-height: 28px;
    font-size: 15px;
}

.career-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
}

/*---------------------------------------------------- Career Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Month Special Section Start ------------------------------------------------------------- */

.head-client-sec {
    text-align: center;
    margin-bottom: 40px;
}

.head-client-sec * {
    color: #fff;
}

.Monwek-special-sec {
    margin-bottom: 100px;
}

.head-client-sec h2 span {
    color: #bb1014;
}

.month-wek-main img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 22px;
}

.month-wek-text * {
    color: #fff;
}

.month-wek-text h4 {
    margin-bottom: 7px;
    font-size: 30px;
}

.month-wek-text p {
    margin-bottom: 17px;
    width: 85%;
}

.month-wek-text ul li {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 5px;
    margin-left: 20px;
}

.review-customer {
    padding: 30px 0 30px;
    background: rgb(17, 17, 17);
    margin-bottom: 60px;
}

.review-customer {
    position: relative;
}

.review-customer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: #111111;
    z-index: 999;
}

.menu-content-exlpor:before {
    content: '';
    position: absolute;
    top: 110px;
    right: -76px;
    background-image: url(../images/menu-point.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 180px;
}

/*---------------------------------------------------- Month Special Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Quote Section Start ------------------------------------------------------------- */

.catering-quote-section .form-heading {
    text-align: center;
    margin-bottom: 50px;
}

.catering-quote-section .form-heading span {
    color: #d62828;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

.catering-quote-section .form-heading h2 {
    font-size: 48px;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.catering-quote-section .form-heading p {
    color: #fff;
    margin: auto;
    opacity: 70%;
}

.catering-quote-section .form-box {
    margin-bottom: 35px;
}

.catering-quote-section .form-box h3 {
    margin-bottom: 15px;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
}

.catering-quote-section .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.catering-quote-section .input-group label {
    display: block;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Montserrat';
    font-size: 15px;
}

.catering-quote-section .input-group input,
.catering-quote-section .input-group textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 12px !important;
    padding: 0 15px;
    font-size: 15px;
    transition: 0.3s;
    background: transparent;
    color: #fff;
}

.catering-quote-section .input-group textarea {
    height: 180px;
    padding: 15px 20px;
    resize: none;
    background: transparent;
}

.catering-quote-section .input-group input:focus,
.catering-quote-section .input-group textarea:focus {
    border-color: #d62828;
    outline: none;
}

.catering-quote-section .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.catering-quote-section .check-item {
    padding: 12px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    display: flex !important;
    align-items: center;
}

.catering-quote-section .check-item input {
    margin-right: 8px;
    height: 17px;
    width: 17px;
}

.catering-quote-section .menu-selection {
    margin-top: 30px;
}

.catering-quote-section .menu-search {
    margin-bottom: 20px;
}

.catering-quote-section .menu-search label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.catering-quote-section .menu-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    color: #fff;
    background: transparent;
}

.catering-quote-section .menu-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catering-quote-section .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
}

.catering-quote-section .menu-item span {
    font-weight: 600;
    color: #fff;
}

.catering-quote-section .qty-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catering-quote-section .qty-box button {
    width: 35px;
    height: 35px;
    border: none;
    background: #d62828;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
}

.catering-quote-section .qty-box input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.catering-quote-section {
    margin-bottom: 100px;
}

.input-group.ty {
    margin-top: 20px;
}

.catering-quote-section input::placeholder {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
    opacity: 1;
    text-transform: capitalize;
}

.catering-quote-section .input-group textarea::placeholder {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}


/*---------------------------------------------------- Quote Section End ------------------------------------------------------------- */




.menu-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--text-primary);
    line-height: 1.1;
}

.menu-table-wrap {
    border-radius: 16px;
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

colgroup col:nth-child(1) {
    width: 48px;
}

colgroup col:nth-child(2) {
    width: auto;
}

colgroup col:nth-child(3) {
    width: 120px;
}

thead tr {
    background: #bb1014;
    border-bottom: 1px solid #ffffff7d;
}

thead th {
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Tondu';
    color: #fff;
    letter-spacing: 2px;
}

thead th:first-child {
    padding-left: 30px;
}

thead th:nth-child(2) {
    text-align: left;
    padding-left: 14px;
}

thead th:last-child {
    text-align: right;
    padding-right: 20px;
}

tbody tr {
    border-top: 1px solid #ffffff9c;
    transition: background 0.15s ease;
    color: #fff;
}

td {
    padding: 20px 0;
    vertical-align: top;
}

td:first-child {
    padding-left: 20px;
    color: #fff;
}

td:nth-child(2) {
    padding-left: 14px;
    padding-right: 12px;
    font-family: 'Montserrat';
}

td:last-child {
    padding-right: 20px;
    text-align: end;
}

.icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    flex-shrink: 0;
}

.icon-wrap svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.soup-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.2;
}

.soup-desc {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 11px;
}

.badge {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 19px;
    border-radius: 20px;
    letter-spacing: 0.03em;
    background: #ffffff;
    color: #000;
}

.badge-neutral {
    background: #F0EDE8;
}

.price-col {
    text-align: right;
}

.price-pair {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.size-label {
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Roboto' !important;
    padding-right: 0px;
}

.price-amount {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.price-tbd {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 2px;
}

.menu-footer {
    text-align: center;
    margin-top: 1.2rem;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.menu-footer span {
    margin: 0 6px;
}

.menu-sec.inner:before {
    height: 11%;
}

.menu-sec.inner img.cloud-menu.L {
    top: unset;
    bottom: 10%;
    z-index: -1;
}

h2.section-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 35px;
    padding-left: 20px;
}

.section.men-clt {
    margin-bottom: 40px;
}

td.td-price span {
    font-size: 17px;
    font-family: 'Montserrat';
}

.menu-clnt-points {
    margin-bottom: 130px;
}

section.dine-Inclt-sec {
    margin-bottom: 100px;
}

.main-heading-dine-menu-bth {
    margin-bottom: 50px;
}

.main-heading-dine-menu-bth h2 {
    color: #fff;
    text-align: center;
}