* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
a {
  text-decoration: none;
}
body {
  background-color: #191919;
  overflow: visible !important;
  overflow-x: hidden;
}
.header-mobile {
  display: none;
}

.svg{
  width: 70px;
  height: 100%;
  filter: invert(1);
  position: relative;
  bottom: 0px;
}
.story-text > p:nth-child(1) > span > img:nth-child(1), .story-text > p:nth-child(1) > img:nth-child(2){
  width: 100px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  width: 90%;
  margin: 0 auto;
}
.arabic1 {
  text-align: end;
}
.logo {
  display: flex;
  gap: 10px;
  width: 100%;
}
.logo > a > img {
  height: 180px;
  filter: invert(100%);
}
.menue {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 50px;
  padding-top: 20px;
}
.menue > li > a {
  font-size: 1.8em;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.menue > li > a:hover {
  color: gold;
  transition: ease-in-out 0.3s;
}
.phone-header {
  display: none;
}

/* languages */
.nav-wrapper {
  text-align: center;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  right: -15px;
  top: 45px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover {
  color: #18a5b8;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-tr {
  background: url("../img/123.svg");
  background-size: cover;
}
.flag-usa {
  background: url("../img/englishlanguage.svg");
  background-position: center;
  background-size: cover;
}

.sl-nav > ul > li > i > svg {
  transition: ease-in-out 0.3s;
}
.sl-nav > ul > li > i > svg:hover {
  transform: translateY(-5px);
}
.sl-nav > ul > li > i > svg {
  fill: gold;
  width: 40px;
  height: 40px;
}
.sl-nav li.active ul {
  position: absolute;
  right: -15px;
  top: 45px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  gap: 2em;
}

.hero-text {
  font-size: 4em;
  text-align: center;
  color: rgba(255, 255, 255, 0.904);
  text-shadow: 1px 1px 10px black;
}

.hero-img {
  height: 100%;
  width: 100%;
  max-width: 1300px;
  position: relative;
}
.hero-img > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: gold;
  font-size: 4em;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 10px black;
}

.hero-img > img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
  border-radius: 10px;
}

.hero2 {
  display: grid;
  grid-template-columns: 50% 10% 25%;
  width: 80%;
  margin: 0 auto;
  margin-top: 4em;
  align-items: center;
  justify-content: center;
}
#Layer_1 > path{
  stroke-width: 15;
}
.hero2-text {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
}

.hero2-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
}

.hero2-img > img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  object-position: 1% 5%;

}

.story {
  color: gold;
  font-size: clamp(0.5em, 1vh + 1em, 1.5em);
}

.story2 > h2 {
  font-size: calc(1cm + 0.390625vw);
  width: 100%;
  color: white;
}

.story-text > p {
  margin-top: 10px;
  color: grey;
  margin-bottom: 0.5em; /* Adjust as needed */
  font-size: calc(0.4cm + 0.390625vw);
  width: 90%;
  font-weight: 500;
}

.ruler {
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
  padding: 0 10%;
  gap: 20px;
  text-align: center;
}

.ruler::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/Partybox_OTG_03_904x560px.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.75;
  z-index: -1;
}
.ruler > h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: gold;
  text-shadow: 0 0 10px black;
}
.ruler > p {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  text-shadow: 0 0 10px gray;
}

.service {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
}
.service > h1 {
  font-size: 3em;
  font-weight: 700;
}
.service > p {
  color: grey;
  font-size: 1.5em;
  text-align: center;
}

.services-grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-top: 50px;
  max-width: 80%;
}
.column {
  display: flex;
  flex-direction: column;
  background-color: rgb(83, 83, 83);
  box-shadow: 0 0 20px rgb(0, 0, 0);
  padding: 0.7em;
  padding-bottom: 1.3em;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  transition: ease-in-out 0.3s;
}
.column:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(255, 217, 0, 0.555);
  transition: ease-in-out 0.3s;
}

