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

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  font-family: "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
  background: url(../images/body.jpg);
}

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

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

img {
  max-width: 100%;
}

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

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

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

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #787777;
}


/***** 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
}


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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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 {
  font-family: "Bitter", serif;
  font-size: 42px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px;
}

h2 {
  font-family: "Bitter", serif;
  font-size: 35px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Bitter", serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 28px;
}

h4 {
  font-family: "Bitter", serif;
  font-size: 24px;
  line-height: 29px;
  color: #e1e1e1;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h5 {
  font-family: "Bitter", serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 10px;
}

.bitter-font {
  font-family: "Bitter", serif;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #9c7a76;
  font-weight: 500;
  margin: 0 0 10px;
}

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

}

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

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

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

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

/* Button Css start */
.theme-button {
  border: none;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: #9c7a76;
  z-index: 1;
  font-weight: 500;
  width: fit-content;
  font-family: "Bitter", serif;
  text-transform: uppercase;
}

.theme-button span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 2px solid #9c7a76;
}

.theme-button span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 560%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(262deg);
  transition: all 0.3s;
}

.theme-button:hover span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background: #9c7a76;
}

.theme-button:hover {
  color: white;
}

.theme-button:active span::before {
  background: #2751cd;
}

/* Button Css end */

/* header start */

/* Additional CSS for dropdown functionality */
nav ul {
  position: relative;
}

ul.dropdown {
  flex-direction: column;
}

ul.dropdown a {
  padding: 13px 10px !important;
}

ul#menu li {
  position: relative;
}

ul#menu a:hover {
  color: #fff;
  transition: 0.3s ease-in-out;
  transition-delay: 0.8s;
}

.dropdown-toggle::after {
  margin: 0 !important;
  border: 0 !important;
}

.dropdown {
  display: none !important;

  /* Hidden by default */
  position: absolute;
  list-style: none;
  padding: 0px 0 20px 0;
  margin: 0;
  border: 1px solid #ccc;
  z-index: 1000;
  /* Ensures dropdown is above other elements */
  width: 220px;
  background: white;
  left: -10%;
  /* transform: translateX(-50%); */
  top: 100%;
}

.dropdown-toggle:hover+.dropdown,
.dropdown:hover {
  display: block !important;
}

ul.dropdown li a {
  color: black !important;
  padding: 5px 10px;
  margin: 0px 0 0 0;
}

.chevron {

  /* Space between text and chevron */
  font-size: 0.8em;
  /* Adjust size as needed */
  transition: transform 0.3s ease;
  /* For animation effect */
}

/* Rotate the chevron when dropdown is open */
.dropdown-toggle.active .chevron {
  transform: rotate(180deg);
  /* Rotate chevron down when active */
}

ul.dropdown li a:hover {
  color: #fff !important;
}

.dropdown-toggle:hover+.dropdown,
.dropdown:hover {
  display: block;
  /* Show dropdown on hover */
}

.submenu {
  display: none;
  /* Hidden by default */
  position: absolute;
  left: 100%;
  /* Position to the right of parent item */
  top: 0;
  /* Align with parent item */
  background: #fff;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 170px;
}

.submenu-toggle:hover .submenu {
  display: block;
  /* Show submenu on hover */
}

nav ul li {
  position: relative;
  /* Needed for absolute positioning of dropdowns */
}

.nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1%;
  margin: 0;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;

  position: relative;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #9c7a76;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:before {
  transition: 0.7s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0;
  width: 100%;
  z-index: -1;
  content: ".";
  color: transparent;
  background: #9c7a76;
  height: 0px;
  transition-delay: 0.5s;
}

.nav.stroke ul li a:hover::before {
  height: 100%;
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

ul#menu a {
  color: #000;
  font-family: montserrat;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 22px 20px;
  font-weight: 500;
  height: 100%;
  display: block;
  width: 100%;
}

.hdr_logo a {
  font-family: "Bitter", serif;
  font-size: 27px;
  color: #000;
  display: block;
  width: fit-content;
}

.bottom-bar {
  padding: 0;
}

/* header end */

