@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --main-color-1: #004477;
  --main-color-hover-0: #0066b2;
  --main-color-hover-1: #2a2d91;
  --main-color-2: #ff9d00;
  --main-color-hover-2: #d48300;
  --transition: all 0.3s;
}

.my-transition {
  transition: all 0.3s;
}

.spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  -webkit-animation: bg-hide 3s ease-in-out both;
          animation: bg-hide 3s ease-in-out both;
}
.spinner .beat {
  width: 20%;
  -webkit-animation: beat 3s ease-in-out both;
          animation: beat 3s ease-in-out both;
}

@-webkit-keyframes bg-hide {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes bg-hide {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    transform: scale(3) translateX(0%);
  }
  100% {
    opacity: 0;
    transform: scale(3) translateX(-100%);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    transform: scale(3) translateX(0%);
  }
  100% {
    opacity: 0;
    transform: scale(3) translateX(-100%);
  }
}
.bg-rounded-3::after {
  content: "";
  position: absolute;
  background: url("/images/icons/rounded-1.svg") no-repeat;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 48%;
}

.bg-gridient {
  background: transparent linear-gradient(247deg, var(--main-color-1) 0%, var(--main-color-hover-1) 50%, #310c78 100%) 0% 0% no-repeat padding-box;
}

.tooltip-right {
  display: none;
}
.tooltip-right::after {
  content: "";
  position: absolute;
  z-index: 9999;
  border: 10px solid transparent;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #fff;
}

.whatsapp-fixed:hover .tooltip-right {
  display: block;
}

.edit-in-fixed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.header-fixed {
  position: fixed !important;
  background: transparent linear-gradient(310deg, #e9e9e9 30%, #898989 100%) 0% 0% no-repeat padding-box;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.header-fixed ul li a {
  color: var(--main-color-1);
}
.header-fixed ul li a:hover {
  color: var(--main-color-hover-2);
}
.header-fixed ul li p {
  color: #000;
}
.header-fixed ul li span {
  color: var(--main-color-hover-0);
}
.header-fixed .close-mnue span,
.header-fixed .open-mnue span {
  background: #000;
}
.header-fixed .img-hidden {
  display: none;
}
.header-fixed .img-show {
  display: block !important;
}
.header-fixed .edit-in-fixed {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 0px solid rgba(255, 255, 255, 0.0784313725);
}

@-webkit-keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bganimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
aside {
  background-size: 400%;
  background: transparent linear-gradient(247deg, var(--main-color-1) 0%, var(--main-color-hover-1) 50%, #310c78 100%) 0% 0% no-repeat padding-box;
  -webkit-animation: bganimation 4s infinite;
          animation: bganimation 4s infinite;
}

.my-flex {
  display: flex !important;
}

.hidden {
  display: none !important;
}

.close-mnue:hover span:first-child,
.open-mnue:hover span:first-child {
  -webkit-animation: linearLine 0.2s linear both;
          animation: linearLine 0.2s linear both;
}
.close-mnue:hover span:nth-child(2),
.open-mnue:hover span:nth-child(2) {
  -webkit-animation: linearLine 0.2s 0.1s linear both;
          animation: linearLine 0.2s 0.1s linear both;
}
.close-mnue:hover span:last-child,
.open-mnue:hover span:last-child {
  -webkit-animation: linearLine 0.2s 0.2s linear both;
          animation: linearLine 0.2s 0.2s linear both;
}

@-webkit-keyframes linearLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes linearLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.CustomSlider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.CustomSlider:after {
  content: "";
  right: 0;
  bottom: 0;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: 0% 0% no-repeat padding-box padding-box rgba(0, 0, 0, 0.5803921569);
  opacity: 1;
}
.CustomSlider #tube_container {
  position: absolute !important;
  z-index: 2;
  top: 0;
  opacity: 0.8;
  background-color: transparent !important;
}
.CustomSlider .CustomSliderVideo {
  position: absolute;
  z-index: 0;
}

.overlay-ele {
  transition: 1s all ease-in-out;
}

.aside-menu {
  transition: 1s all;
  right: -77%;
}

.open-menu-header .overlay-ele {
  right: 0 !important;
}

.open-menu-header .overlay-ele.overlay-ele-2 {
  transition-delay: 0.3s !important;
}

.open-menu-header .aside-menu {
  right: 0;
}

/* @keyframes showOverlay {
  0% {
    right: -100% !important;
  }
  100% {
    right: 0 !important;
  }
} */
.slick-dots li {
  transition: var(--transition);
}
.slick-dots li button {
  transition: var(--transition);
  width: 26px;
  height: 3px;
  background: var(--main-color-hover-2);
  border-radius: 4px;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active {
  margin: 0 !important;
  margin-right: 10px !important;
}
.slick-dots li.slick-active button {
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background: var(--main-color-2);
  border-radius: 50% !important;
}

.outline-offset-10 {
  outline-offset: -25px;
}

.my-shadow {
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
}

.my-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, minmax(0, 235px));
  gap: 10px 10px;
}

.bg-rounded-2::after {
  content: "";
  position: absolute;
  right: 57px;
  top: 72px;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.open-menu {
  right: 0 !important;
}

.line {
  position: relative;
}
.line::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background: #858585;
  left: 20%;
  top: 26%;
  z-index: 1;
}

.home .slick-dots {
  bottom: -100px !important;
}
.home .bg-home {
  background: url("../../images/home/img-1.png") no-repeat;
  background-size: cover;
  width: 100%;
}

.bg-blog {
  background: url("../../images/services/bg-services.png") no-repeat;
  background-size: cover;
  width: 100%;
}

.services .bg-services {
  background: url("../../images/services/bg-services.png") no-repeat;
  background-size: cover;
  width: 100%;
}
.services .h-services {
  height: 25rem;
}

.bg-services {
  background: url("../../images/services/img-1.png") no-repeat;
  background-size: 107% 100%;
}

.polits {
  position: relative;
}
.polits::before {
  content: "";
  position: absolute;
  top: -11%;
  right: -117px;
  background: url("/images/home/polits.svg") no-repeat;
  width: 160px;
  height: 130px;
  transform: scale(0.7);
}

.fill-svg {
  fill: #0066b2;
  height: 64px;
}

.fill-svg-2 {
  fill: var(--main-color-2);
  height: 64px;
}

.slider-clients .slick-arrow::before {
  display: none;
}

.slider-clients .slick-prev {
  background: url("/images/home/arrow-right.svg") no-repeat;
}

.slider-clients .slick-next {
  background: url("/images/home/arrow-left.svg") no-repeat;
}

.main-home nav > div,
.main-home nav a,
.main-home .active-link {
  position: relative;
  cursor: pointer;
}
.main-home nav > div::after,
.main-home nav a::after,
.main-home .active-link::after {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: white;
  top: 0;
  right: 0;
  z-index: 1;
}

nav:not(.nav-home) > div,
nav:not(.nav-home) a,
nav:not(.nav-home) a.active-link {
  position: relative;
  cursor: pointer;
}
nav:not(.nav-home) > div::after,
nav:not(.nav-home) a::after,
nav:not(.nav-home) a.active-link::after {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--main-color-2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

nav > div.active-link,
nav > a.active-link {
  color: var(--main-color-2);
}
nav a.active-link {
  color: var(--main-color-2);
}

nav > div:hover i,
nav > div:hover span,
nav a:hover i,
nav a:hover span,
nav a.active-link i,
nav a.active-link span {
  transition: all 0.3s;
  color: var(--main-color-2);
}

.my-shadow-2 {
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
}

.bg-client {
  background: url("/images/home/img-21.png") no-repeat;
  background-size: 100% 92%;
  background-position-y: bottom;
}

.bg-rounded {
  position: relative;
}
.bg-rounded::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 65px;
  background-size: cover;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid var(--main-color-2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes showHideMenu {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}

@keyframes showHideMenu {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}
#dropdown {
  display: none;
}

#dropdown.animate-menu {
  display: block;
  -webkit-animation: showHideMenu 0.3s 1 both;
          animation: showHideMenu 0.3s 1 both;
}

@media (min-width: 768px) {
  nav > div,
nav > a {
    transition: all 0.2s;
  }
  nav > div:hover::after,
nav > a:hover::after {
    width: 100%;
  }
}
.count-down {
  background: transparent linear-gradient(247deg, var(--main-color-1) 0%, var(--main-color-hover-1) 50%, #310c78 100%) 0% 0% no-repeat padding-box;
  border: 1px #8753a9 solid;
}
.count-down::before {
  content: "";
  background: url(https://business.sa/assets/imgs/SVG/Dots.svg) no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.custom-blur {
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-left: 1px solid rgba(255, 255, 255, 0.1333333333);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3098039216);
  border-radius: 6px;
}

.slider-futshur .slick-arrow::before {
  font-size: 40px !important;
  color: var(--main-color-1);
}
.slider-futshur .slick-arrow.slick-prev {
  right: -60px;
}
.slider-futshur .slick-arrow.slick-next {
  left: -40px;
}

.address-section .slick-arrow::before {
  display: none;
}

.address-section .slick-prev.slick-arrow {
  background: url("../../images/icons/arrowRight.svg") no-repeat center center !important;
  width: 80px;
  height: 80px;
  right: -80px;
}

.address-section .slick-next.slick-arrow {
  background: url("../../images/icons/arrowLeft.svg") no-repeat center center !important;
  width: 80px;
  height: 80px;
  left: -80px;
}

.hover-address {
  transition: var(--transition);
}
.hover-address * {
  transition: var(--transition);
}
.hover-address:hover {
  background: transparent linear-gradient(247deg, var(--main-color-1) 0%, var(--main-color-hover-1) 50%, #310c78 100%) 0% 0% no-repeat padding-box;
}
.hover-address:hover * {
  color: #fff !important;
}

.actives {
  position: relative;
  background: url("../../images/services/image-5.png") no-repeat;
}
.actives::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(178deg, #004477 1.68%, rgba(0, 68, 119, 0.8) 1.69%, rgba(0, 68, 119, 0.8) 108.86%);
  z-index: 1;
}

footer {
  position: relative;
  background: url("../../images/home/footer.png") no-repeat;
  background-position: 40%;
  background-size: cover;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 68, 119, 0.7) 0%, rgba(0, 68, 119, 0.7) 100%);
  z-index: 1;
}

:after,
:before,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

html,
body {
  font-family: "Tajawal", sans-serif;
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-link:hover svg {
  -webkit-animation: arrow-link 0.5s ease-in-out alternate infinite;
          animation: arrow-link 0.5s ease-in-out alternate infinite;
}

@-webkit-keyframes arrow-link {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}

@keyframes arrow-link {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}
.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-ele {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2705882353);
  z-index: 10;
}

.overlay-2 {
  position: relative;
}
.overlay-2::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.move-image {
  transition: var(--transition);
  -webkit-animation: move-image 1.5s ease-in-out alternate infinite;
          animation: move-image 1.5s ease-in-out alternate infinite;
}

@-webkit-keyframes move-image {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}

@keyframes move-image {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1380px !important;
  }
}
@media (min-width: 768px) {
  .beat {
    width: 50%;
  }
  .my-animate {
    transition: var(--transition);
    transform-style: preserve-3d;
    transform-origin: top left;
    -webkit-animation: showSubMenu_2 0.3s linear both;
            animation: showSubMenu_2 0.3s linear both;
    opacity: 0;
  }
  nav > div:hover .my-animate {
    -webkit-animation: showSubMenu 0.3s 0.2s linear both;
            animation: showSubMenu 0.3s 0.2s linear both;
  }
  @-webkit-keyframes showSubMenu {
    0% {
      opacity: 0;
      transform: perspective(1160px) rotateX(-90deg) translateX(-100%) skewX(-10deg);
    }
    100% {
      opacity: 1;
      transform: perspective(1160px) rotateX(0deg) translateX(-100%) skewX(0deg);
    }
  }
  @keyframes showSubMenu {
    0% {
      opacity: 0;
      transform: perspective(1160px) rotateX(-90deg) translateX(-100%) skewX(-10deg);
    }
    100% {
      opacity: 1;
      transform: perspective(1160px) rotateX(0deg) translateX(-100%) skewX(0deg);
    }
  }
  @-webkit-keyframes showSubMenu_2 {
    0% {
      opacity: 1;
      transform: perspective(1160px) rotateX(0deg) translateX(-100%) skewX(0deg);
    }
    100% {
      opacity: 0;
      transform: perspective(1160px) rotateX(-90deg) translateX(-100%) skewX(-10deg);
    }
  }
  @keyframes showSubMenu_2 {
    0% {
      opacity: 1;
      transform: perspective(1160px) rotateX(0deg) translateX(-100%) skewX(0deg);
    }
    100% {
      opacity: 0;
      transform: perspective(1160px) rotateX(-90deg) translateX(-100%) skewX(-10deg);
    }
  }
}
@media (max-width: 768px) {
  .bg-rounded-3::after,
.bg-rounded-2::after,
.bg-rounded::after {
    display: none;
  }
  .bg-client {
    background-size: cover;
  }
  .slider-clients .slick-prev {
    right: -17px !important;
  }
  .slider-clients .slick-next {
    left: -13px !important;
  }
  .polits::before {
    display: none;
  }
  nav a::after,
.active-link::after {
    display: none;
  }
  .home .slick-dots {
    bottom: -130px !important;
  }
  .fill-svg {
    fill: #ff9d00;
  }
  .fill-svg path {
    fill: #ff9d00;
  }
  /*  nav a {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      right: -35px;
      top: 50%;
      transform: translateY(-50%);
      background: var(--main-color-1);
    }
  } */
}/*# sourceMappingURL=index.css.map */