header {
  font-family: bamburger; }
  @media (max-width: 1024px) {
    header {
      height: auto; } }
  header .main-section {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 30px 0;
    max-height: 128px;
    font-size: 20px;
    direction: rtl; }
    header .main-section a {
      padding: 15px;
      text-decoration: none;
      padding: 16px; }
    header .main-section a:hover:not(.site-logo) {
      background-image: url("../images/whiteBackground9.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center;
      background-position-y: center; }
    header .main-section.scrolled {
      background: white; }

@-webkit-keyframes spill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg); } }

@keyframes spill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg); } }
  header .header_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    z-index: 200;
    position: fixed; }
    header .header_wraper.scrolled {
      background-color: white; }
    header .header_wraper .logo-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Aligns items vertically in the center */ }
    header .header_wraper .mobile_img_container {
      position: absolute;
      right: 20px;
      top: 35px;
      /* Define rotation animation */ }
      header .header_wraper .mobile_img_container #menu-burger-logo {
        width: 45px;
        height: 44px; }

@-webkit-keyframes rotateAndDisappear {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    opacity: 1; } }

@keyframes rotateAndDisappear {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    opacity: 1; } }

@-webkit-keyframes reverseRotation {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1; } }

@keyframes reverseRotation {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1; } }
    header .header_wraper .header_menu_mobile {
      position: absolute;
      background: #CDE5F4;
      top: 99%;
      width: 100%;
      height: calc(100vh - 15.3vw);
      z-index: 10; }
      header .header_wraper .header_menu_mobile .main-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0px;
        max-height: unset;
        background: #CDE5F4; }
        header .header_wraper .header_menu_mobile .main-section a {
          text-align: center;
          padding: 10px; }
        header .header_wraper .header_menu_mobile .main-section a:not(:last-child)::after {
          content: url("../images/menu_mobile_border.svg");
          /* Replace 'path_to_your_image.jpg' with the actual path to your image */
          display: block; }
      header .header_wraper .header_menu_mobile .site-logo {
        display: none; }
      header .header_wraper .header_menu_mobile .cow_with_flower {
        z-index: 1;
        position: absolute;
        width: 160px;
        height: 160px;
        top: 45%;
        left: 0;
        right: 0;
        margin: auto; }
        header .header_wraper .header_menu_mobile .cow_with_flower .cow-style {
          position: absolute;
          top: 10px;
          max-width: 100%;
          max-height: 100%;
          display: block; }
          @media (max-width: 375px) {
            header .header_wraper .header_menu_mobile .cow_with_flower .cow-style {
              top: 10px; } }
        header .header_wraper .header_menu_mobile .cow_with_flower .smile-style {
          z-index: 2;
          width: 50px;
          -webkit-animation: smile-swing 2s infinite linear;
                  animation: smile-swing 2s infinite linear;
          -webkit-transform-origin: bottom center;
                  transform-origin: bottom center;
          position: absolute;
          top: 115px;
          left: 75px;
          max-width: 100%;
          max-height: 100%;
          display: block; }
        header .header_wraper .header_menu_mobile .cow_with_flower .flower-style {
          z-index: 1;
          -webkit-animation: swing 2s infinite linear;
                  animation: swing 2s infinite linear;
          -webkit-transform-origin: bottom center;
                  transform-origin: bottom center;
          position: absolute;
          width: 120px;
          top: 115px;
          max-width: 100%;
          max-height: 100%;
          display: block;
          left: 50px; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }

@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }

@-webkit-keyframes smile-swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }

@keyframes smile-swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }

