@font-face {
  font-family: "pt_sansbold";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold_italic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marcellusregular";
  src: url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  direction: rtl;
}
html strong,
html em,
body strong,
body em {
  font-family: "marcellusregular";
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

header {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  width: 100%;
}

nav {
  width: 100%;
}
nav:nth-of-type(1) {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgb(216, 176, 115);
}
nav:nth-of-type(1) .social_media_wrapper,
nav:nth-of-type(1) .lang_wrapper {
  padding: 1vw;
  box-sizing: border-box;
}
nav:nth-of-type(1) .social_media_wrapper {
  display: flex;
}
nav:nth-of-type(1) .social_media_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5vw;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(216, 176, 115);
  color: rgb(216, 176, 115);
  font-size: 1.4em;
}
nav:nth-of-type(1) .social_media_wrapper a:hover {
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
}
nav:nth-of-type(1) .lang_wrapper {
  display: flex;
  align-items: center;
}
nav:nth-of-type(1) .lang_wrapper a {
  color: #cd994b;
  font-family: "pt_sansbold_italic";
  font-weight: normal;
  font-style: normal;
  color: rgb(216, 176, 115);
  font-size: 1.8em;
  text-align: center;
}
nav:nth-of-type(1) .lang_wrapper a:hover {
  color: rgb(35, 54, 110);
}
nav:nth-of-type(1) a {
  text-decoration: none;
  margin-right: 1vw;
  margin-left: 1vw;
}
nav:nth-of-type(2) {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-bottom: 2px solid rgb(216, 176, 115);
  position: relative;
}
nav:nth-of-type(2) a {
  text-decoration: none;
}
nav:nth-of-type(2) .logo {
  padding: 1vw;
  box-sizing: border-box;
}
nav:nth-of-type(2) .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 10vh;
}
nav:nth-of-type(2) .nav_links {
  display: flex;
  justify-content: flex-end;
}
nav:nth-of-type(2) .nav_links a {
  margin-right: 1vw;
  font-size: 1.4em;
  padding: 1vw;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: rgb(35, 54, 110);
  text-transform: uppercase;
}
nav:nth-of-type(2) .nav_links a:hover {
  color: rgb(216, 176, 115);
}

.disabled {
  pointer-events: none;
}

#burger_menu_open_button {
  display: none;
  position: absolute;
  right: 2vw;
  background-color: transparent;
  color: rgb(216, 176, 115);
  border: 0;
  outline: unset;
  cursor: pointer;
}
#burger_menu_open_button:hover {
  color: rgb(35, 54, 110);
}

#burger_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#burger_menu .row {
  width: 100%;
  padding: 4vw;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  nav:nth-of-type(1) .social_media_wrapper a {
    padding: 1vw;
    box-sizing: border-box;
    font-family: 1.8em;
  }
  nav:nth-of-type(1) .lang_wrapper {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  nav:nth-of-type(1) .lang_wrapper a {
    font-size: 2em;
  }
  nav:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    justify-content: center;
    align-items: center;
  }
  nav:nth-of-type(2) .nav_links {
    display: none;
  }
  #burger_menu_open_button {
    display: unset;
  }
  #burger_menu_open_button span,
  #burger_menu_close_button span {
    font-size: 4vw;
  }
  #burger_menu a {
    text-decoration: none;
    color: rgb(216, 176, 115);
    padding: 1vw;
    box-sizing: border-box;
    font-size: 2.5em;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    margin-bottom: 1vh;
    text-transform: uppercase;
  }
  #burger_menu #burger_menu_close_button {
    color: rgb(186, 39, 74);
    background-color: transparent;
    border: 0;
    outline: unset;
    cursor: pointer;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  nav:nth-of-type(1) .social_media_wrapper a {
    padding: 1vw;
    box-sizing: border-box;
    font-family: 1.2em;
  }
  nav:nth-of-type(1) .lang_wrapper {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  nav:nth-of-type(1) .lang_wrapper a {
    font-size: 1.4em;
  }
  nav:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    justify-content: center;
    align-items: center;
  }
  nav:nth-of-type(2) .nav_links {
    display: none;
  }
  #burger_menu_open_button {
    display: unset;
  }
  #burger_menu_open_button span,
  #burger_menu_close_button span {
    font-size: 6vw;
  }
  #burger_menu a {
    text-decoration: none;
    color: rgb(216, 176, 115);
    padding: 1vw;
    box-sizing: border-box;
    font-size: 1.8em;
    font-family: "Arial", sans-serif;
    font-weight: 300;
    margin-bottom: 1vh;
    text-transform: uppercase;
  }
  #burger_menu #burger_menu_close_button {
    color: rgb(186, 39, 74);
    background-color: transparent;
    border: 0;
    outline: unset;
    cursor: pointer;
  }
}/*# sourceMappingURL=nav_ar.css.map */