@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap");
@import url(../fonts/font.css);
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

svg {
  width: 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

::selection {
  color: #fff;
  background-color: #1e8805;
}

::-moz-selection {
  color: #fff;
  background-color: #1e8805;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 0 6px 6px 0;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
}

p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #777777;
  line-height: 30px;
}

p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0;
}

.bg-theme {
  background: #1e8805;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.color-black {
  color: #333;
}

#header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 16px;
}

.breadcrumb {
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 72px;
}
.breadcrumb .item-content-bkg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.breadcrumb .item-content-bkg .item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.breadcrumb .item-content-bkg .item-img::before {
  content: "";
  background: rgb(0 0 0 / 64%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.breadcrumb .item-content-bkg .inner-desc {
  position: absolute;
  z-index: 4;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  top: 67%;
  transform: translateY(-50%);
}
.breadcrumb .item-content-bkg .inner-desc .single-post-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 53px;
}
.breadcrumb .item-content-bkg .inner-desc .post-subtitle {
  color: #ffffff;
  opacity: 0.8;
}

.categ-name {
  text-align: center;
  margin-bottom: 60px;
}

.categ-name h2,
.headline h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 8px;
}

.categ-name h2:before,
.headline h2:before,
.title-headline:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #252525;
  bottom: 0;
  left: 0;
  position: absolute;
}

.categ-name h2:after,
.headline h2:after,
.title-headline:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #252525;
  bottom: -7px;
  left: 0;
  position: absolute;
}

.content-m + .content-m {
  margin-top: 60px;
}

.content-m .menu-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 50px;
}
.content-m .menu-holder .menu-post {
  display: inline-block;
  width: 100%;
  margin-right: 4%;
  margin-left: -4px;
  vertical-align: top;
}
.content-m .menu-holder .menu-post .menu-post-img {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.content-m .menu-holder .menu-post .menu-post-img a {
  display: block;
  transition: all 0.5s ease-in-out 0s;
}
.content-m .menu-holder .menu-post .menu-post-img a img {
  border-radius: 99em;
  height: 60px;
  width: 60px;
  object-fit: cover;
}

.menu-post h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  position: relative;
  width: 100%;
}

.menu-title,
.menu-price {
  background: #ffffff;
  z-index: 2;
  text-transform: capitalize;
}

.menu-dots {
  position: absolute;
  top: 14px;
  left: 170px;
  right: 0;
  margin: 0;
  border: 0;
  height: 5px;
  display: block;
  background: radial-gradient(#d5d5d5 40%, transparent 10%);
  background-position: 0 0;
  background-size: 4px 4px;
  background-repeat: repeat-x;
}

.menu-price {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 20px;
    margin-right: -13px;
}

.menu-post-desc {
  margin-left: 70px;
}

.menu-text {
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
.menu-text p {
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .content-m .menu-holder {
    grid-template-columns: 1fr !important;
  }
}
.container {
  max-width: 1150px;
}

.headerWrap {
  width: 100% !important;
  padding: 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.top-location {
  float: left;
  padding-left: 15px;
}

.info-txt {
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 3px;
  color: #fff;
}
.info-txt a {
  color: #fff;
}
.info-txt a:hover {
  color: #fff;
}

.info-txt.adres {
  max-width: 200px;
}

footer {
  padding: 72px 0 24px 0;
  background: #ffffff;
  color: #252525;
}

.alignc {
  text-align: center;
}

.footer-content {
  margin-top: 32px;
}
.footer-content h5 {
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.footer-content p {
  margin-bottom: 4px;
  line-height: 20px;
}
.footer-content p a {
  color: #252525;
}
.footer-content p a:hover {
  color: inherit;
}
.footer-content p + p {
  margin-top: 0;
}

.footer-social {
  text-align: center;
  margin-top: 54px;
}
.footer-social li {
  display: inline-block;
  font-size: 14px;
}
.footer-social li a {
  border: 2px solid #e5e5e5;
  color: #252525;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
}
.footer-social li + li {
  margin-left: 10px;
}

.search-social ul li:first-child,
.footer-social li:first-child {
  margin-left: 0;
}

.copyright-text {
  margin-top: 20px;
}
.copyright-text .company {
  margin-right: 30px;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #252525;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #252525;
  font-size: 25px;
}

.scrollup {
  display: none;
}
.scrollup a {
  transition: all 0.5s ease-in-out 0s;
  color: #fff;
}
.scrollup a i {
  width: 30px;
  height: 30px;
  position: fixed;
  background: #252525;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  z-index: 110;
}

.logo-1 img {
  width: 100%;
  max-width: 350px;
      margin-left: -26px;
}

@media screen and (max-width: 850px) {
  .logo-1 img {
    max-width: 250px;
  }
  .top-location {
    display: none;
  }
  .book-now {
    display: none;
  }
  .navbar {
    justify-content: center;
  }
}

.content-menu .container {
  padding: 0 20px;
}

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