@font-face {
  font-family: "MartelSans-Bold";
  src: url("../public/fonts/MartelSans-Bold.ttf");
}

@font-face {
  font-family: "MartelSans-DemiBold";
  src: url("../public/fonts/MartelSans-DemiBold.ttf");
}

@font-face {
  font-family: "MartelSans-ExtraBold";
  src: url("../public/fonts/MartelSans-ExtraBold.ttf");
}

@font-face {
  font-family: "MartelSans-Heavy";
  src: url("../public/fonts/MartelSans-Heavy.ttf");
}

@font-face {
  font-family: "MartelSans-Light";
  src: url("../public/fonts/MartelSans-Light.ttf");
}

@font-face {
  font-family: "MartelSans-Regular";
  src: url("../public/fonts/MartelSans-Regular.ttf");
}

@font-face {
  font-family: "MartelSans-UltraLight";
  src: url("../public/fonts/MartelSans-UltraLight.ttf");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-sec-one {
  background-color: #f5f4f1;
}

.home-sec-one .col-md-3 {
  padding: 0;
  max-width: 1686px;
}

.home-sec-one .col-md-3 img {
  width: 100%;
}

.home-sec-one .mobile-menu {
  display: none;
  position: absolute;
  top: 350px;
  right: 100px;
  font-family: "MartelSans-Bold";
}

.home-sec-one .mobile-menu li {
  padding-bottom: 35px;
}

.home-sec-one .mobile-menu li a {
  color: white;
}

.home-sec-one .mobile-menu li a:hover {
  color: #322a5b;
}

.home-sec-one .mobile-menu-2 {
  display: none;
  top: 150px;
  padding-top: 20px;
  font-family: "MartelSans-Bold";
  z-index: 999;
  background-color: #f4f4f4;
  width: 100%;
}

.home-sec-one .mobile-menu-2 li {
  padding-bottom: 15px;
}

.home-sec-one .mobile-menu-2 li a {
  color: black;
}

.home-sec-one .mobile-menu-2 li a:hover {
  color: #322a5b;
}

@media screen and (max-width: 576px) {
  .home-sec-one .mobile-menu-2 {
    display: block;
  }
}

.home-sec-one .header-content {
  color: #322a5b;
  padding-bottom: 50px;
}

.home-sec-one .header-content img {
  width: 80%;
  padding-top: 60px;
}

.home-sec-one .header-content .content-content {
  font-family: "MartelSans-Regular";
  height: 100%;
  margin-top: 4rem !important;
}

.home-sec-one .header-content .content-content h2 {
  padding-bottom: 10px;
  font-family: "MartelSans-Bold";
}

.home-sec-one .col-lg-9 .header-bar {
  font-family: "MartelSans-Bold";
  height: 60px;
  max-height: 60px;
  background-color: #0b0040;
}

.home-sec-one .col-lg-9 .header-bar a {
  color: #322a5b;
}

.home-sec-one .col-lg-9 .header-bar ul li {
  display: inline-block;
  padding: 22px;
  font-size: 14px;
}

.home-sec-one .col-lg-9 .header-bar ul li a {
  color: #cba565;
}

.home-sec-one .col-lg-9 .header-bar .social-icons {
  display: inline-block;
  padding-top: 12px;
  position: absolute;
  right: 10px;
}

.home-sec-one .col-lg-9 .header-bar .social-icons ul li {
  padding: 5px;
  color: #322a5b;
}

.home-sec-one .col-lg-9 .header-banner {
  height: 45%;
  padding: 0;
}

.home-sec-one .col-lg-9 .header-banner img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.home-sec-one .col-lg-9 .header-content {
  color: #322a5b;
  padding-bottom: 50px;
}

.home-sec-one .col-lg-9 .header-content img {
  width: 60%;
  padding-top: 60px;
}

.home-sec-one .col-lg-9 .header-content .content-content {
  font-family: "MartelSans-Regular";
  height: 100%;
}

.home-sec-one .col-lg-9 .header-content .content-content h2 {
  padding-bottom: 10px;
  font-family: "MartelSans-Bold";
}

p {
  line-height: 24px !important;
}

@media screen and (min-width: 985px) and (max-width: 1041px) {
  .social-icons ul li:first-of-type {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .side-banner-1 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .social-icons ul li:first-of-type {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .side-banner-1 {
    display: inline;
  }
  .header-bar {
    z-index: 999;
  }
  .header-bar ul {
    z-index: 999;
  }
  .header-bar .social-icons {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
  }
  .header-banner {
    display: none;
  }
}

.btn-custom {
  margin-top: 10px;
  border-radius: 6px;
  background-color: #d2ab66;
  color: white;
}

.title-hr {
  background-color: #322a5b;
  height: 2px;
  width: 120px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.home-sec-two {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-sec-two .left {
  z-index: 1;
}

.home-sec-two .left img {
  width: 50%;
  margin-bottom: 55px;
}

.home-sec-two .left h3 {
  font-family: "MartelSans-Bold";
  font-size: 40px;
  text-align: left;
  line-height: 1.3;
  color: #ff3e03;
  margin-bottom: 35px;
}

.home-sec-two .left a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff3e03;
  border-radius: 30px;
  margin-bottom: 70px;
  padding: 10px 30px;
}

.home-sec-two .left a i {
  transform: translate(2px, 0);
  transition: all 0.2s ease-in-out;
}

.home-sec-two .left a:hover i {
  position: relative;
  transform: translate(7px, 0);
}

.home-sec-two .right {
  z-index: 1;
}

.home-sec-two .right h4 {
  width: 100%;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 50px;
}

.home-sec-two .right h4:after {
  content: '';
  width: 60%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #8ec641;
}

.home-sec-two .right p {
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  color: #2c2c2c;
  margin-bottom: 30px;
}

.home-sec-two .right .cardz {
  margin-bottom: 30px;
}

.home-sec-two .right .cardz h5 {
  width: 100%;
  font-size: 20px;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.home-sec-two .right .cardz p {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #2c2c2c;
  margin-bottom: 0;
}

.home-sec-two .bck-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-sec-two .bck-image img {
  width: 11vw;
}

@media screen and (max-width: 1440px) {
  .home-sec-two .bck-image img {
    width: 7vw;
  }
}

@media screen and (max-width: 1024px) {
  .home-sec-two .bck-image {
    display: none;
  }
}

.modal-title {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  font-family: "MartelSans-Bold";
}

.modal-body p {
  text-align: left;
  padding-left: 10px;
}

.modal-body .preparation {
  padding: 0;
  margin: 0;
  text-align: left;
}

.modal-body .preparation li {
  padding-bottom: 20px;
}

.modal-body .recipe-body {
  padding-left: 50px;
}

.modal-body .recipe-body p {
  padding-right: 20px;
}

.modal-body .recipe-body ul {
  padding-left: 0;
}

.modal-body .recipe-body ul li {
  padding-top: 20px;
}

.home-sec-three {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 70px;
}

.home-sec-three .modal {
  z-index: 999;
}

.home-sec-three .title {
  margin-bottom: 50px;
}

.home-sec-three .title h3 {
  position: relative;
  font-family: "MartelSans-Bold";
  font-size: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #322a5b;
  padding-top: 15px;
}

.home-sec-three .title h3:before,
.home-sec-three .title h3:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.home-sec-three .title h3:after {
  margin: 0 0 0 20px;
}

.home-sec-three .produse .col-12 {
  z-index: 1;
}

.home-sec-three .produse .cardz {
  border: 1px solid #e4cea7;
  margin-bottom: 30px;
  padding: 25px 30px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.home-sec-three .produse .cardz:hover {
  background-color: #e4cea7;
}

.home-sec-three .produse .cardz img {
  width: 100%;
  margin-bottom: 20px;
}

.home-sec-three .produse .cardz h5 {
  width: 100%;
  font-family: "MartelSans-Bold";
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  color: #322a5b;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-sec-three .produse .cardz p {
  width: 100%;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
  font-family: "MartelSans-Regular";
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.home-sec-three .produse .cardz .link {
  width: 170px;
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #ff3e03;
  border: 1px solid #ff3e03;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 25px;
}

.home-sec-three .produse .cardz .link i {
  transform: translate(2px, 0);
  transition: all 0.2s ease-in-out;
}

.home-sec-three .produse .cardz .link:hover {
  color: #ff3e03;
  background-color: #ffffff;
}

.home-sec-three .produse .cardz .link:hover i {
  position: relative;
  transform: translate(7px, 0);
}

.home-sec-three .bck-image {
  position: absolute;
  right: 100px;
  bottom: 0;
}

.home-sec-three .bck-image img {
  width: 6vw;
}

@media screen and (max-width: 1440px) {
  .home-sec-three .bck-image img {
    width: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .home-sec-three .bck-image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home-sec-three .title h3 {
    font-size: 30px;
  }
  .home-sec-three .produse .cardz {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.home-sec-four {
  background-image: url("../img/background1.png");
}

.home-sec-four p {
  color: white;
  padding-bottom: 80px;
  font-family: "MartelSans-Regular";
}

.home-sec-four .cardz {
  position: relative;
}

.home-sec-four .cardz p {
  padding-top: 30px;
  padding-bottom: 100px;
  font-family: "MartelSans-Regular";
}

.home-sec-four .cardz:after {
  content: '';
  width: 90px;
  height: 90px;
  position: absolute;
  top: 15%;
  right: -20%;
  background-image: url("../img/how/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-sec-four .cardz:last-of-type:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .home-sec-four .cardz:after {
    display: none;
  }
}

.home-sec-four h3 {
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative;
  font-family: "MartelSans-Bold";
  font-size: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.home-sec-four h3:before,
.home-sec-four h3:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.home-sec-four h3:after {
  margin: 0 0 0 20px;
}

.home-sec-five {
  padding-bottom: 80px;
}

.home-sec-five .recipe-blur {
  /* Safari 6.0 - 9.0 */
  filter: blur(2px);
}

.home-sec-five .recipe-blur:hover {
  /* Safari 6.0 - 9.0 */
  filter: blur(0px);
}

.home-sec-five .cardz:hover .save {
  display: block;
}

.home-sec-five p {
  color: black;
  padding-bottom: 70px;
  font-family: "MartelSans-Regular";
}

.home-sec-five .recipe-text {
  background-color: #f5f4f0;
  padding: 10px;
}

.home-sec-five .recipe-text .col-8 {
  min-height: 45px;
  max-height: 45px;
  margin-top: 20px;
}

.home-sec-five .recipe-text .col-8 p {
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0;
  font-family: "MartelSans-Bold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-sec-five .recipe-text .stars {
  margin-top: -50px;
}

.home-sec-five .recipe-text i {
  color: #d1ab65;
}

.home-sec-five .save {
  border: none !important;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  color: white;
  background-color: #322a5b;
}

.home-sec-five .save i {
  margin-right: 5px;
}

.home-sec-five h3 {
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative;
  font-family: "MartelSans-Bold";
  font-size: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.home-sec-six {
  background-color: #f3f3f3;
  /*@media screen and (max-width: $mmd-breakpoint){
    .article-content {
      margin-left:100px;
    }
  }*/
}

.home-sec-six h3 {
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative;
  font-family: "MartelSans-Bold";
  font-size: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.home-sec-six p {
  color: black;
  padding-bottom: 100px;
  font-family: "MartelSans-Regular";
}

.home-sec-six .cardz {
  padding-bottom: 100px;
}

.home-sec-six .cardz span {
  font-size: 10px;
}

.home-sec-six .cardz h2 {
  font-size: 18px;
  padding-bottom: 5px;
}

.home-sec-six .cardz p {
  padding-top: 10px;
  font-size: 14px;
}

.home-sec-six .article-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}

.home-sec-six .article-title {
  color: black;
  cursor: pointer;
}

.home-sec-six .article-title:hover {
  color: blue;
}

.home-sec-seven {
  background-color: #424242;
  padding-bottom: 40px;
  color: white;
}

.home-sec-seven a {
  color: white;
}

.home-sec-seven .footer-menu {
  padding-top: 50px;
}

.home-sec-seven ul li {
  display: inline-block;
  padding-right: 70px;
  padding-bottom: 20px;
  color: white;
}

.home-sec-seven .social-small-icons {
  padding: 0;
  margin-top: -10px;
}

.home-sec-seven .social-small-icons li {
  padding: 0;
}

.home-sec-seven hr.style1 {
  border-top: 3px solid white;
}

.home-sec-six {
  background-color: #f5f4f0;
}

.home-sec-six h3 {
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative;
  font-family: "MartelSans-Bold";
  font-size: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.home-sec-six p {
  color: black;
  padding-bottom: 20px;
  font-family: "MartelSans-Regular";
}

.home-sec-six .cardz {
  padding: 15px;
}

.home-sec-six .cardz span {
  font-size: 10px;
}

.home-sec-six .cardz h2 {
  font-size: 18px;
  padding-bottom: 5px;
}

.home-sec-six .cardz p {
  padding-top: 10px;
  font-size: 14px;
}

.home-sec-six .article-content {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .home-sec-six .article-content {
    margin-left: 100px;
  }
}

.home-sec-six .article:hover {
  box-shadow: 10px 10px 41px -16px rgba(0, 0, 0, 0.75);
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  line-height: 1;
  margin: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

ul {
  list-style: none;
}

img {
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p, span {
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

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