@font-face {
  font-family: "bamburger";
  font-size: 30px;
  font-weight: 700;
  color: #231f20;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 34px;
  font-weight: 700;
  color: #1759a1;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  src: ""; }

@font-face {
  font-family: "bamburger";
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  src: url(); }

@font-face {
  font-family: "Bamberger Grunge FM";
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  src: url(); }

@font-face {
  font-family: 'bamburger';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-regular-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-regular-fm.woff") format("woff"); }

@font-face {
  font-family: 'bamburger';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-bold-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-bold-fm.woff") format("woff"); }

@font-face {
  font-family: 'bamburger';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/bamberger-grunge-grunge-fm.woff2") format("woff2"), url("../fonts/bamberger-grunge-grunge-fm.woff") format("woff"); }

@font-face {
  font-family: 'JetBrainsMono';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/JetBrainsMono-Regular.ttf") format("woff2"), url("../fonts/JetBrainsMono-Regular.ttf") format("woff"); }

body {
  direction: rtl;
  font-family: bamburger; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: unset; }

b, strong {
  font-weight: 900; }

footer {
  background-image: url("../images/blue_footer.png");
  background-color: transparent;
  background-size: cover;
  height: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 5; }
  @media (min-width: 1024px) {
    footer {
      padding: 0 !important; } }
  @media (max-width: 1024px) {
    footer {
      background-image: url("../images/blue_footer_mobile.png");
      height: 125px;
      padding: unset; } }
  footer .footer_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1024px) {
      footer .footer_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        top: 35px;
        font-size: 22px; } }
    footer .footer_wrap ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1024px) {
        footer .footer_wrap ul {
          padding: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          footer .footer_wrap ul p {
            margin: 0;
            font-size: 11px; } }
    footer .footer_wrap .line_image {
      width: 19.75px;
      height: 2.19px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    footer .footer_wrap .footer_categories ul {
      padding-right: 15px; }
      @media (max-width: 1024px) {
        footer .footer_wrap .footer_categories ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          padding: 0;
          margin: 0;
          list-style: none; }
          footer .footer_wrap .footer_categories ul li {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      footer .footer_wrap .footer_categories ul p {
        margin: 0; }
    @media (max-width: 1024px) {
      footer .footer_wrap .footer_categories {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    footer .footer_wrap .footer_socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font: "bamburger"; }
      @media (max-width: 1024px) {
        footer .footer_wrap .footer_socials {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      footer .footer_wrap .footer_socials .footer_socials_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-padding-start: 0px;
                padding-inline-start: 0px; }
        @media (max-width: 1024px) {
          footer .footer_wrap .footer_socials .footer_socials_icons {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        footer .footer_wrap .footer_socials .footer_socials_icons p {
          margin: 0; }
        footer .footer_wrap .footer_socials .footer_socials_icons ul {
          padding-right: 15px; }
          @media (max-width: 1024px) {
            footer .footer_wrap .footer_socials .footer_socials_icons ul {
              padding: unset; } }
        footer .footer_wrap .footer_socials .footer_socials_icons ul li {
          margin-right: 5px;
          height: 24px; }
          footer .footer_wrap .footer_socials .footer_socials_icons ul li img {
            height: 24px; }
          @media (max-width: 1024px) {
            footer .footer_wrap .footer_socials .footer_socials_icons ul li {
              margin-right: 10px; } }

.lightBlueRectangle {
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #9bcbea;
  position: relative; }
  @media (max-width: 375px) {
    .lightBlueRectangle {
      height: 200px; } }

.bubbleCow {
  height: 640px;
  width: 100%;
  bottom: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  background-color: #cde5f4; }
  .bubbleCow .bubbleCow-container {
    width: 761px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -60px; }
    .bubbleCow .bubbleCow-container .bubbleCow-cowImage {
      z-index: 1; }
      .bubbleCow .bubbleCow-container .bubbleCow-cowImage .bubbleCow-cowImage-Image {
        height: 510px; }
    .bubbleCow .bubbleCow-container .bubbleCow-bubble-container {
      margin-right: 5%;
      position: absolute;
      right: 0;
      width: 433px;
      height: 454px;
      background-image: url("../images/footerBubble.svg");
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .bubbleCow .bubbleCow-container .bubbleCow-bubble-container .bubbleCow-title-text {
        text-wrap: wrap;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 70%;
        margin-top: 87px;
        color: #ffffff;
        text-align: right;
        font-family: "bamburger";
        font-size: 111.629px;
        font-style: normal;
        font-weight: 905;
        line-height: 80%;
        /* 89.304px */ }

.homePageOurStory {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -255px; }
  @media (max-width: 1024px) {
    .homePageOurStory {
      margin-top: -188px; } }
  .homePageOurStory .ourStoryDescriptionContainer {
    width: 35%;
    position: relative;
    top: -60px; }
    @media (max-width: 1024px) {
      .homePageOurStory .ourStoryDescriptionContainer {
        width: 80%;
        top: -15px; } }
  .homePageOurStory .ourStoryImageContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .homePageOurStory .title {
    font-size: 2em;
    position: relative;
    top: 53px;
    margin-left: 160px; }
    @media (max-width: 1024px) {
      .homePageOurStory .title {
        top: unset;
        margin-left: unset; } }
  .homePageOurStory .image-and-birds {
    position: relative; }
    .homePageOurStory .image-and-birds .birds-container {
      position: absolute;
      height: auto;
      margin: auto;
      width: 70px;
      right: 0; }
      .homePageOurStory .image-and-birds .birds-container.first {
        left: 60px;
        top: 40px; }
        @media (max-width: 1024px) {
          .homePageOurStory .image-and-birds .birds-container.first {
            top: 4%;
            width: 50px; } }
      .homePageOurStory .image-and-birds .birds-container.second {
        left: 110px;
        top: 65px;
        width: 50px; }
        @media (max-width: 1024px) {
          .homePageOurStory .image-and-birds .birds-container.second {
            top: 10%;
            left: 27%;
            width: 40px; } }
      .homePageOurStory .image-and-birds .birds-container.third {
        left: 65px;
        top: 80px;
        width: 40px; }
        @media (max-width: 1024px) {
          .homePageOurStory .image-and-birds .birds-container.third {
            top: 15%;
            left: 12%;
            width: 8%; } }
  .homePageOurStory picture {
    text-align: center; }

.openingGalleryContainer {
  display: block;
  background-color: #9bcbea;
  position: relative;
  padding-bottom: 300px;
  padding-top: 100px; }
  @media (max-width: 1024px) {
    .openingGalleryContainer {
      padding-bottom: 240px;
      padding-top: 0px; } }
  .openingGalleryContainer .linear_gradient_style {
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 150px; }
    @media (max-width: 375px) {
      .openingGalleryContainer .linear_gradient_style {
        opacity: 1;
        width: 375px;
        top: 500px;
        z-index: 1; } }
  .openingGalleryContainer .openingGallery {
    width: 90%;
    min-height: 850px; }
    @media (max-width: 1024px) {
      .openingGalleryContainer .openingGallery {
        width: 100%;
        min-height: auto; } }
  .openingGalleryContainer .gallery {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 800px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1024px) {
    .openingGalleryContainer .images {
      margin-bottom: 50px; } }
  .openingGalleryContainer .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #CDE5F4; }
  .openingGalleryContainer .swiper-pagination-bullet-active {
    color: #fff;
    background: #0C58A0; }
  .openingGalleryContainer .pagination_style {
    text-align: right;
    width: 92%;
    bottom: 0; }
    @media (min-width: 1551px) {
      .openingGalleryContainer .pagination_style {
        bottom: 15%; } }
    @media (min-width: 1800px) {
      .openingGalleryContainer .pagination_style {
        bottom: 40px; } }
    @media (max-width: 1550px) {
      .openingGalleryContainer .pagination_style {
        bottom: 190px; } }
    @media (max-width: 768px) {
      .openingGalleryContainer .pagination_style {
        bottom: 0; } }
  .openingGalleryContainer .cow_with_flower {
    z-index: 7;
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: 350px;
    left: 10%; }
    @media (min-width: 1024px) and (max-width: 1440px) {
      .openingGalleryContainer .cow_with_flower {
        width: 180px;
        height: 180px; } }
    @media (max-width: 1024px) {
      .openingGalleryContainer .cow_with_flower {
        width: 140px;
        left: 20px;
        height: 140px;
        bottom: 240px; } }
    .openingGalleryContainer .cow_with_flower .cow-style {
      position: absolute;
      top: 10px;
      max-width: 100%;
      max-height: 100%;
      display: block; }
      @media (max-width: 1024px) {
        .openingGalleryContainer .cow_with_flower .cow-style {
          top: 10px; } }
    .openingGalleryContainer .cow_with_flower .smile-style {
      z-index: 2;
      width: 80px;
      -webkit-animation: smile-swing 2s infinite linear;
              animation: smile-swing 2s infinite linear;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      position: absolute;
      top: 182px;
      left: 125px;
      max-width: 100%;
      max-height: 100%;
      display: block; }
      @media (min-width: 1024px) and (max-width: 1440px) {
        .openingGalleryContainer .cow_with_flower .smile-style {
          top: 128px;
          left: 87px;
          width: 66px; } }
      @media (max-width: 1024px) {
        .openingGalleryContainer .cow_with_flower .smile-style {
          width: 42px;
          top: 103px;
          left: 70px; } }
    .openingGalleryContainer .cow_with_flower .flower-style {
      z-index: 1;
      -webkit-animation: swing 2s infinite linear;
              animation: swing 2s infinite linear;
      -webkit-transform-origin: bottom center;
              transform-origin: bottom center;
      position: absolute;
      width: 219px;
      top: 178px;
      max-width: 100%;
      max-height: 100%;
      display: block;
      left: 67px; }
      @media (min-width: 1024px) and (max-width: 1440px) {
        .openingGalleryContainer .cow_with_flower .flower-style {
          top: 125px;
          left: 52px;
          width: 170px; } }
      @media (max-width: 1024px) {
        .openingGalleryContainer .cow_with_flower .flower-style {
          width: 110px;
          top: 103px;
          left: 45px; } }

@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }

@keyframes smile-swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } }
  .openingGalleryContainer .openingGalleryMask {
    position: absolute;
    z-index: 3;
    top: 5%;
    width: 95%;
    left: 3%;
    cursor: pointer; }
  .openingGalleryContainer .openingGalleryMaskMobile {
    z-index: 5;
    position: absolute;
    bottom: 275px;
    cursor: pointer; }

#badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  z-index: 2; }
  #badges img {
    width: 80px;
    height: auto; }
    @media (max-width: 1024px) {
      #badges img {
        width: 31px;
        left: -10px;
        position: relative; } }

.milkDrinks #badges,
.milk #badges {
  left: -15%;
  top: 10%; }

.noamCheese #badges,
.butter #badges {
  top: 25%; }

.whiteCheeses #badges {
  left: -10%;
  top: 25%; }

.cheesesForBaking #badges {
  left: -10%;
  top: 35%; }

.cookingCream #badges {
  left: -15%; }

.creamSauces #badges {
  top: 20%; }

/* General Animation styling */
.item .link_image {
  position: relative; }
  .item .link_image::before {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

.milkDrinks .item:hover .link_image::before,
.milk .item:hover .link_image::before,
.whiteCheeses .item:hover .link_image::before,
.butter .item:hover .link_image::before,
.creamSauces .item:hover .link_image::before,
.yogurts .item:hover .link_image::before,
.cookingCream .item:hover .link_image::before {
  content: "";
  background-image: url(../images/curls/curl1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 30%;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }

.milkDrinks .item:hover .tile-image,
.milk .item:hover .tile-image,
.whiteCheeses .item:hover .tile-image,
.butter .item:hover .tile-image,
.creamSauces .item:hover .tile-image,
.yogurts .item:hover .tile-image,
.cookingCream .item:hover .tile-image {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.milkDrinks .item:hover .secondary-tile-image,
.milk .item:hover .secondary-tile-image,
.whiteCheeses .item:hover .secondary-tile-image,
.butter .item:hover .secondary-tile-image,
.creamSauces .item:hover .secondary-tile-image,
.yogurts .item:hover .secondary-tile-image,
.cookingCream .item:hover .secondary-tile-image {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.noamCheese .item:hover .link_image::before,
.cheesesForBaking .item:hover .link_image::before {
  content: "";
  background-image: url(../images/corners/corner1.png), url(../images/corners/corner2.png);
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }

.noamCheese .item:hover .tile-image,
.cheesesForBaking .item:hover .tile-image {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.noamCheese .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  background-position: 52px -4px, 209px 241px; }

.noamCheese .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.noamCheese .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  background-position: 25px 10px, 230px 230px; }

.noamCheese .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

/* Specific category Animation styling */
.milk .item .link_image::before,
.milkDrinks .item .link_image::before {
  height: 100px;
  width: 65px; }

.milk .item:nth-child(odd):hover .product .link_image::before,
.milkDrinks .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  left: -20%;
  width: 26%;
  top: 30%; }

.milk .item:nth-child(odd):hover .product .tile-image,
.milkDrinks .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.milk .item:nth-child(even):hover .product .link_image::before,
.milkDrinks .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  right: -20%;
  top: 30%;
  width: 26%; }

.milk .item:nth-child(even):hover .product .tile-image,
.milkDrinks .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.milk .item .product .secondaryCategoryAnimation .secondary-tile-image,
.milkDrinks .item .product .secondaryCategoryAnimation .secondary-tile-image {
  left: -41%;
  position: absolute; }

.milk .item:hover .product .secondaryCategoryAnimation .secondary-tile-image,
.milkDrinks .item:hover .product .secondaryCategoryAnimation .secondary-tile-image {
  -webkit-transform: rotate(-7.193deg) translateX(-22px) translateY(-10px);
          transform: rotate(-7.193deg) translateX(-22px) translateY(-10px); }

.milk .item:hover .product .secondaryCategoryAnimation .tile-image,
.milkDrinks .item:hover .product .secondaryCategoryAnimation .tile-image {
  -webkit-transform: rotate(7.193deg) translateX(32px) translateY(-58px);
          transform: rotate(7.193deg) translateX(32px) translateY(-58px); }

.milk .item:hover .product .secondaryCategoryAnimation .link_image::before,
.milkDrinks .item:hover .product .secondaryCategoryAnimation .link_image::before {
  background-image: url(../images/curls/curl1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  left: 5%;
  width: 26%;
  top: -58px;
  right: 100px; }

.cheesesForBaking .item:hover .product .secondaryCategoryAnimation .secondary-tile-image {
  -webkit-transform: rotate(-7.193deg) translateX(-22px) translateY(-10px);
          transform: rotate(-7.193deg) translateX(-22px) translateY(-10px); }

.cheesesForBaking .item:hover .product .secondaryCategoryAnimation .tile-image {
  -webkit-transform: rotate(7.193deg) translateX(32px) translateY(-58px);
          transform: rotate(7.193deg) translateX(32px) translateY(-58px); }

.cheesesForBaking .item:hover .product .secondaryCategoryAnimation .link_image::before {
  background-image: url(../images/curls/curl1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  width: 20%;
  right: 100px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-position: 6px 161px;
  top: 0;
  left: 0;
  right: -38px; }

.whiteCheeses .item .link_image::before {
  height: 100px;
  width: 16%;
  background-size: 80%; }

.whiteCheeses .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  left: -5%;
  top: 47%; }

.whiteCheeses .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.whiteCheeses .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-2.193deg) rotateY(170deg);
          transform: rotate(-2.193deg) rotateY(170deg);
  right: -4%;
  top: 45%; }

.whiteCheeses .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.cheesesForBaking .item .link_image::before {
  height: 100px;
  width: 65px; }

.cheesesForBaking .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  background-position: -5px 84px, 250px 235px; }

