                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}

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

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

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

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

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

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

img {
    max-width: 100%
}


/***** Font Files *****/

@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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'GinAndTonic';
    src: url(../fonts/GinAndTonic_PERSONAL_USE_ONLY.otf);
}

@font-face {
    font-family: 'Copperplate';
    src: url(../fonts/Copperplate.otf);
}
@font-face {
    font-family: 'Qualion';
    src: url(../fonts/Qualion.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

h1 {
    color: #b58107;
    font-size: 54px;
    margin: 0 0 0px;
    font-weight: 500;
    line-height: 75px;
    text-transform: uppercase;
    font-family: 'GinAndTonic';
}

h2 {
    font-size: 50px;
    color: #b58107;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Copperplate';
}

h3 {
    color: #b58107;
    margin: 0 0 0px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Copperplate';
}

h4 {
    color: #b58107;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
     font-family: 'Copperplate';
}

h5 {
    color: #b58107;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Copperplate';
}

h6 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Copperplate';
}

p {
    margin: 0px;
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Qualion';
}

.add-padding {
    margin: auto;
    padding: 0px 5%;
    max-width: 1800px;
}

.theme-1 {
    gap: 15px;
    color: #fff;
    display: flex;
    font-size: 14px;
    width: max-content;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 5px 5px 5px 20px;
}

.theme-1:hover {
    color: #fff;
    background-color: #264d23;
}

.theme-1 i {
    width: 40px;
    height: 40px;
    display: flex;
    color: #264d23;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.theme-2 {
    gap: 15px;
    color: #fff;
    display: flex;
    font-size: 14px;
    width: max-content;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 5px 5px 5px 20px;
    background-color: #264d23;
}

.theme-2:hover {
    color: #fff;
    background-color: transparent;
}

.theme-2 i {
    width: 40px;
    height: 40px;
    display: flex;
    color: #264d23;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #fff;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.header-logo {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 240px;
    display: flex;
    height: 150px;
    position: absolute;
    align-items: center;
    justify-content: center;
    background: url(../images/logo-before.png) no-repeat;
    background-size: contain;
}

.header-logo img {
    margin-bottom: 15px;
}

.menuSec ul {
    gap: 25%;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    margin-right: 40px;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
}

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

.menuSec li ul {
    display: none;
}

.menuSec2 ul {
    gap: 1%;
    justify-content: space-between;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    color: #afafaf;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.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: #fff;
}

.topSec {
    padding: 10px 0px;
    background-color: #1f1917;
    border-bottom: 1.5px solid #36302f;
}

.top-bar-left h6 {
    color: #ffffff;
    text-transform: uppercase;
}

.top-bar-left ul li a {
    color: #ffffff;
}

.top-bar-left {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.top-bar-left ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-bar-right {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right a {
    color: #ffffff;
    text-transform: uppercase;
}

.menuSection {
    padding: 15px 0px;
    background-color: #1f1917;
    border-bottom: 2px solid #264d23;
}

.serch-box a i {
    height: 50px;
    width: 50px;
    display: flex;
    color: #fff;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #264d23;
}

.menuSec2 {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*header css start */

/*banner css 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;
}
.main_slider {
    position: relative;
}

section.main_slider.inner-banner .banner-bg-img {
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%; 
     object-fit: cover; 
     position: absolute; 
}

.main_slider .add-padding {
    position: relative;
}

.banner_text {
}

.carousel-item > img {
  width: 100%;
  object-fit: cover;
}
.carousel-inner {
}
#carouselExampleControls {
}
.carousel-item {
  height: 700px;
}
.banner_text h1 {
    margin-bottom: 20px;
}

.banner_text p {
    font-weight: 500;
    max-width: 700px;
    margin-bottom: 25px;
}

.banner_text h1 span {
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #264d23;
    font-family: 'Copperplate';
    font-size: 40px;
}

.banner-slider {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner-slider::before {
    content: '';
    bottom: 1px;
    height: 1px;
    right: 200px;
    width: 100vw;
    position: absolute;
    background-color: #ffffff28;
}

.banner-slider::after {
    content: '';
    height: 1px;
    right: 200px;
    width: 100vw;
    bottom: 65px;
    position: absolute;
    background-color: #ffffff28;
}

.Banner-btn {
    gap: 15px;
    z-index: 1;
    display: flex;
    position: relative;
    margin-bottom: 6px;
    align-items: center;
    justify-content: flex-start;
}

.Banner-btn button {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 16px;
    color: #264d23;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.5s;
    border: 1px solid #264d23;
    background-color: transparent;
}

.bannerSlider-box {
    gap: 10px;
    display: flex;
    align-items: center;
}

.bannerSlider-text-box {
    width: 100%;
    display: flex;
    padding: 25px;
    max-width: 340px;
    min-height: 140px;
    border-radius: 5px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #264d23;
}

.bannerSlider-text-box h5 {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.bannerSlider-text-box h5::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 35px;
    position: absolute;
    background-color: #fff;
}

.bannerSlider-text-box p {
    color: #fff;
}

.bannerSlider-text-box a {
    right: 25px;
    bottom: 20px;
    color: #fff;
    position: absolute;
}

.bannerSlider-box img {
    width: 170px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

.bannerSlider {
    z-index: 1;
    width: 100%;
    position: unset;
    max-width: 510px;
    margin-bottom: 0 !important;
}

.bannerSlider .slick-slide {
    margin: 0px 0px;
}

.bannerSlider .slick-dots {
    bottom: 25px;
    left: 0px;
    width: 30%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: flex-start;
}

.bannerSlider .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 8px;
    content: '\f111';
    line-height: 20px;
    color: #3d3937;
    font-family: "Font Awesome 6 Pro";
}

.bannerSlider .slick-dots li.slick-active button:before {
    font-family: 'slick';
    font-size: 8px;
    margin: auto;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    left: 0px;
    bottom: 0;
    content: '•';
    color: #264d23;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bannerSlider .slick-dots li.slick-active button {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*banner css end*/

/* search box css */

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #264d23;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #264d23 0%, #264d23 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #264d23;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Montserrat';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

form#searchform {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#search input[type="search"] {
    left: 0;
    width: 60%;
    height: 70px;
    color: black;
    background: #fffefe;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::placeholder {
    color: #000;
}

.serBtn {
    color: #fff;
    height: 70px;
    border-left: 1px solid;
    background-color: #264d23;
    border-radius: 0px 5px 5px 0px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #264d23;
    z-index: 9;

    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: #264d23;
    cursor: pointer;
    border: 1px solid #264d23;
    background-color: #fff;
}

/* end search box css */


/* inner banner */

section.main_slider.inner-banner {
    display: flex;
    min-height: 600px;
    align-items: center;
    justify-content: center;
}

section.main_slider.inner-banner .banner_text {
    margin: 20px 0px 0px;
}

/* inner banner */

/* about-sec */

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

.about-box {
    border-radius: 10px;
    padding: 35px 25px;
    background-color: #264d23;
}

.aboutimg {
    width: 100%;
    height: 520px;
    min-height: 100%;
}

.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abouttext h3 {
    font-weight: 400;
    margin-bottom: 20px;
}

.abouttext p {
    color: #fffffffc;
    margin-bottom: 25px;
}

.abouttext img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
}

.inner-about-text {
    margin-top: 35px;
}

.inner-about-text P {
    color: #ffffff6e;
    margin-top: 25px;
}

/* about-sec */


/*CONTACT PAGE CSS START*/

.contact_page {
    padding: 12% 0 130px;
}

.contact_form {
    padding: 50px;
    position: relative;
}

.contact_form h2 {
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact_form p {
    font-size: 15px;
    color: #969696;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    padding-right: 50px;
}

.contact_form form input {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin-bottom: 20px;
    background: transparent;
}

.contact_form form textarea {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin-bottom: 20px;
    background: transparent;
}

.contact_form form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #969696;
    font-family: 'Montserrat';
}

.contact_form form textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #969696;
    font-family: 'Montserrat';
}

.contact_form form button {
    text-transform: uppercase;
    border: 0;
}

.contact_form::after {
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 140%;
    height: 110%;
    position: absolute;
    background: #1f1917;
    transform: translateY(-5%);
    box-shadow: 0 0 20px #1f1917;
}

.contact_detail {
    background-color: #264d23;
    color: #fff;
    padding: 50px;
    height: 100%;
    display: grid;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
    align-content: center;
}

.contact_detail ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact_detail ul li img {
    margin-right: 20px;
}

.contact_detail h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
    gap: 20px;
    justify-content: start;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.contact_form .btn1:before {
    background: #161616;
}

.inner-event-sec {
    background: #0b0b0b !important;
}

/*CONTACT PAGE CSS END*/

/* entertainment-sec */

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

.entertainment-box img {
    width: 100%;
    height: 810px;
    object-fit: contain;
    border-radius: 10px;
}

.entertainment-text {
    margin-top: 60px;
}

.entertainment-text h4 {
    text-transform: uppercase;
}

.entertainment-text p {
    color: #8b8988;
    margin-bottom: 25px;
}

/* entertainment-sec */

/* event sec */

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

.eventSlider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.eventSlider {
    margin-top: 20px;
}

.eventSlider .slick-prev,
.eventSlider .slick-next {
    top: -50px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #264d23;
}

.eventSlider .slick-prev:hover,
.eventSlider .slick-next:hover {
    color: #fff;
    transition: ease-in 0.5s;
    background-color: #264d23;
}

.eventSlider .slick-prev:hover::before,
.eventSlider .slick-next:hover::before {
    color: #fff;
    transition: ease-in 0.5s;
}

.eventSlider .slick-prev::before {
    font-size: 16px;
    color: #264d23;
    content: '\f0d9';
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
}

.eventSlider .slick-next::before {
    font-size: 16px;
    color: #264d23;
    content: '\f0da';
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
}

.eventSlider .slick-next {
    right: 15px;
}

.eventSlider .slick-prev {
    left: unset;
    right: 90px;
}

.blog-box {
    height: 550px;
    position: relative;
    margin: 25px 0px 0px;
}

.blog-box img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-detail {
    bottom: 0;
    width: 90%;
    position: absolute;
    border-radius: 5px;
    padding: 25px 25px;
    background-color: #264d23;
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
}

.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
    /* font-family: 'Montserrat'; */
    text-transform: capitalize;
}

