
@import "./animate.css";
@import "./fonts/stylesheet.css";




.nav__inner-links-inner a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}


/* Typography */
.auto__container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}


.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
  background: #fff;
}
.header.sticky {
  background: #f4efe9;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
  position: fixed;
  top: -111.64px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header .auto__container {
  max-width: 1340px;
  position: static;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 150px;
  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;
}
.header__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -111.64px;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -111.64px;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner .language {
  margin-right: 15px;
}
.nav__inner-social {
  width: 32px;
  height: 32px;
  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;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-social:hover {
  opacity: 0.8;
}
.nav__inner-social:last-child {
  margin-right: 0;
}
.nav__inner-social img {
  width: 100%;
}
.nav__inner-links {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #faf9f7;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "EngraversGothic BT", serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
  z-index: 5;
}
.nav__inner-links-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.nav__inner-link {
    background-color: #faf9f7;
    padding: 12px 25px;
    display: block;
    line-height: 18px;
    font-size: inherit;
    border-bottom: none;
    padding: 3px 0px;
    margin: 0 51px;
}
.nav__inner-link:hover {
  color: #0056b3;
  text-decoration: none;
}
.nav__inner-link.active {
  border-bottom: 1px solid #dddddd;
}

.burger {
  display: none;
}

.language {
  position: relative;
  z-index: 10;
  cursor: pointer;
}


.language__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px;
  z-index: 10;
      text-decoration: none;
    cursor: pointer;
    color: #000;
}


.language__title img {
  width: 10px;
  margin-left: 4px;
}
.language__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f4efe9;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  overflow: hidden;
}
.language:hover .language__content {
  max-height: 500px;
  opacity: 1;
}




@media (max-width: 1024px) {

.new_nav__inner-links-inners .nav__inner-link {
    margin: 0 28px !important;
}

.new_nav__inner-links-inners .nav__inner-links-inner {
    padding: 0 3px;
}


}


@media screen and (min-width: 1301px) and (max-width: 1400px) {

.new_nav__inner-links-inners .nav__inner-link {
    margin: 0 46px !important;
}


}


@media screen and (min-width: 1201px) and (max-width: 1300px) {

.new_nav__inner-links-inners .nav__inner-link {
    margin: 0 40px !important;
}


}


@media screen and (min-width: 992px) and (max-width: 1200px) {

.new_nav__inner-links-inners .nav__inner-link {
    margin: 0 23px !important;
}


}












@media (max-width: 840px) {


  .header.sticky {
    background: #f4efe9;
    -webkit-animation: 0.2s linear sticky;
            animation: 0.2s linear sticky;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .header__inner-logo {
    width: 120px;
  }

  @-webkit-keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  .nav {
    position: fixed;
    top: 81.31px;
    left: 0;
    width: 100%;
    height: calc(100% - 81.31px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    position: absolute;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px 20px 62px 20px;
    height: calc(100% - 82px);
    overflow-y: auto;
    background: #f4efe9;
  }
  .nav__inner-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
  }
  .nav__inner-social {
    margin: 10px;
  }
  .nav__inner .language {
    width: 100%;
    margin: 0;
  }
  .nav__inner .language__content {
    position: static;
  }
  .nav__inner-links {
    position: static;
    height: unset;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav__inner-links-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .nav__inner-link {
    width: calc(100% + 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 40px;
    margin: 0 -40px;
    border-bottom: 1px solid #dddddd;
    background: none;
  }

  .body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  
}


