@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;500&display=swap");
@keyframes default_r-nav {
  from {
    left: 49%; }
  to {
    left: 50%; } }

.default_r_nave {
  animation: default_r-nav .1s ease-out forwards; }

@keyframes default_l-nav {
  from {
    left: 51%; }
  to {
    left: 50%; } }

.default_l_nave {
  animation: default_l-nav .1s ease-out forwards; }

.container-100 {
  max-width: 100%;
  margin: 0 auto; }

.container-90 {
  max-width: 90%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-90 {
      max-width: 100%; } }

.container-80 {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-80 {
      max-width: 100%; } }

.container-70 {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-70 {
      max-width: 100%; } }

.container-60 {
  max-width: 60%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-60 {
      max-width: 100%; } }

.container-50 {
  max-width: 50%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-50 {
      max-width: 100%; } }

.container-40 {
  max-width: 40%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-40 {
      max-width: 100%; } }

.container-30 {
  max-width: 30%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-30 {
      max-width: 100%; } }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fafafa; }

html {
  font-size: 62.5%; }

header .navigation {
  background-color: white;
  z-index: 2;
  position: relative; }
  header .navigation nav .r_ul, header .navigation nav .l_ul {
    margin-bottom: 0;
    z-index: 2;
    width: 40%;
    font-size: 1.2rem;
    padding: .7rem 0; }
  header .navigation nav .r_ul:hover a, header .navigation nav .l_ul:hover a {
    color: #acabab; }
    header .navigation nav .r_ul:hover a:hover, header .navigation nav .l_ul:hover a:hover {
      color: black; }
  header .navigation nav .r_ul li:not(:first-of-type), header .navigation nav .l_ul li:not(:first-of-type) {
    margin-left: 1rem; }
  header .navigation nav .r_ul {
    margin-right: 2.5%; }
  header .navigation nav .l_ul {
    margin-left: 2.5%; }
  header .navigation nav li {
    display: inline-block;
    font-family: inherit; }
    header .navigation nav li a {
      color: #333;
      text-transform: uppercase;
      text-decoration: none;
      transition: color .3s ease-in-out;
      font-weight: bold; }
  header .navigation nav .logo {
    padding: .7rem 0; }
    header .navigation nav .logo img {
      z-index: 2; }
  header .navigation .svg {
    bottom: -36%;
    width: 250px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); }
  header .navigation #path {
    transition: transform .3s linear;
    transform-origin: center;
    transform: matrix(1, 0, 0, 1, 100, -96);
    fill: white;
    backface-visibility: hidden; }
  header .navigation .circle2 {
    width: 150px;
    height: 80px;
    border-radius: 10%; }
  header .navigation .nav_mobile_button {
    font-size: 3rem;
    background-color: transparent;
    border: none;
    outline: none; }
    header .navigation .nav_mobile_button:hover {
      color: black; }
  header .navigation .menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    transition: left .4s ease-in-out;
    background-color: #f5f1ed; }
    header .navigation .menu button {
      margin-bottom: 3rem;
      margin-left: auto; }
    header .navigation .menu div:last-of-type {
      height: 90%;
      text-align: center; }
      header .navigation .menu div:last-of-type li {
        margin-bottom: 2rem; }
      header .navigation .menu div:last-of-type a {
        font-size: 5rem;
        color: black;
        text-transform: capitalize; }
        header .navigation .menu div:last-of-type a:hover {
          text-decoration: none;
          color: #807b7b; }
    header .navigation .menu div:first-of-type {
      height: 10%;
      margin-right: 2.5rem; }
      header .navigation .menu div:first-of-type button {
        margin-bottom: 3rem;
        margin-left: auto; }

footer {
  background-color: #f5f1ed;
  font-size: 1.8rem; }
  footer ul li div > img {
    width: 100px;
    height: 80px;
    margin: auto; }
  footer ul li {
    margin-top: 1.5rem; }
    @media (max-width: 762px) {
      footer ul li {
        text-align: center; } }
  footer ul li form > input[type=email] {
    border: none;
    border-bottom: .1rem solid black;
    padding: .325rem;
    background-color: #f5f1ed;
    width: 60%; }
    footer ul li form > input[type=email]:focus {
      outline: none; }
  footer ul li form > input[type=submit] {
    border: none;
    background-color: #f5f1ed; }
  footer ul.list_row-2 li {
    font-size: 1.1rem; }

.content .text {
  height: 100%; }

.content .item {
  display: grid;
  grid-template-columns: repeat(2, 50%); }
  @media (max-width: 962px) {
    .content .item {
      grid-template-columns: repeat(1, 100%); } }
  .content .item .l_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    min-height: 100vh; }
    @media (max-width: 962px) {
      .content .item .l_item {
        min-height: 350px; } }
    @media (max-width: 762px) {
      .content .item .l_item {
        min-height: 250px; } }
    .content .item .l_item-2 {
      display: none;
      max-height: 250px; }
      @media (max-width: 768px) {
        .content .item .l_item-2 {
          display: block; } }
  .content .item .r_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: border-box;
    padding: 7rem 0; }
    @media (max-width: 762px) {
      .content .item .r_item {
        padding: 9rem 0; } }
    .content .item .r_item ul {
      width: 60%;
      margin-bottom: 0; }
      .content .item .r_item ul img {
        width: 100%;
        height: 100%; }
      .content .item .r_item ul li.img {
        height: 600px; }
        @media (max-width: 962px) {
          .content .item .r_item ul li.img {
            height: 450px; } }
        @media (max-width: 762px) {
          .content .item .r_item ul li.img {
            height: 350px; } }
      .content .item .r_item ul li {
        text-align: center; }
        .content .item .r_item ul li:not(:last-of-type) {
          margin-bottom: 2.5rem; }
        .content .item .r_item ul li a {
          font-size: 1.6rem;
          min-width: 50%;
          font-weight: bold;
          text-transform: uppercase; }
          @media (max-width: 962px) {
            .content .item .r_item ul li a {
              font-size: 1.2rem; } }
          @media (max-width: 762px) {
            .content .item .r_item ul li a {
              font-size: 1rem; } }
        .content .item .r_item ul li h3 {
          font-size: 4.5rem;
          text-transform: uppercase;
          font-weight: bold; }
          @media (max-width: 962px) {
            .content .item .r_item ul li h3 {
              font-size: 3rem; } }
          @media (max-width: 762px) {
            .content .item .r_item ul li h3 {
              font-size: 2rem; } }
          .content .item .r_item ul li h3.light {
            color: #f8f9fa; }
  .content .item .pragraph {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh; }
    .content .item .pragraph .prg {
      width: 70%;
      font-size: 2.2rem; }
      .content .item .pragraph .prg h3 {
        font-size: 5rem;
        font-weight: bold; }
        @media (max-width: 962px) {
          .content .item .pragraph .prg h3 {
            font-size: 2.5rem; } }
        .content .item .pragraph .prg h3:not(:last-of-type) {
          margin-bottom: 2rem; }
      .content .item .pragraph .prg a {
        font-size: inherit;
        text-transform: uppercase; }
      .content .item .pragraph .prg p {
        margin-top: 4rem;
        margin-bottom: 2rem; }

.content .container-100 .item:first-of-type .l_item {
  min-height: calc(100vh - 89px); }
  @media (max-width: 962px) {
    .content .container-100 .item:first-of-type .l_item {
      min-height: 350px; } }
  @media (max-width: 762px) {
    .content .container-100 .item:first-of-type .l_item {
      min-height: 250px; } }

.holder {
  width: 90%; }

.patern_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem; }
  .patern_img-1 {
    background-image: url(../img/patren.jpg); }
  .patern_img-2 {
    background-image: url(../img/chocolate-oreo-ice-cream-5.png); }

.patern_color-1 {
  background-color: #f5f1ed; }

.patern_color-2 {
  background-color: #3d2b57; }
  .patern_color-2 h3 {
    color: white; }

#rotate {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
