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

section {
  width: 100%;
  display: flex;
  min-height: 30vh;
  border-bottom: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(1) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(1) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1,
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  margin-bottom: 0;
  text-align: center;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 2.4em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-family: "Arial", sans-serif;
  margin-top: 1vw;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2 {
  font-size: 3em;
  color: rgb(35, 54, 110);
}
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-size: 1.8em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(2) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
  width: 100%;
  padding: 3vw;
  box-sizing: border-box;
  height: auto;
  background-color: #f2f2f2;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.8em;
}
section:nth-of-type(2) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .panel {
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  margin-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
  margin: auto 1vw;
  cursor: pointer;
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
  padding: 1vw 2vw;
  box-sizing: border-box;
  border: 0;
  outline: unset;
  font-weight: 700;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  padding: 1vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel {
  min-height: 100vh;
  display: none;
  grid-template-columns: 1fr;
  gap: 1vw;
}
section:nth-of-type(3) .panel img {
  width: 100%;
  min-height: 80vh;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
section:nth-of-type(3) .panel .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1vw 1.5vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel .card h1,
section:nth-of-type(3) .panel .card h2 {
  width: 100%;
  color: rgb(216, 176, 115);
  font-family: "Arial", sans-serif;
}
section:nth-of-type(3) .panel .card > h1 {
  font-size: 2.4em;
  margin-bottom: 0;
}
section:nth-of-type(3) .panel .card > h2 {
  font-size: 1.8em;
  font-style: italic;
}
section:nth-of-type(3) .panel .card .services {
  border-top: 2px solid rgb(216, 176, 115);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(3) .panel .card .services h1 {
  font-size: 2em;
  color: rgb(35, 54, 110);
  font-family: "Arial", sans-serif;
}
section:nth-of-type(3) .panel .card .services .row_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 1vw;
}
section:nth-of-type(3) .panel .card .services .row_grid span {
  padding: 1vw 1.5vw;
  box-sizing: border-box;
  color: rgb(35, 54, 110);
  width: 100%;
  font-size: 1.8em;
  border: 2px solid rgb(216, 176, 115);
  z-index: 5;
  /*
    &:nth-of-type(odd) {
      background-color: $darkblue;
    }
    &:nth-of-type(even) {
      color: $darkblue;
      background-color: $white1;
    }
    */
}
section:nth-of-type(3) .panel:nth-of-type(1) .item {
  box-sizing: border-box;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 40vw 1fr;
  align-items: stretch;
  background-color: #f2f2f2;
}
section:nth-of-type(3) .panel:nth-of-type(2) {
  grid-template-columns: 1fr 1fr;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  background-color: #f2f2f2;
}
section:nth-of-type(3) .panel:nth-of-type(2) .item .row_grid {
  grid-template-columns: 1fr;
}
section:nth-of-type(3) .panel.active {
  display: grid;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section:nth-of-type(1) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
    text-align: center;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    color: rgb(35, 54, 110);
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-family: "Arial", sans-serif;
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 2em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1.2em;
    color: rgb(35, 54, 110);
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.4em;
    padding: unset;
  }
  section:nth-of-type(2) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
    margin: auto 1vw;
    cursor: pointer;
    font-size: 1.4em;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(3) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel {
    min-height: 100vh;
    display: none;
    grid-template-columns: 1fr;
    gap: unset;
  }
  section:nth-of-type(3) .panel img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  section:nth-of-type(3) .panel .card {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel .card h1,
  section:nth-of-type(3) .panel .card h2 {
    width: 100%;
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(3) .panel .card > h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(3) .panel .card > h2 {
    font-size: 1.4em;
  }
  section:nth-of-type(3) .panel .card .services h1 {
    font-size: 1.4em;
  }
  section:nth-of-type(3) .panel .card .services .row_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 1vw;
  }
  section:nth-of-type(3) .panel .card .services .row_grid span {
    padding: 1vw 1.5vw;
    box-sizing: border-box;
    color: rgb(35, 54, 110);
    width: 100%;
    font-size: 1.4em;
    border: 2px solid rgb(216, 176, 115);
    z-index: 5;
    /*
    &:nth-of-type(odd) {
      background-color: $darkblue;
    }
    &:nth-of-type(even) {
      color: $darkblue;
      background-color: $white1;
    }
    */
  }
  section:nth-of-type(3) .panel:nth-of-type(1) .item {
    box-sizing: border-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 5vh;
    align-items: stretch;
    background-color: #f2f2f2;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    margin-bottom: 5vh;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item .row_grid {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(3) .panel.active {
    display: grid;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section:nth-of-type(1) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
    text-align: center;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 1.7em;
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1em;
    color: rgb(35, 54, 110);
    opacity: 0.5;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.2em;
    padding: unset;
  }
  section:nth-of-type(2) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row {
    padding: 2vw;
    padding-top: unset;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
    margin: unset;
    width: 100%;
    font-size: 1.2em;
    padding: 2vw;
    margin-top: 2vh;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(3) {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel {
    min-height: 100vh;
    display: none;
    grid-template-columns: 1fr;
    gap: unset;
  }
  section:nth-of-type(3) .panel img {
    width: 100%;
    min-height: unset;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  section:nth-of-type(3) .panel .card {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel .card h1,
  section:nth-of-type(3) .panel .card h2 {
    width: 100%;
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(3) .panel .card > h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(3) .panel .card > h2 {
    font-size: 1.2em;
  }
  section:nth-of-type(3) .panel .card .services h1 {
    font-size: 1.2em;
  }
  section:nth-of-type(3) .panel .card .services .row_grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: unset;
  }
  section:nth-of-type(3) .panel .card .services .row_grid span {
    padding: 2vw;
    box-sizing: border-box;
    color: rgb(35, 54, 110);
    width: 100%;
    font-size: 1.2em;
    border: 2px solid rgb(216, 176, 115);
    margin-bottom: 2vh;
    /*
    &:nth-of-type(odd) {
      background-color: $darkblue;
    }
    &:nth-of-type(even) {
      color: $darkblue;
      background-color: $white1;
    }
    */
  }
  section:nth-of-type(3) .panel:nth-of-type(1) .item {
    box-sizing: border-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 5vh;
    align-items: stretch;
    background-color: #f2f2f2;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    margin-bottom: 5vh;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .item .row_grid {
    grid-template-columns: 1fr;
  }
  section:nth-of-type(3) .panel.active {
    display: grid;
  }
}/*# sourceMappingURL=projects_ar.css.map */