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; }
