@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Marcellus&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Manrope", sans-serif;
}

body {
    overflow: hidden !important;
    padding-right: 0 !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus", serif;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.btn-close {
    box-shadow: none !important;
}

.btn-close {
    background: url(../images/cross.png) center / 1em auto no-repeat;
    opacity: 1 !important;
}

.bg1 {
    background-color: #FFF0CF;
}

.bg2 {
    background-color: #861B1B;
}

.color1 {
    color: #ED1C24;
}

.color2 {
    color: #5B3F01;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

.heading {
    font-size: clamp(25px, 3vw, 41px);
}

.subheading {
    font-size: clamp(20px, 2vw, 28px);
}

.btn1 {
    color: #231F20;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    transition: all 0.6s ease;
    font-weight: 500;
    display: inline-block;
}

.btn1 svg line,
.btn1 svg circle {
    transition: all 0.6s ease;
}

.btn1:hover {
    background-color: transparent;
    border: 1px solid #FFF0CF;
    color: #FFF0CF;
}

.btn1:hover svg line {
    stroke: #FFF0CF;
}

.btn1:hover svg circle {
    fill: #FFF0CF;
}

.modal-header {
    border-bottom: 1px solid transparent;
}

.modal-content {
    background-color: #861B1B;
}

header .navbar.fixed-top .btn1 {
    background-color: #861B1B;
    color: white;
}

header .navbar.fixed-top .btn1:hover {
    background-color: transparent;
    border: 1px solid #860C0E;
    color: #860C0E;
}

header .navbar.fixed-top .btn1 svg line {
    stroke: white;
}

header .navbar.fixed-top .btn1 svg circle {
    fill: white;
}

header .navbar.fixed-top .btn1:hover svg line {
    stroke: #860C0E;
}

header .navbar.fixed-top .btn1:hover svg circle {
    fill: #860C0E;
}

.widthtext {
    width: 26%;
}

.body_header {
    position: fixed;
    z-index: 20;
    width: 100%;
}

header .navbar {
    background-color: transparent;
}

header .navbar.fixed-top {
    background-color: white;
    box-shadow: 0px 1px 9px #0000001c;
}

header .navbar.fixed-top .nav-link {
    color: #5B3F01 !important;
}

header .nav-link {
    color: white !important;
    transition: all 0.6s ease;
}

header.body_header .navbar-brand {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22.8px);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
    transition: all 0.8s ease;
}

header.body_header .navbar-brand img {
    width: 100px;
    transition: all 0.8s ease;
}

header .navbar.fixed-top .navbar-brand {
    padding: 6px 0;
}

header .navbar.fixed-top .navbar-brand img {
    width: 83px;
}

.navbar-nav {
    gap: 21px;
}

section.banner .card-img-overlay {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 131px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.3%, rgb(0 0 0 / 23%) 45.68%, rgba(0, 0, 0, 0.77) 98.29%);
}

section.banner .card-img-overlay .heading {
    width: 48%;
    margin: 0 auto;
    font-size: clamp(24px, 5vw, 47px);
}

section.banner .card-img-overlay p {
    width: 52%;
    margin: 0 auto;
}

section.banner img {
    object-fit: cover;
    animation: banner 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes banner {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

section.about {
    margin-top: -78px;
    position: relative;
    z-index: 7;
    overflow-y: hidden;
}

section.about #mainaboutimg {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    height: 474px;
    object-fit: cover;
}

section.about .box {
    padding: 20px 25px 20px 34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: relative;
}

section.about .box p {
    width: 85%;
    position: relative;
    z-index: 3;
}

section.about .element {
    position: absolute;
    right: 25px;
    top: 0;
}

section.about .element img {
    width: 104px;
}

section.ourmenu {
    background: url(../images/menu_bg.webp) no-repeat center bottom / cover;
    padding-top: 211px;
    padding-bottom: 163px;
    margin-top: -163px;
}

.line {
    margin: 0;
    border: 1px solid white;
    border-top: 1px solid white;
    opacity: 1;
    width: 99px;
}

.menu_heading {
    gap: 15px;
}

section.ourmenu .widthtext {
    font-size: clamp(13px, 2vw, 18px);
}

section.mainmenu {
    margin-top: -90px;
    position: relative;
    overflow: hidden;
}

section.mainmenu .container,
section.ourmenu {
    position: relative;
    z-index: 6;
}

.menuoverlay {
    background-color: #f6f6f6;
    padding: 150px 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

section.mainmenu .main_column>div {
    flex: 50%;
    background: #FFF0CF;
    border-radius: 45px;
}

section.mainmenu .menu_content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    border-radius: 0 !important;
}

section.mainmenu .menu_content.secondcontent {
    border-top-right-radius: 45px !important;
}

section.mainmenu .menu_content.thirdcontent {
    border-bottom-left-radius: 45px !important;
}

section.mainmenu .firstimg {
    border-top-left-radius: 45px;
}

section.mainmenu .lastimg {
    border-bottom-right-radius: 45px;
}

section.allmenu {
    padding: 80px 0;
}

section.allmenu #allmenupage .card img {
    height: 361px;
    object-fit: cover;
}

