html {
  font-size: 1.35vw;
}
@media (min-width: 0px) {
  html {
    font-size: 4.5vw;
  }
}
@media (min-width: 430px) {
  html {
    font-size: 3.25vw;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 2.75vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 920px) {
  html {
    font-size: 1.5vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 1.15vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 1.0vw;
  }
}
* {
  font-family: NotoSansArabic, sans-serif;
  outline: none;
}
h1, h2, h3, h4, h5, h6, strong {
  font-family: Myriad Arabic, sans-serif;
  font-weight: 700;
}
strong {
  font-size: 115%;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
a h2, a h3 {
  text-decoration: none;
  transition: color 0.5s;
}
a:hover h2, a:hover h3 {
  color: #133167;
}
body {
  margin: 0;
  direction: rtl;
}
.root {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /*background: white;*/
}
.wrapper {
  margin: 0;
  position: relative;
  clear: both;
  margin-top: 4rem;
  min-height: calc(100vh - 9.5rem);
  /*background: white;*/
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 80% !important;
}
.footer {
  position: relative;
  /*background: white;*/
  /*! display: none; */
}
.copyright-note {
  color: #b2b2b2;
  bottom: 0;
  /*background-color: white;*/
  text-align: center;
  font-size: 0.9rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.content-box {
  direction: rtl;
  padding: 5.5rem 0;
  display: flex;
  flex-direction: column;
  clear: both;
  margin-bottom: 2rem;
}
.content {
  margin-bottom: 6.6rem;
  margin-top: 3.3rem;
}
.content-box.home {
  padding: 0;
}
.logo-box {
  margin-left: 14.2rem;
  margin-top: calc(50vh - 17rem);
  display: inline-block;
}
.logo {
  height: 2.4rem;
}
.menu-box {
  width: 100%;
  z-index: 100;
  margin-bottom: 1rem;
  margin-top: 3.3rem;
}
.menu-logo-box {
  float: right;
  z-index: 200;
  transition: transform 0.5s;
  transform-origin: right;
}
.menu-logo-box.scroll {
  position: fixed;
  transform: translateY(-4.7rem) scale(0.75);
  z-index: 200;
}
.menu-logo-box h1 {
  margin: 0.85rem 0;
}
.menu {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  float: left;
  line-height: 4.17rem;
}
.menu a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #5a5758;
  opacity: 0.66;
  display: block;
  margin-inline-end: 0;
}
.sep {
  display: inline-block;
  border-left: 1px solid gray;
  margin: 0 1.33rem;
  vertical-align: top;
  transition: all 0.5s;
  height: 0.83rem;
  margin-top: 1.5rem;
}
p {
  font-size: 1rem;
  line-height: 2.2rem;
}
h2 {
  margin: 0;
  font-size: 2.2rem;
  color: #335187;
}
h3 {
  margin: 0.8rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #7d7e81;
}
.bottom-logo {
  background-image: url("/logo.png");
  width: 10rem;
  height: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0%);
  opacity: 0.25;
  margin-bottom: 0rem;
}
.top-menu {
  height: 8.75rem;
  position: fixed;
  z-index: 200;
  padding: 0 3vw;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: height 0.5s;
  width: 94vw;
  max-width: 94vw !important;
  overflow: hidden;
}
.top {
  float: left;
}
.top-menu.scroll {
  height: 4rem;
}
.scroll .menu > .dropdown, .scroll .menu > .sep {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1.2rem);
}
.top-menu a {
  line-height: 2.5rem;
  color: grey;
  font-size: 1.5rem;
  opacity: 0.9;
}
.top-menu .left {
  float: left;
  margin-right: 19px;
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  transition: all 0.5s;
}
.scroll.top-menu .left {
  margin-top: 0.6rem;
  font-size: 1rem;
}
.top-menu .right {
  float: right;
  margin-left: 12px;
}
.share-box a, .share-box i {
  color: #5a5758;
  opacity: 0.9;
  font-size: 1.33rem;
  flex: 1;
  text-align: center;
  padding: 1.67rem;
}
.share-box .label {
  opacity: 0.5;
}
.contact {
  color: white;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 1rem;
}
.to-top {
  display: block;
  text-align: center;
  opacity: 0.7;
  transition: all 0.2s;
}
.to-top:hover, .share-box .button:hover, .top-menu a:hover, .menu a:hover {
  opacity: 1;
}
.to-top.hidden {
  opacity: 0 !important;
  visibility: hidden;
}
.to-top::before {
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #737172;
}
.cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card {
  border: 1px solid #6f6d6e;
  flex: 0.32;
}
.card-image {
  background-image: linear-gradient( whitesmoke, white) !important;
  background-size: cover;
  background-position: center;
  border-bottom: 1pt solid rgba(255, 255, 255, 0.56);
}
.content-box img {
  width: 18rem;
  float: left;
  margin: 0.8rem;
  margin-right: 1.67rem;
  margin-left: 0;
}
.card-intro {
  font-size: 1.25rem;
  text-align: justify;
}
.card-content {
  float: right;
  padding: 1.67rem;
  margin-top: 3.3rem;
  margin-bottom: 7.5rem;
}
footer.container {
  display: flex;
  flex-direction: row;
}
.top-mobile, .sep:last-of-type {
  display: none;
}
.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-item {
  margin-inline-end: 2.5rem;
  margin-top: 0.83rem;
}
.footer-menu a {
  color: white;
  font-size: 1.4rem;
}
.footer-menu .menu-item > a {
  font-weight: 700;
}
.footer-menu .submenu-item a {
  font-weight: 400;
}
.service-anchor {
  display: contents;
}
.service {
  border-radius: 1.67rem;
  padding: 1.4rem 3.4rem;
  margin: 2rem;
  margin-right: 0;
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  box-shadow: 0 1px 3px #999;
}
.service:hover, .service:focus, .service:active, a:focus .service {
  box-shadow: 0 5px 12px #999;
  transform: translateY(-0.5%) scale(1.015);
}
.service-logo {
  height: 3.75rem;
}
.service p {
  font-size: 1.175rem;
  margin-bottom: 0.5rem;
  color: #777;
  text-align: center;
  margin-top: -0.1rem;
}
.korpu {
  margin: 1.5rem 0;
}
.application {
  padding: 0.75rem 0;
}
.korpu form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  border-radius: 1.67rem;
  overflow: hidden;
  box-shadow: 0 3px 15px #ccc;
}
.korpu #submit {
  width: 100%;
  border-bottom: 1px solid #eee;
  background: white;
  cursor: pointer;
  transition: background 0.2s;
}
.korpu #submit:hover {
  background: whitesmoke;
}
.korpu .latin {
  flex: 1;
  min-height: 50vh;
  direction: ltr;
  resize: none;
  border-right: 1px solid #eee;
  font-family: sans;
  font-size: 1.2rem;
}
.korpu .result {
  flex: 1;
  min-height: 50vh;
  overflow: auto;
}
.korpu form * {
  border: none;
  padding: 0.7rem 1.4rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
}
p a {
  color: darkcyan;
}
p a:hover {
  text-decoration: underline;
}

