@media only screen and (min-width: 769px) {
  html {
    font-size: 14.5px; } }
@media only screen and (max-width: 768px) {
  html {
    font-size: 11px; } }

body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  overflow: hidden; }

.header {
  position: relative;
  height: 100%;
  width: 100%; }
  .header .menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
    overflow: visible;
    z-index: 2; }
    .header .menu .circle {
      position: absolute;
      top: -4rem;
      left: calc((100% / 2) - 12rem/2);
      height: 12rem;
      width: 12rem;
      background-color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
      z-index: 3; }
      .header .menu .circle .logo {
        height: 100%;
        width: 100%;
        background-image: url("../pics/SOFOUF.png");
        background-repeat: no-repeat;
        background-size: 60% auto;
        background-origin: content-box;
        background-position: center 70%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .header .menu .languages {
      float: right;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      margin: 0 1rem 0 1rem;
      box-sizing: border-box; }
      .header .menu .languages .english {
        position: relative;
        width: 2.8rem;
        height: 1.4rem;
        margin: 0.2rem;
        background-image: url("../pics/english.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: border-box;
        background-position: center bottom;
        cursor: pointer; }
      .header .menu .languages .arabic {
        position: relative;
        width: 2.8rem;
        height: 1.4rem;
        margin: 0.2rem;
        background-image: url("../pics/arabic.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: border-box;
        background-position: center center;
        cursor: pointer; }
      .header .menu .languages .english.disabled::before, .header .menu .languages .arabic.disabled::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1.4rem;
        width: 2.8rem;
        background-color: rgba(255, 255, 255, 0.5); }
  .header .content {
    position: absolute;
    top: 3rem;
    left: 0;
    height: calc(100% - 3rem);
    width: 100%;
    background-image: url("../pics/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    background-position: center 70%;
    z-index: 1; }
    @media only screen and (orientation: portrait) and (max-height: 600px) {
      .header .content {
        background-size: auto 120vh;
        background-position: center 0; } }
    .header .content .paragraph {
      width: 100%;
      margin-top: 5.5rem; }
      .header .content .paragraph > .title {
        display: inline-block;
        width: 100%;
        font-family: "caf_franoiseregular";
        font-size: 3rem;
        color: white;
        text-align: center; }
      .header .content .paragraph .important {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "dk_cool_crayonregular";
        box-sizing: border-box; }
        @media only screen and (orientation: portrait) {
          .header .content .paragraph .important {
            display: inline-block;
            width: 100%;
            margin: 0; } }
        .header .content .paragraph .important .features {
          width: 25vw; }
          @media only screen and (orientation: portrait) {
            .header .content .paragraph .important .features {
              float: left;
              width: 100%;
              margin-bottom: 2rem; }
              .header .content .paragraph .important .features ul {
                float: left !important;
                list-style-type: none;
                width: 100%; }
                .header .content .paragraph .important .features ul li {
                  float: left;
                  width: 50%;
                  padding: 0.5rem 0.5rem 0 0.5rem !important; }
                  .header .content .paragraph .important .features ul li.last {
                    width: 100%; }
                  .header .content .paragraph .important .features ul li.center {
                    text-align: center; }
                  .header .content .paragraph .important .features ul li.left {
                    text-align: left; }
                  .header .content .paragraph .important .features ul li.right {
                    text-align: right; } }
          .header .content .paragraph .important .features ul {
            float: right;
            margin: 0;
            padding: 0;
            font-family: inherit;
            font-size: 1.8rem;
            color: white;
            list-style-type: none; }
            .header .content .paragraph .important .features ul li {
              padding: 0;
              margin: 0;
              padding-top: 1rem;
              box-sizing: border-box; }
              @media only screen and (orientation: portrait) {
                .header .content .paragraph .important .features ul li span {
                  display: none; } }
        .header .content .paragraph .important .container {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50vw; }
          @media only screen and (orientation: portrait) {
            .header .content .paragraph .important .container {
              width: 100vw;
              padding: 0 0.5rem;
              box-sizing: border-box; }
              .header .content .paragraph .important .container .lightbulb {
                float: left;
                width: 45% !important; }
              .header .content .paragraph .important .container .forms {
                width: auto !important;
                box-sizing: border-box; } }
          .header .content .paragraph .important .container .lightbulb {
            width: 50%;
            height: 100%; }
            .header .content .paragraph .important .container .lightbulb img {
              height: 100%;
              content: url("../pics/lightbulb.png"); }
          .header .content .paragraph .important .container .forms {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 50%;
            height: 100%;
            font-family: inherit;
            font-size: 1.2rem;
            box-sizing: border-box;
            overflow: hidden; }
            .header .content .paragraph .important .container .forms button {
              height: 2.5rem;
              width: 9rem;
              margin-top: 1rem;
              font-size: inherit;
              font-family: inherit;
              color: white;
              background-color: transparent;
              border: 2px solid white;
              box-sizing: border-box;
              cursor: pointer;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              -ms-border-radius: 15px;
              border-radius: 15px;
              transition: background-color 0.5s;
              -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
              -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
              outline: none; }
              .header .content .paragraph .important .container .forms button:hover {
                background-color: rgba(28, 117, 188, 0.5); }
            .header .content .paragraph .important .container .forms .login {
              width: 100%; }
              .header .content .paragraph .important .container .forms .login > .title {
                font-size: 1.8rem;
                color: white;
                -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
              .header .content .paragraph .important .container .forms .login form input {
                display: block;
                max-width: 20rem;
                min-width: 17rem;
                margin: 0;
                margin-top: 1rem;
                padding: 0;
                border: none;
                border-bottom: 2px solid white;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                border-radius: 0px;
                font-family: inherit;
                font-size: inherit;
                color: white;
                background-color: transparent;
                outline: none; }
            .header .content .paragraph .important .container .forms .signup {
              margin-top: 1.5rem; }
              .header .content .paragraph .important .container .forms .signup > .title {
                font-size: 1.8rem;
                color: #1c75bc;
                -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
                text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

/*# sourceMappingURL=index.css.map */
