@import url("https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;600;700&display=swap");
/*--------------------------------------------------------------
CSS Reset
--------------------------------------------------------------*/
html {
  font-family: sans-serif; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  display: block;
  border: 0;
  width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  box-sizing: content-box; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Accessibility */
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  #skip a:focus {
    position: static;
    width: auto;
    height: auto; }

/* Typography Styling */
h1, h2, h3, h4, h5, h6, legend, label {
  font-family: 'Brygada 1918', serif;
  color: #fff; }

p, a, label, textarea, span {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  font-weight: normal; }

body {
  background-color: #ffffff; }

/* Login Form CSS */
.loginForm {
  display: none; }
  .loginForm label {
    display: block;
    width: 100%; }
  .loginForm input[type="text"], .loginForm input[type="password"] {
    display: block;
    width: 98%;
    height: 2.125em;
    margin-bottom: 0.625em; }
  .loginForm button {
    outline: none;
    float: right;
    color: #fff;
    border: none;
    background-color: #659EBC;
    box-shadow: 2px 2px 1px rgba(101, 158, 188, 0.5);
    width: 6.25em;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 1.2em;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    padding: 0.313em;
    margin: 0.625em;
    transition: color 0.5s; }
    .loginForm button:hover {
      color: #223e4d; }

/* Form Styling */
form.formStyle {
  width: 37.000em;
  height: 55.00em;
  padding: 0.938em;
  margin: 0 auto; }

form label {
  font-family: "Rubik", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: normal;
  color: #f5f5f5; }

[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px; }

[type="file"] + label {
  background-color: #000;
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 1.25em;
  margin-bottom: 1.25em; }

[type="file"]:focus + label,
[type="file"] + label:hover {
  background-color: #f15d22; }

[type="file"]:focus + label {
  outline: 1px dotted #000; }

*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  margin-bottom: 1.250em; }

.select-css::-ms-expand {
  display: none; }

.select-css:hover {
  border-color: #888; }

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

.select-css option {
  font-weight: normal; }

input {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0.375em;
  margin-bottom: 1em;
  resize: vertical; }

textarea {
  resize: none;
  height: 12.5em;
  width: 100%;
  color: #2e2e2e;
  padding: 0.625em; }

button, a.editButton {
  outline: none;
  float: right;
  color: #fff;
  border: none;
  background-color: #DAAD86;
  box-shadow: 2px 2px 1px rgba(218, 173, 134, 0.5);
  width: 6.25em;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.2em;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  padding: 0.313em;
  margin: 0.625em;
  transition: color 0.5s; }
  button:hover, a.editButton:hover {
    color: #223e4d; }

.pagination .three-dots {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.313em 0.500em 0; }

.pagination a {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  padding-left: 0.313em; }

.pagination a.selected {
  font-weight: bolder;
  color: #DAAD86;
  padding-left: 0.313em; }

header {
  display: none;
  justify-content: flex-start;
  background-color: #DAAD86;
  font-size: 76%;
  padding: 1.250em; }
  header img {
    width: 15.625em;
    height: 12.50em; }
  header .title {
    margin-left: 1.250em; }
    header .title h1 {
      line-height: 0.6; }
    header .title p {
      font-style: italic; }

/* Navigational CSS */
nav {
  position: relative;
  width: 100%;
  height: 3.700em; }
  nav .nav-title {
    display: inline-block;
    font-size: 1.2em;
    line-height: 0.5;
    color: #fff;
    padding-left: 0.625em; }
  nav > .nav-btn {
    display: none; }
  nav > .nav-links {
    display: inline;
    float: right;
    font-size: 1.250em;
    padding-right: 3.125em; }
  nav > .nav-links > a {
    display: inline-block;
    line-height: 1.875em;
    text-decoration: none;
    text-transform: capitalize;
    color: #659EBC;
    padding: 0.313em 0.625em; }
  nav > .nav-links > a:hover {
    background-color: rgba(218, 173, 134, 0.5); }
  nav > #nav-check {
    display: none; }

/* Navigation CSS Media Query */
@media screen and (max-width: 48em) {
  nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }
  nav > .nav-btn > label {
    display: inline-block;
    cursor: pointer;
    width: 3.125em;
    height: 3.125em;
    padding: 0.875em; }
  nav > .nav-btn > label > span {
    display: block;
    width: 1.563em;
    height: 0.500em;
    border-top: 0.125em solid #659EBC; }
  nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #659EBC;
    height: 0;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 3.125em;
    left: 0; }
  nav > .nav-links > a {
    display: block;
    width: 100%;
    color: #fff; }
  nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0; }
  nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 3.125em);
    overflow-y: auto; } }
/* End of Navigation CSS */
main {
  background-color: #659EBC;
  padding: 0.625em 1.250em;
  margin: 0; }

aside {
  background-color: #DAAD86;
  padding: 0.625em 1.250em;
  margin: 0; }

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center; }
  footer p {
    color: #659EBC; }

/* Approximately the size of an iPad 768px */
@supports (grid-area: auto) {
  @media screen and (min-width: 48em) {
    .site {
      display: grid;
      grid-template-columns: 48em;
      grid-template-areas: "header" "nav" "main" "sidebar" "footer";
      justify-content: center; }

    header {
      grid-area: header;
      display: flex; }

    nav {
      grid-area: nav; }

    main {
      grid-area: main;
      display: grid;
      grid-template-columns: fit-content(1fr);
      grid-auto-flow: row;
      justify-content: center;
      justify-items: center; }

    aside {
      grid-area: sidebar;
      justify-items: center; }

    footer {
      grid-area: footer; } } }
/* Approximately the size of an iPad Pro 12.9in 1024px */
@supports (grid-area: auto) {
  @media screen and (min-width: 64em) {
    .site {
      display: grid;
      grid-template-columns: 64em;
      grid-template-areas: "header" "nav" "main" "sidebar" "footer";
      justify-content: center; } } }
/* Approximately the size of a 1248px large display monitor */
@supports (grid-area: auto) {
  @media screen and (min-width: 78em) {
    .site {
      display: grid;
      grid-template-columns: minmax(12.5em, 25em) minmax(37em, 50em);
      grid-template-areas: "header header" "nav nav" "sidebar main" "footer footer";
      justify-content: center;
      row-gap: 0.625em;
      column-gap: 1.250em; }

    header {
      background-image: linear-gradient(#DAAD86, #c68044);
      box-shadow: 0.625em 0.625em 0.626em rgba(218, 173, 134, 0.4); }

    main {
      background-image: linear-gradient(#659EBC, #3d728d);
      box-shadow: 0.625em 0.625em 0.626em rgba(101, 158, 188, 0.4); }

    aside {
      background-image: linear-gradient(#DAAD86, #c68044);
      box-shadow: 0.625em 0.625em 0.626em rgba(218, 173, 134, 0.4); } } }

/*# sourceMappingURL=techshangri-la.css.map */