/* banner start */
.hei {
  height: 100%;
}

.banner_sec {
  background-image: url(../images/new-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 630px;
  background-size: cover;
  background-position: top;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-inner-text {
    background: #fff;
    padding: 40px 15px 40px 18px;
    width: 65%;
}

.banner-inner-text p {
  font-size: 12px;
  margin: 0px 0 15px 0px;
  line-height: 1.6;
}

img.banner-image {
  display: none;
}


/* banner end */


/*explore start*/

.exp-card1 .exp-bot-txt p {
  margin: 0;
}

.exp-card1 .exp-bot-txt h4 {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

/* .none {
  display: none;
  transition: 0.3s ease-in-out;
} */

.sec {
  padding: 80px 0;
}

.short-sec .container {
  max-width: 1150px;
}

.exp-top-txt {
  text-align: center;
}

.exp-card {
  margin: 20px 0;
  transition: 0.3s ease-in-out;
  height: auto;
  z-index: 99;
}

/* .exp-card1:hover .exp-bot-txt {
  transition: 0.3s ease-in-out;
  display: block;
  height: 120px;
} */

.exp-top-txt h3 {
  color: #0c0c0c;
  font-size: 35px;
  line-height: 35px;
}

.exp-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.exp-bot-txt h4 {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.exp-bot-txt {
  background-color: #fff;
  padding: 10px 13px;
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: auto;
}

.exp-bot-txt h4 span {
  font-size: 11px;
}

/* 
.exp-card:hover .exp-bot-txt {
  transition: 0.3s ease-in-out;
  display: block;
  height: 130px;
} */


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

/*explore end*/
/*about start*/

.style1 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 560%;
  background: #f9f6f1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(262deg);
  transition: all 0.3s;
}

.abt-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: top;
}

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

.abt-txt h3 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 10px;
}

.abt-txt p {
  font-size: 14px;
  color: #c7b4b2;
}

.abt-txt {
  padding: 25px 35px;
  background-color: #9c7a76;
}

.abt-bot-txt {
  margin-top: 20px;
  padding: 5px 0;
}

.abt-bot-txt p {
  color: #8a8985;
  font-size: 14px;
  margin-bottom: 10px;
}

section.about {
  padding-bottom: 100px;
}

/*about end*/
/*recepi start*/
section.recipies {
  padding-bottom: 100px;
}

section.recipies .slick-active {
  opacity: 1;
}

.recp-txt {
  text-align: center;
}

.recp-txt h3 {
  font-size: 35px;
  color: #0c0c0c;
  line-height: 40px;
}

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

.top_bar {
  background: #9c7a76;
  text-align: center;
  padding: 5px 0;
}

.top-para p {
  color: #fff;
  margin: 0;
  letter-spacing: 4px;
  font-size: 14px;
}


/* section start */
.news-sec {
  background-image: url(../images/news-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-box {
  padding: 70px 150px 100px 150px;
  background: #ffffffe6;
}

.news-box h2 {
  text-align: center;
  text-transform: uppercase;
}

input.form-cotrol {
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  background: transparent;
  border: 1px solid #cfcfcf;
  margin: 0 0 20px 0;
  color: #808080;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

input.form-cotrol::placeholder {

  color: #808080;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.news-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 560%;
  background: #e8e8e8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(262deg);
  transition: all 0.3s;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #acaba7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li.slick-active {
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9c7a76;
}

li.slick-active button {
  border-radius: 50%;
  border: 1px solid #9f7e7a;
}


/* section end */


/* section start */

.recipe-left-card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.recipe-left-card-image a {
  position: relative;
  z-index: 1;
  display: block;
}

span.categ {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #9c7a76;
  font-size: 14px;
}



.recipe-left-card-text {
  padding: 20px 0;
}

.recipe-left-card-text h6 {
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}

.theme-button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #9c7a76;
  border-bottom: 1px solid;
  font-family: montserrat;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.recipe-left-card {
  margin: 20px 0;
}

.recipe-mid-card-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.recipe-mid-card-text {
  background: #fff;
  padding: 64px 50px;
}

.recipe-mid-card-text * {
  margin: 0 0 20px 0;
  display: block;
}

span.categ1 {
  text-transform: uppercase;
  color: #9c7a76;
  font-size: 10px;
  font-weight: 500;
  font-family: "Bitter", serif;
}

.recipe-mid-card-text h6 {
  color: #000;
  font-size: 19px;
  line-height: normal;
  letter-spacing: 3px;
}

.recipe-mid-card {
  width: 90%;
  margin: 20px auto;
}

ul.recipe-right-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 15px;
  background: #fff;
  margin: 0;
}

ul.recipe-right-list img {
  height: 110px;
  object-fit: cover;
  width: 100%;
}

li.recipe-right-image {
  width: 50%;
}

li.recipe-right-text {
  width: 80%;
}

li.recipe-right-text p {
  margin: 0;
  color: #000;
  letter-spacing: 2px;
}

li.recipe-right-text span {
  font-size: 10px;
  line-height: normal;
  font-weight: 500;
  color: #000;
}

li.recipe-right-text .theme-button1 {
  font-size: 10px;
}

.recipe-right-card {
  margin: 20px 0;
}

.recipe-heading h2 {
  margin: 0;
}

.recipe-bar {
  padding: 0 0 0px 0;
  border-bottom: 1px solid #e1d8d3;
}

.nav-tabs {
  border-bottom: navajowhite;
  justify-content: end;
  gap: 30px;
}

.nav-tabs .nav-link {
  font-size: 14px;
  color: #6b6b6b;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #9c7a76;
  background: transparent;
  border: navajowhite;
}

/* section end */



/* section start */
.event-heading {
  text-align: center;
  margin: 0 0 30px 0;
}

.event-heading h2 {
  margin: 0;
  text-transform: uppercase;
}

.event-heading p {
  margin: 0 auto;
  display: block;
  width: 60%;
}

.event-image img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.event-card-text {
  padding: 30px 40px;
  background: #fff;
}

.event-card-text h5 {
  padding: 0 0 30px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px dashed #e7e7e7;
  color: #808080;
  letter-spacing: 1px;
  font-weight: 400;
}

.event-card {
  margin: 20px 0;
}

.event-card-text1 {
  padding: 20px 30px;
  background: #fff;
}

/* section end */

/*contact_sec start*/

.contact_sec {
  padding: 50px 0 0 0;
  margin-bottom: 0;
  background: #1d1d1d;
}

.contact_box {
  background-color: #161617;
}

.contact_box:hover i {
  background-color: #000;
}

.contact_box:hover img {
  background-color: #000;
}

.contact_box:hover {
  background-color: #9c7a76;
}

.contact_box a {
  gap: 15px;
  display: flex;
  padding: 20px 10px;
  align-items: center;
  color: white;
  height: 100%;
}

.contact_box.cont-box-dif {
  background: #9c7a76;
  padding: 0 20px 0px 0px;
}

.contact_box.cont-box-dif i {
  background: #000;
}

.contact_box i {
  padding: 20px;
  background-color: #9c7a76;
  font-size: 20px;
}

.contact_box img {
  padding: 0;
  background-color: #9c7a76;
  width: 60px;
  height: 60px;
  object-fit: scale-down;
}


.contact_box_text {
  color: white;
}

.contact_box_text p {
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Bitter", serif;
}

.contact_box_text h6 {
  color: #ffff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-size: 12px;
}


/*contact_sec end*/
/* Footer  */

footer.main_footer {
  background: #1f1e21;
  padding: 4% 0 0%;
}

.footer_details h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 10%;
  text-transform: uppercase;
  font-family: 'Blender';
}

.footer_details.adrxs {
  width: 80%;
  margin: 0 0 0 auto;
}

.footer_details {
  width: 100%;
}

.footer_details p {
  margin: 0 0 0;
  width: 100%;
}

.footer_details.linkks>ul {
  /* display: flex; */
  justify-content: space-between;
  column-count: 3;
}

.footer_details.linkks {
  width: 90%;
  margin-left: 7%;
}

.footer_details.adrxs ul li {
  margin-bottom: 20px;
}

.footer_details.adrxs ul li a i {
  margin-right: 15px;
}

.footer_bottm {
  background: #1f1e21;
  border: 1px solid #494949;
  border-bottom: 0;
  padding: 20px 0;
  margin-top: 0;
  border-left: 0;
  border-radius: 0;
}

.footer_bottm p {
  text-align: center;
  margin: 0;
  color: #ffffff8c;
  font-size: 15px;
  text-transform: capitalize;
}

.ftr_line {
  position: relative;
  height: 100%;
  padding: 0 0 70px 0;
}

.ftr_line:after {
  position: absolute;
  content: "";
  background: #2f2f2f;
  height: 100%;
  width: 2px;
  top: 0;
  right: -30px;
}

.footer_details.abt-ftr.ftr_line h5 {
  font-size: 46px;
  font-family: 'Blender';
}

.footer_details ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

footer .follow ul {
  justify-content: start;
}

.footer_details.abt-ftr.ftr_line h5 {
  font-size: 46px;
  font-family: 'Blender';
}

.footer_details ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

footer .follow ul {
  justify-content: start;
}

.follow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

.follow ul a i {
  color: #cacaca;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  border-radius: 50%;
  font-size: 17px;
  transition: 0.5s;
}

footer.main_footer h4 {
  margin: 0 0 30px 0;
}

section.event-sec.sec {
  padding-top: 0;
}

.follow ul a i:hover {
  background: #9c7a76;
}

.exp-card.exp-card1 {
  margin: 20px 0;
  position: relative;
  z-index: 9999;
}

/* Footer end */


.banner-image-right img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.recip-slid-img img {
  height: 330px;
  object-fit: cover;
  width: 100%;
}


/* InnerPage Aboutus start */
.inner_banner_sec {
  background-image: url(../images/inner-banner-new.jpg);
  height: 400px;
}

.inner_banner_sec .banner-inner-text {
  width: fit-content;
  padding: 20px 30px;
}

section.about.inner-about {
  padding: 80px 0;
}

.banner-inner-text h1 {
  margin: 0;
}

/* InnerPage Aboutus end */
/* InnerPage Contact Us start */
.contact-pag-form form {
  position: relative;
}

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

.contact-pag-form .form-group::after {
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: 'Montserrat';
  display: flex;
  border-radius: 5px;
}

.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: #909091;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: 'Montserrat';
  display: flex;
  border-radius: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}

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

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 25px;
  padding-top: 20px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  scroll-behavior: unset;
}

