.owl-carousel .owl-nav {
  display: flex;
  width: 80px;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.owl-carousel .owl-nav button {
  outline: 0;
  border: 0;
  box-shadow: unset;
  background: transparent !important;
}

.owl-carousel .owl-nav .arrow-left {
  background: url("../../img/arrow-left.svg") no-repeat;
  width: 29px;
  height: 25px;
  background-size: cover;
  display: block;
}

.owl-carousel .owl-nav .arrow-right {
  background: url("../../img/arrow-right.svg") no-repeat;
  width: 29px;
  height: 25px;
  background-size: cover;
  display: block;
}



@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.partners-section {
  padding-bottom: 50px;
}

.partners-section .address {
  font-family: Corbel Italic, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
  margin-top: 10px;
}

.partners-section .icon-section {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-section .icon-section img {
  width: 160px;
}

.partners-section .animate-svg.left-icon {
  left: -70px;
}

.partners-section .animate-svg.right-icon {
  right: -70px;
}

@media (max-width: 767px) {
  .partners-section .animate-svg.left-icon {
    left: -50px;
  }
  .partners-section .animate-svg.right-icon {
    right: -50px;
  }
}

.partners-section .image-section a {
  display: block;
  position: relative;
}

.partners-section .image-section a span {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: 0;
  transition: all .3s;
  background: #121010;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-section .image-section a span svg {
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.partners-section .image-section a:hover span {
  height: calc(100% - 33px);
}

.partners-section .image-section a:hover span svg {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 570px) {
  .partners-section .partners-animate-elements .animate:nth-child(2):after {
    transition-delay: .2s;
  }
  .partners-section .partners-animate-elements .animate:nth-child(3):after {
    transition-delay: .4s;
  }
  .partners-section .partners-animate-elements .animate:nth-child(4):after {
    transition-delay: .6s;
  }
}

@media (max-width: 767px) {
  .partners-section {
    margin-bottom: 0px;
  }
  .partners-section .icon-section {
    min-height: 90px;
  }
}

.desktop-loader {
  width: 100%;
  height: 100vh;
}

.desktop-loader div {
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 44;
}

.mobile-loader {
  width: 100%;
  height: 100vh;
}

.mobile-loader div {
  height: calc(100vh - 135px);
  background-size: cover;
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  z-index: 44;
}

.hero-section {
  background: #000;
  position: relative;
}

.hero-section .scroll-info {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

.hero-section .scroll-info strong {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: CaviarDreams Bold, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  letter-spacing: 2px;
}

.section-one {
  height: 100vh;
  position: relative;
}

.section-one:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: black;
  background: linear-gradient(0deg, black 26%, rgba(0, 0, 0, 0) 88%);
}

.section-one .item {
  background-size: cover !important;
  width: 100%;
  height: 100vh;
}

.section-one h2 {
  color: #decfba;
  font-size: calc(20px + 0.4vw);
  font-family: Corbel Italic, Arial, Helvetica, sans-serif;
  margin: 30px 0;
  position: relative;
  line-height: calc(26px + 2vw);
}

.section-one .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 3;
}

.section-one .owl-nav button.owl-next {
  right: 25px;
  left: auto;
}

.section-one .owl-nav button .fa {
  color: #b98f69;
  font-size: 25px;
}

@media (max-width: 767px) {
  .section-one .owl-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-one {
    height: calc(100vh - 135px);
  }
  .section-one .item {
    height: calc(100vh - 135px);
  }
}

.about-section {
  position: relative;
  background: #121010;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-section .center > div {
  border: 10px solid #444243;
  padding: 45px 50px;
  position: relative;
  background: url("../../img/barrel-draw.png") no-repeat center center;
  background-size: contain;
}

@media (max-width: 1024px) {
  .about-section .area > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-section .center {
    padding-left: 0;
    padding-right: 0;
  }
  .about-section .center > div {
    padding: 35px 20px;
  }
}

.full-vh {
  padding-left: 20px;
  padding-right: 20px;
  height: 100vh;
}

.full-vh.black {
  background: #000;
}

.full-vh .inner {
  height: 100%;
  width: 50%;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}

.full-vh .inner > div {
  width: 50%;
}

.full-vh .inner.right {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .full-vh {
    height: auto;
  }
  .full-vh .inner {
    height: 450px;
    width: 100%;
  }
  .full-vh .inner > div {
    width: 100%;
  }
}

.food-bar-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 90px;
}

.food-bar-section > div {
  height: 90vh;
  padding-bottom: 147px;
}

.food-bar-section > div .inner {
  width: 33.3333% !important;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.food-bar-section > div .inner.right {
  justify-content: flex-end;
}

.food-bar-section .inner {
  position: relative;
  cursor: pointer;
}

.food-bar-section .inner:hover:before {
  opacity: 1;
  visibility: visible;
}

.food-bar-section .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.food-bar-section .inner .image {
  position: relative;
  z-index: 2;
  height: calc(100% - 85px);
  width: 100%;
}

.food-bar-section .center {
  overflow: hidden;
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.food-bar-section .center svg {
  height: 600px !important;
}

@media (max-width: 991px) {
  .food-bar-section > div .center {
    width: 26%;
    overflow: hidden;
  }
  .food-bar-section > div .big-heading + p {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .food-bar-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .food-bar-section > div {
    height: auto;
    padding-bottom: unset;
  }
  .food-bar-section > div .inner {
    width: 100% !important;
    height: 500px;
  }
  .food-bar-section > div .center {
    display: none;
  }
  .food-bar-section .food-top .big-heading + p {
    width: 100% !important;
  }
}

.delivery-and-go {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .delivery-and-go .area .image {
    order: 1;
  }
  .delivery-and-go .area .description {
    order: 2;
  }
  .delivery-and-go .area > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.partners-section {
  padding-top: 100px;
  margin-bottom: 40px;
  padding-bottom: 75px;
  background: #121010;
}

@media (max-width: 767px) {
  .partners-section {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}

.animate-element.fade-black:after {
  background: #121010 !important;
}

.animate-svg.fade-black:after {
  background: #121010 !important;
}

/*# sourceMappingURL=homepage.css.map */

/*# sourceMappingURL=homepage.css.map */
