/* Components */
body {
  font-family: "Montserrat", sans-serif;
}

.font-aladin {
  font-family: "Aladin", cursive;
}

h1, h2 {
  font-weight: 700;
}

.background-black {
  background-color: #000000;
}

.background-dark-gray {
  background-color: #241F1E;
}

.text-white {
  color: #FFFFFF;
}

.text-danger {
  color: #ED3237;
}

.text-bone {
  color: #E1C8B0;
}

.text-bone-darker {
  color: #928272;
}

.heading-line {
  position: relative;
  z-index: 1;
  width: fit-content;
}

.heading-line:before {
  content: "";
  position: absolute;
  top: 46%;
  left: -5%;
  width: 110%;
  border-bottom: 2px solid #ED3237;
  z-index: -1;
}

.heading-line-down {
  position: relative;
  z-index: 1;
  width: inherit;
}

.heading-line-down:before {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 100%;
  border-bottom: 2px solid #ED3237;
  z-index: -1;
}

textarea {
  resize: none;
}

.gallery-background {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  background: no-repeat url("../../images/gallery/gallery-background.jpg");
}

.btn-bone {
  background-color: #928272;
  color: #FFFFFF;
  border: 1px solid #E1C8B0;
}
.btn-bone:hover, .btn-bone:active, .btn-bone:focus {
  color: #FFFFFF !important;
  background-color: #928272 !important;
  border-color: #E1C8B0 !important;
}
.btn-bone:focus {
  box-shadow: none !important;
}

.btn-transparent {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #E1C8B0;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  color: #FFFFFF !important;
  background-color: #928272 !important;
  border-color: #E1C8B0 !important;
}
.btn-transparent:focus {
  box-shadow: none !important;
}

.btn-transparent-light {
  background-color: transparent;
  color: #000000;
  border: 1px solid #928272;
}
.btn-transparent-light:hover, .btn-transparent-light:active, .btn-transparent-light:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #928272 !important;
}
.btn-transparent-light:focus {
  box-shadow: none !important;
}

.nav-tabs {
  border-color: transparent;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  font-family: "Aladin", cursive;
}

.nav-tabs .nav-link.active {
  border-color: transparent;
  background-color: transparent;
  color: #ED3237;
}

.nav-tabs .nav-link {
  color: #928272;
  font-size: 24px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #ED3237;
  border-color: transparent;
}

.page-link {
  border-color: transparent;
  padding: 0.5rem;
  color: #928272;
  background-color: transparent;
}
.page-link:hover {
  border-color: transparent;
  background-color: transparent;
}
.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: transparent;
  color: #928272;
  border: transparent;
  border-radius: 0;
  border-bottom: 10px double #ED3237;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#navMenu {
  display: inline-flex;
  align-items: center;
}
#navMenu.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #E1C8B0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 120px;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#navMenu.sidepanel p {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
#navMenu.sidepanel a:hover {
  text-decoration: line-through;
  color: #ED3237;
}
#navMenu.sidepanel .closebtn {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 60px;
  color: #000000;
}
#navMenu.sidepanel .closebtn:hover {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  #navMenu {
    padding: 0;
    margin-top: 0;
  }
}
/* Layout */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-x: hidden;
}
#header .header-height {
  height: 70px;
}
#header .header-border {
  border-bottom: 1px solid #FFFFFF;
}
#header p {
  color: #FFFFFF;
}

.index-header {
  display: block;
  background-blend-mode: multiply;
  background-size: cover !important;
  height: 70vh;
}

.index-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.64;
  top: 0;
}

.contact-header {
  background: url("../../images/contact/contact-header.jpg") no-repeat center;
  background-blend-mode: multiply;
  background-size: cover;
  height: 450px;
}

.menu-header {
  background-blend-mode: multiply;
  background-size: cover;
  height: 300px;
  background: url("../../images/menu/menu-header.jpg") no-repeat center;
}

.blog-header {
  background-blend-mode: multiply;
  background-size: cover;
  height: 300px;
  background: url("../../images/blog/blog-header.jpg") no-repeat center;
}

.blog-header-detail {
  background-blend-mode: multiply;
  background-size: cover;
  height: 300px;
  background: url("../../images/blog/blog-detail-header.jpg") no-repeat center;
}