.blog-detail p {
    font-size: 14px;
    color: #ffffff;
}

.blog-detail ul {
    gap: 25px;
    display: flex;
    margin-top: 10px;
    position: relative;
    align-items: center;
}

.blog-detail ul::before {
    top: 0;
    left: 59px;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.blog-detail ul li {
    gap: 5px;
    display: flex;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.blog-detail ul li i {
    color: #fff;
}

/* event sec */

/* product detail sec */

.menu-detail-box {
    margin-top: 0;
    padding: 50px 25px 25px;
    background-color: #1f1917;
}

.menu-detail-box h4 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.menu-detail-box h4::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    background-color: #fff;
}

/* product detail sec */


/*Inner Shop Start*/

.inner-shop-sec {
    padding: 100px 0;
    background-color: #171210;
}

.inner-shop-products-categories h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}


.inner-shop-products-categories ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.inner-shop-products-categories {
    height: 100%;
    margin-right: 25px;
    border-right: 1px solid #2f2a28;
}

.inner-shop-products-categories ul {
    line-height: 40px;
}

.inner-shop-products-categories ul li {
    padding: 10px;
    width: 80%;
    border-bottom: 1px solid #2f2a28;
}

.filter-by-price {
    margin-top: 35px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
}

.stock-status-box {
    margin-top: 40px;
}

