@charset "UTF-8";
body {
  font-family: Montserrat, sans-serif !important;
  overflow-x: hidden;
  transition: 1000;
}

@media (max-width: 768px) {
  .border-btm {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.modal-header {
  color: #333;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a {
  font-family: Montserrat, sans-serif !important;
}

.btn {
  font-family: Montserrat, sans-serif !important;
}

.modal-backdrop.show {
  display: none;
}

.heading2 {
  color: #f68f00;
}

.main-color {
  color: #fe2101;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  z-index: 999;
  position: fixed;
  will-change: transform;
  padding: 10px;
}
.header .fa {
  font-size: 2rem;
  color: #fe2101 !important;
}
.header h4 {
  margin-left: 50px;
}
.header .logo_img {
  max-width: 150px;
}
.header .content {
  padding: 130px 20px 70px;
  min-height: unset;
}
.header .content .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #fe2101;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
  margin: 5px;
}
.header .header_trigger {
  border: none;
  background-color: transparent;
  height: 25px;
  width: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 25px;
  width: 40px;
  position: relative;
  z-index: 999;
}
.header .header_trigger .line {
  display: block;
  position: relative;
  height: 3px !important;
  width: 100%;
  background: #222;
  transition: 0.3s ease-in-out;
}

.header--pinned {
  transform: translateY(0);
}

.header.sticky {
  position: fixed;
  background: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.142);
}

