.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: poppinsR;
  src: url(../assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: robotoR;
  src: url(../assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: robotoB;
  src: url(../assets/fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: promptM;
  src: url(../assets/fonts/Prompt-Medium.ttf);
}
@font-face {
  font-family: poorRichard;
  src: url(../assets/fonts/poorRichard.TTF);
}
@font-face {
  font-family: chopin;
  src: url(../assets/fonts/ChopinScript.otf);
}
@font-face {
  font-family: dancingM;
  src: url(../assets/fonts/DancingScript-Medium.ttf);
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}

.gt_float_switcher {
  box-shadow: none !important;
  color: #19191f !important;
  font-size: 18px !important;
}

.gt-current-lang {
  display: flex !important;
  align-items: center !important;
  color: #19191f !important;
}

@media only screen and (max-width: 768px) {
  .gt-lang-code {
    display: none;
  }
}

.navigationMainContainer {
  width: 100%;
  height: 70px;
  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 999;
  -webkit-box-shadow: 0px 16px 18px -12px #42445a;
  -moz-box-shadow: 0px 16px 18px -12px #42445a;
  box-shadow: 0px 16px 18px -12px #42445a;
  transition: 1s;
}
.navigationMainContainer .navigationMainRow {
  width: 100%;
  height: 70px;
  background: #fff;
  transition: 0.4s;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow {
    opacity: 1;
  }
}
.navigationMainContainer .navigationMainRow:hover {
  opacity: 1;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn {
    padding: 0px;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow {
  max-width: 1200px;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .logoMainColumn {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .logoMainColumn .logoContainer {
  width: 200px;
  height: 65px;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .logoMainColumn .logoContainer a {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .logoMainColumn .logoContainer a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn {
    justify-content: center;
    padding-right: 0px;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer {
  display: none;
  width: 30px;
  position: relative;
  height: 30px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer {
    display: flex;
    z-index: 999;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer #menu_checkbox {
  display: none;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  margin: 0px;
  cursor: pointer;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 1.2s cubic-bezier(0, 0.96, 1, 0.02);
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label div {
  position: relative;
  top: 0;
  height: 4px;
  background-color: #aa7903;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label div:first-child {
  transform-origin: 0;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label div:last-child {
  margin-bottom: 0;
  transform-origin: 60px;
  transition: 0.3s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .hamburgerContainer label div:nth-child(2) {
  right: 0;
  width: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks {
  width: 100%;
  height: 100%;
  position: relative;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .mobileInside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .mobileInside {
    display: flex;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .mobileInside img {
  width: 400px;
  height: 150px;
  opacity: 1;
  top: 15%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .mobileInside img {
    width: 95%;
    height: auto;
    object-fit: contain;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #fff;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    background-image: url(../img/background/navi.png);
    background-repeat: repeat;
    z-index: 999;
    display: none;
    opacity: 0;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .closeMobileBtnContainer {
  display: none;
  position: absolute;
  top: 5%;
  left: 47%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .closeMobileBtnContainer {
    display: block;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .closeMobileBtnContainer div {
  position: relative;
  width: 100%;
  height: 3px;
  background: #fff;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .closeMobileBtnContainer div:first-child {
  top: 20px;
  transform: rotateZ(45deg);
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .closeMobileBtnContainer div:last-child {
  top: 18px;
  transform: rotateZ(-45deg);
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl {
    display: block;
    border-style: solid;
    border-color: #aa7903;
    border-width: 1px;
    border-radius: 10px;
    width: 400px;
    height: auto;
    margin-top: 10%;
    position: relative;
    z-index: 999;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi {
  padding: 20px;
  cursor: pointer;
  border-width: 1px;
  background-color: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi a {
  color: #19191f;
  font-family: robotoB;
  text-transform: uppercase;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi a {
    color: #fff;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi {
    color: #fff;
    text-align: center;
  }
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi:hover {
  color: #aa7903;
  text-decoration: none;
  background-size: 70% 0.1em;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .navigationLinksColumn .navigationLinks .firstLvlUl .firstLvlLi:hover a {
  color: #aa7903;
  text-decoration: none;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 0px;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl .socialLi {
  width: 50px;
  height: auto;
  background-color: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl .socialLi:hover a svg path {
  fill: #aa7903;
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl .socialLi a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl .socialLi a svg {
  transition: 0.4s;
}
.navigationMainContainer .navigationMainRow .navigationMainColumn .navigationRow .socialIconNavigation .socialMediaContainer .socialUl .socialLi a svg path {
  fill: #000;
  transition: 0.4s;
}

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