@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
:root {
 --primary: #0A2354;
 --secondary: #935C37;
 --info: #893D0C;
  --quaternary: #CC9B73;

  --bs-primary-rgb: 10, 35, 84 !important;
  --bs-secondary-rgb: 147, 92, 55 !important;
  --bs-info-rgb: 137, 61, 12 !important;
  --bs-quaternary-rgb: 204, 155, 115 !important;

  --primary-950:rgb(var(--bs-primary-rgb),.95);
  --primary-900:rgb(var(--bs-primary-rgb),.9);
  --primary-850:rgb(var(--bs-primary-rgb),.85);
  --primary-800:rgb(var(--bs-primary-rgb),.8);
  --primary-700:rgb(var(--bs-primary-rgb),.7);
  --primary-600:rgb(var(--bs-primary-rgb),.6);
  --primary-500:rgb(var(--bs-primary-rgb),.5);
  --primary-400:rgb(var(--bs-primary-rgb),.4);
  --primary-300:rgb(var(--bs-primary-rgb),.3);
  --primary-200:rgb(var(--bs-primary-rgb),.2);
  --primary-150:rgb(var(--bs-primary-rgb),.15);
  --primary-100:rgb(var(--bs-primary-rgb),.1);
  --primary-50:rgb(var(--bs-primary-rgb),.05);
  --primary-0:rgb(var(--bs-primary-rgb),.01);

    --secondary-950:rgb(var(--bs-secondary-rgb),.95);
  --secondary-900:rgb(var(--bs-secondary-rgb),.9);
  --secondary-850:rgb(var(--bs-secondary-rgb),.85);
  --secondary-800:rgb(var(--bs-secondary-rgb),.8);
  --secondary-700:rgb(var(--bs-secondary-rgb),.7);
  --secondary-600:rgb(var(--bs-secondary-rgb),.6);
  --secondary-500:rgb(var(--bs-secondary-rgb),.5);
  --secondary-400:rgb(var(--bs-secondary-rgb),.4);
  --secondary-300:rgb(var(--bs-secondary-rgb),.3);
  --secondary-200:rgb(var(--bs-secondary-rgb),.2);
  --secondary-150:rgb(var(--bs-secondary-rgb),.15);
  --secondary-100:rgb(var(--bs-secondary-rgb),.1);
  --secondary-50:rgb(var(--bs-secondary-rgb),.05);
  --secondary-0:rgb(var(--bs-secondary-rgb),.01);

  --info-950:rgb(var(--bs-info-rgb),.95);
  --info-900:rgb(var(--bs-info-rgb),.9);
  --info-850:rgb(var(--bs-info-rgb),.85);
  --info-800:rgb(var(--bs-info-rgb),.8);
  --info-700:rgb(var(--bs-info-rgb),.7);
  --info-600:rgb(var(--bs-info-rgb),.6);
  --info-500:rgb(var(--bs-info-rgb),.5);
  --info-400:rgb(var(--bs-info-rgb),.4);
  --info-300:rgb(var(--bs-info-rgb),.3);
  --info-200:rgb(var(--bs-info-rgb),.2);
  --info-150:rgb(var(--bs-info-rgb),.15);
  --info-100:rgb(var(--bs-info-rgb),.1);
  --info-50:rgb(var(--bs-info-rgb),.05);
  --info-0:rgb(var(--bs-info-rgb),.01);

  --quaternary-950:rgb(var(--bs-quaternary-rgb),.95);
  --quaternary-900:rgb(var(--bs-quaternary-rgb),.9);
  --quaternary-850:rgb(var(--bs-quaternary-rgb),.85);
  --quaternary-800:rgb(var(--bs-quaternary-rgb),.8);
  --quaternary-700:rgb(var(--bs-quaternary-rgb),.7);
  --quaternary-600:rgb(var(--bs-quaternary-rgb),.6);
  --quaternary-500:rgb(var(--bs-quaternary-rgb),.5);
  --quaternary-400:rgb(var(--bs-quaternary-rgb),.4);
  --quaternary-300:rgb(var(--bs-quaternary-rgb),.3);
  --quaternary-200:rgb(var(--bs-quaternary-rgb),.2);
  --quaternary-150:rgb(var(--bs-quaternary-rgb),.15);
  --quaternary-100:rgb(var(--bs-quaternary-rgb),.1);
  --quaternary-50:rgb(var(--bs-quaternary-rgb),.05);
  --quaternary-0:rgb(var(--bs-quaternary-rgb),.01);


    --bs-success-rgb:52, 199, 89 !important;
    --bs-danger-rgb:255, 59, 48 !important;
    /* --bs-danger-rgb:255, 149, 0 !important; */
    --bs-link-color-rgb:var(--bs-primary-rgb) !important;
    --bs-link-hover-color-rgb:var(--primary-900) !important;
    --bs-secondary-color: rgba(160, 174, 192, 1) !important;
    --bs-danger-bg-subtle:#fbf2ef !important;
    --bs-primary-bg-subtle:#EBE6FF!important;
    --input-bg:rgba(255, 255, 255, 1);
    --readonly-input-bg:rgba(242, 242, 247, 1);
    --bg-light:rgba(243, 249, 250, 1);
    --input-border-color:rgba(209, 209, 214, 1);
}
:root {
    --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: "IBM Plex Sans Arabic","Tajawal", sans-serif;
    transition: var(--default-transition);
  }
  [data-bs-gsap] * ,
  .filepond--root.filepond--hopper * {
    transition:none !important;
  }
  /* font start */
    @font-face {
        font-display: swap;
        font-family: SAR;
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/currency/sar.woff2) format("woff2"),url(../fonts/currency/sar.woff) format("woff")
    }
  /* font end */l
    [x-cloak] { display: none !important; }

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .nav-link,
  .btn {
    transition: var(--default-transition) !important;

  }

  .bg-quaternary-300 {
    background:rgba(182, 128, 232, 0.4);
  }
  /* buttons style start */
  .text-link {
    color: var(--bs-link-color) ;
  }
  .badge {
    --bs-badge-color:rgba(var(--bs-link-color-rgb),1) !important;
  }
  .btn {
    backdrop-filter: blur(5px);
  }
  .btn:hover {
    transform:scale(.98);
  }
   .btn-primary {
    --bs-border-width:0px !important;
    --bs-btn-color: var(--bs-white) !important;
    --bs-btn-bg: var(--primary) !important;
    --bs-btn-border-color: var(--primary) !important;
    --bs-btn-hover-color: var(--bs-white) !important;
    --bs-btn-hover-bg: var(--primary-900) !important;
    --bs-btn-hover-border-color: transpernt !important;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: var(--bs-white) !important;
    --bs-btn-active-bg: var(--primary-900) !important;
    --bs-btn-active-border-color: transpernt !important;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--bs-white-rgb) , 0.45) !important;
    --bs-btn-disabled-bg: var(--primary-400) !important;
    --bs-btn-disabled-border-color: var(--primary) !important;
  }
  .btn-secondary {
    --bs-btn-color: var(--bs-white) !important;
    --bs-btn-bg: var(--secondary) !important;
    --bs-btn-border-color: var(--secondary) !important;
    --bs-btn-hover-color: var(--bs-white) !important;
    --bs-btn-hover-bg: var(--secondary-600) !important;
    --bs-btn-hover-border-color: transpernt !important;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: var(--bs-white) !important;
    --bs-btn-active-bg: var(--secondary-400) !important;
    --bs-btn-active-border-color: transpernt !important;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: var(--bs-white) !important;
    --bs-btn-disabled-bg: var(--secondary) !important;
    --bs-btn-disabled-border-color: var(--secondary) !important;
  }
  .btn-info {
    --bs-border-width:0px !important;
    --bs-btn-color: var(--bs-white) !important;
    --bs-btn-bg: var(--info-700) !important;
    --bs-btn-border-color: var(--info) !important;
    --bs-btn-hover-color: var(--bs-white) !important;
    --bs-btn-hover-bg: var(--info-500) !important;
    --bs-btn-hover-border-color: transpernt !important;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: var(--bs-white) !important;
    --bs-btn-active-bg: var(--info-400) !important;
    --bs-btn-active-border-color: transpernt !important;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--bs-white-rgb) , 0.45) !important;
    --bs-btn-disabled-bg: var(--info-400) !important;
    --bs-btn-disabled-border-color: var(--info) !important;
  }
  .btn.btn-light {
    color:var(--bs-white);
    border:1px solid var(--bs-white);
    background:rgb(var(--bs-white-rgb), .3);
    backdrop-filter: blur(14px);
  }
  .btn.btn-outline-info {
    color:var(--info-700);
    border:1px solid var(--info-700);
    background:rgb(var(--bs-white-rgb), .3);
    backdrop-filter: blur(14px);
    box-shadow: none !important;
    --bs-btn-hover-color:var(--bs-white);
    --bs-btn-hover-border-color:var(--info-700);
    --bs-btn-hover-bg:var(--info-700);
     --bs-btn-active-color:var(--bs-white);
    --bs-btn-active-border-color:var(--info-700);
    --bs-btn-active-bg:var(--info-700);
  }
   @media screen and (min-width: 992px) {
    nav .navbar-nav .nav-link {
        font-size: calc(12px + 0.2vw);
    }
    .rotate-lg-0 {
        rotate:0deg !important;
    }
    nav .btn.btn-primary-nav {
        color: var(--bs-white) !important;
        /* border: 2px solid var(--bs-white); */
        padding: 8px 30px !important;
        background: var(--primary);
        backdrop-filter: blur(14px);
        --bs-btn-hover-bg:var(--primary-800);
        font-size: 14px;
    }
    nav .btn.btn-light-nav {
        color: var(--bs-black) !important;
        padding: 8px 30px !important;
        background: var(--bs-white);
        backdrop-filter: blur(14px);
        --bs-btn-hover-bg: rgb(211, 212, 213) !important;
        font-size: 14px;
    }
    nav .btn.btn-light-nav:hover {
        color: var(--bs-black) !important;
    }

  }
  @media screen and (max-width: 991px) {
    nav .btn.btn-primary-nav,
    nav .btn.btn-light-nav {
        transition:var(--default-transition) !important;
        border: 0 !important;
        backdrop-filter: none;
    }

  }
  .text-danger {
    color: var(--bs-danger) !important;
    }
  /* buttons style end */
  .card-award {
    cursor: pointer;
  }
  .card-award:hover .image-content {
    scale:1.2;
     margin-bottom: 30px !important;
  }
  .awards .card-award .image-content {
    max-width:220px;
  }
  .awards .card-award.one .image-content {
    max-width:320px;
    min-width: 240px;
  }
  .filter-blur-2px {
    filter: blur(2px);
  }
  .awards  h1.text-number {
    font-size: 4.5rem;
    font-weight: 300;
  }

  section {
    margin-bottom: 40px;
  }

  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.light {
            background:rgb(var(--bs-body-bg-rgb));
            border-bottom:0;
    }

  nav.navbar {
    /* background:var(--primary-500); */
    border-bottom: 1px solid rgba(var(--bs-body-bg-rgb), 0.5)
    backdrop-filter:blur(15px);
    /* margin-top: 10px !important; */


  }
  .min-h-auto {
    min-height: auto !important;
  }
  nav.navbar.dark.bg-glassy,
  nav.navbar.dark.bg-glassy-default {
    background: rgb(var(--bs-primary-rgb),.8) !important;
  }
  nav .navbar-brand img {
    width: auto;
    /* max-width: 70px; */
    min-width: 185px;
    height: auto;
  }
  .container-sm {
    min-height: 100vh;
    max-width: 1350px !important;
    /* padding-bottom: 270px; */
  }
    .container-register {
        max-width: 1710px;
    }

  @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.dark .navbar-toggler  {
        color:var(--primary) ;
    } */
     .navbar-custom nav.navbar.dark .navbar-toggler  {
        color:var(--bs-white) ;
    }
    .navbar-custom nav.navbar.dark .navbar-collapse  .nav-link {
        color: var(--primary) !important;
    --bs-nav-link-hover-color: var(--primary-800) !important;
    }


    /* .navbar-custom nav.navbar.dark .navbar-toggler.collapsed  {
        color:var(--primary) !important;
    } */
    .navbar-custom nav.navbar .navbar-collapse {
        transition: none !important;
        max-width: 350px;
        width: 100%;
        border-radius: 12px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding-top: 40px;
        padding: 50px 13px 13px !important;
    }
    .navbar-custom nav.navbar.dark .navbar-collapse {
        background-color:  rgb(var(--bs-body-bg-rgb)) ;
    }
    .navbar-custom nav.navbar.dark .navbar-collapse{
        stroke:var(--primary);
    }
     .navbar-custom nav.navbar.light .navbar-collapse {
        background-color: rgb(var(--bs-body-bg-rgb)) ;
    }
  }
  /* 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( --primary);
    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(91deg, #FFFFFF 52.41%, #96E7C9 70.3%, #84DEDE 86.83%, #8D81BC 121.25%, #CEAAF0 190.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:bold;
  }
  @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(1.5rem + 1.5vw) !important;
    }
  }
  .introduction-size {

    font-size: calc(1.5rem + 3.5vw);
    letter-spacing: -0.05vw;
  }
  .introduction-size ,
  .fs-introduction-sm {
    color: var(--bs-white);
  }
  .fs-introduction-sm {
    font-size: calc(.7rem + 1vw) ;
  }
  /* anmitions start */
    .hero-secation {
            min-height: calc(930px + 0.2vw);
    }
    .hero-secation .content-animation .animation {
        position: absolute;
        top: -30%;

        z-index: 3;
    }
    .hero-secation .content-animation .animation svg {
        max-width: 1750px;
        min-width: 1190px !important;
    }
    .hero-secation .content-animation .animation.animation-one {
         left: 50%;
        transform: translateX(-50%);
    }
     .hero-secation .content-animation .animation.animation-two {
        right: -50%;

        }


    @media screen and (max-width:992px) {
        .hero-secation .content-animation .animation.animation-two {
            display:none
        }
        .hero-secation .content-animation .animation {
            /* top:-9% !important; */
            display:none

        }
        .hero-secation .content-animation .animation.animation-one {

        }
    }
     .hero-secation .content-animation .animation canvas {
        width: 1245px !important;

        height: 1520px !important;
    }
    .hero-secation .wind-turbine {
        position: relative;
        width: 70px;
        height: auto;
    }
    .hero-secation .wind-turbine.one {
        scale: 1.4;
    }
    .hero-secation .wind-turbine.tow,
    .hero-secation .wind-turbine.four {
        scale: 0.5;
        transform: translateY(30px);
    }
    .hero-secation .animation-turbine {
        position: absolute;
        overflow: hidden;
        padding-top: 39px;
        padding-right: 16px;
        z-index: 1;
        scale: 0.8;
        bottom: 37.1%;
    }
    .hero-secation .animation-turbine.left {
        left: 2%;
    }
    .hero-secation .animation-turbine.right {
        right: 2%;
    }

    .hero-secation .wind-turbine .blades {
        width: 70px;
        height: 70px;
        position: relative;
        top: -20px;
        left: 54%;
        transform: translateX(-50%);
        animation: spin 3s linear infinite;
        z-index: 2;
    }
    .hero-secation .wind-turbine .tower {
        width: 19px;
        height: 106px;
        margin: 0 auto;
        position: absolute;
        left: 40%;
        z-index: 1;
    }
     @keyframes spin {
            from { transform: translateX(-50%) rotate(0deg); }
            to { transform: translateX(-50%) rotate(360deg); }
        }
    .hero-secation .content-back.position-absolute {
        top: 29%;
    }
    .hero-secation .content-back h1{
        /* --size-shadow:2px;
        --color-shadow:rgb(var(--bs-white-rgb), 0.44); */
    /*
    background: rgb(var(--bs-white-rgb), 0.44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(11rem + 2vw);
    */
    /* text-shadow: calc(-1 * var(--size-shadow)) calc(-1 * var(--size-shadow)) 0 var(--color-shadow), var(--size-shadow) calc(-1 * var(--size-shadow)) 0 var(--color-shadow), calc(-1 * var(--size-shadow)) var(--size-shadow) 0 var(--color-shadow), var(--size-shadow) var(--size-shadow) 0 var(--color-shadow);  */
    background: rgb(var(--bs-white-rgb), 0.54);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: calc(2.375rem + 3.5vw);
    transform: translateY(-30%);
    font-weight: bold;
    animation-timing-function: linear;
    animation-name:grident-content-back;
    animation-direction: alternate;
    animation-duration: 0.3s;
    z-index:0;
    text-wrap-mode: nowrap;
    animation-iteration-count: infinite;
   }
   @media screen and (min-width:1550px){
    .hero-secation .content-back h1{
       font-size: 6rem;
    }
   }
    @media screen and (max-width:823px){
        .hero-secation .content-back h1{
            font-size: calc(1.375rem + 3.5vw);
            transform:translateY(-20%);
        }
    }
    @media screen and (max-width:488px){
        .hero-secation .introduction-size {
            font-weight: bold;
            margin-bottom:.75rem !important;
        }
        .hero-secation .content-back h1{
            background: rgb(var(--bs-white-rgb), 1);
            font-size: calc(1.3rem + 1.5vw) !important;
            z-index:3;
            transform:translateY(0%);

        }
        .hero-secation .content-back {
            font-size: calc(1.3rem + 1.5vw) !important;
            margin-bottom: 1.8rem;
            z-index:3
        }
    }
    .min-h-auto {
        min-height:auto;
    }
  .hero-secation .animation-mask {
    -webkit-mask-image: radial-gradient(circle at 110% 90%, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 30%);
    mask-image: radial-gradient(circle at 110% 90%, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 30%);
    width:100%;
    height: 650px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

about-us section start
  section.about-us {
    min-height: 602px;
    height: auto;
  }
  .card.card-services:hover .logo-filter {
    scale:1.1;
  }
  @media screen and (max-width:992px) {

      .card.card-services.trevel-participant .card-body {
        font-size:19px;
      }
  }
  .logo-filter {
    position: absolute;
    bottom: 20px;
    z-index: -1;
    right: 20px;
  }
    section.about-us .content-bgs .logo-filter {
        top: -2px;
        right: 80px;
        position:absolute;
    }
    section.about-us .description  {
        backdrop-filter: blur(6px);
        font-size: 18px;
                transition:none;

        background: rgb(var(--bs-body-bg-rgb), .65);
    }
    section.about-us .description  * {
        transition:none;
    }
    section.about-us .content-bgs .logo-filter svg path:nth-child(1),
    section.about-us .content-bgs .logo-filter svg path:nth-child(3)  {
        filter:blur(2px);
    }
     section.about-us .content-bgs .logo-filter svg path:nth-child(2)
     {
        filter:blur(1px);
    }

  .z-n2 {
    z-index: -2;
  }
/* about-us section end */

/* details-hakthon start */

@media screen and (min-width:230px) {

    .details-hakthon .card {
        min-width: 164px !important;
    }
}

/* details-hakthon end */

/* section time-line start */
   .timeline-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 3rem;
      position: relative;
    }
        .timeline-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      background: #fff;
      padding: 1.5rem;
      position: relative;
      text-align: center;
      z-index: 2;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    @media (max-width: 991px) {
      .timeline-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    @media (max-width: 768px) {
      .timeline-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 576px) {
      .timeline-grid {
        grid-template-columns: 1fr;
      }
    }
      .arrow {
      position: absolute;
      z-index: 1;
    }
    .arrow-down {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .arrow-to-left {
      left: -44px;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
    }
    .arrow-to-right {
      right: -35px;
      top: 50%;
      transform: translateY(-50%);
    }
    .timeline-grid-wrapper {
      display: flex;
      flex-direction: column;
      gap: 3rem;
    }
    .rtl-row {
      direction: rtl;
    }
    .ltr-row {
      direction: ltr;
    }
    .card-number {
      font-weight: bold;
      color: rgb(var(--bs-info-rgb), .2);
      letter-spacing: 1px;
    }
    .card-title {
      font-weight: 600;
      margin-bottom: 0.5rem;
      font-size: 1.1rem;
    }


/* section time-line end */

/* goals section start */
/* goals section start */
.goal-box {
    min-width: 13rem;
    height: auto; /* ارتفاع ثابت */
    overflow: hidden; /* إخفاء المحتوى الزائد */
    justify-content: center;
    align-items: center;
    transition: height 0.4s cubic-bezier(.77, 0, .18, 1); /* الانتقال على height فقط */
    /* backdrop-filter: blur(20px); */
    /* color: var(--info); */
    cursor: pointer;
    text-align: center;
    /* background: rgb(var(--bs-body-bg-rgb),.5); */
    position: relative;
}

.goal-box:hover img ,
.goal-box.active img {
    width: 75px;
    transition: width 0.4s cubic-bezier(.77, 0, .18, 1);
}
@media screen and (min-width:1200px) {
    .goals-hakthon {
        min-height: 940px !important;
    }
}
@media screen and (min-width:991px) {
    .goals-hakthon {
        min-height: 695px;
    }
}
@media screen and (min-width:552px) {
    .goal-box {
        min-width: 16.5rem ;

    }
}
@media screen and (max-width:760px) {
    .goal-box img {
        width: 45px;
    }
    .goal-box:hover img ,
    .goal-box.active img {
            width: 45px;

    }
}

 .goal-box .logo-filter{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(3px);
 }
 .goal-box:hover .logo-filter {
    scale:1.155;

 }



/* goals section end */

/* section box-goals start */
.box-goals {
    background:#451AF50D;
}
@media screen and (min-width:991px) {
    .box-goals .item {
        border-left: 1px solid #D4CFE6;
    }
    .box-goals .item:last-child {
        border-left: 0 ;
    }
}
/* section box-goals end */

/* section features start */

.max-width-800px {
    max-width: 800px;
}
    .detigls-hakthon .card {
        min-width: 150px;
    }
  .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 #451af51f !important;
    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-services .icon div,
.hover-bg-primary-200 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-100);
    width: 60px;
    height: 60px;
    rotate: 45deg;
}
.card-services:hover .icon div,
.card-services:hover .hover-bg-primary-200 {
    scale:1.2;
}
@media screen and (max-width: 991px) {
    .card-services .icon div ,
    .card .hover-bg-primary-200 {
        background: var(--primary-100);
    }

}
.card-services:hover .icon div ,
.card:hover .hover-bg-primary-200 {
    background: var(--primary-100);
}