.cheesesForBaking .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.cheesesForBaking .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(16deg) rotateY(180deg);
          transform: rotate(16deg) rotateY(180deg);
  background-position: -1px 85px, 252px 235px; }

.cheesesForBaking .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.yogurts .item .link_image::before {
  height: 100px;
  width: 65px; }

.yogurts .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg); }

.yogurts .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.yogurts .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  right: -2%;
  top: 30%;
  content: ""; }

.yogurts .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.yogurts .item:hover .secondaryCategoryAnimation .link_image::before {
  content: "";
  background-image: url(../images/corners/corner1.png), url(../images/corners/corner2.png);
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }

.yogurts .item:hover .secondaryCategoryAnimation .tile-image {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.yogurts .item:nth-child(even):hover .product .secondaryCategoryAnimation .link_image::before {
  right: 11%;
  top: 9%;
  width: 76%;
  -webkit-transform: rotate(308deg);
          transform: rotate(308deg);
  background-position: 7px 36px, 197px 213px; }

.yogurts .item:nth-child(even):hover .product .secondaryCategoryAnimation .tile-image {
  -webkit-transform: rotate(7.193deg);
          transform: rotate(7.193deg); }

.yogurts .item:nth-child(odd):hover .product .secondaryCategoryAnimation .link_image::before {
  top: 4%;
  -webkit-transform: rotate(37deg) rotateY(180deg);
          transform: rotate(37deg) rotateY(180deg);
  background-position: 50px 37px, 184px 264px;
  width: 76%; }

.yogurts .item:nth-child(odd):hover .product .secondaryCategoryAnimation .tile-image {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg); }

