/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root:has(.mode:checked) {
  --color-default: #fff;
  --color-secondary: #fff;
  --color-tertiary: #9f9f9f;
  --color-light-grey: #252525;
  --color-hover: #fff !important;
  --color-light: hsl(0deg 0% 9.41%) !important;
  --color-primary: hsl(34.81deg 71.68% 44.31%) !important;
  --color-primary-hover: #da8c1f !important;
}
:root {
  --color-default: #212529;
  --color-hover: #000;
  --color-primary: hsl(0.32deg 83.26% 44.51%);
  --color-primary-hover: hsl(0, 92%, 52%);
  --color-secondary: #37373f;
  --color-tertiary: #7f7f90;
  --color-light: #fff;
  --color-light-grey: rgba(238, 238, 238, 0.75);
}
:root:has(.mode:checked) body {
  background-color: #202020;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
  border-left: 2px solid #eee;
  -webkit-box-shadow: 0px 0px 21px 0px #0003 inset;
  box-shadow: 0px 0px 21px 0px #0003 inset;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 10px 0px #eeeeee8c inset;
  box-shadow: 0px 0px 10px 0px #eeeeee8c inset;
  border-radius: 100vh;
}
.error-placeholder::-webkit-input-placeholder {
  color: hsl(0.32deg 83.26% 44.51%);
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "SF-Pro";
  src: url(../fonts/alfont_com_SFProAR_semibold.ttf) format("truetype");
}
body {
  font-family: "Tajawal", sans-serif;
  color: var(--color-default);
}

body:not(body:has(:target)) li a[href="#home"],
body:has(#home:target) li a[href="#home"],
body:has(#pricing:target) li a[href="#pricing"] {
  color: var(--color-hover) !important;
}
body:not(body:has(:target)) .nav-item:has(a[href="#home"]) ::before,
body:has(#home:target) .nav-item:has(a[href="#home"]) ::before,
body:has(#pricing:target) .nav-item:has(a[href="#pricing"]) ::before {
  width: 50px !important;
}
ul {
  list-style: none;
}

.main-title {
  text-align: center;
  margin-bottom: 10px;
}
.main-title h2 {
  color: var(--color-tertiary);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.main-title p {
  font-size: 50px;
  font-family: "SF-Pro", sans-serif;
}
.main-title span {
  color: var(--color-primary);
}

.mode-group i {
  cursor: pointer;
  font-size: 25px;
}
.mode-group .light,
#mode {
  display: none;
}
:root:has(.mode:checked) .mode-group .dark {
  display: none;
}
:root:has(.mode:checked) .mode-group .light {
  display: block;
}

.btn-main {
  text-decoration: none;
  background-color: var(--color-primary);
  color: var(--color-light);
  padding: 10px 25px;
  border-radius: 0px 100vh 100vh;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.btn-main:hover:not(.bg-secondary) {
  background-color: var(--color-primary-hover) !important;
  color: var(--color-light);
}
.btn-main.bg-secondary:hover {
  background-color: #5c636a !important;
  color: var(--color-light);
}
/*--------------------------------------------------------------
# Application
--------------------------------------------------------------*/
#Application{
  direction: rtl;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: url(../images/textured-metal-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .copyright {
  border-top: 1px solid #212529;
  text-align: center;
  padding-top: 30px;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  padding-top: 15px;
  list-style: none;
  margin-bottom: 0;
}
.social-links li {
  margin: 0 10px;
}
.social-links li a {
  color: #fff;
}
.loader-contener {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f6f9ff;
}
.loader-perant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader-child-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #012970;
  font-size: 20px;
  font-weight: 600;
  direction: rtl;
  text-wrap: nowrap;
}
.loader-child {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #fff;
  color: #012970;
  font-size: large;
  font-weight: 900;
  position: relative;
  border-radius: 50%;
  background-image: url(../images/logoicon.png);
  background-size: cover;
  margin-bottom: 10px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.loader-child::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  border-radius: 50%;
  border: 3px solid #012970;
  border-color: #f26e0c3d #f26e0c3d #f26e0c3d #f26e0c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.loader-child::after {
  -webkit-animation-name: loader-rotate;
  animation-name: loader-rotate;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes loader-rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes loader-rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    box-shadow: 0px 0 15px rgb(1 41 112 / 32%);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
.Application{
  direction: rtl;
  -webkit-box-shadow: 9px 10px 27px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 9px 10px 27px 3px rgba(0,0,0,0.3);
box-shadow: 9px 10px 27px 3px rgba(0,0,0,0.3);
}
.Application strong{
font-size: larger;
font-weight: bold;
width: 50%;
text-align: right;
border-bottom: #1170ce 1px solid;
padding: 10px 0;
}
.Application p{
font-size: medium;
font-weight:bold;
color: #00448a;
width: 50%;
text-align: right;
padding: 10px 0;
border-bottom: #000 1px solid;
}