.contact-pag-form .email {
  padding: 0;
}

.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

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

.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #9c7a76;
  background: #fff;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-info {
  background: #9c7a76;
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-main-sec h4 {
  font-size: 45px;
  color: #000000;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 30px;
  margin-left: 10px;
  text-transform: capitalize;
}

.contact-main-sec p span {
  display: block;
}

.contact-main-sec p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Oswald';
  text-transform: capitalize;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.contact_text p {
  font-size: 22px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 400;
  font-family: 'Montserrat';
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
  font-family: montserrat;
}

.mailt {
  padding-left: 30px;
}

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

.contact_text p a.email-text {
  /* font-size: 14px; */
  /* color: #8b8b8b; */
}

.contact_text p a.email-text:hover {
  color: #ffff;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

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

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

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #9c7a76;
  left: 13px;
  font-size: 20px;
}

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

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

.contact-pag-form button {
  margin-top: 5%;
  width: fit-content;
  text-transform: uppercase;
  font-family: montserrat;
  background: transparent;
}

button.theme_btn img {
  width: 30%;
}

.exp-bot-txt.inner-exp-bot-txt {
  height: 260px;
  text-align: left;
}

.exp-card.inner-exp-card {
  height: auto;
}

section.event-sec.inner-event-sec.sec {
  padding: 80px 0;
}