.cookingCream .item .link_image::before {
  height: 100px;
  width: 65px; }

.cookingCream .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  left: -20%;
  top: 20%; }

.cookingCream .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.cookingCream .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  right: -20%;
  top: 30%;
  content: ""; }

.cookingCream .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.creamSauces .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  left: 80%;
  bottom: 10%;
  width: 16%; }

.creamSauces .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-10px);
          transform: rotate(-7.193deg) translateY(-10px); }

.creamSauces .item:nth-child(odd):hover .product .link_image::before {
  left: 5%;
  bottom: 30%;
  width: 16%; }

.creamSauces .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-10px);
          transform: rotate(7.193deg) translateY(-10px); }

.butter .item .link_image::before {
  height: 100px;
  width: 65px; }

.butter .item:nth-child(even):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg);
          transform: rotate(-7.193deg);
  left: -20%;
  top: 20%; }

.butter .item:nth-child(even):hover .product .tile-image {
  -webkit-transform: rotate(7.193deg) translateY(-25px);
          transform: rotate(7.193deg) translateY(-25px); }

.butter .item:nth-child(odd):hover .product .link_image::before {
  -webkit-transform: rotate(-7.193deg) rotateY(180deg);
          transform: rotate(-7.193deg) rotateY(180deg);
  right: -20%;
  top: 30%;
  content: ""; }