.ripple {
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 0);
}

.ripple.service {
    overflow: hidden;
}

.ripple.menu-logo-box {
    overflow-y: hidden;
    overflow-x: clip;
}

button.ripple {
    overflow: hidden;
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #acd 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

 @media (max-width: 920px) {
   .korpu form {
    border-radius: 1.5rem;
  }
  .korpu {
    margin: 1.22rem -0.44rem;
  }
  .korpu form * {
    border: none;
    padding: 0.96rem 0.8rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .korpu .latin {
    font-size: 1rem;
    min-width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-right: none;
    order: 1;
  }
  .korpu .result {
    order: 2;
  }
  .service {
    display: block;
    margin-left: 0;
    border-radius: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.3rem 0.22rem;
  }
  .service-logo {
    height: 3rem;
  }
  .service p {
    font-size: 1rem;
    margin-top: -0.5rem;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 82% !important;
  }
  .menu-logo-box {
    transform: none !important;
  }
  .top {
    margin-top: 0.3rem;
    z-index: -1;
    width: auto;
  }
  #topmenu {
    height: 4rem;
    padding: 0 9%;
  }
  .top-menu a {
    line-height: 1.33rem;
    color: grey;
    opacity: 0.9;
  }
  .top-mobile {
    position: fixed;
    top: 4rem;
    background: white;
    width: 100vw;
    z-index: 100;
    flex-direction: row;
    align-items: center;
    height: 2.2rem;
    justify-content: space-between;
    padding: 0 6%;
    box-sizing: border-box;
    transition: transform 0.5s;
    box-shadow: 0 0 1vw gray;
    display: none;
  }
  .top-mobile.scroll {
    transform: translateY(-2.2rem);
  }
  .top-mobile a {
    color: gray;
    opacity: 0.9;
    font-size: 0.88rem;
  }
  .top-mobile a:hover {
    opacity: 1;
  }
  .content-box img {
    width: 100%;
    float: left;
    margin: 0.44rem;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .cards {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .card-image {
    min-height: 11rem;
  }
  .card-content {
    padding: 0.67rem;
    margin: 1.33rem 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .logo-text {
    margin-left: 0.67rem;
    margin-bottom: -0.22rem;
  }
  .menu {
    margin-top: 1rem;
    float: right;
  }
  .menu-logo-box h1 {
    line-height: 1rem;
    margin: 0.867rem 0;
  }
  .logo {
    height: 2.4rem;
  }
  .content-box {
    padding-top: 2.67rem;
  }
  .contact {
    font-size: 0.5rem;
  }
  .copyright-note {
    font-size: 0.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    /*background: white;*/
  }
  .share-box a {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .bottom-logo {
    width: 5.9rem;
    height: 2rem;
    margin-bottom: 0rem;
  }
  .wrapper {
    margin-top: 4rem;
    min-height: calc(100vh - 9rem);
  }
  .menu a {
    margin-top: 0.22rem;
    font-size: 1rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.88rem;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu {
    flex-direction: column;
    text-align: center;
  }
  .menu-item {
    margin-inline-end: 0;
    margin-bottom: 0.77rem;
  }
  .submenu-item {
    display: inline-block;
    padding: 0.5vw 2.5vw;
  }
  .footer-menu .menu-item > a {
    display: block;
    margin-bottom: 1vw;
    font-size: 1rem;
  }
  .scroll.top-menu .left {
    font-size: 1rem;
    margin-top: 0.9rem;
  }
  .scroll.top-menu, .footer-menu a, .card-intro {
    font-size: 1rem;
  }
  .footer, .footer-logo-box {
    display: block;
  }
  .content {
    margin: 0.67rem 0;
    min-height: 4.44rem;
  }
  .share-box .label {
    display: block;
    text-align: right;
    font-size: 0.8rem;
  }
}