.stock-status-box h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 35px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.shop-top-row-link ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}

.shop-top-row-link ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

li.chg a {
    color: #000 !important;
    font-weight: 400 !important;
}

.shop-top-row-show ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    justify-content: flex-end;
}

.shop-top-row-icon ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 0;
}

.shop-next-page-link ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
    justify-content: center;
}

.shop-next-page-link {
    margin-top: 50px;
}

li.page-open a {
    background: #eda416;
}

.shop-next-page-link ul li a {

    padding: 10px 15px;
    color: #000;
    font-weight: 700;
}

.shop-top-row-show ul li {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.shop-top-row-show ul li:hover {
    color: #264d23;
}

.shop-top-row-select select {
    width: 100%;
    height: 40px;
    border: none;
    border: 1px solid #4a4644;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    background-color: #161212;
}

.shop-top-row {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #2f2a28;
}

.shop-top-row::before {
    bottom: -1px;
    right: 100%;
    width: 50px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #2f2a28;
}

.shop-top-row-icon ul li svg {
    width: 22px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(421%) hue-rotate(338deg) brightness(94%) contrast(94%);
}

.shop-top-row .row {
    align-items: center;
}

.shop-top-row-link ul li {
    font-size: 14px;
    color: #555555;
    font-weight: 600;
}

.stock-status-box ul li label {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.stock-status-box ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stock-status-box ul {
    line-height: 40px;
}

.stock-status-box ul li input {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.stock-status-box ul {
    margin: 0;
}

.stock-status-box ul li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    margin: 10px 0 0 0;
}

.stock-status-box ul li .left_pro {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}


.stock-status-box ul li .right_pro {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.stock-status-box ul li .right_pro p {
    margin: 0;
    color: #000;
}

.stock-status-box ul li .right_pro span {
    color: #f6a820;
}

.inner-shop-box-row .main_cc_bx p {
    padding: 20px;
    background: #efa03b;
    color: #fff;
    font-size: 17px;
    width: 90%;
}

.inner-shop-box-row .main_cc_bx p i {
    font-weight: 300;
    margin: 0 10px 0 0;
}

.inner-shop-box-row .main_cc_bx .input_wrp {
    width: 90%;
    border: 2px solid rgba(129, 129, 129, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.inner-shop-box-row .main_cc_bx .input_wrp input {
    border: none;
}

.inner-shop-box-row .main_cc_bx .input_wrp i {
    display: inline-block;
    font-size: 18px;
    color: #dbd8d8;
}


/*Inner Shop End*/


/* live music sec */

.live-music-sec {
    display: flex;
    min-height: 600px;
    padding: 100px 0px;
    position: relative;
    align-items: center;
    justify-content: center;
    background: url(../images/live-music-sec.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.live-music-sec::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-color: #264d23;
}

.live-music-text {
    gap: 15px;
    margin: auto;
    display: flex;
    overflow: hidden;
    max-width: 640px;
    padding-top: 5px;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}

.live-music-text h3 {
    font-weight: 400;
    position: relative;
}

h3.live-music-left {
    width: fit-content;
    padding-right: 15px;
    text-align: left;
}

h3.live-music-left::before {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 400px;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #ffffff2d;
}

h3.live-music-right {
    width: 100%;
    text-align: right;
}

h3.live-music-right::before {
    top: 0;
    bottom: 0;
    right: 220px;
    width: 100%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #ffffff2d;
}

.live-music-text p {
    font-weight: 500;
    width: 90%;
    margin: auto;
    color: #c7c7c7;
}

.live-music-text-btn {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* live music sec */

/* product-sec */

.product-sec {
    padding-bottom: 100px;
}

.product-heaing {
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4a4644;
}

.product-teb nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-teb .nav {
    gap: 30px;
}

.product-teb .nav-link.active {
    color: #264d23;
    background-color: transparent;
}

.product-teb .nav-link {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: ease-in;
    padding: 5px 0px 5px 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.2s;
    background-color: transparent;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.product-box {
    border-radius: 5px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    background-color: #1f1917;
}

.product-box-text {
    padding: 20px;
}

.product-box-text h5 {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'GinAndTonic';
}

.product-box-text h5::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 2%;
    width: 35px;
    position: absolute;
    background-color: #fff;
}

.product-box-text p {
    margin-bottom: 10px;
}

.product-box-text a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

.product-box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 5px;
}

.tab-content-h2 h2 {
    text-align: center;
}

.product-btn {
    gap: 15px;
    z-index: 1;
    width: 70%;
    display: flex;
    margin-top: 25px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.product-btn button {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 16px;
    color: #264d23;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.5s;
    border: 1px solid #264d23;
    background-color: transparent;
}

.productSlider .slick-dots {
    bottom: -70px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.productSlider .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 8px;
    content: '\f111';
    line-height: 20px;
    color: #3d3937;
    font-family: "Font Awesome 6 Pro";
}

.productSlider .slick-dots li.slick-active button:before {
    font-family: 'slick';
    font-size: 8px;
    margin: auto;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    left: -1px;
    bottom: 0;
    content: '•';
    color: #264d23;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.productSlider .slick-dots li.slick-active button {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* product-sec */

/* contact-sec */

.contact-sec {
    padding-bottom: 100px;
}

.contact-box {
    padding: 50px;
    border-radius: 10px;
    background-color: #1f1917;
}

.contact-us-bg {
    padding: 50px 0px;
    border-radius: 10px;
    background-color: #264d23;
}

.contact-us-box {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 3px solid #fff;
}

.contact-box h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.contact-box form {
    width: 95%;
    margin-top: 25px;
}

.contact-box form input {
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    background-color: transparent;
}

.contact-box form input:focus {
    background-color: transparent;
}

.contact-box form textarea {
    width: 100%;
    height: 120px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    background-color: transparent;
}

.contact-box form input::placeholder,
.contact-box form textarea::placeholder {
    color: #9a9796;
    text-transform: uppercase;
}

.contact-us-box h3 {
    font-weight: 300;
}

.contact-us-box p {
    color: #fff;
    margin-top: 10px;
}

.contact-us-box ul {
    gap: 50px;
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-us-box ul li a i {
    color: #fff;
}

.contact-us-box ul li a {
    gap: 20px;
    display: flex;
    align-items: center;
}

.contact-us-box .theme-3 {
    gap: 10px;
    color: #fff;
    display: flex;
    margin-top: 25px;
    width: max-content;
    padding: 15px 25px;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: 1px solid #fff;
}

/* contact-sec */

/* why choose sec */

.why-choose-sec {
    padding-bottom: 100px;
}

.custom-container {
    max-width: 1400px;
}

.why-choose-img {
    width: 95%;
    height: 450px;
    min-height: 100%;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.why-choose-text ul {
    columns: 2;
    margin-bottom: 25px;
}

.why-choose-text h2 {
    margin-bottom: 15px;
}

.why-choose-text p {
    font-weight: 600;
    color: #8b8988;
    margin-bottom: 20px;
}

.why-choose-text ul li {
    gap: 5px;
    display: flex;
    min-height: 35px;
    align-items: center;
    justify-content: flex-start;
}

.why-choose-text ul li h6 {
    text-transform: uppercase;
}

/* why choose sec */

/* testi-sec */

.testi-sec {
    padding-bottom: 100px;
}

.testi-wapper {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #4a4644;
}

.testi-btn {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.testi-btn button {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 16px;
    color: #264d23;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.5s;
    border: 1px solid #264d23;
    background-color: transparent;
}

.testi-btn button:hover {
    color: #fff;
    transition: ease-in 0.5s;
    background-color: #264d23;
}

.testiSlider {
    width: 100vw;
}

.testiSlider .slick-slide {
    margin: 0px 10px;
}

.testiSlider .slick-current .test-main:before {
    content: '';
    position: absolute;
    width: 13%;
    height: 100%;
    background: #264d23;
    top: 0;
    left: 0;
}

.testiSlider .slick-current .test-main {
    border-color: #264d23;
    background-color: #1f1917;
}

/*testi Start*/

section.testi-sec {
    padding: 0 0 150px;
}

.test-main {
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #171210;
    border: 1px solid #1b1614;
}

.test-main ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.test-main ul li h5 {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
}

.test-main ul li h6 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
}

.test-main ul li img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #171210;
}

.testi-txt {
    padding: 0 0 0 22%;
}

.testi-txt p {
    color: #9c9c9c;
    position: relative;
}

.test-main:before {
    content: '';
    position: absolute;
    width: 13%;
    height: 100%;
    background: #1f1917;
    top: 0;
    left: 0;
}

.testi-txt p:before {
    content: '';
    position: absolute;
    background-image: url(../images/comma-before.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -20px;
    top: 0;
    filter: brightness(0) saturate(100%) invert(26%) sepia(5%) saturate(4431%) hue-rotate(68deg) brightness(93%) contrast(94%);
}

.testi-txt p:after {
    content: '';
    position: absolute;
    background-image: url(../images/comma-after.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(26%) sepia(5%) saturate(4431%) hue-rotate(68deg) brightness(93%) contrast(94%);
}


.slick-active {
    opacity: 1;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/* testi-sec */

/* footer */
ul.f-socail {
    display: flex;
    margin: 0;
    justify-content: end;
    gap: 20px;
}


ul.f-socail a {
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #264d23;
}
footer {
    background: #1e1d1b;
    position: relative;
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
}

.news-letter {
    padding: 80px 0;
    padding-right: 20px;
    background: #8c8072;
}

.news-letter form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-letter form input {
    width: 100%;
    padding: 20px;
    color: #fff;
    left: 4px;
    position: relative;
    background: #676058;
    border: 1px solid #a89f96;
    border-radius: 5px 0px 0px 5px;
}

.news-letter form button {
    padding: 20px;
    border: unset;
    color: #070a11 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    width: 180px;
    border-radius: 5px;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}


/* end  */

.main-ftr {
    position: relative;
    padding: 70px 15px;
    height: 100%;
}

.main-ftr ul li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'GinAndTonic';
    text-transform: uppercase;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

.main-ftr ul li i {
    font-size: 20px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #8c8072;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #8c8072;
}

.middle-ftr {
    border-bottom: 1px solid #ffffff82;
    background: #1e1d1b;
    transition: .7s ease-in-out;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

/*.ftr-req {
    text-align: center;
}*/
.ftr-req input {
    padding: 12px 42px;
    min-width: 300px;
    width: max-content;
    border: 1px solid #ffffffba;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background-color: #264d23;
}

.ftr-req input::placeholder {
    color: #ffffff94;
    text-transform: capitalize;
    font-size: 14px;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffffbf;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.container-fluid.add-padding.copy-new .row {
    align-items: center;
}

.container-fluid.add-padding.copy-new {
    padding: 10px 5%;
}
.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.fff) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #ce9665;
    color: #fff;
}

.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 60px 0 20px;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

/* end */

/* table-sec */

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

.table-seclect-box {
    padding: 50px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: #1f1917;
}

.restaurant-layout {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.table-seclect-box h2 {
    margin-bottom: 10px;
}

.table-select {
    width: 90px;
    height: 90px;
    display: flex;
    color: #264d23;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    font-family: 'Montserrat';
    transition: ease-out 0.5s;
    border: 1px solid #264d23;
    background-color: transparent;
}

.available {
    background-color: transparent;
}

.unavailable {
    color: #fff;
    border: none;
    cursor: not-allowed;
    background-color: #9c9c9c;
}

.selected {
    color: #fff;
    background-color: #264d23 !important;
}

.table-sec form {
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table-input {
    margin-top: 25px;
}

.table-input input {
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    background-color: transparent;
}

.table-input textarea {
    width: 100%;
    height: 120px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    background-color: transparent;
}

.table-input input:focus {
    color: #fff;
    background-color: transparent;
}

.table-input textarea {
    width: 100%;
    height: 120px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    background-color: transparent;
}

.table-input input::placeholder,
.table-input textarea::placeholder {
    color: #9a9796;
    text-transform: uppercase;
}

.table-input i {
    right: 30px;
    top: 30px;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
}

.table-input input::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(153%) hue-rotate(107deg) brightness(110%) contrast(101%);
}

.table-input label {
    float: left;
    color: #fff;
    text-align: left;
}

.step {
    display: none;
    text-align: center;
}

.step.active {
    display: block;
}

.table-btn {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-btn button {
    gap: 15px;
    color: #fff;
    display: flex;
    font-size: 14px;
    width: max-content;
    border-radius: 50px;
    padding: 10px 25px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid #fff;
    background-color: #264d23;
}

.card-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* table-sec */

.menuSec ul li:nth-last-child(-n+3) {
    display: none;
}

html {
    overflow-x: hidden;
}

.menuSec2 ul li:nth-last-child(-n+3) {
    display: block;
}

.voucher-card {
      background: transparent;
      border: 1px solid #ffffff;
      padding: 20px;
      text-align: center;
    }
    .voucher-card img {
      max-width: 80px;
      margin-bottom: 10px;
    }
    .voucher-price {
      font-size: 2rem;
      font-weight: bold;
    }
    .voucher-type {
      font-weight: bold;
      letter-spacing: 1px;
    }
    .quantity-box {
      background: #fff;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0;
      padding: 10px 0;
    }
    .quantity-box button {
      background: none;
      border: none;
      color: #b58107;
      font-size: 40px;
      padding: 0 15px;
    }
    .quantity-box input {
      background: transparent;
      border: none;
      width: 40px;
      text-align: center;
      color: #b58107;
      font-size: 20px;
    }
    .btn-cart {
      background-color: #264d23;
      border: none;
      color: #fff;
      width: 100%;
      padding: 10px;
      font-weight: 500;
    }
section.voucher-wrap {
    padding: 90px 0 0;
}
.voucher-card h4 {
    margin-bottom: 10px;
}

.voucher-card h5 {
    margin-bottom: 17px;
}
/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .menuSec ul {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menuSec2 ul li:nth-last-child(-n+3) {
        display: block;
    }

    .top-bar-right a {
        font-size: 12px;
    }

    h2 {
        font-size: 35px;
    }

    .menuSec2 ul {
        gap: 0%;
        margin-right: 0;
        justify-content: space-between;
    }

    .menuSec2 {
        gap: 20px;
    }

    .menuSec2 ul {
        gap: 0%;
        justify-content: space-between;
    }

    .header-logo {
        width: 170px;
        height: 110px;
        background-position: center;
    }

    .header-logo img {
        width: 120px;
    }

    .product-heaing h2 {
        font-size: 33px;
    }

    .contact-us-box h3 {
        font-size: 30px;
    }











}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .topSec .row {
        align-items: center;
    }

    .header-logo img {
        width: 100px;
    }

    h2 {
        font-size: 30px;
    }


    .header-logo {
        width: 150px;
        height: 85px;
        background-position: center;
    }

    .top-bar-right {
        gap: 5px;
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
    }

    .menuSec2 ul li:nth-last-child(-n+3) {
        display: block;
    }

    .menuSection .col-md-2 {
        order: 1;
    }

    .menuSec ul {
        gap: 13%;
    }

    .menuSec2 {
        gap: 0px;
    }

    .top-bar-right a {
        font-size: 12px;
    }

    .banner_text {
        margin: 100px 0px 50px;
    }

    .banner_text h1 span {
        padding: 5px 10px 3px;
        font-size: 30px;
    }

    h1 {
        font-size: 35px;
        line-height: 55px;
    }

    .main_slider {
        min-height: 600px;
    }

    .bannerSlider .slick-dots {
        bottom: 85px;
    }

    .menuSec2 ul {
        gap: 1% !important;
    }

    .aboutimg {
        height: 500px;
    }

    .abouttext {
        margin-top: 40px;
    }

    .product-sec {
        padding-bottom: 60px;
    }

    .live-music-sec {
        min-height: 500px;
        padding: 60px 0px;
    }

    .why-choose-text {
        margin-top: 25px;
    }

    .why-choose-sec {
        padding-bottom: 60px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-us-box {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 2px solid #fff;
    }

    .contact-us-box h3 {
        font-size: 25px;
    }

    section.testi-sec {
        padding: 0 0 60px;
    }

    .product-heaing h2 {
        font-size: 25px;
    }

    .middle-ftr .col-lg-5.col-md-12.col-sm-12.col-12 {
        order: 3;
    }

    .middle-ftr .nobefore::before {
        display: none;
    }

    .main-ftr {
        padding: 40px 15px;
    }

    section.main_slider.inner-banner {
        min-height: 350px;
    }

    .thk-main {
        padding: 7% 40px !important;
        width: 70% !important;
        margin: 80px auto !important;
    }








}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .menuSection {
        padding: 0px 0px 15px;
    }

    .header-logo {
        width: 100%;
        height: 100px;
        position: relative;
        background-position: center;
    }

    .header-logo img {
        margin-bottom: 10px;
        max-width: 110px;
    }

    .top-bar-right {
        gap: 5px;
        flex-direction: column;
    }

    .top-bar-left {
        justify-content: center;
        margin-bottom: 5px;
    }

    .top-bar-left h6 {
        font-size: 12px;
    }

    .top-bar-left ul {
        gap: 10px;
    }

    .top-bar-left ul li a {
        font-size: 12px;
    }

    .top-bar-right a {
        font-size: 12px;
    }

    .banner_text {
        margin: 60px 0px 60px;
    }

    h1 {
        font-size: 29px;
        line-height: 50px;
    }

    .banner_text h1 span {
        padding: 0px 10px 0px;
        font-size: 19px;
        line-height: 25px;
    }

    .banner_text h1 {
        margin-bottom: 5px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .theme-1 i,
    .theme-2 i {
        width: 30px;
        height: 30px;
        font-size: 9px;
    }

    .theme-1,
    .theme-2 {
        gap: 10px;
        font-size: 12px;
        padding: 3px 3px 3px 15px;
    }

    .bannerSlider-box {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .bannerSlider-box img {
        width: 100%;
        max-width: 340px;
    }

    .bannerSlider .slick-dots {
        bottom: 16px;
        margin: auto;
        right: 0;
        width: 30%;
        justify-content: center;
    }

    .banner-slider {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .Banner-btn {
        gap: 15px;
        width: 100%;
        margin-bottom: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .testiSlider {
        width: 100%;
    }

    .testi-wapper {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 35px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .event-sec {
        padding: 40px 0px;
    }

    .live-music-sec {
        min-height: unset;
        padding: 40px 0px;
    }

    .live-music-text h3 {
        font-size: 20px;
    }

    .live-music-text p {
        width: 100%;
        text-align: center;
    }

    .testi-wapper h2 {
        text-align: center;
    }

    .abouttext {
        margin-top: 30px;
    }

    .about-box {
        padding: 15px 11px;
    }

    .abouttext h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .abouttext h2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .abouttext h2 {
        text-align: center;
    }

    .abouttext p {
        margin-bottom: 15px;
    }

    .Banner-btn button i {
        font-family: 'Font Awesome 6 Free';
    }

    .Banner-btn button {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .banner-slider::after,
    .banner-slider::before {
        right: 0px;
        width: 100%;
        bottom: 55px;
    }

    .bannerSlider-text-box h5 {
        font-size: 12px;
    }

    .bannerSlider-text-box {
        padding: 15px;
    }

    .add-padding {
        padding: 0px 2%;
    }

    .bannerSlider .slick-slide {
        margin: 0px 5px;
    }

    .about-sec {
        padding: 40px 0px;
    }

    .aboutimg {
        height: 300px;
    }

    .main-ftr {
        padding: 30px 15px 0px;
    }

    .main-ftr ul li h3 {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .main-ftr ul {
        margin-bottom: 15px;
    }

    .ftr-req h5 a {
        font-size: 16px;
        margin: 0px 0 20px;
    }

    .main-ftr ul li p,
    .main-ftr ul li p a {
        font-size: 12px;
    }

    .bottm-ftr ul li p {
        text-align: center;
    }

    .contact-sec {
        padding-bottom: 40px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-us-box {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #fff;
    }

    .contact-us-box ul {
        gap: 15px;
        margin-top: 20px;
        align-items: flex-start;
    }

    .contact-us-box h3 {
        font-size: 20px;
    }

    .contact-us-box .theme-3 {
        gap: 7px;
        margin-top: 15px;
        padding: 5px 15px;
        border: 1px solid #fff;
    }

    .main-ftr:before {
        display: none;
    }

    .contact-us-bg {
        padding: 30px 0px;
        margin-top: 25px;
    }

    .contact-us-box .theme-3 i {
        margin-top: 3px;
        font-size: 12px;
    }

    .contact-us-box ul li a h6 {
        font-size: 12px;
    }

    .contact-us-box ul li a {
        gap: 10px;
    }

    .contact-box form textarea {
        height: 80px;
        color: #fff;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .contact-box form input {
        height: 45px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .blog-detail {
        width: 90%;
        left: 0;
        padding: 15px 15px;
    }

    .blog-detail h4 {
        font-size: 14px;
    }

    .blog-detail p {
        font-size: 11px;
    }

    .blog-detail ul li {
        font-size: 12px;
        min-width: 50px;
    }

    .blog-detail ul::before {
        left: 55px;
    }

    .blog-box img {
        height: 340px;
    }

    .blog-box {
        height: 350px;
    }

    .blog-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .why-choose-img {
        height: 300px;
    }

    .why-choose-sec {
        padding-bottom: 40px;
    }

    .contact-box h2 {
        font-size: 25px;
    }

    section.testi-sec {
        padding: 0 0 40px;
    }

    .test-main {
        padding: 25px 15px 25px 15px;
    }

    .test-main ul li img {
        width: 65px;
        height: 65px;
        border: 3px solid #171210;
    }

    .test-main ul {
        margin-bottom: 15px;
    }

    .test-main ul li h5 {
        font-size: 15px;
    }

    .test-main ul li h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .product-btn button {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }

    .product-btn button i {
        font-family: 'Font Awesome 6 Free';
    }

    .product-teb nav {
        justify-content: center;
    }

    .product-teb .nav-link {
        padding: 0;
    }

    .product-heaing {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    .product-teb {
        margin-top: 10px;
    }

    .product-box-text h5 {
        font-size: 14px;
        margin-top: 5px;
    }

    .product-box-text {
        padding: 15px;
    }

    .product-box-text a {
        font-size: 12px;
    }

    .product-box img {
        height: 200px;
    }

    .product-sec {
        padding-bottom: 40px;
    }

    .product-btn {
        margin-top: 0px;
    }

    .productSlider {
        margin-bottom: 0;
    }

    .productSlider .product-box {
        margin-bottom: 0;
    }

    .event-wapper h2 {
        margin-bottom: 15px;
    }

    .eventSlider .slick-prev,
    .eventSlider .slick-next {
        top: 6px;
        z-index: 1;
        width: 40px;
        height: 40px;
    }

    .eventSlider .slick-prev {
        right: 60px;
    }

    .eventSlider .slick-next::before,
    .eventSlider .slick-prev::before {
        font-size: 12px;
        font-family: 'Font Awesome 6 free';
    }

    .slicknav_nav a:hover {
        background: #264d23;
    }

    section.main_slider.inner-banner {
        min-height: 250px;
    }

    .inner-shop-products-categories {
        border: none;
        margin-right: 0;
    }

    .inner-shop-products-categories h4 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0;
    }

    .shop-top-row-link ul {
        justify-content: center;
    }

    .inner-shop-products-categories ul li {
        width: 100%;
        text-align: center;
    }

    .shop-top-row-show ul {
        justify-content: center;
    }

    .inner-shop-products-categories ul li {
        border: none;
    }

    .inner-shop-sec {
        padding: 40px 0;
    }

    .contact_detail {
        padding: 20px;
    }

    .contact_detail h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact_detail ul li:first-child {
        flex-shrink: 0;
    }

    .contact_detail ul li img {
        margin-right: 0px;
        height: 40px;
        width: 25px;
        object-fit: contain;
    }

    .contact_detail ul li {
        margin-bottom: 0px;
    }

    .ctct-detl ul {
        margin-bottom: 9px;
    }

    .contact_form {
        padding: 15px;
        margin-bottom: 10px;
    }

    .contact_form h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .contact_form::after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateY(0%);
    }

    .contact_form form input {
        height: 45px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .eventGrid {
        justify-content: center !important;
    }

    .table-seclect-box {
        padding: 25px;
    }

    .table-input input {
        height: 50px;
        margin-bottom: 5px;
    }

    .restaurant-layout {
        margin-top: 15px;
    }

    .table-sec {
        padding: 40px 0px;
    }

    .menuSec ul li:nth-last-child(-n+3) {
        display: block;
    }

    .menuSec2 ul li:nth-last-child(-n+3) {
        display: none;
    }

    .thk-main {
        padding: 40px 20px !important;
        width: 90% !important;
        margin: 60px auto !important;
    }

}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    .menuSection {
        padding: 0px 0px 15px;
    }


    .header-logo {
        width: 100%;
        height: 100px;
        position: relative;
        background-position: center;
    }

    .header-logo img {
        margin-bottom: 10px;
        max-width: 110px;
    }

    .top-bar-right {
        gap: 5px;
        flex-direction: column;
    }

    .top-bar-left {
        justify-content: center;
        margin-bottom: 5px;
    }

    .top-bar-left h6 {
        font-size: 12px;
    }

    .top-bar-left ul {
        gap: 10px;
    }

    .top-bar-left ul li a {
        font-size: 12px;
    }

    .top-bar-right a {
        font-size: 12px;
    }

    .banner_text {
        margin: 60px 0px 60px;
    }

    h1 {
        font-size: 29px;
        line-height: 50px;
    }

    .banner_text h1 span {
        padding: 0px 10px 0px;
        font-size: 19px;
        line-height: 25px;
    }

    .banner_text h1 {
        margin-bottom: 5px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .theme-1 i,
    .theme-2 i {
        width: 30px;
        height: 30px;
        font-size: 9px;
    }

    .theme-1,
    .theme-2 {
        gap: 10px;
        font-size: 12px;
        padding: 3px 3px 3px 15px;
    }

    .bannerSlider-box {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .bannerSlider-box img {
        width: 100%;
        max-width: 340px;
    }

    .bannerSlider .slick-dots {
        bottom: 16px;
        margin: auto;
        right: 0;
        width: 30%;
        justify-content: center;
    }

    .banner-slider {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .Banner-btn {
        gap: 15px;
        width: 100%;
        margin-bottom: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .testiSlider {
        width: 100%;
    }

    .testi-wapper {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 35px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .event-sec {
        padding: 40px 0px;
    }

    .live-music-sec {
        min-height: unset;
        padding: 40px 0px;
    }

    .live-music-text h3 {
        font-size: 20px;
    }

    .live-music-text p {
        width: 100%;
        text-align: center;
    }

    .testi-wapper h2 {
        text-align: center;
    }

    .abouttext {
        margin-top: 30px;
    }

    .about-box {
        padding: 15px 11px;
    }

    .abouttext h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .abouttext h2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .abouttext h2 {
        text-align: center;
    }

    .abouttext p {
        margin-bottom: 15px;
    }

    .Banner-btn button i {
        font-family: 'Font Awesome 6 Free';
    }

    .Banner-btn button {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .banner-slider::after,
    .banner-slider::before {
        right: 0px;
        width: 100%;
        bottom: 55px;
    }

    .bannerSlider-text-box h5 {
        font-size: 12px;
    }

    .bannerSlider-text-box {
        padding: 15px;
    }

    .add-padding {
        padding: 0px 2%;
    }

    .bannerSlider .slick-slide {
        margin: 0px 5px;
    }

    .about-sec {
        padding: 40px 0px;
    }

    .aboutimg {
        height: 300px;
    }

    .main-ftr {
        padding: 30px 15px 0px;
    }

    .main-ftr ul li h3 {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .main-ftr ul {
        margin-bottom: 15px;
    }

    .ftr-req h5 a {
        font-size: 16px;
        margin: 0px 0 20px;
    }

    .main-ftr ul li p,
    .main-ftr ul li p a {
        font-size: 12px;
    }

    .bottm-ftr ul li p {
        text-align: center;
    }

    .contact-sec {
        padding-bottom: 40px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-us-box {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #fff;
    }

    .contact-us-box ul {
        gap: 15px;
        margin-top: 20px;
        align-items: flex-start;
    }

    .contact-us-box h3 {
        font-size: 20px;
    }

    .contact-us-box .theme-3 {
        gap: 7px;
        margin-top: 15px;
        padding: 5px 15px;
        border: 1px solid #fff;
    }

    .main-ftr:before {
        display: none;
    }

    .contact-us-bg {
        padding: 30px 0px;
        margin-top: 25px;
    }

    .contact-us-box .theme-3 i {
        margin-top: 3px;
        font-size: 12px;
    }

    .contact-us-box ul li a h6 {
        font-size: 12px;
    }

    .contact-us-box ul li a {
        gap: 10px;
    }

    .contact-box form textarea {
        height: 80px;
        color: #fff;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .contact-box form input {
        height: 45px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .blog-detail {
        width: 90%;
        left: 0;
        padding: 15px 15px;
    }

    .blog-detail h4 {
        font-size: 14px;
    }

    .blog-detail p {
        font-size: 11px;
    }

    .blog-detail ul li {
        font-size: 12px;
        min-width: 50px;
    }

    .blog-detail ul::before {
        left: 55px;
    }

    .blog-box img {
        height: 340px;
    }

    .blog-box {
        height: 350px;
    }

    .blog-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .why-choose-img {
        height: 300px;
    }

    .why-choose-sec {
        padding-bottom: 40px;
    }

    .contact-box h2 {
        font-size: 25px;
    }

    section.testi-sec {
        padding: 0 0 40px;
    }

    .test-main {
        padding: 25px 15px 25px 15px;
    }

    .test-main ul li img {
        width: 65px;
        height: 65px;
        border: 3px solid #171210;
    }

    .test-main ul {
        margin-bottom: 15px;
    }

    .test-main ul li h5 {
        font-size: 15px;
    }

    .test-main ul li h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .product-btn button {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }

    .product-btn button i {
        font-family: 'Font Awesome 6 Free';
    }

    .product-teb nav {
        justify-content: center;
    }

    .product-teb .nav-link {
        padding: 0;
    }

    .product-heaing {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    .product-teb {
        margin-top: 10px;
    }

    .product-box-text h5 {
        font-size: 14px;
        margin-top: 5px;
    }

    .product-box-text {
        padding: 15px;
    }

    .product-box-text a {
        font-size: 12px;
    }

    .product-box img {
        height: 200px;
    }

    .product-sec {
        padding-bottom: 40px;
    }

    .product-btn {
        margin-top: 0px;
    }

    .productSlider {
        margin-bottom: 0;
    }

    .productSlider .product-box {
        margin-bottom: 0;
    }

    .event-wapper h2 {
        margin-bottom: 15px;
    }

    .eventSlider .slick-prev,
    .eventSlider .slick-next {
        top: 6px;
        z-index: 1;
        width: 40px;
        height: 40px;
    }

    .eventSlider .slick-prev {
        right: 60px;
    }

    .eventSlider .slick-next::before,
    .eventSlider .slick-prev::before {
        font-size: 12px;
        font-family: 'Font Awesome 6 free';
    }

    .slicknav_nav a:hover {
        background: #264d23;
    }

    section.main_slider.inner-banner {
        min-height: 250px;
    }

    .inner-shop-products-categories {
        border: none;
        margin-right: 0;
    }

    .inner-shop-products-categories h4 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0;
    }

    .shop-top-row-link ul {
        justify-content: center;
    }

    .inner-shop-products-categories ul li {
        width: 100%;
        text-align: center;
    }

    .shop-top-row-show ul {
        justify-content: center;
    }

    .inner-shop-products-categories ul li {
        border: none;
    }

    .inner-shop-sec {
        padding: 40px 0;
    }

    .contact_detail {
        padding: 20px;
    }

    .contact_detail h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact_detail ul li:first-child {
        flex-shrink: 0;
    }

    .contact_detail ul li img {
        margin-right: 0px;
        height: 40px;
        width: 25px;
        object-fit: contain;
    }

    .contact_detail ul li {
        margin-bottom: 0px;
    }

    .ctct-detl ul {
        margin-bottom: 9px;
    }

    .contact_form {
        padding: 15px;
        margin-bottom: 10px;
    }

    .contact_form h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .contact_form::after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateY(0%);
    }

    .contact_form form input {
        height: 45px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .eventGrid {
        justify-content: center !important;
    }

    .table-seclect-box {
        padding: 25px;
    }

    .table-input input {
        height: 50px;
        margin-bottom: 5px;
    }

    .restaurant-layout {
        margin-top: 15px;
    }

    .table-sec {
        padding: 40px 0px;
    }

    .menuSec ul li:nth-last-child(-n+3) {
        display: block;
    }


    .menuSec2 ul li:nth-last-child(-n+3) {
        display: none;
    }

    .thk-main {
        padding: 40px 20px !important;
        width: 90% !important;
        margin: 40px auto !important;
    }



















}


/*Media Query End*/



.review_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.review_btns a {
    background: #ffffff;
    width: 40%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 5px solid #b58107;
}

.review_btns img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.review_modal .modal-body {
    height: 600px;
    overflow-y: scroll;
}
.review_modal .btn-close{
    position:absolute;
    right:10px;
    top:10px;
}
.review_modal .modal-title{
    text-align:center;
}