@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

/*Handcrafted By Locgfx: URL: www.locgfx.io */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background: #060e10;
}

body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

body.overlay::after {
  opacity: 1;
  visibility: visible;
}

html,
body {
  overflow-x: hidden;
}

html.active,
body.active {
  overflow: hidden;
}
html.fix {
  overflow: hidden;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #fff;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 70px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 55px;
}

h3,
.h3 {
  font-size: 35px;
  line-height: 40px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 36px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 34px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}

p {
  margin-bottom: 5px;
}

button {
  border: none;
  transition: all 0.4s ease 0s;
}

section {
  padding: 120px 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

.bg_green {
  background: #325d42;
}

.cta-btn {
  display: inline-block;
  padding: 13px 30px;
}

.cta-btn.bg_green {
  color: #f9f9f9;
}

.cta-btn.bg_green svg {
  margin-left: 15px;
}

.cta-btn.bg_green strong,
.cta-btn.bg_green svg {
  transition: all 0.4s ease 0s;
  position: relative;
  left: 0;
}

.cta-btn.bg_green:hover strong,
.cta-btn.bg_green:hover svg {
  left: 5px;
}

.cta-btn.bg_green:focus {
  background: #173c25;
}

.cta-btn.bg_green:focus svg path {
  fill: white;
}

.container {
  max-width: 1170px;
}

.text_brown {
  color: #b39b77;
}

.letter_space {
  letter-spacing: 0.08em;
}

.bg_dark {
  background: #060e10;
  display: inline-block;
}

.inner-content {
  padding: 60px;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.initial .header {
  opacity: 1;
  animation-name: fromTop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  visibility: visible;
  position: fixed;
  top: 0;
  padding: 20px 0;
  z-index: 9999;
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
@keyframes fromTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.scroll .site-logo img {
  width: 165px;
}

.header .container-fluid {
  padding: 0 30px;
}

.hero-area {
  width: 100%;
  position: relative;
}

.hero-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.51%,
    #060e10 100%
  );
  z-index: 1;
}

.hero_scroll {
  position: absolute;
  width: 25px;
  height: 110px;
  bottom: 20px;
  right: 45px;
  z-index: 9;
  transition: all 0.4s ease 0s;
  opacity: 1;
  -webkit-animation-name: float-bob2;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.hero-area > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blend-area .text_brown,
.verandah-happy-customer .text_brown {
  letter-spacing: 0;
}

.main-wrapper .header-logo {
  position: absolute;
  object-fit: none;
  width: auto;
  height: auto;
  z-index: 9;
  left: 50px;
  width: 220px;
  transition: 1500ms all ease-in-out 100ms;
  bottom: 40px;
}

.main-wrapper.initial .header-logo {
  position: fixed;
  bottom: calc(100% - 80px);
  width: 155px;
  transition: 1500ms all ease-in-out 100ms;
}

/*
.main-wrapper.scroll .header-logo{
    opacity: 0;
    transition: 100ms all
}
.main-wrapper.scroll .hero-area .spinner-master{
    opacity: 0;
    transition: 100ms all
}
*/
/*Handcrafted By Locgfx: URL: www.locgfx.io */
html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.hero-area.initial .hero_scroll {
  opacity: 0;
}

.spinner-master {
  position: fixed;
  width: 52px;
  height: 52px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 0;
  top: 20px;
  right: 70px;
  display: flex;
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.spinner-spin {
  cursor: pointer;
  position: relative;
  width: 28px;
  height: 28px;
  margin: auto;
}

.spinner-spin span {
  display: block;
  position: absolute;
  height: 4px;
  background: #fff;
  transition: all 0.4s ease 0s;
}

.spinner-spin span:nth-child(1) {
  width: 13px;
  top: 3px;
  right: 4px;
}

.spinner-spin span:nth-child(2) {
  width: 28px;
  top: 12px;
}

.spinner-spin span:nth-child(3) {
  width: 13px;
  bottom: 3px;
  left: 4px;
}

.is-active.spinner-spin span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: right center;
}

.is-active.spinner-spin span:nth-child(2) {
  transform: rotate(45deg);
}

.is-active.spinner-spin span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}

.about-area {
  position: relative;
}

.about-area .inner-content {
  position: relative;
  left: 210px;
  z-index: 11;
}

.about-area .aos-animate.content-img img {
  animation: rotation 1.4s;
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */

@keyframes rotation {
  from {
    transform: rotate(50deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes rotation-x {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(165deg);
  }
}

.about-area .container {
  position: relative;
}

.about-spinner {
  content: "";
  position: absolute;
  display: block;
  bottom: -25px;
  left: -3%;
  width: 130px;
  height: 160px;
  background-image: url(../img/sspinner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(165deg);
  animation-name: rotateElement;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateElement {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.story_text {
  width: 120%;
  margin-left: -115px;
  position: relative;
  margin-top: 30px;
}

.story_text .action_story {
  transform: translate(-60px, -30px);
}

.story-area {
  position: relative;
}

.lemon_shape {
  position: absolute;
  right: -40px;
  top: 36%;
}

.story-left {
  position: relative;
}

.story-left .story_pos_title {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 11;
}

.testimonial-area {
  padding: 70px 0;
}

.brand_slider {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 20px;
}

.brand_slider .slide {
  padding-bottom: 20px;
  width: 242px;
  display: inline-block;
  margin-bottom: 30px;
}

.brand_slider .slide:last-child {
  padding-right: 20px;
}

.brand_slider::-webkit-scrollbar {
  display: none;
}

.brand_slider::-webkit-scrollbar-track {
  display: none;
}

.brand_slider::-webkit-scrollbar-thumb {
  display: none;
}

.brand_slider::-webkit-scrollbar-thumb:hover {
  display: none;
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
.brands-area {
  padding-top: 70px;
}

.testimonial-area .container {
  position: relative;
}

.testimonial_head {
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 11;
}

.testimonial-box > img {
  margin: auto;
  display: block;
  width: 500px;
  height: 500px;
}

.testimonial-box {
  position: relative;
  width: 95%;
  margin: auto;
}

.testimonial-box .testimonial_sub {
  position: absolute;
  top: 22%;
  left: 5%;
  letter-spacing: 0.08em;
}

.testimonial_para {
  position: absolute;
  bottom: 70px;
}

.quote_right {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.quote_left {
  position: absolute;
  left: 0;
  top: -70px;
}

.slick-dots {
  position: inherit;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  width: 12px;
  height: 4px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin: 0;
  transition: all 0.4s ease 0s;
}

.slick-dots li.slick-active button {
  background: #fff;
  width: 22px;
}

.slick-dots li {
  width: auto;
}

.promo-inn img {
  margin: 0 auto 50px;
}

.testimonial-slider .slick-active .testimonial_para {
  animation: cInLeft 1.5s both;
}

.testimonial-slider .slick-active .testimonial_sub {
  animation: cInLeft 1.5s both;
}

@keyframes cInLeft {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
.testimonial-area {
  position: relative;
}

.testimonial-spinner {
  content: "";
  position: absolute;
  display: block;
  bottom: -115px;
  right: -5%;
  width: 240px;
  height: 225px;
  background-image: url(../img/spinner-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: rotateElement;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.crunch_shape {
  position: absolute;
  left: 0;
  bottom: 75px;
  animation-name: float-bob;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.promo-inn .aos-animate > img {
  animation: burgerRotate 1.8s;
}

@keyframes burgerRotate {
  from {
    transform: rotate(80deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.promo-area {
  position: relative;
}

.chilli_shape {
  position: absolute;
  right: -40px;
  bottom: 15%;
  animation-name: float-bob;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.brand-box {
  width: 100%;
  height: 568px;
  position: relative;
  margin-top: 115px;
  z-index: 1;
}

.brand-box > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand_pos .h2,
.brand_pos p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.brand_action a {
  display: block;
  margin: 15px 0;
  padding: 10px 15px;
  flex: 1;
}

.brand-box .brand_logo {
  position: absolute;
  z-index: 11;
  top: -70px;
  left: 20px;
  width: 155px;
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
.brand-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.brand-left::after {
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56.55%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.brand-right::after {
  top: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 48.8%
  );
}

.brand_pos .h3 {
  font-size: 38px;
}

.brand_pos .h3 {
  margin-bottom: 0;
  margin-top: 15px;
}

.brand_nav {
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 20px 20px 0;
}

.searving-area {
  position: relative;
  z-index: 1;
  padding: 0;
  height: 440px;
  overflow: hidden;
}

.searving-area .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.searving-area img {
  width: 33.33%;
  float: left;
}

.searving-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.serving-1,
.serving-3 {
  transform: translateY(-40px);
}

.aos-animate .serving-1,
.aos-animate .serving-3 {
  animation: serving1 1.8s;
}

.aos-animate .serving-2 {
  animation: serving2 1.8s;
}

@keyframes serving1 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-40px);
  }
}

@keyframes serving2 {
  from {
    transform: translateY(-90px);
  }

  to {
    transform: translateY(0px);
  }
}

.map-area {
  position: relative;
}

.map-area .h5.text_brown {
  margin-bottom: 30px;
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
.map-slider .inner-content,
.map-sliders .inner-content {
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  width: 100%;
}

.map-slider .inner-content .map_action,
.map-sliders .inner-content .map_action {
  margin-top: 20px;
}

.map-slider .inner-content .map_action svg,
.map-sliders .inner-content .map_action svg {
  margin-left: 15px;
}

.map-slider .inner-content.bg_dark,
.map-sliders .inner-content.bg_dark {
  background: #0a1316;
}

.map-slider .inner-content p,
.map-sliders .inner-content p {
  margin-bottom: 0;
  margin-top: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  color: #fff;
  height: 100px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: 0;
  left: 0;
  position: relative;
}

.visit-box {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.anytime-visit-box .visit-img {
  max-height: 180px;
}

.visit-box .visit-text p {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: 0;
  left: 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.map-slider .visit-link,
.map-sliders .visit-link,
.visit-box .visit-link {
  position: absolute;
  bottom: -52px;
  left: 30px;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  color: #fff;
}

.visit-box .visit-link {
  left: 45px;
}

.verandah-visit-area .visit-box .visit-link {
  left: 30px;
}

.map-slider .visit-link svg,
.map-sliders .visit-link svg,
.visit-box .visit-link svg {
  margin-left: 4px !important;
}

.map_box,
.visit-box {
  display: block;
}

.map_box:hover .inner-content p {
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
}

.visit-box p {
  height: 120px;
}

.visit-box:hover p {
  bottom: 0px;
}

.map_box:hover .visit-link,
.visit-box:hover .visit-link {
  -webkit-transform: perspective(300px) rotateX(0);
  transform: perspective(300px) rotateX(0);
  bottom: 30px;
  visibility: visible;
}

.visit-box:hover .visit-link {
  bottom: 26px;
}

.visit-box .visit-img {
  overflow: hidden;
}

.visit-box .visit-img img {
  transition: all 0.4s;
  transform: scale(1);
}

.visit-box:hover .visit-img img {
  transition: all 0.4s;
  transform: scale(1.1);
}

.map_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
}

.branch_social .col-sm-3 {
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 50px;
}

.branch_social .col-sm-3:last-child {
  border-right: 0px solid rgba(255, 255, 255, 0.16);
}

.branch-name p {
  color: #fff;
  font-weight: 500;
}

.map-bottom img {
  width: 100%;
}

.map-slider .slider {
  padding: 0 15px;
}

.map-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.leaf_shape {
  position: absolute;
  left: -40px;
  top: 5%;
  animation-name: float-bob;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  z-index: -1;
}

.subscribe-area {
  background: #081316;
}

.subscribe-area form {
  position: relative;
  height: 60px;
  background: #0b1a1e;
  width: 80%;
  margin: 50px auto 0;
}

.subscribe-area form input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #0b1a1e;
  border: none;
  padding: 10px 35px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.subscribe-area form input::placeholder {
  color: #3b4f54;
  opacity: 1;
}

.subscribe-area form input:-ms-input-placeholder {
  color: #3b4f54;
}

.subscribe-area form input::-ms-input-placeholder {
  color: #3b4f54;
}

.brand_action {
  text-align: center;
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.brand_action .cta-btn {
  text-transform: inherit !important;
}

.subscribe-area form button {
  position: absolute;
  right: 0;
  height: 100%;
  background: #325d42;
  color: #f9f9f9;
  font-weight: 700;
  padding: 10px 40px;
}

.subscribe-area .content-img {
  position: relative;
}

.dish-2 {
  position: absolute;
  top: 0px;
  right: 45px;
}

.footer-top {
  padding: 60px 0;
}

.footer-bottom {
  padding: 20px 0px;
}

.footer-bottom p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #b39b77;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-widget p {
  margin: 0;
}

.footer-widget .h6 {
  font-family: "Raleway", sans-serif;
}

.footer-widget a {
  margin-right: 20px;
  color: #fff;
  display: inline-block;
}

.footer-widget a:hover {
  color: #fff;
}

.footer_links {
  margin-top: 40px;
}

.footer_links ul li {
  display: inline-block;
  margin-right: 25px;
}

.footer_links ul li:last-child {
  margin-right: 0;
}

.footer_links ul li a {
  color: #fff;
}

.sidebar_icon {
  position: fixed;
  right: -20px;
  bottom: 16px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.main-wrapper.scroll .sidebar_icon {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.sidebar_icon li {
  margin: 12px 0;
}

.sidebar_icon li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #325d42;
  color: #fff;
}

.sidebar_icon.social li a {
  font-size: 20px;
}

.sidebar_icon.social li:first-child a {
  font-size: 16px;
}

.sidebar_icon li a:hover {
  background: #21432e;
}

.sub-menu {
  float: right;
  right: -460px;
  top: 0;
  transition: all 0.3s ease;
  height: 100%;
  width: 460px;
  position: fixed;
  margin: 0px;
  background: linear-gradient(0deg, #0a171a, #0a171a);
  z-index: 999;
  padding-top: 200px;
}

.sub-menu.open {
  right: 0;
}

.sub-menu > ul {
  width: 100%;
  height: 100%;
  position: relative;
  top: 30%;
}

.sub-menu > ul > li {
  display: block;
  position: relative;
}

.sub-menu li a {
  color: #fff;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  position: relative;
  padding: 15px 60px;
}

.has-submenu > a::after {
  position: absolute;
  content: "\f0d7";
  right: 15px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #325d42;
  transform: rotate(0);
  transition: all 0.4s ease 0s;
}

.dropdown_menu {
  width: 100%;
  opacity: 0;
  height: 0;
  visibility: hidden;
  margin-top: 0;
  background: #081316;
  padding-left: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.2s ease 0s;
}

.mainmenu ul li ul {
  display: none;
  padding-left: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #081316;
}

.mainmenu ul li ul a {
  font-size: 16px;
  padding: 12px 20px !important;
  color: #dcdfe0;
}

.mainmenu ul a em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.mainmenu ul li a em.flip-v {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.dropdown_menu.active {
  opacity: 1;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: visible;
}

.has-submenu.active > a::after {
  transform: rotate(180deg);
}

.dropdown_menu li a {
  font-size: 16px;
  font-weight: 400;
  background: #081316;
  padding: 10px 0;
  color: #dcdfe0;
}

.dropdown_menu li a:hover {
  color: #fff;
}

.contact-form-area {
  padding-top: 200px;
  padding-bottom: 185px;
}

.contact-form-inn {
  position: relative;
}

.contact-form-box {
  position: relative;
}

.contact_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}

.aos-animate.contact-form-area .contact_title {
  animation-name: slideup55;
  animation-duration: 2s;
}

@keyframes slideup55 {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(-50%);
  }
}

.aos-animate.contact-form-area .contact-form-write {
  animation-name: slideup;
  animation-duration: 2s;
}

@keyframes slideup {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0px);
  }
}

.contact-form-write {
  background: #fff;
  padding: 50px;
  position: absolute;
  width: 57%;
  right: 0;
  bottom: -55px;
  height: 100%;
}

.contact-form-head .h5 {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #081316;
}

.contact-form-write form {
  margin-top: 40px;
}

.contact-form-write li {
  margin-bottom: 15px;
}

.contact-form-write input {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #898989;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.4s ease 0s;
  font-size: 16px;
  line-height: 180%;
  color: #454545;
}

.contact-form-write textarea {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #898989;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.4s ease 0s;
  color: #454545;
}

.error {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #c86868;
  position: absolute;
  bottom: 3px;
  left: 15px;
}

.hide {
  display: none;
}

.form_field:last-child .error {
  bottom: 12px;
}

.contact-form-write input:focus,
.contact-form-write textarea:focus {
  background: #f2f8f4;
  border-color: #b39b77;
}

input.invalid {
  background: #fff5f5;
  color: #c86868;
}

input.invalid:focus {
  background: #fff5f5;
  color: #c86868;
}

.form_field {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.form_field small {
  color: #c86868;
  position: absolute;
  bottom: -5px;
  left: 18px;
  visibility: hidden;
  font-size: 12px;
  font-weight: 700;
}

.form_field.success small {
  opacity: 1;
  visibility: hidden;
}

.form_field.error small {
  visibility: visible;
}

.form_field.error input {
  background: #fff5f5;
  color: #c86868;
}

.form_field.success input {
  background: #f2f8f4;
  border-color: #b39b77;
}

.inner-page .header {
  opacity: 1;
  visibility: visible;
  padding: 20px 0;
}

.inner-page .header .site-logo img {
  width: 165px;
}

.contact-derails-area {
  padding-bottom: 0px;
  background-size: cover;
  background-position: center 0px;
  background-repeat: no-repeat;
}

.contact-derails-area {
  background: url(../img/branches-bg.png) no-repeat scroll center center/cover;
}

.thirsty-area {
  padding-top: 210px;
  margin-top: -90px;
  background: #060e10;
}

.footer_info li {
  margin: 15px 0;
  display: flex;
  align-items: flex-start;
}

.footer_info li img {
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.branch-area {
  background: #060e10;
}

.contact-details-box {
  padding: 40px;
  height: 265px;
  margin-top: 125px;
  position: relative;
  z-index: 1;
  background: #081316;
}

.contact-details-box img {
  margin: -90px auto 0;
  position: relative;
}

.contact-text {
  text-align: center;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-text p,
.contact-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #fff;
}

.contact-text > div {
  margin-top: 20px;
}

.contact-text .h6 {
  font-family: "Raleway", sans-serif;
}

.contact-phn p {
  margin: 0;
}

.contact-box-area {
  margin-top: -285px;
  padding: 0;
}

.branch-table {
  margin-top: 50px;
}

.branch-table ul li,
.branch-text,
.branch-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.branch-table > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.branch-table > ul > li:last-child {
  border: none;
}

.branch-text {
  flex: 0 0 70%;
  max-width: 70%;
}

.branch-info p {
  margin-bottom: 0;
  margin-left: 40px;
}

.branch-info p a {
  color: #fff;
}

.branch-info p a:hover {
  color: #fff;
}

.branch-social a svg path {
  transition: all 0.4s ease 0s;
  fill: rgba(255, 255, 255, 0.72);
}

.branch-social a:hover svg path {
  fill: #fff;
}

.contact_social li {
  display: inline-block !important;
  margin: 0 5px;
}

.branch-name .text_brown,
.thirsty-area .text_brown {
  letter-spacing: 0;
}

.thirsty-area .h2 {
  font-size: 52px;
  line-height: 110%;
  color: #ffffff;
}

.contact_social li a {
  font-size: 22px;
}

.thirsty-area .cta-btn {
  margin-top: 40px !important;
}

.thirsty-img-contain {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.thirsty-img:nth-child(2) {
  margin-top: 50px;
}

.branch_bg {
  width: 100%;
  transform: translateY(-44px);
}

.aos-animate .branch_bg {
  animation-name: servingSlide1;
  animation-duration: 2s;
}

.contact_social li a svg path {
  transition: all 0.4s;
}

@keyframes servingSlide1 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-44px);
  }
}

.thirsty-img {
  position: relative;
}

.aos-animate .thirsty-img:nth-child(1) {
  animation-name: thirstySlide1;
  animation-duration: 2s;
}

.aos-animate .thirsty-img:nth-child(2) {
  animation-name: thirstySlide2;
  animation-duration: 2s;
}

.aos-animate .thirsty-img:nth-child(3) {
  animation-name: thirstySlide3;
  animation-duration: 2s;
}

.thirsty-img:nth-child(3)::before {
  top: auto;
  bottom: 50px;
}

@keyframes thirstySlide1 {
  from {
    transform: translateY(40px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes thirstySlide2 {
  from {
    transform: translateY(70px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes thirstySlide3 {
  from {
    transform: translateY(150px);
  }

  to {
    transform: translateY(0px);
  }
}

.breadcrumb-area {
  padding-top: 180px;
  padding-bottom: 50px;
}

.about-page-banner .inner-content {
  float: none;
  margin-top: 30px;
  display: block;
  width: 113%;
  position: relative;
  padding: 50px;
}

.about-page-banner .content-img img {
  width: 100%;
  margin-top: -180px;
}

.about-content .inner-content {
  width: 140%;
  margin-top: 30px;
  margin-left: -160px;
  position: relative;
  padding: 50px;
}

.about-img:first-child {
  margin-top: 70px;
  margin-right: 15px;
}

.about-img {
  position: relative;
  float: left;
}

.about-img:last-child {
  margin-left: 15px;
}

.about_inner_text .action_story {
  transform: translate(-110px, -30px);
}

.module-slider {
  -webkit-animation: bannermove 45s linear infinite;
  animation: bannermove 45s linear infinite;
  display: flex;
  align-items: center;
}

.module-slider2 {
  -webkit-animation: bannermove 45s linear infinite;
  animation: bannermove 45s linear infinite;
  display: flex;
  align-items: center;
}

#scroll-container {
  overflow: hidden;
  width: 2000px;
}

.module-slider > div,
.module-slider > div {
  width: 25%;
  flex: 0 0 25%;
}

@keyframes bannermove {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-400%);
  }
}

@keyframes bannermovealt {
  0% {
    transform: translateX(-400%);
  }

  100% {
    transform: translateX(0%);
  }
}

.module-text {
  padding: 90px 0;
}

#scroll-container {
  position: relative;
}

.module img {
  width: 100%;
}

#scroll-container .slide {
  padding: 0 15px;
}

#scroll-container .slide.module-text {
  padding: 90px 15px;
}

#scroll-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.charcoal-banner-text {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.charcoal_slide_dots {
  position: relative;
  z-index: 99;
  top: -50px;
}

.charcoal_slide_dots ul {
  text-align: right;
}

.charcoal-banner-image .inner-content {
  padding: 40px;
}

.authentic-row {
  margin-top: 50px;
}

.authentic-left {
  width: 860px;
}

.authentic-left .authentic-left-item {
  position: relative;
}

.authentic-slide-one .authentic-title-left {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  font-size: 20px;
  line-height: 136%;
}

#sync3 .authentic-title-left {
  font-size: 20px;
  line-height: 136%;
  position: inherit;
  right: auto;
  bottom: auto;
}

.authentic-right {
  margin-top: 50px;
  position: relative;
  height: 100%;
}

.authentic-right .custom_slide_nav {
  position: absolute;
  margin: 0;
  bottom: 27px;
}

.n_slide_dots .slick-dots {
  text-align: left;
}

#sync3 {
  height: 140px;
  display: flex;
  align-items: flex-end;
}

.authentic-left .authentic-left-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90.62deg,
    #060e10 1.07%,
    rgba(4, 10, 11, 0) 41.46%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.authentic-slide-two .authentic-title-left {
  font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
}

.authentic-right {
  margin-top: 50px;
}

.custom_slide_nav {
  margin-top: 100px;
}

.custom_slide_nav li {
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
  position: relative;
  z-index: 9;
}

.slider-nav .authentic-left-item {
  padding: 0 8px;
}

.slider-nav .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.n-img-box {
  width: 100%;
  height: 170px;
}

.n-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.taste-slider-item {
  position: relative;
}

.charcoal-taste-text {
  width: 60%;
}

.taste-slider-item .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.charcoal-taste-slider .slick-dots {
  bottom: 60px;
  right: 15%;
  left: auto;
  text-align: right;
}

.charcoal-content-img {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

.story-video-area .charcoal-content-img {
  height: 550px;
}

.charcoal-content-img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.charcoal-content-text {
  padding-left: 50px;
}

.happy-customer-area .content-img img {
  width: 100%;
}

.happy-customer-area .content-text {
  width: 460px;
  position: relative;
  z-index: 1;
}

.sub_title {
  margin-bottom: 24px;
}

.happy-slider-area {
  margin-top: 50px;
}

.happy-slider .happy-text {
  position: relative;
  padding: 70px;
}

.happy-slider-area .quote_left {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 0;
}

.happy-slider-area .quote_right {
  position: absolute;
  right: 10px;
  bottom: 40px;
  border-radius: 0;
}

.happy-slider-area .slick-dots {
  text-align: left;
  padding-left: 70px;
}

.c_visit_area {
  background: url(../img/vsit-bg.png) no-repeat scroll center center/cover;
  padding-top: 70px;
  padding-bottom: 300px;
}

.visit-box img {
  width: 100%;
}

.visit-slider .visit-box {
  padding: 0 15px;
  margin-top: 30px;
}

.visit-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.visit-link {
  font-weight: 700;
  color: #49855f;
  margin-top: 10px;
}

.visit-text {
  padding: 30px;
  background: #091417;
}

.visit-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: #fff;
}

.visit-info-area {
  margin-top: -250px;
  padding-top: 0;
}

.visit-img {
  position: relative;
}

.verandah-banner-area .container {
  position: relative;
}

.verandah-banner-shape {
  position: absolute;
  right: 100px;
  top: -550px;
}

.verandah-banner-area {
  padding-top: 300px;
}

.verandah-banner-shape {
  transform: rotate(-120deg);
}

.authentic-slide-two .authentic-title-left {
  font-size: 16px;
  margin-top: 15px;
}

.verandah-authentic-sub {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.verandah-authentic-left .authentic-title-left {
  position: inherit;
  right: auto;
  bottom: auto;
  text-align: right;
  margin-top: 30px;
  padding-right: 124px;
  margin-bottom: 0;
}

.verandah_authentic_arrows {
  margin-top: -45px;
}

.blend-area {
  background: url(../img/blend-bg.png) no-repeat fixed center center/cover;
  padding: 150px 0;
}

.verandah-happy-customer .happy-text {
  padding: 70px 70px 70px 15px;
}

.verandah-happy-customer .quote_left {
  position: absolute;
  top: 0;
  left: 50px;
  border-radius: 0;
}

.verandah-happy-customer .slick-dots {
  text-align: left;
  padding-left: 20px;
}

.verandah-happy-customer .quote_right {
  right: 100px;
}

.visit-top-area {
  position: relative;
  z-index: -1;
  background: url(../img/varendah-visit-bg.png) no-repeat scroll center
    center/cover;
  padding-top: 150px;
  padding-bottom: 100px;
}

.visit-top-area > img {
  width: 100%;
}

.visit-info-area {
  margin-top: -290px;
  padding-top: 0;
}

.story-banner-area {
  padding-top: 180px;
  padding-bottom: 0;
}

.story-banner-video {
  position: relative;
  width: 100%;
  height: 290px;
}

.story-banner-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-banner-item {
  margin-top: 30px;
}

.story-banner-item .inner-content {
  padding: 55px;
}

.story-banner-item img {
  width: 100%;
}

.story-love-area {
  padding-top: 250px;
  margin-top: -70px;
  background: #060e10;
}

.story-shape {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 53%;
  min-width: 115%;
  z-index: -1;
}

.story-love-area .container {
  position: relative;
  z-index: 1;
}

.story-box {
  padding: 0 15px;
}

.story-slide .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.story-box img {
  width: 100%;
}

.story-box {
  margin-top: 50px;
}

.charcoal-content-text {
  padding-left: 50px;
}

.story-logos {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.charcoal-slider .content-img img {
  width: 100%;
}

.story-logos img {
  margin: 0 30px;
}

.content-group-img {
  display: flex;
}

.content-group-img img:last-child {
  margin-left: 30px;
  position: relative;
  top: 30px;
}

.story-hearts-content .contnet-text {
  width: 520px;
  position: relative;
}

.story-hearts-content .inner-content {
  padding: 40px;
}

.story-heart-group-img {
  display: flex;
  align-items: flex-start;
  position: relative;
  left: -40px;
  top: 40px;
  z-index: -1;
}

.story-heart-group-img img:last-child {
  flex: 0 0 35%;
  position: relative;
  top: 65px;
  padding-left: 40px;
}

.serve-slide {
  position: relative;
}

.serve-slide .container {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.story-serve-area {
  position: relative;
}

.story-serve-area > .container {
  position: absolute;
  top: 50px;
  right: 50px;
  left: 0;
  z-index: 11;
}

.story_slide_dots ul {
  text-align: right;
}

.serve-slide img {
  width: 100%;
}

.story-slider img {
  width: 100%;
}

.sending-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-video-area .sending-item .inner-content {
  width: 440px;
  margin-left: 0px;
  max-width: 490px;
  position: relative;
  margin-left: -60px;
}

.about-video-area .sending-item:last-child .inner-content {
  margin-left: 0px;
}

.sending-item {
  margin-top: 50px;
}

.about-video-area {
  position: relative;
}

.sending-shape-1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 285px;
}

.sending-shape-2 {
  position: absolute;
  right: 0;
  bottom: -145px;
  width: 270px;
}

.about-slider-area {
  position: relative;
}

.about-slider {
  margin-top: 30px;
}

.about-slider-box {
  padding-bottom: 65px;
}

.about-slider-box .content-img img {
  width: 100%;
}

.about-slider-box .container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
}

.about-slider-box .about-slider-title {
  position: absolute;
  top: 70px;
  left: 0;
}

.about-slider-box .about-slider-team {
  position: absolute;
  top: 150px;
  right: 0;
}

.about-slider-box .inner-content {
  position: absolute;
  bottom: -20px;
  width: 42%;
  margin: 0;
  right: 0;
  padding: 40px;
}

.about_slide_dots {
  margin-top: -65px;
}

.about_slide_dots ul {
  text-align: left;
}

.story-serve-slide,
.charcoal-taste-slider {
  margin-bottom: 0 !important;
}

.story-serve-slide .cta-btn {
  margin-top: 40px !important;
}

.story-serve-area .story_slide_dots ul {
  text-align: right;
}

.map-area .h1 br {
  display: none;
}

.charcoal-taste-text .h1 {
  margin-bottom: 30px;
}

.aos-animate .happy-customer-image img {
  animation: happyserving1 1.8s;
}

.happy-customer-image {
  height: 380px;
  overflow: hidden;
}

.happy-customer-image img {
  transform: translateY(-30px);
}

@keyframes happyserving1 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-30px);
  }
}

.happy-text .h4 {
  font-size: 20px;
  line-height: 36px;
}

.aos-animate.verandah-banner-area .verandah-banner-shape {
  animation-name: verandahRotate;
  animation-duration: 3s;
}

.verandah-banner-shape {
  transform: rotate(-120deg);
}

@keyframes verandahRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-120deg);
  }
}

.mobile-verandah-inn {
  position: relative;
  margin-bottom: 60px;
  height: 100vh;
}

.mobile-verandah-inn .charcoal-content-img {
  margin-top: 0;
  height: 100%;
  position: relative;
}

.mobile-verandah-inn .charcoal-content-img::after {
  background: linear-gradient(180deg, rgba(6, 14, 16, 0) 46.18%, #060e10 100%);
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.mobile-verandah-inn .container.pos_container {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}

img.signature-img {
  width: 208px;
  margin-bottom: 25px;
}

.mobile-ve-banner {
  min-width: 140px;
}

.mobile-verandah-banner-area {
  padding-bottom: 50px;
}

.place-area {
  position: relative;
}

.place-1 {
  position: absolute;
  right: 0;
  top: -45px;
  display: none;
}

.place-2 {
  position: absolute;
  left: 0;
  bottom: 75px;
  display: none;
}

/*
.scroll .header {
    box-shadow: 0px 4px 20px #081316;
    background: #081316;
}
*/
.promo-inn .h1 {
  margin-bottom: 26px;
}

.about-breadcrumb-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.about-page-banner .innter-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}

.module-text .h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}

.authentic_brown {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 20px;
}

.hc_brown {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.08em;
}

.verandah-palate-content h2 {
  margin-bottom: 30px;
}

.varendah_authe_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}

.varendah-bottom-auth {
  margin-top: 30px;
}

.varendah_slide_dots .slick-dots {
  text-align: right;
}

.charcoal-taste-item img {
  width: 100%;
}

#myModal::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  backdrop-filter: blur(8px);
  z-index: -1;
}

.custom_load_popup.modal {
  overflow-y: hidden;
}

.custom_load_popup.modal.fade .modal-dialog {
  transition: transform 1.7s ease;
  transform: translate(0, 100%);
}

.custom_load_popup.modal.show .modal-dialog {
  transform: none;
}

.custom_load_popup .modal-content {
  background: transparent;
  border-radius: 0;
  position: relative;
  padding: 60px;
  height: 80vh;
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.36),
    rgba(255, 255, 255, 0)
  );
  z-index: 11;
}

.custom_load_popup .modal-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(39, 48, 43, 0.88) 12.49%,
    rgba(39, 48, 43, 0) 100%
  );
  backdrop-filter: blur(20px);
  opacity: 0.9;
  z-index: -1;
}

span.modal_close {
  position: absolute;
  top: -80px;
  right: -80px;
  transition: all 0.4s ease 0s;
}

span.modal_close:hover {
  transform: rotate(90deg);
}

.custom_load_popup .modal-dialog-centered {
  align-items: flex-end;
  min-height: 100%;
}

#myModal {
  display: none;
}

.modal_content_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.custom_load_popup p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #acacac;
}

