:root {
    --primary:;
    --bs-primary-v2: #B1C0EC;
    --bs-primary-bg-v2: linear-gradient(to top, #4f40d4 0%, #61488d 100%);
    --bs-primary-custom: #ea7822;
    --bs-nav-link-color:var(--bs-white) !important;
    --bs-nav-link-hover-color:rgb(177, 192, 236);
    --bs-body-bg: #050B1E !important;
    --default-transition: all 0.3s ease-in-out;
  }
  * {
    font-family: "Tajawal" ,"Almarai", sans-serif;
    transition: var(--default-transition);
  }
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  .navbar-custom {
    backdrop-filter: blur(3px);
    /* background: #050b1eb2; */
    min-height: auto !important;
    z-index: 1055;
  }
    .navbar-custom::after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: linear-gradient(90deg, rgba(65, 89, 161, 0.3) 10.14%, #F5F6FA 51.59%, rgba(65, 89, 162, 0.3) 87.26%);
    }
  nav.navbar {
    /* background: #0300157a; */
    /* margin-top: 10px !important; */
  }
  .min-h-auto {
    min-height: auto !important;
  }
  nav.navbar.bg-glassy {
    background: rgb(27 22 69 / 80%) !important;
  }
  .navbar-brand img {
    width: auto;
    max-width: 70px;
    height: auto;
  }
  .container-sm {
    min-height: 100vh;
    max-width: 1350px !important;
    /* padding-bottom: 270px; */
  }
  @media screen and (max-width: 991px) {
    .collapse:not(.show) {
        display: block !important;
        opacity: 0;
    }
    .navbar-custom nav.navbar .navbar-toggler {
        position: relative;
        z-index: 100;
    }
    .navbar-custom nav.navbar .navbar-collapse * {
        transition: none !important;
    }
    .navbar-custom nav.navbar .navbar-collapse {
        transition: none !important;
        max-width: 350px;
        width: 100%;
        height: auto;
        background-color: rgb(27 22 69 / 80%) ;
        backdrop-filter: blur(50px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding-top: 40px;
        padding: 50px 13px 13px !important;
    }
  }
  /* start content home page */
  .bg-body-dark {
    background-color: var(--bs-body-bg) !important;
  }
  .btn-primary-default,
  .bg-primary-default {
    background: radial-gradient(50% 50% at 50% 50%, #2b1c57 0%, #202948 100%) ;
    border: 1px solid #E2E4E980;
    border-radius: 10px !important;
  }
  .btn-start {
    font-size: 18px !important;
    width: calc(10rem + 1.5vw);
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    padding: 10px 30px !important;
  }
  .badge.bg-primary-default {
    color: var( --bs-primary-v2);
    border: 1px solid #E2E4E980 !important;
    cursor: pointer;
  }
  .btn-primary-default-v2 {
    background: linear-gradient(90deg, #2E55D5 0%, #F356FD 100%);
    border: 1px solid rgba(115, 101, 153, 1);
    border: 0 !important;
    border-radius: 10px;
    font-size: 15px !important;
  }
  .introduction-size.primary-gradient {

    background: linear-gradient(91.26deg, #809FFF 52.46%, #2C55D3 107.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (max-width: 1700px) {
    .introduction-size {
      letter-spacing: -.1vw;
    }
  }
  @media screen and (min-width: 1200px) {
    .introduction-size {
      font-size: 3.75rem !important;
    }
    .fs-introduction-sm {
      font-size:calc(.5rem + .9vw) !important;
    }
  }
  @media screen and (max-width: 768px) {
    .introduction-size {
      font-size: calc(2.325rem + 1.5vw) !important;
    }
  }
  @media screen and (min-width: 992px) {
    nav.navbar .navbar-nav {
        transform: translateX(-6%);
      }
    nav .nav-item .nav-link.btn.btn-primary-default {
      background: radial-gradient(50% 50% at 50% 50%, #2b1c57 0%, #202948 100%) !important;
      border: 1px solid #E2E4E980;
      padding:12px;
      color: #B1C0EC;
      border-radius:17px !important;
    }
    nav .nav-item .nav-link.btn {
      color: #B1C0EC;
    }
  }
  @media screen and (max-width: 991px) {
    nav .nav-item .nav-link.btn.btn-primary-default {
      border: 0 !important;
    }
  }
  .introduction-size {
    font-size: calc(2.5rem + 1.5vw) ;
    letter-spacing: -0.05vw;
  }
  .introduction-size ,
  .fs-introduction-sm {
    color: var(--bs-white);
  }
  .fs-introduction-sm {
    font-size: calc(.7rem + 1vw) ;
  }
  /* anmition start */
  .hero-secation .animation-hero {
    filter: blur(120px);
    overflow: hidden;
    z-index: -1;
  }
  .hero-secation .animation-hero img {
    min-height: 75vw;
    object-fit: cover;
    animation-duration: 4s;
    animation-name: custom-animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes custom-animation {
    0% {
      transform: rotate(0deg);
      transform: rotate3d(0deg, 0deg, 0deg);
    }
    50% {
      transform: rotate(180deg);
      transform: rotate3d(180deg, 180deg, 180deg);
    }
    60% {
      transform: rotate(216deg);
      transform: rotate3d(216deg, 230deg, 216deg);
    }
    70% {
      transform: rotate3d(252deg, 268deg, 252deg);
    }
    80% {
      transform: rotate(288deg);
      transform: rotate3d(288deg, 288deg, 288deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @media screen and (max-width: 991px) {
    .hero-secation .animation-hero img {
      min-height: 100vw;
    }
  .hero-secation .animation-hero {
    filter: blur(100px);

  }


  }
  /* .img-anmition {
    z-index: -1;
    width: clamp(calc(100% - 22vw), 24vw, 100%);
    top: 100%;
    left: 50%;
    overflow: hidden;
    filter: blur(20px);
    transform: translate(-50%, -50%);
  }
  .img-anmition img {
    animation-duration: 2s;
    animation-name: custom-animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .filter-img img {
    position: relative;
    top: 3px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 170px;
    height: 100%;
    z-index: 3;
  }
  .img-laptop img {
    position: relative;
    z-index: 2;
  }

  @keyframes custom-animation {
    0% {
      transform: rotate(0deg);
      transform: rotate3d(0deg, 0deg, 0deg);
    }
    50% {
      transform: rotate(180deg);
      transform: rotate3d(180deg, 180deg, 180deg);
    }
    60% {
      transform: rotate(216deg);
      transform: rotate3d(216deg, 230deg, 216deg);
    }
    70% {
      transform: rotate3d(252deg, 268deg, 252deg);
    }
    80% {
      transform: rotate(288deg);
      transform: rotate3d(288deg, 288deg, 288deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .container-custom {
    max-width: calc(100% - 22vw);
    padding-left: 0px;
  }
  @media screen and (min-width:1300px) {
    .container-custom {
      max-width: calc(100% - 330px);
      padding-left: 0px;
  }
  }
  @media screen and (max-width: 991px) {
    nav.nav-.btn.btn-primary-default {
      border: 0 !important;
      border-radius: 0;
      background: transparent;
    }
    .filter-img img {
      height: calc(87px + 2vw);
      max-height: none;
      transition: none;
    }
    .img-anmition {
      width: calc(100% - 18vw);
      top: calc(150% - 2vw);
    }
  }
  @media screen and (max-width: 991px) and (min-width: 746px) {
    .img-anmition {
      width: calc(100% - 15vw);
    }
  }
  @media screen and (max-width: 745px) {
    .img-anmition {
      width: clamp(calc(100% - 9vw), 0vw, 300px);
      top: clamp(calc(112% - 2vw), 7vw, calc(112% - 2vw));
  }
  }
  @media screen and (max-width: 530px) {
    .container-custom {
      max-width: calc(100% - 30vw);
      padding-left: 0px;
    }
    .img-anmition {
      width: calc(100% - 6vw);
      top: clamp(calc(100% - 22vw), 31vw, 80%);
    }
  }
  @media screen and (max-width: 390px) {
    .img-anmition {
      width:100%;
      top: 18vw;
    }
  }
  @media screen and (max-width: 300px) {
    .img-anmition {
      width: 100%;

    }
  } */
  /* anmition end */

  /* section features start */
  .card {
    background-clip: padding-box;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    border-radius: 1.3rem !important;
    min-width: 100%;
    min-height: 100%;
    border: 1px solid #FFFFFF0F;
    backdrop-filter: blur(320px);
        background: rgb(255 255 255 / 4%) !important;
  }
  .card-inset {
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.03);
    border-radius: 1.3rem !important;
    border: 1px solid #FFFFFF0F;
    height: 100%;
    max-width: 700px;
    width: 100%;
    background: rgb(255 255 255 / 4%) !important;
  }

  .card.card-custome::after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background: rgba(24, 77, 235, 1);
    left: 50%;
    filter: blur(81px);
    transition: var(--default-transition);
    z-index: -1;
}
.card.card-custome:hover .icon-hover {
    filter:brightness(1.5) saturate(1) invert(0.01);
}
.card.card-our-numbers {
    min-height: 200px;
    box-shadow: inset 0px 0px 0px 0px #222754;
}
.card.card-our-numbers.card-badges-hero {
    min-height: 280px;

}
.card.card-our-numbers:hover {
    box-shadow: inset 0px 0px 90px 0px #222754;
}
.font-inter {
    font-family: "Inter", "Almarai","Tajawal" ,sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.fs-6 {
    font-size: 20px;
}
.card.card-custome:hover::after {
    left: 80%;
    width: 140px;
    height: 140px;
}
.card.card-services {
    border: 1px solid #9397c691;

}
.card.card-services .bg-img {
    position: absolute;
     width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../images/design/card-service-design.svg') !important;
    filter: blur(50px);
    background-size: cover !important;
}
.card.card-services:hover .bg-img {
    filter: blur(80px);
}
.card.card-badges-hero .badge {
    position: absolute;
}
/* .card.card-badges-hero .badge img {
    width: 10px;
    height: auto;
} */
.card.card-badges-hero .badge:nth-child(2) {
    top: 15%;
    right: 3%;
    rotate: -15deg;
}

.card.card-badges-hero .badge:nth-child(3) {
    top: 15%;
    left: 3%;
    rotate: 15deg;
}
.card.card-badges-hero .badge:nth-child(4) {
    bottom: 15%;
    right: 3%;
    rotate: 20deg;
}
.card.card-badges-hero .badge:last-child {
    bottom: 15%;
    left: 4%;
    rotate: -20deg;
}

.float-bottom-to-top {
    animation: float-bottom-to-top 2.5s ease-in-out infinite
}

@keyframes float-bottom-to-top {
    50% {
        transform: translateY(8px)
    }
}

.float-top-to-bottom {
    animation: float-top-to-bottom 2.5s ease-in-out infinite
}

@keyframes float-top-to-bottom {
    50% {
        transform: translateY(-8px)
    }
}

  .card .icon {
    display: flex;
    align-items: center;
}
.card-icon {
    backdrop-filter: blur(0px);
}
    .card .icon div ,
    .card-icon .img {
        padding: 8px;
        border: 1px solid #ffffff36;
        border-radius: 10px;
        box-shadow: 0px 7px 40px 0px #ffffff30 inset;
    }
    .flex-1 {
        flex: 1;
    }

    .card .img-icon {
        transform: translate(-21%, 13%);
    }


    @media screen and (max-width: 358px) {
        .card.card-badges-hero .badge {
            position: static;
        }
        .float-top-to-bottom,
        .float-bottom-to-top {
            animation: none;
        }

    }
    @media screen and (max-width: 318px) {
        .card.card-badges-hero .badge {
            rotate: 0deg !important;
        }

    }

  /* .card .learn-more {
    background: var(--bs-primary-bg-v2);
    visibility: hidden;
    opacity: 0;
    right: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
  } */
  .card .icon svg,
  .card .icon i {
    font-size: 45px;
    stroke: var(--bs-primary-custom);
    color: var(--bs-primary-custom);
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .card .icon svg {
    width: 34px;
    height: 34px;
  }
  /* card hover event start */
  .card:hover .icon svg,
  .card:hover .icon i {
    stroke: white;
    color: white;
  }

  .card:hover p {
    color: white;
  }
  .card:hover .learn-more {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  /* card hover event end */

  .w-text-md {
    max-width: 630px;
    width: 100%;
    margin: auto;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  /* section features end */

  /* section features anmition start */

  /* section features anmition end */


  /* section Partners start */
    /* library owl custom */
    .owl-carousel .item {
      margin: 10px !important;
      padding: 8%;
      width: 100%;
    }
    .owl-carousel .owl-item img {
      width: 90%;
    }
    .owl-carousel .owl-stage {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: 100% !important;
    }
    .owl-carousel::after {
      content: "";
      display: block;
      position: absolute;
      width: 15%;
      height: 100%;
      background: linear-gradient(90deg, rgba(3, 0, 21, 0) 0%,  var(--bs-body-bg) 100%);
      z-index: 1;
      top: 0;
      right: -1px;
    }
    .owl-carousel::before {
      content: "";
      display: block;
      position: absolute;
      width: 15%;
      height: 100%;
      background: linear-gradient(90deg, var(--bs-body-bg) 0%, rgba(3, 0, 21, 0) 100%);
      z-index: 1;
      top: 0;
      left: -1px;
    }
    .owl-carousel.center .owl-stage-outer {
        display: flex;
        justify-content: center;
    }

    @media screen and (max-width:400px) {
      .owl-carousel .item {
        margin: 0 !important;
        padding: 0 !important;
      }
    }
    /* library owl custom end */
  .container-anmition {
    max-width: calc(70% - 6.5vw);
  }
  @media screen and (min-width:1400px) {
    .container-anmition {
      max-width: calc(60% - 2.5vw);
    }
  }
  @media screen and (max-width:750px) {
    .container-anmition {
      max-width: 100%;
    }
  }
  /* section Partners end */

  /* end content home page */

  .text-primary-2 {
    color: var(--bs-primary-v2);
  }

  .bg-image {
    filter: blur(40px);
  }
  .bg-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

  .text-muted {
    font-size: 13px;

    color: rgba(202, 203, 206, 1);
    --bs-secondary-color: rgba(202, 203, 206, 1);
  }
  .text-small {
    font-size: 14px;
    color: rgb(124, 124, 124) !important;
  }
  @media screen and (min-width: 574px) {
    .bg-sm-light {
      background: rgb(201 229 247 / 40%) !important;
      filter: blur(0);
    }
  }
  @media screen and (max-width: 767px) and (min-width: 375px) {
    .col-xs-6 {
      flex: 0 0 auto;
      width: 50% !important;
    }
  }
  .text-primary-custome {
    color: var(--bs-primary-custom);
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .description .text-title {
    color: var(--bs-primary-v2);
  }
  /* skrolll cstome */
  .container-sm.custome::-webkit-scrollbar {
    width: 3px;
  }

  .container-sm.custome::-webkit-scrollbar-track {
    background: #eee;
  }

  .container-sm.custome::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 30px;
    transition: 2.5s all ease-in-out;
  }

  .container-sm.custome::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }

  @media screen and (min-width: 993px) {
    .img-desc {
      display: block;
    }
    .img-our {
      display: none;
    }
  }
  @media screen and (max-width: 992px) {
    .img-desc {
      display: none;
    }
    .img-our {
      display: block;
    }
  }
  .dropdown-item {
    transition: 0.3s all ease-in-out;
  }
  .dropdown .dropdown-menu.show {
    display: flex;
    flex-direction: column;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background: var(--bs-primary-v2) !important;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--bs-primary-v2) !important;
  }
  /* form start */
  .form-control {
    padding: 12px 18px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    background-color: #1c2233 !important;
  }
  .list-style-none {
    list-style: none;
  }
  /* form end */

  /* custom partners section start */
  section.partners .item img {
    width: 80px ;

    }
    section.partners .item:last-child img {
        width: 130px ;
        height: auto;
    }
  /* custom partners section end */

  /* custome footer start */
  footer .footer {
    /* background: rgba(11, 8, 38, 1); */
    background: radial-gradient(52.45% 44.45% at 70% 40%, rgba(102, 140, 255, 0.04) 0%, rgba(102, 140, 255, 0.00) 30%, rgba(102, 140, 255, 0.00) 100%), radial-gradient(64.47% 38.5% at 50% 11.59%, rgba(133, 102, 255, 0.08) 0%, rgba(133, 102, 255, 0.00) 100%);
  }
  .footer-logos img {
    max-width: 50px;
    aspect-ratio: 16 / 9;
  }
  footer ul {
    list-style: none;
  }

  footer ul li a,
  footer .group-items li {
    padding: 10px;
    border-radius: 50%;
    transition: .3s all ease-in-out;
  }
  footer ul li.icon-item a:hover {
    background: #2e55d5b3;
  }
  footer ul li {
    font-size: 13px;
  }
  footer ul li svg {
    stroke: #7C7C7C;
    color: #7C7C7C;
    transition: .1s all ease-in-out;
  }
  footer ul li:hover svg {
    stroke: white;
    color: white;
  }
  footer ul li:nth-last-child(1),
  footer .group-items li:nth-last-child(1) {
    margin-left: 0 !important;
  }
  footer .group-items li {
    margin-bottom: 5px;
  }

  .btn-outline-primary {
    --bs-btn-color: var(--bs-primary-v2) !important;
    --bs-btn-border-color: var(--bs-primary-v2) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-v2) !important;
    --bs-btn-hover-border-color: var(--bs-primary-v2) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-v2) !important;
    --bs-btn-active-border-color: var(--bs-primary-v2) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary-v2) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary-v2) !important;
    --bs-gradient: none;
  }

  /* custome footer end */