.butter .item:nth-child(odd):hover .product .tile-image {
  -webkit-transform: rotate(-7.193deg) translateY(-25px);
          transform: rotate(-7.193deg) translateY(-25px); }

.search_container {
  background-color: #cde5f4;
  margin-bottom: -55px; }
  .search_container .tara_container {
    width: 100% !important;
    bottom: -60px;
    height: 100%; }
    @media (max-width: 1024px) {
      .search_container .tara_container {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin: auto; } }
    .search_container .tara_container .products_container {
      max-width: 83.33vw;
      width: 100%;
      margin: 0 auto;
      margin-top: 6.25vw; }
      @media (max-width: 1024px) {
        .search_container .tara_container .products_container {
          margin-bottom: 50px; } }
      .search_container .tara_container .products_container .products_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        direction: rtl; }
        .search_container .tara_container .products_container .products_wrap .item {
          width: 33%;
          margin-bottom: 8.4vw;
          direction: rtl; }
          @media (max-width: 1024px) {
            .search_container .tara_container .products_container .products_wrap .item {
              width: 50%; } }
          .search_container .tara_container .products_container .products_wrap .item div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative; }
            .search_container .tara_container .products_container .products_wrap .item div a {
              display: inline-block;
              width: 100%;
              text-decoration: none; }
            .search_container .tara_container .products_container .products_wrap .item div .item_img {
              max-width: 85%;
              margin: 0 auto;
              max-height: 25.78vw;
              text-align: center;
              position: relative; }
              .search_container .tara_container .products_container .products_wrap .item div .item_img img {
                height: 100%;
                width: 100%;
                max-height: 25.78vw; }
                @media (max-width: 1024px) {
                  .search_container .tara_container .products_container .products_wrap .item div .item_img img {
                    max-height: unset; } }
              @media (max-width: 1024px) {
                .search_container .tara_container .products_container .products_wrap .item div .item_img {
                  max-height: unset;
                  max-width: 55%; } }
            .search_container .tara_container .products_container .products_wrap .item div .link {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .search_container .tara_container .products_container .products_wrap .item div .item_name {
              width: 200px;
              color: #000000;
              text-align: center;
              font-size: 30px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (max-width: 768px) {
                .search_container .tara_container .products_container .products_wrap .item div .item_name {
                  font-size: 20px;
                  width: 140px; } }

@media (max-width: 1024px) {
  .search_container .tara_container.whiteCheeses .products_container .products_wrap .item div .item_img, .search_container .tara_container.yogurts .products_container .products_wrap .item div .item_img, .search_container .tara_container.noamCheese .products_container .products_wrap .item div .item_img, .search_container .tara_container.cheesesForBaking .products_container .products_wrap .item div .item_img, .search_container .tara_container.creamSauces .products_container .products_wrap .item div .item_img, .search_container .tara_container.butter .products_container .products_wrap .item div .item_img {
    max-width: 85%; } }

#creamSauces {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #creamSauces img {
    width: 80px;
    height: auto; }
    @media (max-width: 1024px) {
      #creamSauces img {
        width: 60px; } }