/**
 * Cafert
 * Сafert is a stylish and modern cafe template. It was created for the restaurant business: cafe, bar, bakery, pub, restaurant, pizzeria or other restaurant business
 * Exclusively on https://1.envato.market/cafert-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #fe2101 #f7f7f7;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

fieldset {
  border: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

iframe {
  width: 100%;
  height: 500px;
  border: 1px outset transparent;
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  animation: 0.4s ease-in-out fadeIn;
}

.fadeOut {
  animation: 0.4s ease-in-out fadeOut;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  background-color: #fe2101;
}

html.fixed {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 !important;
}

.section {
  padding: 70px 0;
}

.section--nopb {
  padding: 70px 0 0;
}

.section_header {
  margin-bottom: 30px;
}

.section_header.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_header + .wrapper .btn {
  width: 100%;
}

.section_header-title {
  margin-bottom: 8px;
}

.section_header-subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #534931;
}

.section_header-text {
  max-width: 750px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  color: #534931;
  line-height: 1.3;
  font-weight: 600;
}

a.h1,
a.h2,
a.h3,
a.h4,
a.h5,
a.h6 {
  width: -moz-fit-content;
  width: fit-content;
}

a.h1:focus,
a.h1:hover,
a.h2:focus,
a.h2:hover,
a.h3:focus,
a.h3:hover,
a.h4:focus,
a.h4:hover,
a.h5:focus,
a.h5:hover,
a.h6:focus,
a.h6:hover {
  color: #b38e6a;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 25px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 14px;
}

label {
  cursor: pointer;
}

input[type=checkbox] {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  transition: color 0.4s ease-in-out;
  line-height: 1.6;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #c3b2a5;
}

input[type=checkbox]:checked + label .icon,
input[type=checkbox]:not(:checked) + label .icon {
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

input[type=checkbox]:not(:checked) + label .icon {
  opacity: 0;
  transform: scale(0);
}

input[type=checkbox]:checked + label .icon {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.field {
  height: 60px;
  border: 1px solid #c3b2a5;
  padding: 0 20px;
  transition: 0.3s ease-in-out;
}

.field.error {
  border-color: red;
}

.field::-moz-placeholder {
  font-size: 16px;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.field::placeholder {
  font-size: 16px;
  transition: opacity 0.3s ease-in-out;
}

.field:focus::-moz-placeholder {
  opacity: 0;
}

.field:focus::placeholder {
  opacity: 0;
}

.text--sm {
  font-size: 14px;
  line-height: 1.4;
}

.text--md {
  font-size: 16px;
  line-height: 1.5;
}

.text--bold {
  font-weight: 600;
}

.text--medium {
  font-weight: 500;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background: #b38e6a;
  color: #fff;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:hover {
  background: #534931;
}

.btn--play {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 10px;
}

.btn--bordered {
  background: 0 0;
  border: 2px solid #b38e6a;
  color: #b38e6a;
}

.btn--bordered:focus,
.btn--bordered:hover {
  color: #fff;
  border-color: #534931;
}

.videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400000;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

.videoPopup.visible {
  visibility: visible;
}

.videoPopup .video_frame {
  background: #fff;
  padding: 20px;
  min-height: 300px;
  position: relative;
  border: 2px solid #b38e6a;
}

.videoPopup .video_frame iframe {
  width: 100%;
  height: auto;
  align-self: stretch;
}

.videoPopup .video_frame-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #b38e6a;
  position: absolute;
  width: 30px;
  height: 30px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  right: 0;
  top: -40px;
  background: #fff;
  color: #b38e6a;
}

.videoPopup .video_frame-close:hover {
  color: #534931;
}

.header_trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 25px;
  width: 40px;
  position: relative;
  z-index: 999;
}

.header_trigger .line {
  display: block;
  position: relative;
  height: 3px !important;
  width: 100%;
  background: #534931;
  transition: 0.3s ease-in-out;
}

.header_trigger .line--short {
  width: 30px;
  align-self: flex-end;
}

.header_trigger.active {
  width: 30px;
}

.header_trigger.active .line--short {
  display: none;
}

.header_trigger.active .line:first-of-type {
  transform: rotate(45deg);
  top: 13px;
}

.header_trigger.active .line:nth-of-type(2) {
  transform: rotate(-45deg);
  top: -10px;
}

.icon {
  color: #b38e6a;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 25px;
}

.meta_item {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.meta_item--pin {
  color: #b38e6a;
}

.logo {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
}

#map {
  height: 350px;
}

.blog_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.blog_tags-tag {
  background: #b38e6a;
  color: #fff;
  padding: 6px 10px;
}

.media .blog_tags {
  position: absolute;
  top: 0;
  padding: 10px;
}

.gallery_slider {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.gallery_slider-slide,
.gallery_slider-slide .link {
  aspect-ratio: 1/1;
}

.gallery_slider .link {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery_slider .link img {
  position: absolute;
  bottom: -10%;
  transition: 0.4s ease-in-out;
  transform: scale(1.1);
}

.gallery_slider .link:hover img {
  bottom: 0;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-nav {
  display: flex;
}

.swiper-nav--round {
  gap: 25px;
}

.swiper-nav--round .swiper-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #b38e6a;
  width: 50px;
  height: 50px;
  font-size: 12px;
}

.swiper-nav--round .swiper-nav-item:hover {
  color: #b38e6a;
}

.swiper-overlay-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.swiper-overlay-nav .nav-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 17px;
  color: #b38e6a;
}

.swiper-overlay-nav .nav-item:hover {
  color: #fff;
  background: #b38e6a;
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: #b38e6a;
}

.container {
  padding: 0 20px;
  max-width: 1170px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.fade {
  transition: opacity 0.3s linear;
  opacity: 0;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-content > .tab-pane {
  position: relative;
  width: 100%;
  top: 0;
  opacity: 1;
  z-index: 1;
}

.tab-content > .tab-pane:not(.active) {
  display: block;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-color: #534931;
  background-clip: padding-box;
  transition: transform 0.3s ease-in-out;
}

.offcanvas-end {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19000;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 72, 66, 0.5);
}

.offcanvas.show {
  transform: none;
}

@media screen and (min-width: 567.98px) {
  .section_header + .wrapper .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section_header.centered + .wrapper .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 767.98px) {
  body {
    font-size: 20px;
    line-height: 1.6;
  }
  .section {
    padding: 100px 0;
  }
  .section--nopb {
    padding: 100px 0 0;
  }
  .swiper-overlay-nav .nav-item {
    width: 100px;
    height: 100px;
  }
  .videoPopup .video_frame {
    padding: 40px;
    min-height: 600px;
  }
  #map {
    height: 600px;
  }
  .h1,
  h1 {
    font-size: 60px;
    line-height: 1;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1023.98px) {
  .section {
    padding: 130px 0;
  }
  .section--nopb {
    padding: 130px 0 0;
  }
  .section_header {
    margin-bottom: 40px;
  }
  .section_header-title {
    margin-bottom: 15px;
  }
  .h1,
  h1 {
    font-size: 100px;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1399.98px) {
  .container {
    padding: 0;
  }
}
#grudus-clock .g-head {
  background: #b38e6a !important;
}

#grudus-clock .g-time-wrapper {
  border: 1px solid #b38e6a;
  z-index: 100000;
}

#grudus-clock .g-buttons,
#grudus-clock .g-clock-wrapper {
  background: #fff !important;
}

#grudus-clock .g-clock {
  background: gray;
}

#grudus-clock .g-button {
  color: #5c5c5c !important;
  font-weight: 500;
  font-size: 14px;
}

#grudus-clock .g-button:focus,
#grudus-clock .g-button:hover {
  background: 0 0;
  color: #b38e6a !important;
}

.timepicker-ui-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: Montserrat, sans-serif;
}

.timepicker-ui-hour,
.timepicker-ui-minutes {
  background-color: #e5dcd2 !important;
  border: transparent !important;
  outline: 0 !important;
  color: #534931 !important;
}

.timepicker-ui-am,
.timepicker-ui-pm {
  border-color: #e5dcd2 !important;
  color: #e5dcd2 !important;
}

.timepicker-ui-am.active,
.timepicker-ui-am:hover,
.timepicker-ui-pm.active,
.timepicker-ui-pm:hover {
  background-color: #e5dcd2 !important;
  color: #534931 !important;
}

.timepicker-ui-hour-text,
.timepicker-ui-minute-text,
.timepicker-ui-select-time {
  display: none;
}

.timepicker-ui-cancel-btn,
.timepicker-ui-ok-btn {
  color: #e5dcd2 !important;
}

.timepicker-ui-cancel-btn:hover,
.timepicker-ui-ok-btn:hover {
  color: #b38e6a !important;
  background: 0 0 !important;
}

.alert_popup {
  display: flex !important;
  justify-content: flex-end;
}

.alert_popup-content {
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  max-width: 280px;
  padding: 20px 30px;
  font-size: 18px;
  border: 1px solid #e5dcd2;
}

.alert_popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.alert_popup-close:hover {
  color: #b38e6a;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: 0 0 !important;
}

.sticky-spacer {
  display: none !important;
}

.header {
  z-index: 110000;
  will-change: transform;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header .container {
  min-height: 70px;
  padding: 10px 20px;
}

.header.sticky {
  position: fixed;
  background: #e5dcd2;
}

.header.opened {
  height: 100vh;
}

.header--pinned {
  transform: translateY(0);
}

.header--unpinned {
  transform: translateY(-100%);
}

.header .logo {
  margin-left: -10px;
  font-size: 25px;
}

.header .logo_img {
  margin-right: -10px;
}

.header .logo_img svg {
  max-height: 50px;
}

.header_trigger {
  order: 2;
}

.header_nav {
  order: 3;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  color: #534931;
  margin-top: 30px;
}

.header_nav.collapsing {
  overflow: hidden;
}

.header_nav .nav-item.current,
.header_nav .nav-item:focus,
.header_nav .nav-item:hover,
.header_nav .nav-link.current,
.header_nav .nav-link:focus,
.header_nav .nav-link:hover {
  color: #b38e6a;
}

.header_nav .nav-link {
  gap: 5px;
  align-items: center;
}

.header_nav .nav-link[data-single=true] {
  font-size: 18px;
  font-weight: 600;
}

.header_nav .nav-link[aria-expanded=true] .icon:after {
  top: -100%;
}

.header_nav .nav-link .icon {
  width: 10px;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.header_nav .nav-link .icon:after,
.header_nav .nav-link .icon:before {
  content: "";
  position: absolute;
  background: #b38e6a;
}

.header_nav .nav-link .icon:before {
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.header_nav .nav-link .icon:after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}

.header_nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header_nav-list_item .dropdown-toggle {
  font-size: 18px;
  font-weight: 600;
}

.header_nav-list_item .dropdown-menu {
  margin: 10px 10px 0;
}

.header_nav-socials {
  gap: 15px;
  margin-top: 50px;
}

.header_nav-socials .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 22px;
}

.header_nav-socials .link .icon {
  transition: 0.3s ease-in-out;
}

.header_nav-socials .link:focus,
.header_nav-socials .link:hover {
  background: #b38e6a;
}

.header_nav-socials .link:focus .icon,
.header_nav-socials .link:hover .icon {
  color: #f7f7f7;
}

@media screen and (min-width: 767.98px) {
  .header .logo {
    font-size: 28px;
  }
}
@media screen and (min-width: 1199.98px) {
  .header {
    height: 130px;
    display: flex;
    align-items: center;
  }
  .header .logo {
    font-size: 32px;
  }
  .header .logo_img {
    margin-right: 0;
  }
  .header .logo_img svg {
    min-height: 76px;
  }
  .header.sticky {
    height: 100px;
  }
  .header.sticky .header_nav-list_item .dropdown-menu {
    padding-top: 60px;
  }
  .header .container {
    max-width: 100%;
  }
  .header_trigger {
    display: none;
  }
  .header_nav {
    display: flex !important;
    margin: 0;
    overflow: visible;
  }
  .header_nav .nav-link[data-single=true] {
    font-size: 16px;
  }
  .header_nav-socials {
    margin-top: 0;
  }
  .header_nav-list {
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    gap: 30px;
    margin-left: 100px;
  }
  .header_nav-list_item {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header_nav-list_item .dropdown-toggle {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }
  .header_nav-list_item .dropdown-menu {
    margin: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    padding-top: 50px;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .header_nav-list_item .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header_nav-list_item .dropdown-menu .list-item[data-main=true] {
    display: none !important;
  }
  .header_nav-list_item .dropdown-list {
    background: #e5dcd2;
    margin: 0 0 0 -15px;
    padding: 10px 15px;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .header_nav-list_item .dropdown-list .nav-item {
    height: 100%;
  }
  .header_nav-list_item .dropdown-list .nav-item.current,
  .header_nav-list_item .dropdown-list .nav-item:focus,
  .header_nav-list_item .dropdown-list .nav-item:hover {
    color: #b38e6a;
  }
}
.page_breadcrumbs,
.page_cover {
  text-align: center;
}

.page_cover {
  padding: 0 20px;
  height: 270px;
}

.page_cover-title {
  margin-top: 70px;
  text-transform: capitalize;
  font-weight: 700;
}

.page_breadcrumbs {
  background: #e5dcd2;
  padding: 20px;
}

.page_breadcrumbs-list {
  text-transform: capitalize;
}

.page_breadcrumbs-list li {
  position: relative;
}

.page_breadcrumbs-list li .link {
  color: #b38e6a;
}

.page_breadcrumbs-list li:not(:last-of-type):after {
  content: "/";
  padding-right: 4px;
}

.page_cover {
  background: url(../img/placeholder.jpg) center/cover no-repeat;
}

.benefits {
  background: #f7f7f7;
}

.benefits_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefits_list-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 15px;
}

.benefits_list-item .main_title {
  margin-bottom: 8px;
}

@media screen and (min-width: 567.98px) {
  .benefits_list-item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    max-width: 370px;
    gap: 20px;
  }
  .benefits_list-item .media {
    width: 60px;
  }
  .benefits_list-item .main {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 767.98px) {
  .benefits_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .benefits_list-item {
    width: calc(33.3333333333% - 20px);
    gap: 20px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .benefits_list-item .main {
    width: 100%;
  }
}
@media screen and (min-width: 1023.98px) {
  .page_cover {
    height: 450px;
  }
  .page_cover-title {
    margin-top: 130px;
  }
  .benefits_list-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
}
.promo_video {
  position: relative;
  height: 260px;
}

.promo_video .btn {
  width: 100px;
  height: 100px;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f7f7f7;
}

.promo_video .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}

.promo_video .cover img {
  height: 100%;
}

.promo_video .cover.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 767.98px) {
  .promo {
    padding-top: 0;
  }
  .promo_video {
    height: 400px;
  }
}
@media screen and (min-width: 1023.98px) {
  .promo_video {
    height: 600px;
  }
  .promo_video .btn {
    width: 150px;
    height: 150px;
    font-size: 30px;
  }
}
.counter_block {
  padding: 30px 20px;
  text-align: center;
}

.counter_block-img {
  display: none;
}

.counter_block:first-of-type {
  background: #e5dcd2;
}

.counter_block:nth-of-type(2) {
  background: #c3b2a5;
}

.counter_block:nth-of-type(3) {
  background: #b38e6a;
}

.counter_block:last-of-type {
  background: #534931;
}

.counter_block.num {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  gap: 4px;
}

.counter_block.num .countNum {
  font-weight: 700;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter_block.num * {
  color: #fff !important;
}

@media screen and (min-width: 567.98px) {
  .counter {
    display: flex;
    flex-wrap: wrap;
  }
  .counter_block {
    width: 50%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .counter_block:first-of-type {
    text-align: left;
  }
  .counter_block.num .countNum {
    font-weight: 700;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767.98px) {
  .counter_block {
    height: 200px;
  }
  .counter_block.num .countNum {
    height: 40px;
  }
}
@media screen and (min-width: 1023.98px) {
  .counter_block {
    width: 25%;
  }
  .counter_block-title .linebreak {
    display: block;
  }
  .counter_block.num {
    gap: 15px;
  }
  .counter_block.num .countNum {
    height: 48px;
  }
}
@media screen and (min-width: 1399.98px) {
  .header .container {
    padding: 0 100px;
  }
  .counter_block {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1599.98px) {
  .counter_block-img {
    position: absolute;
    display: block;
    color: #ebebeb;
    left: 155px;
    top: -150px;
  }
  .counter_block:first-of-type {
    position: relative;
  }
}
@media screen and (min-width: 1799.98px) {
  .counter_block-img {
    left: 160px;
    top: -176px;
  }
}
@media screen and (min-width: 1919.98px) {
  .counter_block-img {
    top: -225px;
  }
}
.team .section_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.team_list-item {
  position: relative;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
}

.team_list-item:hover .main {
  opacity: 1;
}

.team_list-item .media img {
  height: 100%;
}

.team_list-item .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(247, 247, 247, 0.9);
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.team_list-item .main_position {
  text-transform: uppercase;
  color: #534931;
}

.team_list-item .main_name {
  margin: 8px 0 15px;
  line-height: 1;
  font-family: Raleway, sans-serif;
  color: #534931;
}

.team_list-item .main_socials {
  display: flex;
  margin-top: 20px;
  gap: 15px;
  font-size: 25px;
}

.team_list-item .main_socials .link .icon {
  transition: 0.3s ease-in-out;
}

.team_list-item .main_socials .link:focus .icon,
.team_list-item .main_socials .link:hover .icon {
  color: #534931;
}

@media screen and (min-width: 767.98px) {
  .team_list {
    display: flex;
    flex-wrap: wrap;
  }
  .team_list-item {
    width: 50%;
    height: 340px;
  }
}
@media screen and (min-width: 1023.98px) {
  .team_list-item {
    width: 33.3333333333%;
  }
}
.team_list-item .media {
  height: 100%;
}

@media screen and (min-width: 767.98px) {
  .team {
    padding-bottom: 100px;
  }
  .team_list {
    gap: 40px;
  }
  .team_list-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .team_list-item .media {
    flex-grow: 1;
    height: 270px;
  }
  .team_list-item .main {
    position: static;
    opacity: 1;
    background: 0 0;
  }
}
@media screen and (min-width: 1023.98px) {
  .team {
    padding-bottom: 0;
  }
  .team_list {
    gap: 0;
  }
  .team_list-item {
    width: 33.3333333333%;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .team_list-item .media {
    height: 100%;
  }
  .team_list-item .main {
    position: absolute;
    opacity: 0;
    background: rgba(247, 247, 247, 0.9);
  }
}
.invitation .media {
  display: none;
}

.invitation .main_media {
  height: 180px;
  margin-bottom: 30px;
}

.invitation .main_media img {
  height: 100%;
}

.invitation .main .btn {
  width: 100%;
}

@media screen and (min-width: 567.98px) {
  .team_list-item {
    height: 340px;
  }
  .team_list-item .main_text {
    max-width: 440px;
  }
  .invitation .main_media {
    height: 280px;
  }
  .invitation .main .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .invitation .main .btn,
  .invitation .main .section_header-text {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1023.98px) {
  .invitation .container {
    display: flex;
    gap: 70px;
    margin-top: 140px;
  }
  .invitation .main .btn,
  .invitation .main .section_header-text {
    margin-left: 40px;
  }
  .invitation .main_media {
    margin-bottom: 60px;
  }
  .invitation .media {
    display: block;
    position: relative;
    max-width: 500px;
    flex-grow: 1;
  }
  .invitation .media img {
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .invitation .media_oval {
    position: absolute;
    z-index: 1;
    color: #f7f7f7;
    top: -140px;
    left: -180px;
  }
}
@media screen and (min-width: 1199.98px) {
  .team_list-item {
    height: 480px;
  }
  .team_list-item .main {
    padding: 40px;
  }
  .invitation .media_oval {
    left: -225px;
  }
}
.brands_list-item {
  height: 60px;
}

.brands_list-item img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767.98px) {
  .invitation .main_media {
    height: 320px;
  }
  .invitation .main .section_header-title .linebreak {
    display: block;
  }
  .invitation .main .section_header-text {
    max-width: 560px;
  }
  .brands .section_header-title {
    max-width: 700px;
  }
  .brands_list-item {
    height: 80px;
  }
}
.footer .container {
  flex-direction: column;
  gap: 30px;
}

.footer_about-address {
  margin: 15px 0 8px;
}

.footer_block-title {
  margin-bottom: 15px;
}

.footer_block-list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.footer_block-list .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer_block-list .link .icon {
  width: 18px;
}

.footer_block-socials {
  margin-top: 15px;
  gap: 15px;
}

.footer_block-socials .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 22px;
}

.footer_block-socials .link .icon {
  transition: 0.3s ease-in-out;
}

.footer_block-socials .link:focus,
.footer_block-socials .link:hover {
  background: #b38e6a;
}

.footer_block-socials .link:focus .icon,
.footer_block-socials .link:hover .icon {
  color: #f7f7f7;
}

@media screen and (min-width: 767.98px) {
  .footer .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .footer_about .wrapper {
    max-width: 270px;
  }
  .footer_about,
  .footer_block {
    width: 50%;
  }
  .footer .footer_about + .footer_block {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1170px) {
  .footer .container {
    flex-wrap: nowrap;
    gap: 0 15px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_about,
  .footer_block {
    width: auto;
  }
  .footer_block {
    margin-top: 22px;
  }
  .footer_block-title {
    margin-bottom: 30px;
  }
  .footer_block-subtitle {
    margin-bottom: 20px;
  }
  .footer .footer_about + .footer_block {
    margin-top: 22px;
  }
}

.hero {
  min-height: 800px;
}
@media (max-width: 768px) {
  .hero {
    min-height: unset;
  }
}
.hero .main {
  flex-direction: row;
}
@media (max-width: 992px) {
  .hero .main {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero .main .swiper-slide {
    height: 500px;
  }
}
.hero .content {
  padding: 130px 20px 70px;
}
@media (max-width: 992px) {
  .hero .content {
    height: 50%;
    padding: 160px 20px 0;
  }
}
.hero .content h2 {
  font-size: 40px;
  color: #222;
}
@media (max-width: 768px) {
  .hero .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .hero .content h4 {
    font-size: 16px;
  }
}
.hero .content .hero_button {
  width: 200px;
}
@media (max-width: 576px) {
  .hero .content .hero_button {
    width: 100%;
  }
  .hero .content .hero_button a {
    width: 100%;
    margin: 0 auto 10px auto;
    justify-content: center;
  }
}
.hero .content .hero_button .btn:hover {
  color: #fe2101;
  background-color: #fff;
  border: 2px solid #fe2101;
}
.hero .content .hero_button_deal {
  width: 200px;
}
@media (max-width: 576px) {
  .hero .content .hero_button_deal {
    width: 100%;
  }
  .hero .content .hero_button_deal a {
    width: 100%;
    margin: 0 auto 10px auto;
    justify-content: center;
  }
}
.hero .content .hero_button_deal .btn {
  background-color: #fff;
  border: 2px solid #fe2101;
  color: #fe2101;
}
.hero .content .hero_button_deal .btn:hover {
  color: #fff;
  background-color: #fe2101;
  border-color: 2px solid #fff;
}
.hero .hero_slider {
  height: 100vh;
}
@media (max-width: 992px) {
  .hero .hero_slider {
    height: 50%;
  }
}
.hero .hero_slider img {
  height: 100vh;
}
.hero a.btn {
  font-family: Montserrat, sans-serif !important;
}

.menu-section .section_header {
  text-align: center;
}
.menu-section .section_header span {
  font-size: 16px;
}
.menu-section .section_header h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .menu-section .section_header h2 {
    font-size: 32px;
  }
}

.menu-section {
  text-align: center;
  padding-top: 55px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.menu-section h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.menu-section .border-btm {
  width: 300px;
  border: none !important;
  margin-bottom: 52px;
}
.menu-section .nav-tabs a.nav-link {
  color: #fe2101;
  margin: 0px;
  border: none;
}
.menu-section .nav-tabs a.nav-link:hover {
  border: none;
}
.menu-section .nav-tabs a.nav-link:focus {
  border: none;
}
.menu-section .nav-tabs a.nav-link.active {
  background-color: #fe2101;
  border: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fe2101 !important;
}
.menu-section .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  box-shadow: rgba(14, 72, 181, 0.0941176471) 0px 4px 12px;
  padding-bottom: 20px;
}
.menu-section .card:hover {
  transform: scale(1.04);
  filter: blur(0);
  opacity: 1;
}
.menu-section .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #fff;
  border-color: #fe2101;
  color: #fe2101;
  animation-name: pulse;
}
.menu-section .card .card-imgs {
  padding: 10px;
}
.menu-section .card .card-title {
  color: #000;
}
.menu-section .card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  padding-top: 0.25rem;
  display: flex;
  color: #333;
  flex-direction: column;
}
.menu-section div.card-footer {
  background-color: unset !important;
  border: none !important;
  padding: 0;
  display: flex;
  justify-content: center;
}

a.btn {
  background-color: #fe2101;
  color: #fff;
  border-color: #fe2101;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
a.btn:hover {
  color: #fe2101;
  border-color: #fe2101;
  background-color: #fff;
}

div.order-container .d-flex {
  justify-content: space-evenly;
}

.about_us img {
  width: 80%;
  padding-top: 150px;
}
.about_us h3 {
  font-size: 38px;
}
@media (max-width: 768px) {
  .about_us h3 {
    font-size: 32px;
  }
}
.about_us p {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .about_us p {
    margin-left: 20px;
  }
}
.about_us .content {
  padding: 30px;
}
@media (min-width: 1200px) {
  .about_us .content {
    padding: 100px;
  }
}
@media (max-width: 768px) {
  .about_us .content {
    padding: 10px;
  }
}
.about_us .counter {
  flex-direction: row;
}
@media (max-width: 768px) {
  .about_us .counter {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.about_us .counter .counter_block {
  display: block;
  background-color: #fe2101;
  text-align: center;
  padding: 50px 20px;
  height: unset;
}
@media (max-width: 768px) {
  .about_us .counter .counter_block {
    padding: 30px 10px;
  }
}
.about_us .counter .counter_block span {
  color: #fff;
}

section.contact_us {
  background-color: white;
  padding: 130px 0 50px 0;
  position: relative;
}
section.contact_us h2 {
  font-size: 48px;
}
@media (max-width: 992px) {
  section.contact_us h2 {
    font-size: 32px;
  }
}
section.contact_us .text {
  max-width: 750px;
}
section.contact_us .contact_us_main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.contact_us .contact_us_main {
    flex-direction: column;
  }
}
section.contact_us .contact_us_main .contact_us_main_banner {
  position: relative;
  padding: 40px 30px;
  min-height: 350px;
}
@media (max-width: 768px) {
  section.contact_us .contact_us_main .contact_us_main_banner {
    width: 100%;
  }
}
section.contact_us .contact_us_main .contact_us_main_banner .contact_us_main_banner_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
section.contact_us .contact_us_main .contact_us_main_banner .contact_us_main_banner_bg img {
  transition: 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact_us .contact_us_main .contact_us_main_banner h3 {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 220px;
  background-color: rgba(246, 144, 0, 0.7647058824);
  color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  z-index: 9;
  position: relative;
  padding: 10px;
}
section.contact_us .contact_us_main .contact_us_main_banner .contact_us_main_banner_btn {
  position: relative;
}
section.contact_us .contact_us_main .contact_us_main_list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  section.contact_us .contact_us_main .contact_us_main_list {
    width: 100%;
    margin-top: 20px;
  }
}
section.contact_us .contact_us_main .contact_us_main_list ul {
  justify-content: center;
}
section.contact_us .contact_us_main .contact_us_main_list ul li {
  padding: 0;
}
section.contact_us .contact_us_main .contact_us_main_list .contact_us_main_list_item {
  padding: 40px 30px;
  border: 1px solid rgba(84, 0, 0, 0.219);
  list-style: none;
  min-height: 230px;
}
@media (max-width: 768px) {
  section.contact_us .contact_us_main .contact_us_main_list .contact_us_main_list_item {
    width: 100%;
  }
}
section.contact_us .contact_us_main .contact_us_main_list .contact_us_main_list_item img {
  width: 50px;
}

section.dllApp {
  height: 100vh;
}
@media (max-width: 992px) {
  section.dllApp {
    height: unset;
  }
  section.dllApp span {
    display: none;
  }
}
section.dllApp .main img {
  width: 100%;
}
@media (max-width: 992px) {
  section.dllApp .main img {
    width: 200px;
  }
}
@media (max-width: 992px) {
  section.dllApp .main h2 {
    font-size: 32px;
    margin: 20px;
  }
}
section.dllApp .main h5 {
  margin: 50px;
}
@media (max-width: 992px) {
  section.dllApp .main h5 {
    margin: 20px;
  }
}
section.dllApp .main h4 {
  font-size: 36px;
}
@media (max-width: 767.98px) {
  section.dllApp .main h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  section.dllApp .main .testimonials_bg .oval {
    position: absolute;
  }
  section.dllApp .main .testimonials_bg .oval--light {
    width: 700px;
    height: 700px;
    top: 300px;
    right: -290px;
    color: #f7f7f7;
  }
  section.dllApp .main .testimonials_bg .oval--dark {
    width: 400px;
    height: 400px;
    top: 200px;
    right: -190px;
    color: #c3b2a5;
  }
  section.dllApp .main .testimonials_header {
    margin-left: -70px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 40px;
  }
  section.dllApp .main .testimonials_header .text {
    font-size: 48px;
    max-width: 315px;
  }
  section.dllApp .main img {
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (min-width: 992px) and (max-width: 767.98px) {
  section.dllApp .main img {
    width: 100px;
  }
}
section.dllApp .media img {
  width: 100%;
}
@media (max-width: 767.98px) {
  section.dllApp .media img {
    display: none;
  }
}

#mymodal {
  display: none;
}

/* footer */
footer {
  background-color: #fe2101;
  color: #fdfdfd;
  padding: 0;
}
footer h5 {
  color: #fff;
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #444;
  font-size: 14px;
}
footer details a:hover {
  color: #fff;
  text-decoration: none;
}

