@import url("https://fonts.googleapis.com/css?family=Exo:400,700");
@font-face {
  font-family: "IBMPlexSansArabic-Regulard";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
}
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "IBMPlexSansArabic-Regulard";
}

.context {
  box-sizing: border-box;
  left: 50%;
  padding: 5vmin;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  width: 100%;
  max-width: 680px;
  padding-bottom: 80px;
}

.area {
  background: #f2f5f7;
  /* background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  -o-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -webkit-background-attachment: fixed;
}
ul,
ol {
  padding-left: 0 !important;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #101d41;
  animation: animate 25s;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left: 95%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(12) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(13) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(14) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.logo {
  margin-bottom: 2rem;
}
.logo img {
  width: 150px;
}

.logo h3 {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 0;
}
.social-icon {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 3rem auto 2rem;
  width: 100%;
  box-sizing: border-box;
  padding: 17px;
  border-radius: 10px;
  background: #168b1d;
  color: #fff;
  text-decoration: none;
}
.social-icon a {
  margin-right: 10px;
}
.social-icon a .icon {
  color: #777777;
  font-size: 24px;
}
.social-icon a:last-child {
  margin-right: 0;
}
.button-group {
  margin: 32px 0;
}
.item-list {
  z-index: 9999;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #fff;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 2px 8px 0px; */
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

  transform: scale(1);
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  position: relative;
  height: auto;
}
.item-list:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

  transform: scale(1.1);
}
.item-list a {
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
  line-height: 20px;
  color: #101d41;
  margin: 0px;
  border: none;
  text-align: center;
  cursor: pointer;
  background: none;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  width: 100%;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
}
.item-list a p {
  margin-bottom: 0;
}
.item-list a img,
.item-list a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 24px;
  width: 45px;
}
.item-list a svg {
  width: 24px;
  height: 24px;
}
.item-list a .img-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 24px;
  background: #ecece2;
  width: 45px;
  height: 45;
  line-height: 45px;
  border-radius: 50%;
  font-size: 22px;
}
/* Medium Layout: 991px. */
@media only screen and (max-width: 991px) {
  .content {
    padding: 2vmin;
  }
}
@media only screen and (max-width: 250px) {
  .social-icon a {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .context {
    height: 100%;
    overflow-y: scroll;
  }
}
.context {
  height: 100%;
  overflow-y: scroll;
}
.marsoul {
  width: 86px;
}
.the-chefz {
  width: 63px;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  opacity: 0;
}

/* info */
.info {
  text-align: right;
}
.info:not(:last-child) {
  margin-bottom: 2rem;
}

.info h4 {
  margin-bottom: 1rem;
}

.info ul {
  padding-right: 2rem;
}
