html {
    width: 100%!important;
    overflow-x: hidden!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;

    margin: 0;
    padding: 0;
}



body {
    margin: 0!important;
    font-family: 'poppinsregular',sans-serif!important;
    font-size: .875rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #212529!important;
    background-position-x: center;
    background:#002053  url();
    min-height: 100%;
    position: relative!important;
}
img.logo {
  margin-top: 30px;
  max-width: 100%;
  z-index: 1!important;
  margin-bottom: 25px;
  height: 300px;
}
img.logo:hover {
    animation: heartbeat 1s infinite;
}

.card-header {
    font-size: 15px;
    background: linear-gradient(-60deg, #06060600 34%, rgba(0, 0, 0, 0) 79%), url(https://static.vecteezy.com/system/resources/thumbnails/048/476/576/small/blue-button-blue-web-button-technology-button-png.png)no-repeat;
	background-size: 100% 100%;
    position: relative;
	margin-bottom: 10px;
}
.card-header b {
    color: #000;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem!important;
    border: 1px solid rgba(255,255,255, 0.5)!important;
}
.navbar {
    background: #e3aa23;
    border-radius: 0!important;
    font-size: 12px;
    font-family: 'Orbitron', sans-serif;
}
a.nav-link {
    font-weight: bold;
    color: #fff!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.navbar a:hover {
    color: #fff!important;
    background: #003582;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
	text-transform: capitalize;
}
a {
    color: #00419f;
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.no-gutter>[class*="col-"]{
  padding-left: -5px;
  padding-right: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container-fluid {
    width: 100%;
    padding-right: 5px!important;
    padding-left: 5px!important;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0,0,0, 0.7);
}

div.head-bg {
      background:#0000 url(https://i.pinimg.com/originals/8b/fb/2b/8bfb2b055ba8ec70fc80fabf1fcf699e.gif) bottom repeat-x;
	background-size: 100%  100%;
	height: 500px;
	margin-bottom: 10px;
	 object-fit: cover;
	 box-shadow: 0 4px 20px #000 ;
}
 @media (max-width: 768px) {
      .head-bg {
		max-height:200px;
		position: absolute;
        object-fit: cover;
   

      }
 }
 
  /* ================= .box ================= */
  .box {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background: #0000!important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 10px;
    overflow: hidden;
}
  /* ================= .star-body ================= */
  .star-body {
    position: relative;
    width: 100%;
	height:100%;
    background: url(https://i.pinimg.com/originals/83/52/39/8352391aecd2f7e11cf371a42c68dc48.gif)bottom repeat-x;
	background-size: 100%  100%;
    border-radius: 0px;
    align-items: center;
    border: 4px solid transparent;
    background-clip: padding-box;
    box-shadow:
      0 0 25px rgba(255,30,60,0.45),
      0 0 45px rgba(30,90,255,0.35),
      inset 0 0 20px rgba(0,0,0,0.6);
    isolation: isolate;
    box-sizing: border-box;
  }
  
  /* animated red-blue neon border frame */
  .star-body::before {
    content:'';
    position:absolute;
    inset:-2px;
    border-radius:0px;
    padding:4px;
    background: linear-gradient(120deg, #ff1a3c, #1a5aff, #ff1a3c);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    animation: borderFlow 4s linear infinite;
    z-index: -1;
  }

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


.cfm-slider-outer {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
	
  }

  /* Outer pulsing glow ring — sits behind everything, gives the 3D "aura" */
  .cfm-glow-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
      from 0deg,
      #ffd54a,
      #3ad6ff,
      #ff4d6d,
      #ffd54a
    );
    filter: blur(14px);
    opacity: 0.55;
    animation: cfm-spin 10s linear infinite, cfm-pulse 2.4s ease-in-out infinite;
    z-index: 0;
  }

  /* Static ring border — a defined metallic/neon bezel between glow and logo circle */
  .cfm-ring-border {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 6px solid transparent;
    background:
      linear-gradient(#ff0000, #ff0000) padding-box,
      linear-gradient(135deg, #ffd54a, #3ad6ff 45%, #ff4d6d 100%) border-box;
    box-shadow:
      0 0 10px rgba(255, 213, 74, 0.55),
      0 0 22px rgba(58, 214, 255, 0.35),
      inset 0 2px 4px rgba(255, 255, 255, 0.25),
      inset 0 -3px 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .cfm-slider-wrap {
    --neon-gold: #ffd54a;
    --neon-blue: #3ad6ff;
    --neon-red: #ff4d6d;
    --bg-dark: #0b0d12;

    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #1b1f29, var(--bg-dark) 70%);
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.55),
      0 0 18px rgba(255, 213, 74, 0.4),
      0 0 36px rgba(58, 214, 255, 0.3),
      inset 0 6px 14px rgba(255, 255, 255, 0.08),
      inset 0 -10px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
  }

  /* Glossy highlight overlay for a rounded 3D sphere look */
  .cfm-slider-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14%;
    width: 45%;
    height: 30%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
  }

  .cfm-slider-wrap::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(
      from 0deg,
      var(--neon-gold),
      var(--neon-blue),
      var(--neon-red),
      var(--neon-gold)
    );
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    animation: cfm-spin 10s linear infinite;
    z-index: 2;
    pointer-events: none;
  }

  @keyframes cfm-spin {
    to { transform: rotate(360deg); }
  }

  @keyframes cfm-pulse {
    0%, 100% { opacity: 0.45; transform: scale(0.98); }
    50% { opacity: 0.8; transform: scale(1.04); }
  }

  .cfm-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 1.1s ease, transform 1.1s ease;
    z-index: 1;
  }

  .cfm-slide.cfm-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
  }

  .cfm-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255, 213, 74, 0.45));
  }

  @media (max-width: 480px) {
    .cfm-slider-outer {
      width: 120px;
      height: 120px;
    }
  }

 .eq-ring{
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  border:3px solid #001fab;

  animation: spin 10s linear infinite;

  box-shadow:
    0 0 20px #000,
    0 0 50px #000;
}

.eq-ring::before,
.eq-ring::after{
  content:'';
  position:absolute;
  inset:-12px;
  border-radius:50%;
  border:2px dashed #fff;
}
/* =========================
   ANIMATIONS
========================= */
@keyframes pulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.05);}
  100%{transform:scale(1);}
}

@keyframes blink{
  50%{opacity:.5;}
}

@keyframes spin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

@keyframes marquee{
  0%{transform:translateX(0);}
  100%{transform:translateX(-100%);}
}

@keyframes shine{
  0%{transform:translateX(-120%);}
  100%{transform:translateX(120%);}
}

@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-5px);}
}

@keyframes zoomGlow{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.03);
  }
}


.copy {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
/* Custom scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #ff3d00;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
    box-shadow: inset 0 0 6px #49245c;
    border-radius: 10px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ff3d00 #000000;
}