@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Oswald:wght@400;500;600;700&display=swap");
html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  background-color: #FFA96A;
  background-image: url(../images/img-body-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  height: 100%;
}

a {
  color: #8F2F2F;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
}

a.read-more {
  padding: 10px;
  display: inline-block;
  width: auto;
  letter-spacing: 0.27px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.6s;
  box-shadow: inset 0 0 0 0 transparent;
  border-radius: 8px;
  border: 1px solid #8F2F2F;
  background-color: transparent;
}
a.read-more:hover {
  color: #fff;
  box-shadow: inset 300px 0 0 0 #8F2F2F;
  border-color: #8F2F2F;
}

@media only screen and (min-width: 992px) {
  .navbar {
    flex-direction: column;
  }
}
.navbar .main-navigation {
  background-color: #000;
}
.navbar .main-navigation .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
}
.navbar .main-navigation .navbar-nav .nav-item.active .nav-link {
  color: #FFA96A;
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    height: 70px;
  }
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  top: 25%;
  bottom: auto;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-family: "Kaushan Script", Oswald, Arial;
  font-size: 90px;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 36px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .carousel .carousel-inner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.carousel .carousel-control-prev {
  opacity: 1;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 171, 107, 0.4);
}
@media screen and (max-width: 767px) {
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }
}
.carousel .carousel-control-next {
  opacity: 1;
}
.carousel .carousel-control-next .carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 171, 107, 0.4);
}
@media screen and (max-width: 767px) {
  .carousel .carousel-control-next .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
}

.content-area h2 {
  font-family: "Kaushan Script", Oswald, Arial;
  font-size: 36px;
  position: relative;
}
.content-area h2 span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.content-area h2:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-bottom: 5px solid #000;
}
.content-area h2.home-section-title span {
  display: inline-block;
  position: relative;
}
.content-area h2.home-section-title span:before, .content-area h2.home-section-title span:after {
  content: "";
  position: absolute;
  height: 0px;
  border-top: 2px solid #000;
  top: 10px;
  width: 30px;
}
.content-area h2.home-section-title span:before {
  right: 100%;
  margin-right: 15px;
}
.content-area h2.home-section-title span:after {
  left: 100%;
  margin-left: 15px;
}
.content-area h2.home-section-title:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 767px) {
  .content-area h2 {
    font-size: 30px;
  }
}
.content-area .page-section {
  padding: 80px 0px;
}
.content-area .page-section .gallery img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.content-area .page-section .gallery img.gallery-image {
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.content-area .page-section .gallery .slick-dots {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -50px;
}
.content-area .page-section .gallery .slick-dots li {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.5s;
}
.content-area .page-section .gallery .slick-dots li button {
  padding: 0px;
  font-size: 0;
  border: 0px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 15px;
  height: 7px;
  border-radius: 3px;
  transition: all 0.5s;
}
.content-area .page-section .gallery .slick-dots li:last-child {
  margin: 0px;
}
.content-area .page-section .gallery .slick-dots li.slick-active {
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.content-area .page-section .gallery .slick-dots li.slick-active button {
  font-size: 0;
  border: 0px solid #aaa;
  background-color: rgba(0, 0, 0, 0.5);
  width: 25px;
  height: 7px;
  border-radius: 3px;
  transition: all 0.5s;
}
.content-area .page-section .gallery .slick-dots li.slick-active:last-child {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .content-area .page-section {
    padding: 30px 0px;
  }
}

img.img-aboutus {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

a.filter-button {
  margin-right: 15px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #8F2F2F;
  border-radius: 5px;
}

.red-background {
  display: flex;
  color: #ffffff;
  background-color: #8F2F2F;
}
.red-background .charcuteriewayoflife-image {
  width: 50%;
}
.red-background .charcuteriewayoflife-text {
  max-width: 550px;
  width: 50%;
}
.red-background .charcuteriewayoflife-text h2:after {
  bottom: 0px;
  border: none;
}

@media screen and (max-width: 767px) {
  .red-background {
    display: block;
  }
  .red-background .charcuteriewayoflife-image {
    width: 100%;
    display: none;
  }
  .red-background .charcuteriewayoflife-text {
    width: 100%;
    max-width: 100%;
  }
}
.inner-banner {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.inner-banner:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: url(../images/img-innerpage-banner.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #FFA96A;
  background-blend-mode: multiply;
}
.inner-banner .banner-title-and-breadcrumbs {
  position: relative;
}
.inner-banner .banner-title-and-breadcrumbs h1 {
  font-family: "Kaushan Script", Oswald, Arial;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.inner-banner .banner-title-and-breadcrumbs .breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
}
.inner-banner .banner-title-and-breadcrumbs .breadcrumb .breadcrumb-item {
  color: #fff;
}
.inner-banner .banner-title-and-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.inner-banner .banner-title-and-breadcrumbs .breadcrumb .breadcrumb-item::before {
  color: #fff;
}

.requiredstar {
  color: #ff0000;
}

.footer {
  color: #AAAFB8;
  background-color: #282F3B;
}
.footer .social-icons a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #000;
  transition: all 0.5s ease;
}
.footer .social-icons a:hover {
  text-decoration: none;
  background-color: #FFA96A;
}
.footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}
.footer h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer p {
  font-size: 14px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}