@media (max-width: 768px) {
  .products_container .products_wrap .item > div .item_img {
    max-width: 50%;
    max-height: inherit; }
    .products_container .products_wrap .item > div .item_img img {
      max-height: inherit;
      width: 100%; }
  .products_container .products_wrap .item > div .item_name {
    font-size: 22px; } }

.title_container {
  width: 100%;
  height: 86px;
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1024px) {
    .title_container {
      height: 45px; } }
  .title_container .title_svg_top {
    width: 100%;
    height: 4px;
    top: 0;
    position: absolute; }
  .title_container .title_svg_bottom {
    width: 100%;
    height: 4px;
    top: 87.8px;
    position: absolute; }
    @media (max-width: 1024px) {
      .title_container .title_svg_bottom {
        top: 43px; } }
  .title_container .title_svg_rect {
    width: 100%;
    height: 86px;
    top: 3px;
    position: absolute; }
    @media (max-width: 1024px) {
      .title_container .title_svg_rect {
        height: 46px; } }
  .title_container .title_style {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 905;
    line-height: normal;
    letter-spacing: 0.5px;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 1024px) {
      .title_container .title_style {
        font-size: 30px; } }
    .title_container .title_style img {
      width: 160px;
      height: auto;
      margin-right: 20px; }
      @media (max-width: 1024px) {
        .title_container .title_style img {
          width: 90px; } }
  .title_container .title_banner_lines_style {
    display: inline-block;
    margin-top: -1.2px; }