/* InnerPage Contact Us end */


/* InnerPage Aboutus start */

.event-det-text h2 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.event-det-image img {
  height: 510px;
  object-fit: cover;
  width: 100%;
}

.event-abt-para {
  margin: 20px 0 0 0;
}


.event-abt-para h4 {
  color: #000;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */

.rec-det-image img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.rec-det-text {
  padding: 30px 30px;
  background: #fff;
  box-shadow: 0 0 13px 5px #0000001f;
  border-radius: 6px;
}

ul.ingred-list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0px;
}

ul.ingred-list li p {
  margin: 0;
}


ul.ingred-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* width: 7px;
  height: 7px; */
  content: '\f30b';
  border-radius: 50%;
  color: #9c7a76;
  font-family: 'FontAwesome';
}

.rec-det-bot-text h2 {
  margin: 0 0 10px 0;
}

.rec-det-bot-text {
  margin: 50px 0 0 0;
  width: 82%;
  background: #fff;
  padding: 50px;
  margin: 50px auto;
}

ul.cook-list h3 {
  margin: 0 0 5px 0;
}


ul.cook-list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
  width: 100%;
  margin: 0 0 30px 0;
}

ul.cook-list li p {
  margin: 0;
}


ul.cook-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* width: 7px;
  height: 7px; */
  content: '\f30b';
  border-radius: 50%;
  color: #9c7a76;
  font-family: 'FontAwesome';
  font-size: 20px;
}