.gallery-header {
  background-blend-mode: multiply;
  background-size: cover;
  height: 300px;
  background: url("../../images/gallery/gallery-header.jpg") no-repeat center;
}

@media only screen and (max-width: 1024px) {
  .index-header {
    height: 50vh;
  }

  .index-title {
    padding: 30% 1rem 10rem;
  }
}
.footer {
  width: 400px;
}

.footer-social {
  width: inherit;
  justify-content: space-evenly;
}

@media only screen and (max-width: 411px) {
  .footer {
    width: 100%;
    text-align: center;
  }
}
/* Sections */
.contact p {
  color: #FFFFFF;
}
.contact input, .contact textarea {
  background-color: transparent;
  border-color: #E1C8B0;
  color: #FFFFFF;
}
.contact input:hover, .contact input:active, .contact input:focus, .contact textarea:hover, .contact textarea:active, .contact textarea:focus {
  background-color: transparent;
  color: #FFFFFF;
}
.contact input:focus, .contact textarea:focus {
  box-shadow: none !important;
  border-color: #E1C8B0;
}
.contact ::placeholder {
  color: #FFFFFF;
}
.contact :-ms-input-placeholder {
  color: #FFFFFF;
}
.contact ::-ms-input-placeholder {
  color: #FFFFFF;
}

.menu-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #E1C8B0;
  padding-top: 14rem;
  text-transform: uppercase;
}

.parallax-background {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  background: url("../../images/menu/parallax-bg.jpg") repeat;
}

.parallax-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F0EB;
  opacity: 0.95;
  top: 0;
}

.menu-image {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.menu-item-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.menu-item-price {
  font-weight: 600;
}

.menu-item-description {
  color: #928272;
  margin-bottom: 0;
  font-size: 14px;
}

.menu-header-1 {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  height: 450px;
  background: no-repeat url("../../images/menu/meni-header-1.jpg");
}

.menu-header-2 {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  height: 450px;
  background: no-repeat url("../../images/menu/meni-header-2.jpg");
}

.menu-header-3 {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  height: 450px;
  background: no-repeat url("../../images/menu/meni-header-3.jpg");
}

.menu-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
}

.review {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #241F1E;
  color: #FFFFFF;
}
.review .review-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}
.review .review-padding h2, .review .review-padding p {
  text-align: center;
}

.menu-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
}
.menu-fluid .menu-padding {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}
.menu-fluid .menu-padding h4, .menu-fluid .menu-padding p {
  text-align: center;
}

.index-title {
  padding: 20% 1rem 10rem;
  position: relative;
}

.index-title-desc {
  width: 55%;
}

.review-carousel {
  line-height: 1.5;
}

.image-height-50 {
  height: 50%;
  object-fit: cover;
}

.index-blog-description {
  color: white;
  height: 135px;
  padding: 1rem 0;
  overflow: hidden;
}

.blog-image-title {
  position: absolute;
  top: 0;
  color: #E1C8B0;
  padding: 1rem;
  text-transform: uppercase;
  width: calc(100% - 30px);
}

.blog-image-detail {
  position: absolute;
  bottom: 0;
  color: #E1C8B0;
  padding: 1rem;
  text-transform: uppercase;
  width: calc(100% - 30px);
}

.owl-review .owl-item img {
  width: inherit !important;
}

@media only screen and (max-width: 1024px) {
  .review-carousel {
    line-height: 1;
    font-size: 18px;
  }

  .index-title {
    padding: 30% 1rem 10rem;
  }

  .review .review-padding {
    padding: 1rem;
  }

  .menu-fluid .menu-padding {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .index-title-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .index-blog {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }

  .menu-image {
    height: 60px;
  }

  .menu-item-title {
    font-size: 14px;
  }

  .menu-item-description {
    font-size: 12px;
  }
}
.blog-title {
  position: relative;
  padding-top: 13rem;
}

.blog-background {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  padding: 0;
  background: no-repeat url("../../images/blog/blog-background.jpg");
}

.short-description {
  height: 70px;
  overflow: hidden;
}

.blog-image-shadow {
  -webkit-box-shadow: 0 3px 10px 0 rgba(29, 26, 26, 0.37);
  box-shadow: 0 3px 10px 0 rgba(29, 26, 26, 0.37);
}

.detail {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .blog-header-detail .blog-title {
    padding-top: 10rem;
  }
}

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