.address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.address-first b {
  font-family: Quicksand;
}

.address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.address-second b {
  font-family: Quicksand;
}

a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}

.footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fe2101;
}
@media (max-width: 480px) {
  .footer-header {
    font-size: 35px;
  }
}

.fa {
  font-size: 1.25rem;
}

.list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .list-group.shop-info {
    flex-direction: column;
  }
}
.list-group.shop-info div {
  margin: 0 auto;
}

.footer-title {
  margin-bottom: 30px;
}
.footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  img.dl-app-link {
    width: 180px;
  }
}

h3 {
  font-size: 20px;
  margin-top: 20px;
}

.footer-content {
  flex-direction: row;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
.footer-content ul {
  margin-bottom: 50px;
}
.footer-content ul h5 {
  margin-bottom: 25px;
  color: #fff;
}
.footer-content ul li {
  list-style: none;
}
.footer-content ul li a {
  line-height: 38px;
}
.footer-content ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.fa {
  color: #2b99dd;
}

section.foods-link {
  margin: 100px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #fbb400;
}

section.foods-tags .foods-link {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}
section.foods-tags ul li:hover {
  background-color: #fff;
}
section.foods-tags ul li:hover p {
  color: #170464;
}
section.foods-tags ul li p {
  color: #fff;
  margin-bottom: 0;
}
section.foods-tags ul li p:hover {
  text-decoration: none;
  color: #170464;
}
.contact-us {
  margin-top: 80px;
}
.contact-us .address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.contact-us .address-first b {
  font-family: Quicksand;
}
.contact-us .address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.contact-us .address-second b {
  font-family: Quicksand;
}
.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fe2101;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    flex-direction: column;
  }
}
.contact-us .list-group.shop-info div {
  margin: 0 auto;
}
.contact-us .footer-title {
  margin-bottom: 30px;
}
.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

.MenuModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999 !important;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #fff; /* Fallback color */
  -webkit-animation-name: animateRight;
  -webkit-animation-duration: 0.4s;
  animation-name: animateRight;
  animation-duration: 0.4s;
}
.MenuModal .content {
  height: 100vh;
  align-items: center;
}
.MenuModal .content .media {
  padding: 0;
}
.MenuModal .content .media img {
  height: 100vh;
}
@media (max-width: 768px) {
  .MenuModal .content .media {
    display: none;
  }
}
.MenuModal .content .header-content ul.menu li {
  height: 50px;
}
.MenuModal .content .header-content ul.menu li a {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .MenuModal .content .header-content ul.menu li a {
    font-size: 20px;
  }
}
.MenuModal .content .header-content .contact ul li {
  min-height: 60px;
}
@media (max-width: 768px) {
  .MenuModal .content .header-content .contact ul li {
    min-height: 80px;
  }
}
.MenuModal .content .header-content .contact ul .fa {
  color: #fe2101;
  margin-right: 5px;
}
.MenuModal .close {
  float: right;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  opacity: 1;
  color: #fe2101;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Add Animation */
@keyframes animateRight {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.myBtn {
  background-color: none;
  border: none;
  position: absolute;
  top: 50px;
  right: 50px;
}

.modal {
  z-index: 99999999;
  background: rgba(51, 51, 51, 0.336);
}

.modal.show {
  opacity: 1;
}

section.copyright {
  background-color: #fe2101;
  color: #fff;
  font-size: 14px;
}
section.copyright a.weetech-link {
  color: #111 !important;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fe2101;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#topBtn:hover {
  color: #fe2101;
  border: 1px dashed #fe2101;
  background-color: white;
}/*# sourceMappingURL=style2.css.map */