.wrap-modal-slider {
  opacity: 0;
  transition: all 0.1s;
  padding: 30px;
  text-align: center;
  height: 75vh;
  transform: translateY(150px);
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0)
  );
  transition: all 0.4s;
}

.wrap-modal-slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4608) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  backdrop-filter: blur(20px);
  opacity: 0.8;
}

.wrap-modal-slider.open {
  opacity: 1;
  transform: translateY(-150px);
}

.modal_slide_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 65vh;
  padding-top: 50px;
}

.modal_logo_box {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin-bottom: 30px;
}

.modal_logo_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_slide_box .opening {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #caa977;
}

.modal_slide_box .modal_address {
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
}

.modal_slide_dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 120px;
}

.modal_slide_box .modal_slide_content {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.hero-slider {
  margin-bottom: 0 !important;
  position: relative;
}

.hero-slider img {
  width: 100%;
  height: 100%;
}

.hero-slider .slick-dots {
  position: absolute;
  bottom: 35px;
  z-index: 1;
}

.story-banner-n .content-text {
  transform: translateY(60px);
}

.story-banner-n .content-text h1 {
  margin-bottom: 40px;
}

.hero-area {
  height: 720px;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img {
  height: 100%;
}

.hero-slider {
  height: 100%;
}

.hero-area .slick-track,
.hero-area .slick-list {
  height: 100%;
}

.coming-soon-area {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
}

.comingsoon_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coming-soon-text {
  position: relative;
}

.comingsoon_shape_1 {
  position: absolute;
  left: 50px;
  top: -30px;
  z-index: -1;
}

.comingsoon_shape_11 {
  position: absolute;
  left: 108px;
  top: 15px;
}

.comingsoon_shape_2 {
  position: absolute;
  right: 50px;
  top: -45px;
}

.coming-soon-text h1 {
  margin-bottom: 50px;
}

.coming-soon-text p {
  font-size: 14px;
  color: #e0e0e0;
}

.coming-soon-text .cta-btn.bg_green {
  margin-top: 30px;
}

.coming-soon-text .cta-btn.bg_green svg {
  margin-left: 0;
  margin-right: 0px;
  position: relative;
  top: -1px;
  left: -4px;
}

.coming-soon-text .cta-btn.bg_green:hover svg {
  transform: translateX(-5px);
}

.charcoal-banner-f {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}

.content-img.good-3 {
  margin-top: -85px;
}

.content-img.good-1 {
  margin-top: 90px;
}

.content-img.good-2 {
  margin-top: 120px;
}

.mobile-header-logo {
  position: absolute;
  bottom: 50px;
  z-index: 9;
  width: 100%;
  transition: all 0.4s;
}

.initial .mobile-header-logo {
  opacity: 0;
  visibility: hidden;
  bottom: 120px;
}

.mobile-header-logo img {
  width: 220px;
  margin: auto;
}

.mobile-header-logo a {
  transition: none;
}

.searving-area p {
  margin-top: 30px;
}

.authentic-slide-two .authentic-title-left {
  display: none;
}

.map-sliders {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}

.happy-slider-inn {
  position: relative;
}

.charcoal-taste-text .h2 {
  margin-bottom: 30px;
}

.verandah-visit-area .visit-text {
  padding: 40px;
}

.verandah-visit-area .visit-text .h5 {
  margin-bottom: 15px;
}

.verandah-visit-area .visit-box .visit-link {
  left: 40px;
}

.loading-wrap {
  background: #060e10;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
}

.loading-text .load_hd {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  font-family: "Libre Baskerville", serif;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.load_hd span {
  display: none;
}

.loading-text .load_hd::after {
  animation: txt 1s infinite;
  content: "";
}

.loading-inn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-img {
  margin-right: 50px;
}

.loading-img img {
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
}

.loading-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #ccc;
}

.loading-logo {
  position: absolute;
  bottom: 100px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes txt {
  0% {
    content: "Loading...";
  }

  35% {
    content: "Loading...";
  }

  65% {
    content: "Loading...";
  }

  100% {
    content: "Loading...";
  }
}

.anytime-banner {
  padding-top: 285px;
}

.brewes-img {
  position: relative;
  left: -130px;
}

.anytime-happy-slider .slick-dots {
  display: none;
}

.anytime-visit .visit-top-area {
  background: url(../img/anytime-visit-bg.png) no-repeat scroll center
    center/cover;
}

/*Responsive*/
@media (max-width: 991px) {
  .footer_links ul li {
    display: block;
    margin-right: 0;
  }

  .modal_logo_box {
    height: 135px;
    width: 170px;
    margin-bottom: 7px;
    position: relative;
    top: 10px;
  }

  .searving-area::after {
    background: rgba(0, 0, 0, 0.52);
  }

  .modal_slide_box {
    padding-top: 0;
  }

  .module-slider2 {
    -webkit-animation: bannermovealt 45s linear infinite;
    animation: bannermovealt 45s linear infinite;
    margin-top: 20px;
  }

  .header-logo {
    left: 20px;
    width: 160px;
    bottom: 30px;
  }

  .hero-area {
    height: 88vh;
  }

  .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-img {
    height: 100%;
  }

  .hero-slider {
    height: 100%;
  }

  .hero-area .slick-track,
  .hero-area .slick-list {
    height: 100%;
  }

  .hero_scroll {
    width: 15px;
    height: 90px;
    right: 15px;
    bottom: 24%;
  }

  .hero-area.initial .header-logo {
    top: 15px;
    left: 15px;
    width: 130px;
    position: absolute;
  }

  .mobile_header {
    display: block;
  }

  .hero-area .spinner-master {
    top: 25px;
    right: 15px;
  }

  .spinner-master {
    top: 12px;
    right: 15px;
  }

  /*
    .scroll .header {
        box-shadow: 0px 4px 20px #081316;
        background: #081316;
    }
*/
  .good-food-inn .content-img {
    margin-top: 30px;
  }

  .coming-soon-area {
    height: auto;
    padding-top: 200px;
  }

  .site-logo {
    width: 120px;
  }

  .header .container-fluid {
    padding: 0 15px;
  }

  .sub-menu {
    width: 100%;
    right: -100%;
    padding-top: 120px;
  }

  .sub-menu li a {
    font-size: 16px;
    padding: 10px 60px;
  }

  .dropdown_menu li a {
    font-size: 14px;
  }

  .main-wrapper.scroll .sidebar_icon {
    right: 10px;
  }

  .sidebar_icon li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .custom_load_popup .modal-content {
    padding: 5px;
    width: 90%;
    margin: 0 auto;
  }

  .modal_content_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;

    color: #ffffff;
  }

  .modal_content_title br {
    display: none;
  }

  .custom_load_popup p {
    font-size: 12px;
  }

  .custom_load_popup {
    text-align: center;
  }

  .custom_load_popup br {
    display: none;
  }

  .wrap-modal-slider {
    margin-top: 30px;
    padding: 30px;
    height: 100%;
    transform: translateY(0px);
  }

  .modal_slide_box {
    height: 100%;
  }

  .modal_slide_box img {
    margin-bottom: 15px;
  }

  .modal_slide_box .opening {
    font-size: 10px;
  }

  .modal_slide_content {
    font-size: 10px;
  }

  .modal_slide_dots {
    bottom: 40px;
  }

  span.modal_close {
    top: -30px;
    right: -30px;
  }

  .main-wrapper.initial .header-logo {
    opacity: 0;
    visibility: hidden;
  }

  .initial .header {
    background: rgba(6, 14, 16, 0.48);
  }

  .main-wrapper.initial .header-logo {
    position: fixed;
    bottom: calc(50% - 80px);
    width: 155px;
    transition: 1500ms all ease-in-out 100ms;
  }

  .testimonial-area .slick-dots {
    margin-top: -50px;
  }

  .wrap-modal-slider.open {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  body {
    color: #e0e0e0;
  }

  .mainmenu nav {
    height: 100%;
    overflow-y: scroll;
  }

  p {
    font-size: 12px;
    line-height: 23px;
    color: #fff;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .about-area .inner-content p br {
    display: none;
  }

  .about-area .inner-content p {
    font-size: 12px;
    line-height: 23px;
  }

  .about-area .inner-content {
    left: 80px;
  }

  .about-spinner {
    bottom: -120px;
    left: 0%;
    width: 105px;
    height: 130px;
  }

  .story-left {
    margin-top: 30px;
  }

  .story-area {
    padding-top: 50px;
  }

  .inner-content {
    padding: 20px;
  }

  .story-slider {
    width: 85%;
  }

  .story-left .story_pos_title {
    left: 40px;
  }

  .story_text {
    width: 120%;
    margin-left: -61px;
    margin-top: 0;
  }

  .story_text br {
    display: none;
  }

  .lemon_shape {
    width: 50px;
    top: 30%;
  }

  .story_text .action_story {
    transform: translate(20px, 0px);
  }

  .cta-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .cta-btn.bg_green svg {
    height: 13px;
  }

  .cta-btn.bg_green strong {
    font-weight: 600;
  }

  .cta-btn.bg_green svg {
    margin-left: 8px;
  }

  .testimonial_head {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 11;
    margin-bottom: 0;
  }

  .testimonial_para {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .testimonial_para p br {
    display: block;
  }

  .quote_right {
    bottom: -30px;
    width: 25px;
    height: 50px;
    right: 15px;
  }

  .quote_left {
    width: 25px;
    height: 50px;
    left: 0px;
    top: -50px;
  }

  .crunch_shape {
    width: 50px;
    bottom: -50px;
  }

  .testimonial-spinner {
    right: 0%;
    width: 135px;
    height: 125px;
  }

  .testimonial-box > img {
    width: 50%;
  }

  .testimonial-box .testimonial_sub {
    top: 30%;
    left: 16%;
  }

  .promo-inn img {
    width: 120px;
    margin: 0 auto 20px;
  }

  .promo-area p {
    display: block;
  }

  .promo-area p br {
    display: none;
  }

  .chilli_shape {
    width: 50px;
    bottom: 5%;
  }

  .brand-left .brand_logo {
    left: auto;
    right: 10%;
    width: 100px;
  }

  .brand-box {
    height: 498px;
  }

  .brand_nav {
    display: block;
    bottom: -20px;
  }

  .brand_action a {
    display: inline-block;
    line-height: 20px;
    margin: 0;
  }

  .brand_pos .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .brand-right .brand_logo {
    bottom: auto;
    right: auto;
    top: 40px;
    left: 10%;
    width: 100px;
  }

  .brand-right .brand_pos .h3 {
    margin-bottom: 0;
  }

  .searving-area img {
    width: 33.33%;
  }

  .searving-area img.serving-3 {
    display: block;
  }

  .serving-1,
  .serving-3 {
    transform: translateY(0px);
  }

  .searving-area {
    height: auto;
  }

  .story-banner-n .content-text h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .story-banner-n .content-text {
    transform: translateY(0px);
  }

  .story-banner-n .content-text p br {
    display: none;
  }

  .searving-area br {
    display: none;
  }

  .searving-area .h1 {
    margin-bottom: 15px;
  }

  .leaf_shape {
    left: auto;
    right: -20px;
    width: 70px;
  }

  .map-area .h1 br {
    display: block;
  }

  .map-slider .h3,
  .map-sliders .h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .map-slider .h6,
  .map-sliders .h6 {
    font-size: 12px;
    line-height: 15px;
  }

  .map-slider .inner-content p,
  .map-sliders .inner-content p {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .map-area .content-text p br {
    display: none;
  }

  .subscribe-area .content-img {
    margin: 0;
    display: block;
    width: 100%;
  }

  .dish-1 {
    width: 150px;
  }

  .dish-2 {
    width: 150px;
    right: 0;
  }

  .subscribe-area .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .subscribe-area form {
    width: 100%;
    height: 50px;
  }

  .subscribe-area form input {
    width: 75%;
  }

  .subscribe-area form button {
    font-weight: 600;
    padding: 8px 15px;
    font-size: 14px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-widget > a,
  .footer_links a {
    font-size: 12px;
    display: inline-block;
  }

  .footer-widget .h6 {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-widget p,
  .footer-bottom p {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-widget {
    margin-top: 30px;
  }

  .contact-form-write {
    padding: 30px;
    height: auto;
  }

  .contact-form-write input {
    font-size: 14px;
  }

  .contact-form-write textarea {
    height: 100px;
  }

  .main-wrapper .header-logo {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    object-fit: none;
    width: auto;
    height: auto;
    z-index: 99;
    width: 220px;
  }

  .hero-slider .slick-dots {
    bottom: 0px;
  }

  .contact-form-write li {
    margin-bottom: 10px;
  }

  .contact-form-write form {
    margin-top: 0;
  }

  .contact-derails-area {
    height: 700px;
  }

  .contact-details-box img {
    width: 70px;
    margin: -80px auto 0;
  }

  .contact-text .h6 {
    font-size: 16px;
    line-height: normal;
  }

  .branch-info p {
    margin-left: 10px;
  }

  .thirsty-area .content-text p br {
    display: none;
  }

  .about-page-banner .inner-content {
    padding: 30px;
  }

  .breadcrumb-area {
    padding-top: 140px;
  }

  .about-page-banner .content-img img {
    margin-left: -50px;
  }

  .about-page-banner .inner-content p br {
    display: none;
  }

  .about-content {
    padding-top: 0;
  }

  .about-content .inner-content {
    margin-top: 30px;
    margin-left: -95px;
    padding: 20px;
  }

  .about-content .content-img {
    width: 85%;
    margin-top: 30px;
  }

  .about-img:first-child {
    margin-top: 30px;
    margin-right: 15px;
  }

  .about_inner_text .action_story {
    transform: translate(-75px, 0px);
  }

  .module-text p br {
    display: none;
  }

  .promo-area {
    padding-bottom: 50px;
  }

  .about-case-area {
    padding-bottom: 0;
  }

  .about-video-area .sending-item .inner-content {
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .sending-shape-1 {
    top: 30%;
    width: 120px;
  }

  .sending-shape-2 {
    bottom: -90px;
    width: 150px;
  }

  .about-slider-box .inner-content {
    bottom: 0px;
    width: 70%;
    margin: 0;
    padding: 20px;
  }

  .about-slider-box .about-slider-team {
    top: 80px;
  }

  .about-slider-area {
    padding-bottom: 50px;
    padding-top: 0;
  }

  .charcoal-banner-image .inner-content {
    padding: 20px;
  }

  .charcoal-page-banner .content-img {
    width: 150px;
  }

  .charcoal-banner-image {
    padding-bottom: 0;
  }

  .authentic-left {
    width: 120%;
  }

  .authentic-slide-one .authentic-title-left {
    right: 20px;
    bottom: 10px;
    font-size: 16px;
  }

  .slider-nav .authentic-left-item {
    padding: 0 5px;
  }

  .authentic-slide-two .authentic-title-left {
    display: block;
  }

  .authentic-right {
    margin-top: 0px;
  }

  .custom_slide_nav {
    display: none;
  }

  .authentic-area .cta-btn {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .charcoal-video {
    height: 320px;
  }

  .happy-customer-image {
    height: auto;
  }

  .happy-slider .happy-text {
    padding: 30px;
  }

  .happy-slider-area {
    margin-top: 30px;
  }

  .happy-slider-area .quote_left {
    top: 15px;
    left: 10px;
  }

  .happy-slider-area .quote_right {
    bottom: 0;
  }

  .happy-slider-area .slick-dots {
    padding-left: 30px;
  }

  .c_visit_area {
    padding-bottom: 150px;
  }

  .visit-info-area {
    margin-top: -150px;
  }

  .verandah-banner-shape {
    top: -330px;
    width: 300px;
  }

  .verandah-banner-area {
    padding-top: 200px;
  }

  .verandah-banner-area .charcoal-content-img {
    height: 380px;
  }

  .verandah-banner-area .charcoal-content-text img {
    width: 200px;
  }

  .verandah-palate-content p br {
    display: none;
  }

  .verandah-auth .authentic-slide-two .authentic-title-left {
    display: none;
  }

  .verandah-authentic-sub br {
    display: none;
  }

  .verandah-authentic-sub {
    margin-top: 20px;
  }

  .verandah-taste-slide p br,
  .place-area p br {
    display: none;
  }

  .blend-area {
    padding: 50px 0;
  }

  .verandah-happy-customer .quote_right {
    right: 0;
  }

  .visit-top-area {
    padding: 50px 0;
  }

  .verandah-visit-area .visit-text .h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .story-banner-area {
    padding-top: 150px;
  }

  .story-video-area .charcoal-content-img.charcoal-video {
    height: 320px;
  }

  .content-group-img img,
  .story-heart-group-img img {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .story-hearts-area p br,
  .story-hearts-content p br {
    display: none;
  }

  .story-hearts-content .contnet-text {
    width: 100%;
  }

  .serve-slide .inner-content p br {
    display: none;
  }

  .story_slide_dots ul {
    bottom: 0;
  }

  .m_btn {
    margin-left: 20px;
  }

  .about-area .h5,
  .story-area .h5,
  .brands-area .h5,
  .map-area .h5 {
    font-size: 18px;
  }

  .story-left .story_pos_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 128%;
  }

  .about-area .site_title,
  .testimonial-area .h1,
  .promo-inn .h1,
  .searving-area .h1,
  .map-area .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .about-area .inner-content p {
    font-size: 12px;
  }

  .h1.about-breadcrumb-title,
  .about-content .h2 {
    font-size: 32px;
    line-height: 128%;
  }

  .about-page-banner .inner-content p {
    font-weight: 500;
    font-size: 12px;
    line-height: 188%;
    color: #fff;
  }

  .about-content .inner-content p br {
    display: none;
  }

  .about-content .inner-content p {
    margin-bottom: 20px;
  }

  .about-content .inner-content p:last-child {
    margin-bottom: 0;
  }

  .about-content .inner-content > br {
    display: none;
  }

  .about-page-promo .h2 {
    font-size: 32px;
    line-height: 128%;
  }

  .module-text .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .module-text p {
    margin-right: auto;
  }

  .content-img.good-3 {
    margin-top: -40px;
  }

  .content-img.good-1 {
    margin-top: 40px;
  }

  .content-img.good-2 {
    margin-top: 70px;
  }

  .testimonial-spinner {
    right: -12%;
    width: 135px;
    height: 125px;
    bottom: -180px;
  }

  .testimonial-box > img {
    width: 280px;
    height: 280px;
  }

  .testimonial-box .testimonial_sub {
    top: 10%;
    left: 0%;
    font-size: 18px;
  }

  .brand_slider .slide {
    padding: 0 10px;
  }

  .brand_slider .slick-list {
    margin-left: -30px;
    margin-right: -90px;
  }

  .brand-box {
    height: 370px;
  }

  .brand-left .brand_logo,
  .brand-right .brand_logo {
    left: 20px;
    right: auto;
    width: 130px;
    top: -55px;
  }

  .brand-box {
    height: 430px;
  }

  .brand_action a {
    display: inline-block;
    line-height: 20px;
    margin: 0;
  }

  .brand_slider .slide {
    padding-bottom: 20px;
  }

  .brand_action {
    display: inline-flex;
  }

  .brand_pos {
    display: block;
  }

  .brand_pos .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .brand_pos svg {
    height: 12px;
  }

  .brand-right .brand_pos .h3 {
    margin-bottom: 0;
  }

  .brand_slider .slide {
    width: 350px;
  }

  .searving-area img {
    width: 50%;
  }

  .searving-area img.serving-3 {
    display: none;
  }

  .serving-1,
  .serving-3 {
    transform: translateY(0px);
  }

  .searving-area {
    height: 250px;
  }

  .searving-area br {
    display: none;
  }

  .searving-area .h1 {
    margin-bottom: 15px;
  }

  .footer_info li {
    font-size: 12px;
  }

  .footer_info li br {
    display: none;
  }

  .about-slider-box .about-slider-title {
    font-size: 28px;
    line-height: normal;
  }

  p {
    font-size: 12px;
    line-height: 23px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  p br {
    display: none;
  }

  .custom_slide_nav {
    display: none;
  }

  #sync3 {
    display: none;
  }

  #sync1 {
    display: none;
  }

  .n_slide_dots .slick-dots {
    text-align: center;
  }

  #sync2 .slick-list {
    margin-left: -70px;
    margin-right: -70px;
  }

  .authentic-slide-two .authentic-title-left {
    display: block;
    font-size: 12px;
  }

  .authentic-title-left br {
    display: none;
  }

  .about-video-area h2 {
    font-size: 32px;
    line-height: 128%;
  }

  .addr .active {
    display: block;
  }

  .map-slider .visit-link,
  .visit-box .visit-link {
    position: inherit;
    bottom: 0 !important;
    left: 0;
    visibility: visible;
  }

  .c_visit_area {
    background: url(../img/n-c-visit.png) no-repeat scroll 0 0 / cover;
  }

  .visit-box .visit-text p {
    line-height: 24px;
  }

  .story-slide .slide {
    padding: 0 5px;
  }

  .story-slide .slick-list {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .aos-animate.contact-form-area .contact_title,
  .aos-animate .thirsty-img:nth-child(1),
  .aos-animate .thirsty-img:nth-child(2),
  .aos-animate .thirsty-img:nth-child(3) {
    animation-name: inherit;
  }

  .aos-animate.contact-form-area .contact-form-write {
    animation-name: inherit;
  }

  .map_box:hover .inner-content p {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
  }

  .loading-inn {
    display: block;
    text-align: center;
    margin-top: -130px;
  }

  .loading-img {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .loading-img img {
    display: block;
    margin: auto;
  }

  .loading-logo {
    bottom: 110px;
  }

  .loading-text p {
    font-size: 14px;
  }

  .brewes-img {
    left: 0;
  }
}

@media (max-width: 575px) {
  .story-banner-area {
    background: url(../img/story-banner-mobile.png) no-repeat scroll center
      center/cover !important;
  }

  .main-wrapper {
    position: relative;
  }

  .brand_slider .slide {
    width: 265px;
  }

  .mainmenu nav {
    height: 100%;
    overflow-y: scroll;
  }

  p {
    font-size: 12px;
    line-height: 23px;
  }

  .visit-box .visit-text p {
    font-size: 12px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .about-area .inner-content {
    left: 0;
    padding: 20px;
    width: 75%;
    margin-top: 85px;
  }

  .loading-logo {
    bottom: 130px;
  }

  .about-area .inner-content p br {
    display: none;
  }

  .about-area .inner-content p {
    font-size: 12px;
    line-height: 23px;
  }

  .about-area .content-img img {
    width: 85%;
    margin-left: auto;
    position: relative;
    left: 30px;
    margin-top: -295px;
  }

  .modal_content_title {
    font-size: 26px;
  }

  .about-spinner {
    bottom: -120px;
    left: -7%;
    width: 105px;
    height: 130px;
  }

  .story-left {
    margin-top: 30px;
  }

  .story-area {
    padding-top: 130px;
  }

  .inner-content {
    padding: 20px;
  }

  .story-slider {
    width: 95%;
  }

  .story-left .story_pos_title {
    left: 30px;
    top: 60px;
  }

  .story_text {
    width: 90%;
    margin-left: 30px;
    margin-top: -115px;
  }

  .story_text p {
    margin-bottom: 15px;
  }

  .story_text p:last-child {
    margin-bottom: 0;
  }

  .lemon_shape {
    width: 50px;
    top: 6%;
    right: 0;
  }

  .testimonial-area {
    padding-top: 50px;
  }

  .story_text .action_story {
    transform: translate(20px, 0px);
    margin-top: 20px;
  }

  .cta-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .cta-btn.bg_green svg {
    height: 13px;
  }

  .cta-btn.bg_green strong {
    font-weight: 600;
  }

  .cta-btn.bg_green svg {
    margin-left: 8px;
  }

  .testimonial_head {
    position: inherit;
    top: auto;
    right: auto;
    z-index: 11;
    margin-bottom: 30px;
  }

  .testimonial_para {
    position: inherit;
    bottom: auto;
    padding-top: 35px;
    margin: 25px auto;
    width: 90%;
  }

  .testimonial_para p br {
    display: none;
  }

  .quote_right {
    bottom: -50px;
    width: 40px;
    height: 50px;
    right: 0px;
  }

  .quote_left {
    width: 40px;
    height: 50px;
    left: 0px;
    top: -60px;
  }

  .crunch_shape {
    width: 50px;
    bottom: auto;
    top: -60px;
  }

  .promo-inn img {
    width: 120px;
    margin: 0 auto 20px;
  }

  .promo-area p {
    display: none;
  }

  .chilli_shape {
    width: 55px;
    bottom: -10%;
    right: auto;
    left: -10px;
    transform: scaleX(-1);
  }

  .leaf_shape {
    left: auto;
    right: -20px;
    width: 70px;
  }

  .map-area .h1 br {
    display: block;
  }

  .map-slider .h3,
  .map-sliders .h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .map-slider .h6,
  .map-sliders .h6 {
    font-size: 12px;
    line-height: 15px;
  }

  .map-slider .inner-content p,
  .map-sliders .inner-content p {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .subscribe-area .content-img {
    margin: 0 auto 20px;
    display: block;
    width: 70%;
  }

  .dish-1 {
    width: 150px;
  }

  .dish-2 {
    width: 150px;
    right: 0;
  }

  .subscribe-area .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .subscribe-area form {
    width: 100%;
    height: 50px;
  }

  .subscribe-area form input {
    width: 75%;
    font-size: 12px;
    padding-left: 15px;
  }

  .subscribe-area form button {
    font-weight: 600;
    padding: 8px 15px;
    font-size: 14px;
  }

  .footer-logo {
    width: 170px;
    margin: 0 0 15px;
  }

  .footer-widget > a,
  .footer_links a {
    font-size: 12px;
    display: inline-block;
  }

  .footer-widget .h6 {
    font-size: 12px;
    line-height: 21px;
  }

  /*Handcrafted By Locgfx: URL: www.locgfx.io */
  .footer-widget p,
  .footer-bottom p {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-widget {
    margin-top: 30px;
  }

  .contact-form-area {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .contact_title {
    top: 33%;
    font-size: 32px;
    line-height: 128%;
    left: 30px;
  }

  .contact-derails-area .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .contact-phn p {
    text-align: left;
  }

  .contact-text {
    display: block;
    height: auto;
  }

  .contact-text p,
  .contact-text a {
    text-align: left;
    font-size: 12px;
  }

  .contact-derails-area {
    background: url(../img/mobile-branch-bg.png) no-repeat scroll center
      center/cover;
  }

  .contact-derails-area .container > .text-center {
    margin-bottom: 20px;
  }

  .branch_n_box {
    width: 84%;
    margin: auto;
  }

  .contact-form-box {
    width: 90%;
  }

  .contact_social {
    margin-right: 10px;
  }

  .branch-name p {
    line-height: normal;
  }

  .branch_social .col-sm-3 {
    padding: 0 15px;
    margin-top: 25px;
  }

  .contact-form-write {
    padding: 20px;
    position: inherit;
    width: 90%;
    right: 0;
    bottom: 0;
    height: 100%;
    margin-top: -200px;
    margin-left: 35px;
  }

  .contact-form-write textarea {
    height: 100px;
  }

  .contact-derails-area {
    height: auto;
  }

  .contact-derails-area .container {
    top: 8%;
  }

  .branch-area .h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }

  .branch-table {
    margin-top: 20px;
  }

  .contact-details-box {
    padding: 20px;
    height: auto;
    text-align: left;
    margin-top: 45px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-text {
    text-align: left;
    margin-top: 20px;
  }

  .contact-text .h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .contact-details-box img {
    margin: -50px 0 0;
    position: relative;
    width: 50px;
  }

  .branch-text,
  .branch-info {
    display: block;
  }

  .branch-info {
    margin-top: 10px;
  }

  .thirsty-area .h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .branch-text {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .branch-table > ul > li {
    align-items: flex-start;
  }

  .thirsty-img-contain {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .thirsty-area .h2 {
    font-size: 32px;
    line-height: 128%;
    margin-bottom: 15px;
  }

  .map_bg {
    top: -15px;
    right: -15px;
  }

  .map-sliders .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-slider .inner-content p,
  .map-sliders .inner-content p {
    font-size: 12px;
    width: 75%;
  }

  .map-slider .inner-content,
  .map-sliders .inner-content {
    overflow: hidden;
  }

  .map-slider .inner-content p br {
    display: none;
  }

  .thirsty-img-contain {
    gap: 15px;
  }

  .thirsty-area .content-text p br {
    display: none;
  }

  .branch-info p {
    margin-left: 0;
  }

  .about-page-banner .content-img img {
    width: 70%;
    margin-top: -230px;
    position: absolute;
    right: 0;
    z-index: -1;
  }

  .about-page-banner .inner-content p br {
    display: none;
  }

  .about-page-banner .inner-content {
    padding: 20px;
    width: 77%;
    margin-top: 155px;
  }

  .about-content {
    padding-top: 50px;
  }

  .about-content .content-img {
    width: 80%;
    margin: 30px auto 0;
  }

  .about-img:first-child {
    margin-top: 0;
    margin-right: 5px;
  }

  .about-img:last-child {
    margin-left: 5px;
    margin-top: 30px;
  }

  .about-content .inner-content {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding: 0;
  }

  .about_inner_text .action_story {
    transform: translate(0px, 0px);
  }

  .promo-area {
    padding-bottom: 20px;
  }

  .module-text.slide {
    display: none;
  }

  #scroll-container .slide {
    padding: 0 5px;
    flex: 0 0 auto;
  }

  #scroll-container {
    width: 100%;
  }

  .module-text {
    padding: 30px 0;
    padding-left: 0;
  }

  .about-case-area {
    padding-bottom: 70px;
  }

  .module.slide {
    width: 245px !important;
    height: 245px;
  }

  .module.slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about-video-area .content-img.pos_right {
    position: relative;
    left: 0;
    width: 100%;
  }

  .about-video-area .content-img.pos_left {
    position: relative;
    right: 0;
    width: 100%;
  }

  .sending-shape-1 {
    top: 80px;
    left: -10px;
    width: 105px;
    right: auto;
    z-index: 1;
    transform: scaleX(1) !important;
  }

  .about-video-area .sending-item .inner-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 35px;
    background: transparent;
  }

  .sending-shape-2 {
    position: absolute;
    right: -9px;
    bottom: auto;
    width: 105px;
    z-index: 1;
    transform: scaleX(1) !important;
    top: 110px;
  }

  .sending-item {
    margin-top: 30px;
  }

  .about-video-area .inner-content {
    margin-left: 0px !important;
    position: relative !important;
    z-index: 1;
    padding: 20px;
    top: -15px;
    width: 95% !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  .standing-mobile-title .h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .sending-item {
    position: relative;
  }

  .about-slider-box .container {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0);
  }

  .about-slider-box .inner-content {
    position: inherit;
    bottom: auto;
    width: 78%;
    margin: 0;
    right: auto;
    padding: 20px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .about-slider-box .inner-content p br {
    display: none;
  }

  section {
    padding: 90px 0;
  }

  .about-slider-box .about-slider-title {
    position: inherit;
    font-size: 32px;
    line-height: 128%;
    color: #ececec;
    transform: translateY(37px);
  }

  .about-slider-box .about-slider-title br {
    display: none;
  }

  .about-slider {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .about-slider-box .about-slider-team {
    top: 185px;
    right: 35px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
  }

  .about-slider-box .content-img img {
    width: 100%;
    margin-top: -75px;
  }

  .nc-ontent .h1 br {
    display: none;
  }

  .about_slide_dots ul {
    text-align: center;
    position: absolute;
    top: 175px;
    bottom: auto;
    left: 20px;
    right: auto;
    text-align: left;
  }

  .charcoal-page-banner .content-img {
    width: 130px;
    display: block;
    margin: 0 auto 50px;
  }

  .charcoal-banner-text {
    margin-top: 0;
  }

  .charcoal-banner-image .inner-content {
    padding: 20px;
    margin-top: -30px;
  }

  .charcoal_slide_dots ul {
    text-align: center;
    margin: 0 0 20px;
    bottom: auto;
  }

  .n-text-charcoal .charcoal-taste-item img {
    width: 75%;
    float: right;
  }

  .n-text-charcoal .charcoal-taste-text .h1 {
    font-size: 32px;
    line-height: 128%;
    margin-top: -180px;
    margin-bottom: 80px;
  }

  .charcoal_slide_dots {
    top: auto;
  }

  .authentic-area .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .authentic-row {
    margin-top: 35px;
  }

  .charcoal-banner-image {
    padding-bottom: 0;
  }

  .authentic-left {
    width: 80%;
    display: none;
  }

  .authentic-slide-one .authentic-title-left {
    right: 0;
    bottom: 20px;
    font-size: 16px;
    position: absolute;
    padding: 0;
  }

  .slider-nav .authentic-left-item {
    padding: 0 5px;
  }

  .custom_slide_nav {
    display: none;
  }

  .authentic_brown {
    font-size: 20px;
    line-height: 25px;
    margin-right: 0;
  }

  .authentic-area .cta-btn {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .charcoal-page-banner .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .taste-slider-item .container {
    position: inherit;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
  }

  .authentic-area {
    padding-top: 50px !important;
  }

  .charcoal-taste-text {
    width: 100%;
  }

  .charcoal-taste-item {
    width: 90%;
    float: right;
  }

  .charcoal-taste-text .h1 {
    font-size: 32px;
    line-height: 128%;
  }

  .charcoal-taste-slider .slick-dots {
    right: auto;
    left: auto;
    text-align: left;
    left: 30px;
  }

  .charcoal-taste-text p br {
    display: none;
  }

  .charcoal-taste-text {
    width: 100%;
  }

  .charcoal-video {
    width: 214px;
    height: 380px;
    margin: 0 auto 30px;
  }

  .charcoal-slider-two {
    padding-bottom: 100px !important;
  }

  .charcoal-content-text {
    padding-left: 0;
  }

  .charcoal-taste-item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-top: -40px;
  }

  .charcoal-content-text .h1 {
    font-size: 32px;
    line-height: 128%;
    margin-bottom: 15px;
  }

  .happy-customer-image {
    height: auto;
    width: 75%;
  }

  .happy-customer-area .slideImg {
    position: relative;
  }

  .happy-customer-area .slideImg .sub_title {
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    right: 20px;
  }

  .happy-customer-image img {
    transform: translateY(0px);
  }

  .happy-slider-area .content-img {
    width: 75%;
    float: right;
    position: relative;
  }

  .happy-slider-area .content-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
  }

  .happy-slider-area .content-img .h1 {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 32px;
    line-height: 128%;
  }

  .happy-text .h4 {
    font-size: 14px;
    line-height: 180%;
  }

  .visit-text {
    padding: 20px;
  }

  .visit-text br {
    display: none;
  }

  .hc_brown {
    font-size: 20px;
  }

  .c_visit_area .text-start .h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .happy-slider .happy-text {
    padding: 30px 30px 0 30px;
    text-align: center;
    margin-top: 30px;
  }

  .happy-slider-area .slick-dots {
    text-align: center;
    padding-left: 0;
  }

  .c_visit_area {
    padding-bottom: 150px;
  }

  .visit-info-area {
    margin-top: -150px;
  }

  .verandah-palate-content p br {
    display: none;
  }

  .verandah-palate-content .content-img {
    width: 70%;
    margin: 20px auto;
  }

  .verandah-authentic-sub {
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
  }

  .verandah-authentic-sub br {
    display: none;
  }

  ul.custom_slide_nav.verandah_authentic_arrows.d-lg-none {
    display: block;
    margin-top: 30px;
  }

  .place-area .content-text p br {
    display: none;
  }

  .place-area .content-text p {
    width: 75%;
    float: right;
  }

  .place-1 {
    display: block;
  }

  .place-2 {
    display: block;
  }

  .blend-area {
    padding: 50px 0;
  }

  .verandah-happy-customer .content-text .h2 br {
    display: none;
  }

  .verandah-happy-customer .content-text .h2 {
    text-align: center;
    font-size: 36px;
    line-height: 120%;
  }

  .blend-area .content-text p {
    float: none;
    width: 80%;
    margin: auto;
  }

  .verandah-visit-area .h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .verandah-happy-customer .happy-slider-area .content-img {
    width: 100%;
    float: none;
  }

  .verandah-happy-customer .quote_right {
    right: 0;
    bottom: -10px;
  }

  .verandah-happy-customer .quote_left {
    top: 20px;
    left: 10px;
  }

  .verandah-visit-area .visit-top-area {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .verandah-visit-area .visit-info-area {
    margin-top: -100px;
  }

  .verandah-visit-area .visit-text .h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .story-banner-area {
    padding-top: 150px;
  }

  .story-banner-area .content-img {
    margin-top: 30px;
  }

  .story-shape {
    width: 100%;
    left: 50%;
  }

  .story-box {
    padding: 0 5px;
  }

  .story-video-area .charcoal-content-img.charcoal-video {
    height: 380px;
    width: 214px;
  }

  .story-video-area p br {
    display: none;
  }

  .story-logos img {
    margin: 0 15px;
    width: 120px;
  }

  .story-logo-area p br {
    display: none;
  }

  .content-group-img img,
  .story-heart-group-img img {
    width: 45%;
  }

  .story-hearts-area .inner-content {
    margin-top: 50px;
  }

  .story-hearts-area .inner-content p br {
    display: none;
  }

  .story-heart-group-img img:last-child {
    top: 30px;
  }

  .story-heart-group-img img:last-child {
    top: 50px;
    padding-left: 25px;
    width: 50%;
  }

  .story-hearts-area {
    padding-bottom: 60px;
  }

  .story-hearts-content .contnet-text {
    width: 100%;
  }

  .story-hearts-content .contnet-text p br {
    display: none;
  }

  .serve-slide .container {
    position: inherit;
    left: 0;
    width: 100%;
    top: 0;
    transform: translate(0%, 0%);
    margin-top: -30px;
  }

  .serve-slide-title {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 1;
    font-size: 36px;
    line-height: 120%;
  }

  .serve-slide img {
    padding-top: 50px;
  }

  .story_slide_dots ul {
    text-align: left;
  }

  .story-serve-area {
    padding-bottom: 100px !important;
  }

  .footer-line br {
    display: none;
  }

  .footer-top {
    padding: 0;
  }

  .brands-area {
    margin-top: 50px;
  }

  .footer-line {
    padding-bottom: 20px;
  }

  .footer_links {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .mobile-verandah-inn {
    height: 600px;
  }

  .mobile-verandah-inn .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 128%;
    position: relative;
    top: 50px;
  }

  .calories-bottom {
    font-size: 32px;
    line-height: 128%;
  }

  img.signature-img {
    width: 215px;
    margin-bottom: 25px;
    position: relative;
    top: 30px;
  }

  .place-area {
    padding-top: 0;
  }

  .verandah-palate-content h2,
  .vrd-forks {
    font-size: 36px;
    line-height: 120%;
  }

  .mobile-palate {
    position: relative;
    margin-top: 50px;
  }

  .mobile-palate .content-img img {
    max-width: 160px;
    position: absolute;
    left: -25px;
    top: -16px;
  }

  .calories-bottom {
    margin-bottom: 40px;
  }

  .blend-area .h2 {
    font-size: 32px;
    line-height: 128%;
  }

  .story-banner-item .inner-content {
    padding: 30px;
  }

  .story-love-area {
    padding-top: 0px;
    margin-top: -90px;
  }

  .visit-box p {
    height: 115px;
  }

  .story-shape-mobile {
    max-width: 110%;
    left: -5%;
    position: relative;
    top: 135px;
  }

  .story-box {
    width: 100% !important;
    height: 220px;
  }

  .story-video-area .h2,
  .story-hearts-area .h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .story-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nc-ontent {
    text-align: center;
  }

  .story-slide .slick-list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .story-love-area .h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .content-group-img img,
  .story-heart-group-img img {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .content-group-img {
    gap: 20px;
  }

  .content-group-img img:last-child {
    margin-left: 0px;
  }

  .story-heart-group-img {
    left: auto;
    gap: 20px;
    top: auto;
  }

  .story-heart-group-img img:last-child {
    padding-left: 0;
    width: 45%;
  }

  .story-serve-area .story_slide_dots ul {
    text-align: left;
  }

  .story-serve-area > .container {
    top: 105px;
  }

  .story-banner-area .content-img {
    height: 220px;
    width: 100%;
    margin: 30px auto 0;
  }

  .story-banner-area .col-sm-5 .content-text {
    width: 100%;
    margin: auto;
  }

  .story-banner-area .content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .w-85 {
    width: 85%;
  }

  .content-img.good-3 {
    margin-top: 150px;
  }

  .content-img.good-2 {
    margin-top: 30px;
  }

  .map-sliders .slider {
    width: 242px;
  }

  .map-sliders .slider {
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 30px;
  }

  .map-sliders .slider br {
    display: block;
  }

  .n-img-box {
    width: 100%;
    height: 280px;
  }

  .slider-nav .item {
    padding: 8px;
    opacity: 0.4;
    transition: all 0.4s;
  }

  .slider-nav .item.slick-center {
    opacity: 1;
  }

  .slider-nav .slick-list {
    margin-left: -210px !important;
    margin-right: -210px !important;
  }

  .authentic-slide-two .authentic-title-left {
    font-size: 16px;
  }

  .content-img.good-1 {
    width: 70%;
  }

  .visit-box p {
    height: auto;
  }

  .anytime-banner.charcoal-page-banner .content-img {
    width: auto;
  }

  .anytime-banner.charcoal-page-banner .content-img img {
    margin: auto;
    display: block;
  }

  .breadcrumb-area.anytime-banner {
    padding-top: 225px;
  }

  .n-text-charcoal .charcoal-taste-item img.fresh_full {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .brewed-text-s {
    position: relative;
    overflow: inherit;
  }

  .brewed-text-s .h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    z-index: 1;
  }
  .happy-slider.brewed-s-text .happy-text {
    padding: 10px;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .container {
    padding: 0 20px;
  }
}

@media (width: 414px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainmenu nav {
    height: 100%;
    overflow-y: scroll;
  }

  p {
    font-size: 14px;
    line-height: 23px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .about-area .inner-content p br {
    display: none;
  }

  .about-area .inner-content p {
    font-size: 12px;
    line-height: 23px;
  }

  .about-area .inner-content {
    left: 80px;
  }

  .about-spinner {
    bottom: -120px;
    left: 0%;
    width: 105px;
    height: 130px;
  }

  .story-left {
    margin-top: 30px;
  }

  .story-area {
    padding-top: 50px;
  }

  .inner-content {
    padding: 20px;
  }

  .story-slider {
    width: 95%;
  }

  .story-left .story_pos_title {
    left: 40px;
  }

  .story_text {
    width: 120%;
    margin-left: -61px;
    margin-top: 0;
  }

  .story_text br {
    display: none;
  }

  .lemon_shape {
    width: 50px;
    top: 30%;
  }

  .story_text .action_story {
    transform: translate(20px, 0px);
  }

  .cta-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .cta-btn.bg_green svg {
    height: 13px;
  }

  .cta-btn.bg_green strong {
    font-weight: 600;
  }

  .cta-btn.bg_green svg {
    margin-left: 8px;
  }

  .testimonial_head {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 11;
    margin-bottom: 0;
  }

  .testimonial_para {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .testimonial_para p br {
    display: block;
  }

  .quote_right {
    bottom: -30px;
    width: 25px;
    height: 50px;
    right: 15px;
  }

  .quote_left {
    width: 25px;
    height: 50px;
    left: 0px;
    top: -50px;
  }

  .crunch_shape {
    width: 50px;
    bottom: -50px;
  }

  .testimonial-spinner {
    right: 0%;
    width: 135px;
    height: 125px;
  }

  .testimonial-box > img {
    width: 50%;
  }

  .testimonial-box .testimonial_sub {
    top: 30%;
    left: 16%;
  }

  .promo-inn img {
    width: 120px;
    margin: 0 auto 20px;
  }

  .promo-area p {
    display: block;
  }

  .promo-area p br {
    display: none;
  }

  .chilli_shape {
    width: 50px;
    bottom: 5%;
  }

  .brand-left .brand_logo {
    left: auto;
    right: 10%;
    width: 100px;
  }

  .brand-box {
    height: 400px;
  }

  .brand_nav {
    display: block;
    left: 0px;
    bottom: -20px;
  }

  .brand_action a {
    display: inline-block;
    line-height: 20px;
    margin: 0;
  }

  .brand_pos .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .brand-right .brand_logo {
    bottom: auto;
    right: auto;
    top: 40px;
    left: 10%;
    width: 100px;
  }

  .brand-right .brand_pos .h3 {
    margin-bottom: 0;
  }

  .searving-area img {
    width: 33.33%;
  }

  .searving-area img.serving-3 {
    display: block;
  }

  .serving-1,
  .serving-3 {
    transform: translateY(0px);
  }

  .searving-area {
    height: auto;
  }

  .searving-area br {
    display: none;
  }

  .searving-area .h1 {
    margin-bottom: 15px;
  }

  .leaf_shape {
    left: auto;
    right: -20px;
    width: 70px;
  }

  .map-area .h1 br {
    display: block;
  }

  .map-slider .h3,
  .map-sliders .h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .map-slider .h6,
  .map-sliders .h6 {
    font-size: 12px;
    line-height: 15px;
  }

  .map-slider .inner-content p,
  .map-sliders .inner-content p {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .map-area .content-text p br {
    display: none;
  }

  .subscribe-area .content-img {
    margin: 0;
    display: block;
    width: 100%;
  }

  .dish-1 {
    width: 150px;
  }

  .dish-2 {
    width: 150px;
    right: 0;
  }

  .subscribe-area .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .subscribe-area form {
    width: 100%;
    height: 50px;
  }

  .subscribe-area form input {
    width: 75%;
    font-size: 12px;
  }

  .subscribe-area form button {
    font-weight: 600;
    padding: 8px 15px;
    font-size: 14px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-widget > a,
  .footer_links a {
    font-size: 12px;
    display: inline-block;
  }

  .footer-widget .h6 {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-widget p,
  .footer-bottom p {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-widget {
    margin-top: 30px;
  }

  .map_bg {
    top: -45px;
    right: -45px;
  }

  .map-slider .inner-content,
  .map-sliders .inner-content {
    overflow: hidden;
  }

  .hero-area {
    height: 500px;
  }

  .sub-menu {
    width: 50%;
  }

  .contact-form-area {
    padding-top: 150px;
  }

  .contact-form-write {
    padding: 30px;
    height: auto;
  }

  .contact-form-write input {
    font-size: 14px;
  }

  .contact-form-write textarea {
    height: 100px;
  }

  .contact-form-write li {
    margin-bottom: 10px;
  }

  .contact-form-write form {
    margin-top: 0;
  }

  .contact-derails-area {
    height: 700px;
  }

  .contact-details-box img {
    width: 70px;
    margin: -80px auto 0;
  }

  .contact-text .h6 {
    font-size: 16px;
    line-height: normal;
  }

  .branch-info p {
    margin-left: 10px;
  }

  .thirsty-area .content-text p br {
    display: none;
  }

  .about-page-banner .content-img img {
    margin-left: -50px;
  }

  .about-page-banner .inner-content p br {
    display: none;
  }

  .about-content {
    padding-top: 0;
  }

  .about-content .inner-content {
    margin-top: 30px;
    margin-left: -95px;
    padding: 20px;
  }

  .about-content .content-img {
    width: 85%;
    margin-top: 30px;
  }

  .about-img:first-child {
    margin-top: 30px;
    margin-right: 15px;
  }

  .about_inner_text .action_story {
    transform: translate(-75px, 0px);
  }

  .module-text p br {
    display: none;
  }

  .promo-area {
    padding-bottom: 50px;
  }

  .about-case-area {
    padding-bottom: 0;
  }

  .about-video-area .sending-item .inner-content {
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
    margin-left: 0;
  }

  .sending-shape-1 {
    top: 30%;
    width: 120px;
  }

  .sending-shape-2 {
    bottom: -90px;
    width: 150px;
  }

  .about-slider-box .inner-content {
    bottom: 0px;
    width: 70%;
    margin: 0;
    padding: 20px;
  }

  .about-slider-box .about-slider-team {
    top: 80px;
  }

  .about-slider-area {
    padding-bottom: 30px;
  }

  .charcoal-banner-image .inner-content {
    padding: 30px;
  }

  .footer-area p {
    color: #e0e0e0;
  }

  .charcoal-page-banner .content-img {
    width: 150px;
  }

  .charcoal-banner-image {
    padding-bottom: 0;
  }

  .authentic-left {
    width: 120%;
  }

  .authentic-slide-one .authentic-title-left {
    right: 20px;
    bottom: 10px;
    font-size: 16px;
  }

  .slider-nav .authentic-left-item {
    padding: 0 5px;
  }

  .authentic-slide-two .authentic-title-left {
    display: block;
  }

  .authentic-right {
    margin-top: 0px;
  }

  .authentic-area .cta-btn {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  #sync3 .authentic-title-left {
    display: none;
  }

  .charcoal-video {
    height: 320px;
  }

  .happy-customer-image {
    height: auto;
  }

  .happy-slider .happy-text {
    padding: 30px;
  }

  .happy-slider-area {
    margin-top: 30px;
  }

  .happy-slider-area .quote_left {
    top: -10px;
    left: 10px;
  }

  .happy-slider-area .slick-dots {
    padding-left: 30px;
  }

  .c_visit_area {
    padding-bottom: 150px;
  }

  .visit-info-area {
    margin-top: -150px;
  }

  .verandah-banner-shape {
    top: -330px;
    width: 300px;
  }

  .verandah-banner-area {
    padding-top: 200px;
  }

  .verandah-banner-area .charcoal-content-img {
    height: 380px;
  }

  .verandah-banner-area .charcoal-content-text img {
    width: 200px;
  }

  .verandah-palate-content p br {
    display: none;
  }

  .verandah-auth .authentic-slide-two .authentic-title-left {
    display: none;
  }

  .verandah-authentic-sub br {
    display: none;
  }

  .verandah-authentic-sub {
    margin-top: 20px;
  }

  .verandah-taste-slide p br,
  .place-area p br {
    display: none;
  }

  .blend-area {
    padding: 50px 0;
  }

  .verandah-happy-customer .quote_right {
    right: 0;
  }

  .visit-top-area {
    padding: 50px 0;
  }

  .verandah-visit-area .visit-text .h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .story-banner-area {
    padding-top: 150px;
  }

  .story-video-area .charcoal-content-img.charcoal-video {
    height: 320px;
  }

  .content-group-img img,
  .story-heart-group-img img {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .story-hearts-area p br,
  .story-hearts-content p br {
    display: none;
  }

  .story-hearts-content .contnet-text {
    width: 100%;
  }

  .serve-slide .inner-content p br {
    display: none;
  }

  .story_slide_dots ul {
    bottom: 0;
  }

  .m_btn {
    margin-left: 20px;
  }
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
@media (max-width: 740px) {
}

@media (min-width: 800px) and (max-width: 850px) and (max-height: 1200px) {
  .main-wrapper.initial .header-logo {
    top: 2%;
  }
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
@media (width: 1024px) {
  .hero_scroll {
    bottom: 0;
  }

  h1,
  .h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .about-area .inner-content {
    left: 160px;
    padding: 30px;
  }

  .inner-content {
    padding: 30px;
  }

  .about-spinner {
    left: 0;
    bottom: -80px;
  }

  .chilli_shape {
    bottom: 0;
  }

  .brand-left .brand_action {
    margin-right: 20px;
  }

  .brand-right .brand_action {
    margin-left: 20px;
  }

  .brand_nav {
    left: -145px;
  }

  .leaf_shape {
    top: 0;
    width: 70px;
  }

  .map-slider .h3,
  .map-sliders .h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .map-slider .h6,
  .map-sliders .h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1350px) {
  .mainmenu nav {
    height: 100%;
    overflow-y: scroll;
  }
}

@media (min-width: 768px) {
  .anytime-visit-box {
    display: flex;
    gap: 25px;
  }
}

/*Handcrafted By Locgfx: URL: www.locgfx.io */