section.allmenu .btn1, section.liquor_menu .btn1 {
    background-color: rgb(134, 27, 27);
    color: white;
    border: 1px solid transparent;
}

section.allmenu .btn1:hover, section.liquor_menu .btn1:hover {
    background-color: transparent;
    border: 1px solid rgb(134, 27, 27);
    color: rgb(134, 27, 27);
}

section.allmenu .btn1:hover svg line, section.liquor_menu .btn1:hover svg line {
    stroke: rgb(134, 27, 27);
}

section.allmenu .btn1:hover svg circle, section.liquor_menu .btn1:hover svg circle {
    fill: rgb(134, 27, 27);
}

section.testimonial {
        margin-top: -177px;
    position: relative;
    z-index: 5;
}

section.testimonial .card img {
    height: 90vh;
}

section.testimonial .card-img-overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 83px;
    padding-left: 0;
    padding-right: 0;
}

section.testimonial #testimonial p {
    font-size: clamp(16px, 2vw, 18px);
    width: 90%;
    margin: 0 auto;
}

.overlay {
    display: none;
}

.padding {
    padding: 80px 0;
}

.radius {
    border-radius: 25px;
}

section.gallery {
    padding: 80px 0 164px;
}

section.gallery .line, section.allmenu .line, section.liquor_menu .line {
    border: 1px solid #ED1C24;
    border-top: 1px solid #ED1C24;
}

section.gallery .card, section.allmenu .card, section.liquor_menu .card {
    transition: all 0.8s ease;
    cursor: pointer;
}

section.gallery .card img {
    height: 450px;
    object-fit: cover;
}

section.gallery .card-img-overlay, section.allmenu .card-img-overlay, section.liquor_menu .card-img-overlay {
    background-color: #00000070;
    opacity: 0;
    transition: all 0.8s ease;
}

section.gallery .card:hover .card-img-overlay, section.allmenu .card:hover .card-img-overlay, section.liquor_menu .card:hover .card-img-overlay {
    opacity: 1;
}

section.gallery .owl-theme .owl-nav, section.allmenu .owl-theme .owl-nav {
    margin-top: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #860C0E !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

section.getintouch {
    background: url(../images/getintouch_bg.webp) no-repeat center center / cover;
    padding: 100px 0 72px;
}

.icon_box {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 45px;
    background-color: white;
}

.icon_box i {
    color: #860C0E;
    font-size: 20px;
}

.form_div {
    padding: 31px 25px;
}

.form-control {
    background-color: transparent !important;
    color: white !important;
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid white;
    width: 100%;
}

.form-control::placeholder {
    color: white;
}

textarea {
    resize: none;
    height: 78px;
}

section.getintouch .btn1 {
    border-radius: 10px;
}

section.getintouch .form_div {
    margin-top: -161px;
}

section.buffet {
    padding: 80px 0;
    position: relative;
    z-index: 6;
    /* padding-top: 0; */
}

section.buffet .buffetbox {
    background: url(../images/buffet_bg.webp) no-repeat center center / cover;
        padding: 66px 0;
    padding-right: 42px;
}

section.buffet .buffetbox .box .heading {
    font-size: clamp(18px, 3vw, 27px);
}

section.buffet .buffetbox .box {
       border-radius: 20px;
    background: rgba(134, 27, 27, 0.83);
    backdrop-filter: blur(7.75px);
    padding: 35px 22px;
}

section.buffet .buffetbox .box p {
        width: 95%;
    text-align: justify;
}

.buffetul li {
    list-style: disc;
    font-size: clamp(13px, 2vw, 18px);
    color: #FFF0CF;
    margin-left: 1.2rem;
    font-weight: 600;
}

.pulse {
    display: none;
}

.otherbanner{
position: relative;
}

.otherbanner .content{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

p{
line-height: clamp(24px, 2.5vw, 28px);
}

.custom-height{
    height: 88.5%;
}

section.our-menu .line {
    border: 1px solid #ED1C24;
    border-top: 1px solid #ED1C24;
}
.custom-content{
    width: 70%;
}

.menu-item .content{
    margin-top: -90px;
    position: relative;
    z-index: 5;
}

.p-width
{
    width: 80%;
}
.menu-item  a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    cursor: pointer;
    text-decoration: underline;
}

.stickyappoint_btn {
    display: none;
}

input[type="text"].flatpickr-input {
  padding-left: 15px !important;
  padding-right: 15px;
  text-indent: 0;
  -webkit-appearance: none;
}

section.liquor_menu, section.happyhours {
    padding: 80px 0;
}

section.liquor_menu .card img {
    height: 361px;
    object-fit: cover;
    object-position: top;
}

.contactheading {
    font-size: clamp(20px, 3vw, 26px);
}

section.happyhours .widthtext {
    width: 56%;
    font-size: clamp(16px, 2vw, 21px);
    line-height: normal;
}