.rec-det-bot-text p {
  width: 80%;
}

ul.yield {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 30px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #9c7a76;
  background: #fff;
}

ul.yield p {
  margin: 0;
}

span.black {
  color: #000;
}

ul.yield li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 10px;
}

ul.yield li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #9c7a76;
  font-family: 'FontAwesome';
  font-size: 20px;
}

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

.catogeriesbox {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  margin-bottom: 10px;
  background: #9c7a76;
  color: #fff;
}

.frequently-list ul li a {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 15px 0 15px 18px;
  border: 1px solid #00000024;
  background: unset;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.catogeriesbox h4 {
  margin: 0;
}

.frequently-list {
  display: none;
}

.frequently-list.active {
  display: block;
  overflow-y: scroll;
  height: 393px;
  width: 100%;
  margin: 0;
}

.catogeriesbox {
  cursor: pointer;
}

.chevron-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.rotate-up {
  transform: rotate(180deg);
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  overflow-y: scroll;
  margin-bottom: 25px;
  background: #ffffff00;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #9c7a76;

}


div.categories-main-box {
  position: sticky;
  top: 100px;
  /* adjust based on your header height */
  z-index: 10;
  max-height: calc(100vh - 120px);
  /* avoid overflowing the viewport */
  overflow-y: auto;
}

.banner-inner-text h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #9c7a76;
  font-weight: 500;
  margin: 0 0 10px;
}

.recip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}

.recip-main {
  position: relative;
  z-index: 1;
}

.gallery-main {
  display: none;
}

.gallery-main1 {
  display: block !important;
}

.text-center.mt-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.event-sec.inner-event-sec.sec {
  padding: 80px 0 0 00;
}

.gal-img-pg img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  margin: 20px 0;
}
.footer-para {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-para a {
    color: #fff;
}
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */
html {
    overflow-x: hidden;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

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

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

@media only screen and (min-width: 300px) and (max-width: 519px) {
    ul#menu {
    display: none;
}
.header .hdr_logo {
    padding: 20px 0;
    text-align: center;
}

.hdr_logo a {
    margin: 0 auto;
    font-size: 35px;
}

.banner_sec {
    background-image: url(https://www.kellybarfoot.com/wp-content/themes/kelly-barfoot/css/../images/new-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    background-position: top;
}
.exp-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.abt-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.abt-txt {
    padding: 35px 15px;
    background-color: #9c7a76;
}

.recp-txt h3 {
    font-size: 35px;
    color: #0c0c0c;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.recip-slid-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.recip-slid ul.slick-dots {
    bottom: 37px;
    justify-content: center;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: #fff0;
    border: 0;
    outline: none;
    background: #fff0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #acaba7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.recipies {
    padding-bottom: 50px;
}
.event-heading h2 {
    font-size: 19px !important;
    line-height: 55px;
}
.footer_details.linkks ul {
    column-count: 2 !important;
}

    
}