.card-services .icon div img ,
.hover-bg-primary-200 div {
    rotate:-45deg;
}
.card.card-services.workspace {
    max-width: 560px;
}
.card.card-services .bg-img {
    position: absolute;
     width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 1.3rem;
    background: url('../images/design/card-service-primary.svg') !important;
    /* filter: blur(50px); */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services .bg-img.light {
    background: url('../images/design/card-service-light.svg') !important;
      background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services .bg-img.info {
    background: url('../images/design/card-service-info.svg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services .bg-img.gold {
    background: url('../images/design/card-service-gold.svg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services .bg-img.time-line {
    background: url('../images/design/card-time-line.svg') !important;
      background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services.trevel-participant .bg-img.trevel-participant {
    background: url('../images/design/card-trevel-participant.svg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services.video .bg-img.video {
    background: url('../images/design/card-video.svg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.card.card-services.video {
    min-height: 464px;
    max-width: 400px;
    width: 100%;
}

.card-details .bg-border {
    background: linear-gradient(270deg, rgba(10, 35, 84, 0.5) 0%, rgba(10, 35, 84, 0.25) 100%);
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
}

/* .card.card-services.video .wave-overlay {
    position: absolute;
    top: 0px;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    width: 102%;
    height: 130px;
    background: rgba(173, 122, 250, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    clip-path: path('M10,80 Q150,180 260,80 T600,80 T900,80 T1190,70 L1200,600 L0,600 Z');
    z-index: 1;
} */
.card.card-services.video .card-body {
    border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl);
    padding-top: 150px;
    background: linear-gradient(170deg, rgba(173, 122, 250, 0) 0%, rgba(173, 122, 250, 0.8) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    clip-path: path('M0,80 Q150,180 300,80 T600,80 T900,80 T1200,70 L1200,600 L0,600 Z');
}

.card.card-services.trevel-participant {
    min-height: 524px;
    max-width: 500px;
    width: 100%;
}
.card.card-services.trevel-participant:hover .bg-img.trevel-participant,
.card.card-services.video:hover .bg-img.video {
    filter: none !important;
}
.rotate-270 {
    rotate: 270deg;
}
.rotate-180 {
    rotate: 180deg;
}

  .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 */
    .content-partners img {
        max-width:300px
    }
     .partner-item .title {
        color:var(--primary);
    }
    .partner-item .title hr {
        border-color:var(--primary);
        opacity: 1;
    }
    .partner-item .title.diamond {
        --color:rgba(91, 155, 213, 1);
        color:var(--color);
    }
    .partner-item .title.diamond hr {
        border-color:var(--color);
        opacity: 1;
    }
    .partner-item .title.platinum {
        --color:rgba(159, 168, 176, 1);
        color:var(--color);
    }
    .partner-item .title.platinum hr {
        border-color:var(--color);
        opacity: 1;
    }
    .partner-item .title.gold {
        --color:rgba(212, 175, 55, 1);

        color:var(--color);
    }
    .partner-item .title.gold hr {
        border-color:var(--color);
        opacity: 1;
    }
    .partner-item .title.silver {
        --color:rgba(192, 192, 192, 1);
        color:var(--color);
    }
    .partner-item .title.silver hr {
        border-color:var(--color);
        opacity: 1;
    }
    /* 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(--primary);
  }
  @view-transition {
    navigation:auto;
  }
  ::view-transition-group {
    animation-duration: 0.3s;
  }
  .bg-image {
    filter: blur(40px);
  }
  .bg-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .bg-gradinet-white {
    background: radial-gradient(50% 50% at 50% 50%, rgba(206, 211, 221, 0) 0%, #CED3DD 98.56%, #CED3DD 100%);
  }
  .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(--primary);
  }
  /* 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;
  }
  .navbar-nav .nav-link {
    font-size:calc(14px + 0.2vw) ;
    color: var(--bs-white);
    --bs-nav-link-hover-color:rgb(var(--bs-body-bg-rgb),.8);
  }
   .navbar.light .navbar-nav .nav-link {
    color: var(--primary);
    --bs-nav-link-hover-color:var(--primary-800);
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background: var(--primary) !important;
  }
  .navbar.light .navbar-nav .nav-link.active,
  .navbar.light .navbar-nav .nav-link.show {
    color: var(--primary) !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 */
    section.gradients-top {
    /* 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;
    width: 18px;
    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(--primary) !important;
    background: linear-gradient(90deg, var(--primary-50) 0%, var(--primary-400) 100%) ;
    --bs-btn-border-color: var(--primary) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary) !important;
    --bs-btn-hover-border-color: var(--primary) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary) !important;
    --bs-btn-active-border-color: var(--primary) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary) !important;
    --bs-gradient: none;
  }
  .btn:hover {
    background-color: var(--bs-btn-hover-bg) !important;
  }

  /* custome footer end */

/* timer style start */
    .timer-container {
        max-width: 370px;
        width: 100%;
        padding:0.6rem 0.4rem;
        margin: auto;
        backdrop-filter: blur(14px);
        scale: 0.8;
        color:var(--primary);
        background:  var(--primary-50);
    }
     .countdown-display {
            direction:ltr;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .time-card {
            background: var(--primary-50);
            border-radius: 16px;
            padding: 15px 5px;
            min-width: clamp(75px, 13vw, 80px);
            text-align: center;
            /* backdrop-filter: blur(30px) */
            /* transform: translateY(20px); */
            /* opacity: 0; */
        }
        /* .countdown-display .time-card:nth-child(odd) {
              position: relative;
              top: -40px;
          } */


        .time-value {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .time-label {
            text-transform: uppercase;
        }

        .expired-message {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
            display: none;
            transform: scale(0.5);
            opacity: 0;
        }
         @media screen and (max-width:767px) {
            .hero-secation {
                min-height: calc(690px + 0.2vw);
            }
            .hero-secation .header  .title {
                position: relative;
                top: 20px;
            }

            .hero-secation .img-bg img {
                left: -6px !important;
                width: calc(100% + 6px) !important;
            }
            .hero-secation .img-bg img ,
            .hero-secation .img-animation img ,
            .hero-secation .img-animation .animation-mask  {
                max-height:calc(570px + 0.2vw);
            }
            .hero-secation .img-animation img ,
            .hero-secation .img-animation .animation-mask {
                top:0;
            }

        }
/* timer style end */
/* rotete style start */
.rotate-90 {
    transform: rotate(90deg);
}
/* rotete style end */
/* swiper arrows  start*/

    .item_prev,
.item_next {
    cursor: pointer;
    display: flex;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    width: auto;
    margin: 0.5%;
    transition: all 0.4s linear;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    user-select: none;
    background-color: var(--info-400);
    padding: 10px 18px;
   --swiper-navigation-size:24px;
   --swiper-theme-color:var(--bs-white);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:0 !important;
}

@media screen and (max-width: 992px) and (min-width: 551px) {

    .item_prev,
    .item_next {
        margin-top: 2%;
        padding: 9px 15px;
        height: 40px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 13px;
    }
}

@media screen and (max-width: 550px) and (min-width: 321px) {

    .item_prev,
    .item_next {
        margin-top: 3%;
        padding: 9px 12px;
        height: 33px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 320px) {

    .item_prev,
    .item_next {
        opacity: 0 !important;
    }
}

/* swiper arrows  end*/
.sar-symbol::before {
    content: "\00ea";
    font-family: SAR;
    font-size: 83%;
}

/* badge */
.badge.badge-soft {
    --bg:var(--primary-200);
    background:var(--bg);
    padding:.5rem .85rem;
    font-weight: bold;
}
.badge.badge-soft.success {
    --bg:rgb(var(--bs-success-rgb),.2);
    color:rgb(var(--bs-success-rgb));
}
.badge.badge-soft.danger {
    --bg:rgb(var(--bs-danger-rgb),.2);
    color:rgb(var(--bs-danger-rgb));
}
.badge.badge-soft.warning {
    --bg:rgb(var(--bs-  -rgb),.2);
    color:rgb(var(--bs-warning-rgb));
}
.badge.badge-soft.secondary {
    --bg:var(--secondary-200);
    color:rgb(var(--bs-secondary-rgb));
}

.fs-sm {
    font-size:14px;
}

.animation-svg .svg-animation-lines svg{
    width: 190% !important;
}