.card-text > h3 {
  color: gold;
  text-shadow: 0 0 10px rgba(255, 217, 0, 0.555);
  font-size: 1.5em;
  margin-bottom: 15px;
}
.card-text > p {
  width: 90%;
  color: black;
  font-size: 1.2em;
  margin: 0 auto;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.svg-icon {
  width: 150px;
  height: 200px;
  margin-bottom: 15px;
}

.asdd:nth-child(1) > div > svg > g > path:nth-child(2) {
  fill: gold;
}
.asdd:nth-child(1) > div > svg > g > path:nth-child(9) {
  fill: gold;
}

.asdd:nth-child(1) > div > svg > g > path:nth-child(10) {
  fill: gold;
}
.a1 > g > path:nth-child(2) {
  fill: gold;
}

.a2 > path:nth-child(2) {
  fill: gold;
}
.a2 > path:nth-child(3) {
  fill: gold;
}
.a3 > g > path:nth-child(1) {
  fill: gold;
}
.a3 > g > path:nth-child(9) {
  fill: gold;
}
.a4 > path:nth-child(3) {
  fill: gold;
}

.a4 > path:nth-child(13) {
  fill: gold;
}
.a44 > path:nth-child(2) {
  fill: gold;
}

.a44 > path:nth-child(6) {
  fill: gold;
}

.a44 > path:nth-child(7) {
  fill: gold;
}
.ruler2 {
  min-height: 300px;
  background-color: rgb(206, 175, 0);
  padding: 0 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  gap: 20px;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 50px;
}
.column1 {
  position: relative;
  z-index: 5;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.column1 > h2 {
  font-size: 1em;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 5px black;
}
.column1 > p {
  color: white;
  font-size: 1em;
  font-weight: 500;
  text-shadow: 0 0 10px gray;
}

.column1 > img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: -1;
  filter: blur(3px);
  opacity: 0.5;
}
.ok {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .svg-icon {
    width: 100px;
    height: 150px;
    margin-bottom: 10px;
  }
  .ruler::before{
    opacity: 0.5;
  }
  .header {
    display: none;
  }
  .mobile-containerH {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
  }
  .logo-mobile > a > img {
    width: 150px;
    filter: invert(1);
  }
  .sl-nav {
    margin-right: 20px;
  }
  .wrapMenu {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  .logo > img {
    max-width: 100px;
    max-height: 100px;
    filter: invert(100%);
  }
  .nav {
    display: none;
  }
  .hero2 {
    display: flex;
    flex-direction: column;
  }
  .ruler {
    padding: 0 5%;
  }
  .hero2-img > img {
    margin-bottom: 30px;
    max-height: 450px;
  }
  .pc-header {
    padding: 1em 0.4em;
  }

  .story-text > p {
    font-size: 1.6rem;
  }
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .ruler > p {
    font-size: 1.1rem;
  }
  .services-grid {
    max-width: 85%;
  }
  .card-text > h3 {
    font-size: 1.1rem;
  }
  .card-text > p {
    font-size: 0.9rem;
  }
  .column1 > h2 {
    font-size: 0.6em;
    text-align: left;
  }
  .column1 > h6 {
    font-size: 0.4em;
    text-align: left;
  }
  .ruler2 {
    display: none;
  }
  .column1 > img {
    width: 100px;
    height: 100px;
  }
  .hero-text {
    font-size: 1.7rem;
  }
  .hero-img > h1 {
    font-size: 2em;
  }
  .story2 > h2 {
    font-size: 1.5rem;
  }
  .story-text > p {
    font-size: 0.8rem;
    margin-bottom: 30px;
  }
  .ruler > h2 {
    font-size: 1.5rem;
  }
  .ruler > p {
    font-size: 0.8rem;
  }
  .ruler {
    height: 360px;
  }
  .service > h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .service > p {
    font-size: 0.8rem;
  }
  .card-text > p {
    width: 100%;
  }
  .column {
    padding: 20px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 30px !important;
  }
  .footer-distributed {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .logo > a > img {
    max-width: 150px;
    max-height: 150px;
  }
  .hero-text {
    font-size: 3.1rem;
  }
  .hero-img > img {
    max-height: 400px;
  }
  .hero-img > h1 {
    font-size: 4em;
  }
  .story2 > h2 {
    font-size: calc(0.7cm + 0.390625vw);
  }
  .story-text > p {
    font-size: calc(0.3cm + 0.390625vw);
  }
  .hero2 {
    width: 90%;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ruler > p {
    font-size: 1.15em;
  }
  .column1 > h6 {
    font-size: 0.5em;
  }
  .ruler2 {
    padding: 0 5%;
  }
  .column1 > h2 {
    font-size: 0.8em;
  }
  .column1 > img {
    width: 100px;
    height: 100px;
  }
}

.footer-distributed {
  background-color: #000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

.footer-distributed h3 span {
  color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: white;
  text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
    flex-direction: column;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
.menu {
  position: relative;
  z-index: 9999;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  &.active {
    .menu__list {
      opacity: 1;
      visibility: visible;
      visibility: visible;
      transform: scale(1);
      transition: transform 0.3s, visibility 0s 0s;
      li {
        a {
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          opacity: 1;
        }
      }
    }
    .menu__list {
      li {
        &:nth-child(1) a {
          transition-delay: 0s;
        }
        &:nth-child(2) a {
          transition-delay: 0.2s;
        }
        &:nth-child(3) a {
          transition-delay: 0.4s;
        }
        &:nth-child(4) a {
          transition-delay: 0.6s;
        }
        &:nth-child(5) a {
          transition-delay: 0.8s;
        }
        &:nth-child(6) a {
          transition-delay: 1s;
        }
        &:nth-child(7) a {
          transition-delay: 1.2s;
        }
        &:nth-child(8) a {
          transition-delay: 1.4s;
        }
        &:nth-child(9) a {
          transition-delay: 1.6s;
        }
        &:nth-child(10) a {
          transition-delay: 1.8s;
        }
      }
    }
  }
  .menu__btn {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(
      0deg,
      rgba(22, 9, 240, 1) 0%,
      rgba(49, 110, 244, 1) 100%
    );
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    i {
      color: #fff;
    }
  }
  .menu__list {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
    border-radius: 4px;
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s, visibility 0s 0s;
    background: linear-gradient(0deg, #1609f0 0%, #316ef4 100%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    li {
      display: flex;
      align-items: center;
      a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 15px 25px;
        color: #fff;
        text-decoration: none;
        opacity: 0;
        &:hover {
          color: rgb(233 233 233 / 75%);
          transition: 0.25s !important;
          transition-delay: 0s;
        }
      }
    }
  }
}

.menu {
  &.menu--top-right {
    text-align: left;
    &.active {
      .menu__list {
        transform: scale(1);
        li {
          a {
            transform: translateX(0);
          }
        }
      }
    }
    .menu__btn {
      background: gold;
      background: linear-gradient(0deg, gold 0%, gold 100%);
    }
    .menu__list {
      position: absolute;
      top: 0;
      right: 0;
      transform: scale(0);
      transform-origin: top right;
      background: gold;
      background: linear-gradient(0deg, gold 0%, gold 100%);
      li {
        a {
          transform: translateX(10px);
        }
      }
    }
  }
}
.square{
  color:rgb(218, 216, 216);
}