  /* ============banner============== */

.slider {
    background-image: url(../../img/video.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 580px;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
.nuclear-pattern{
      position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(circle at 20% 50%, rgba(0, 161, 142, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(94, 53, 177, 0.1) 0%, transparent 40%), linear-gradient(rgba(34, 211, 238, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 45px 45px, 45px 45px;

}
.slider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 20%, var(--inso-navy) 95%);
}
    .atomic-orbits {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            top: 0px;
            /* background: url("data:image/svg+xml,%3Csvg width='1000' height='1000' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2322d3ee' stroke-width='0.5' stroke-opacity='0.15'%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(0 500 500)'/%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(60 500 500)'/%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(120 500 500)'/%3E%3Ccircle cx='500' cy='500' r='50' stroke-opacity='0.2'/%3E%3Ccircle cx='500' cy='500' r='150' stroke-opacity='0.1'/%3E%3Ccircle cx='500' cy='500' r='300' stroke-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E") no-repeat center; */
            pointer-events: none;
            z-index: -1;
        }
        .overlay-video{
                /* background-color: rgb(0 47 58 / 84%); */
          background: linear-gradient(to left, #002f3a, #3e2c69b2);
                
                 position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;

        }
.text-gradient {
      background: linear-gradient(to left, var(--green), var(--petrol));
    /* background: linear-gradient(to left, #5F469D, #8d70d4); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* url(../../img/member/pattern-administrator.svg) */
.container-text-banner {
    padding: 40px;
    border-radius: 30px;
    width: 480px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.03);
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.container-text-banner:hover {
    border-color: #00f2ff;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
    transform: translateY(-5px);
}


    .container-text-banner{
  position: relative;
  z-index: 2;
}
.container-text-banner h1{
  background: radial-gradient(74.17% 164.91% at 7.73% 8.68%, var(--green) 0%, var(--petrol) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  background-clip: text;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 11px;
}

.container-text-banner h2{
  font-size: 20px;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 0px;
}
.container-text-banner h3{
  font-size: 12px;
  font-weight: bold;
  color: white;
  /* margin-bottom: 20px; */
}
.container-text-banner h5{
  background-color: #00A287;
  border-radius: 5px;
  padding: 5px;
margin: 0 5px;
}

   .container-text-banner h6{
    /* background-color: #00A287; */
    border-radius: 12px;
    padding: 11px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(to left, var(--green), var(--petrol));
   }
   .p-date-event{
    /* background-color: var(--petrol); */
    padding: 5px;
    border-radius: 10px;
    color: var(--aqua);
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
   }

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background:  linear-gradient(80deg,rgba(0, 109, 127, .8) 0%, rgba(0, 47, 58, 1) 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    top: 0px;
    left: 0px;

  }
  
  /* ---- stats.js ---- */
  .text-banner-slider{
    z-index: 2;
    color: #fff;
    max-width: 500px;
  }
    .text-banner-slider h3{
      color: #fff;
      font-size: 40px;
      margin-bottom: 10px;
    }
    .text-banner-slider h2{
        
background-color: rgba(255,255,255,.1);
        
border: 1px solid var(--aqua);
        
padding: 10px;
        
border-radius: 30px;
        
color: var(--aqua);
        
display: inline-block;
        
margin: 0 auto;
        
font-size: 12px;
        
font-weight: bold;
        
margin-bottom: 18px;
    }
        .text-banner-slider h2 i{
          font-size: 7px;
        }
  .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
  }
  .btn-slider{
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: .5s;
    padding: 12px;
    cursor: pointer;
    margin: 5px;
    margin-top: 15px;
    display: inline-block;
    min-width: 149px;
    transition: 1s;

  }
  .js-count-particles{
    font-size: 1.1em;
  }
 
  
  #stats,
  .count-particles{
    -webkit-user-select: none;
  }
  
  #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  
  .count-particles{
    border-radius: 0 0 3px 3px;
  }

/* ============inner============== */
.banner-inner {
    background-image: url(../../img/inner.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 120px;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
}

    .banner-inner .container {
        position: relative;
        z-index: 5;
    }

.breadcrumb ul {
    padding: 0px;
    margin: 0px;
}

    .breadcrumb ul li {
        display: inline-block;
    }

        .breadcrumb ul li a {
            color: #fff;
        }
/* ============banner============== */

.slider {
    background-image: url(../../img/video.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 580px;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
}

.nuclear-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(circle at 20% 50%, rgba(0, 161, 142, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(94, 53, 177, 0.1) 0%, transparent 40%), linear-gradient(rgba(34, 211, 238, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 45px 45px, 45px 45px;
}

.slider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 20%, var(--inso-navy) 95%);
}

.atomic-orbits {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    top: 0px;
    /* background: url("data:image/svg+xml,%3Csvg width='1000' height='1000' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2322d3ee' stroke-width='0.5' stroke-opacity='0.15'%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(0 500 500)'/%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(60 500 500)'/%3E%3Cellipse cx='500' cy='500' rx='400' ry='150' transform='rotate(120 500 500)'/%3E%3Ccircle cx='500' cy='500' r='50' stroke-opacity='0.2'/%3E%3Ccircle cx='500' cy='500' r='150' stroke-opacity='0.1'/%3E%3Ccircle cx='500' cy='500' r='300' stroke-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E") no-repeat center; */
    pointer-events: none;
    z-index: -1;
}

.overlay-video {
    background: linear-gradient(to left, #002f3a, #3e2c69b2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.text-gradient {
    background: linear-gradient(to left, var(--green), var(--petrol));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container-text-banner {
    padding: 40px;
    border-radius: 30px;
    width: 480px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.03);
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    transition: all 0.3s ease;
}

    .container-text-banner:hover {
        border-color: #00f2ff;
        box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
        transform: translateY(-5px);
    }


.container-text-banner {
    position: relative;
    z-index: 2;
}

    .container-text-banner h1 {
        background: radial-gradient(74.17% 164.91% at 7.73% 8.68%, var(--green) 0%, var(--petrol) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0,0,0,0);
        background-clip: text;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 11px;
    }

    .container-text-banner h2 {
        font-size: 20px;
        font-weight: bold;
        color: var(--green);
        margin-bottom: 0px;
    }

    .container-text-banner h3 {
        font-size: 12px;
        font-weight: bold;
        color: #9ca3af;
        /* margin-bottom: 20px; */
    }

    .container-text-banner h5 {
        background-color: #00A287;
        border-radius: 5px;
        padding: 5px;
        margin: 0 5px;
    }

    .container-text-banner h6 {
        /* background-color: #00A287; */
        border-radius: 12px;
        padding: 11px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        background: linear-gradient(to left, var(--green), var(--petrol));
    }

.p-date-event {
    /* background-color: var(--petrol); */
    padding: 5px;
    border-radius: 10px;
    color: var(--aqua);
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg,rgba(0, 109, 127, .8) 0%, rgba(0, 47, 58, 1) 100%);
    background-repeat: no-repeat;
    background-position: bottom right;
    top: 0px;
    left: 0px;
}

/* ---- stats.js ---- */
.text-banner-slider {
    z-index: 2;
    color: #fff;
    max-width: 500px;
}

    .text-banner-slider h3 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 10px;
    }

    .text-banner-slider h2 {
        background-color: rgba(255,255,255,.1);
        border: 1px solid var(--aqua);
        padding: 10px;
        border-radius: 30px;
        color: var(--aqua);
        display: inline-block;
        margin: 0 auto;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 18px;
    }

        .text-banner-slider h2 i {
            font-size: 7px;
        }

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.btn-slider {
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: .5s;
    padding: 12px;
    cursor: pointer;
    margin: 5px;
    margin-top: 15px;
    display: inline-block;
    min-width: 149px;
    transition: 1s;
}

.js-count-particles {
    font-size: 1.1em;
}


#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}