:root {
  --blue: #3b69ff;
  --blueDark: #000000;
  --bg: #ffffff;
  --text: #ffffff;
  --muted: #ffffff;
  --card: #fff;
  --shadow: 0 14px 44px rgba(20, 60, 120, 0.14);
  --radius: 10px;
  --blue2: #3b69ff;
  --bg-primary: #0a0a0f;
  --bg-secondary: #050508;
  --glass-bg: rgba(255, 255, 255, 0.02);
  --glass-border: rgba(255, 255, 255, 0.06);
  --gold: #ffd700;
  --gold-light: #fff2cc;
  --gold-dark: #b8860b;
  --rose: #ff6b9d;
  --violet: #a855f7;
  --cyan: #06b6d4;
  --text-primary: #ffffff;
  --text-secondary: #a0a0b0;
  --text-muted: #606070;

  --dark: #0f172a86;
}
.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(
      ellipse at 20% 20%,
      rgba(168, 85, 247, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 80%,
      rgba(255, 215, 0, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 50% 50%,
      rgba(6, 182, 212, 0.08) 0%,
      transparent 50%
    ),
    linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  line-height: 1.6;
  text-align: center;
  background: var(--dark);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: 100%;
}
h2 {
  text-align: center;
}
.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
  height: 100%;
}
:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* Navbar */
.navbar {
  width: 100%;
  position: fixed;
  inset: 0 0 auto 0;
  padding: 30px 0px;
  display: flex;
  margin: 0;
  height: 0px;
  z-index: 1000;
}
.nav-main {
  width: 90%;
  margin: auto;
  border-radius: 0px;
}
.navbar .row {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: linear-gradient(
    135deg,
    rgb(14 18 67 / 56%),
    rgb(72 155 193 / 69%)
  );
  border-radius: 30px;
  border: 0px solid rgb(156, 156, 156);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.logo {
  width: 150px;
}
.logo h3 {
  margin-block: 0;
  margin: 0;
}
.logo img {
  width: 100%;
  height: 100%;
}
.navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.navbar a {
  font-weight: 600;
  color: #ffffff;
  opacity: 0.95;
}
.navbar .lia:hover {
  color: #3877fd;
  transition: 1s ease;
  transform: scale(1);
}
.btn {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: 0;
  cursor: pointer;
}
.btn.secondary {
  background: rgba(65, 65, 255, 0.616);
  border: 0px solid #fff;
  color: #fff;
}
.get:hover {
  background: #1f487e;
  transform: scale(1.05);
}
.profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--blue2);
}
.spacer {
  height: 70px;
}
.btn2 {
  padding: 4px 16px;
  border-radius: 5px;
  background: rgb(117, 117, 117);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  border: 0;
  cursor: pointer;
}
.btn2.secondary2 {
  background: rgba(47, 78, 252, 0.884);
  border: 0px solid #fff;
  color: #fff;
  text-align: center;
}
.btn2.secondary2:hover {
  color: #000000;
}
/* Hero */
.btn3 {
  width: auto;
  margin: 0;
  padding: 10px 16px;
  background: rgb(6, 6, 73);
  border-radius: 25px;
  font-weight: bolder;
}
.btn4 {
  border: none;
  font-weight: bolder;
  border-radius: 25px;
  width: auto;
  margin: 0;
  padding: 10px 16px;
  background: rgb(38, 42, 98);
  color: rgb(255, 255, 255);
}
.btn3:hover {
  background: #464695;
}
.btn4:hover {
  background: #424b97;
}
.hero {
  height: 100vh;
  padding: 30vh 0 70px;
  background-attachment: fixed;
  background-position: center;
  background-size: 10px;
  text-align: center;
}
.hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}
.hero p {
  font-size: 1.25rem;
  color: #94a3b8;
  max-width: 650px;
  margin: 0 auto 40px;
  animation: fadeInUp 0.8s ease 0.4s forwards;
  opacity: 0;
}
.hero .cta {
  margin-top: 15px;
}

/* Slider */
.slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  opacity: 50%;
  box-shadow: var(--shadow);
  margin-top: 24px;
}
.slide-track {
  display: flex;
  transition: transform 0.1s ease ease-in-out;
}
.slide {
  min-width: 100%;
  height: 380px;
  background: transparent;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #376;
}
.slide img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slide h1 {
  position: relative;
  margin: auto;
  color: #000000;
  font-size: 40px;
}

/* Sections & cards */
.section {
  padding: 200px 0 0 0;
  background: transparent;
  text-align: center;
}
.section2 {
  padding: 200px 0 0 0;
  background: transparent;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
.section h2 {
  margin: 0 0 24px;
  font-size: 30px;
}
.grid {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  width: 300px;
}
.card-4 {
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  width: 300px;
}
.anm {
  animation: fd 1s ease-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}
@keyframes fd {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.sercon {
  background: transparent;
  margin: auto;
  border-radius: 20px 20px 0 0;
  color: white;
  text-align: center;
}

.margin-1 {
  margin: 100px auto;
}
.card:hover,
.card-4:hover {
  transform: translateY(-5px);
  color: rgb(59, 59, 255);
  text-shadow: 0 0 20px rgba(0, 102, 255, 0.3);
}
.card .img {
  width: 100%;
  height: 170px;
  background: #eef5ff;
  overflow: hidden;
  opacity: 80%;
}
.img2 {
  height: 100%;
  width: 100%;
}
.img2 img {
  width: 100%;
  height: 100%;
}
.img3 {
  width: 100%;
  height: 180px;
}
.img3 img {
  height: 100%;
  width: 100%;
}
.card .body {
  padding: 16px;
  overflow: auto;
  text-align: start;

  overflow: hidden;
}
.card h3 {
  margin: 0 0 8px;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.readmore {
  display: inline-block;
  margin-top: 12px;
  color: blue;
  text-shadow: 0px 0px 0px 2px rgb(74 86 167 / 76%);
  font-weight: 700;
}
.blogs .grid {
  grid-template-columns: repeat(3, 1fr);
}
.blog-card .meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  width: 300px;
}

.margintop {
  margin: 150px 0 0 0;
}
/* Forms & tables */
::placeholder {
  color: white;
  opacity: 50%;
  font-weight: bolder;
}
form.card {
  padding: 0;
}

input,
textarea,
select {
  color: white;
  font-weight: bolder;
  width: 100%;
  padding: 13px 12px;
  border: 1px solid #cdd0e9;
  background: transparent;
  border-radius: 14px;
}
.textarea {
  height: 400px;
}
label {
  display: block;
  margin: 8px 0 6px;
  font-weight: 600;
}
.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #171761;
  background: #030202;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.table th,
.table td {
  padding: 10px;
  border-bottom: 1px solid #1e216b;
  text-align: left;
  vertical-align: top;
}
.table th {
  background: #000000;
}
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 12px;
}

/* Footer */
.footer {
  border-top: 0px solid #e3edf9;
  padding: 30px 0 0 0;
  color: rgb(198, 204, 209);
  min-height: 100%;
}
.footert {
  width: 300px;
}
.footer .cols {
  min-height: auto;
  margin: auto;
  backdrop-filter: blur(20px);
  width: 100%;
  background: rgba(255, 255, 255, 0.158);
  padding: 10px 60px;
  border-radius: 20px 20px 0 0;
}

.social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.social a {
  background: var(--blue);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.social img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 3px;
}
.social a:hover {
  transition: 0.1s;
  transform: scale(1.2);
}
.dan {
  color: red;
}
.ser {
  background: transparent;
  color: var(--blue);
  border-radius: 20px 20px 0 20px;
}
.ser p {
  color: rgb(255, 255, 255);
}
.theme {
  width: 80%;
}
.themes-container {
  width: 85%;
  padding: 30px 0;
  margin: auto;
  background: transparent;
  min-height: 100vh;
  height: 100%;
}
.themes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thems-g {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.theme-card {
  margin: 20px auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(20, 60, 120, 0.08);
  overflow: hidden;
  transition: transform 0.18s;
  text-align: start;
}
.theme-card:hover {
  transform: translateY(-6px);
}
.theme-card .img {
  height: 200px;
  background: #eef5ff;
  overflow: hidden;
  opacity: 100%;
}
.theme-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme .card .body {
  padding: 14px;
  text-align: start;
}
.them-bnt {
  display: flex;
  justify-content: space-between;
}
.theme-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.theme-card p {
  margin: 0;
  color: #6b7c8d;
  font-size: 14px;
  line-height: 1.4;
}
.theme-sid {
  padding: 15px;
}
.meta {
  font-size: 12px;
  color: #92a0b3;
  margin-top: 8px;
}
.btn-prim {
  width: 100%;
  display: flex;
  padding: 6px 10px;
  background: #000000;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}
.badges {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
}
.badge {
  background: #eaf2ff;
  color: #1a73e8;
  padding: 6px 10px;
  border-radius: 999px;
}

@media (max-width: 640px) {
  .theme-card {
    width: 90%;
  }
}

.login-co {
  display: flex;
  flex-wrap: wrap;
}
.login-card {
  width: 400px;
  margin: auto;
}

.rows {
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}

.login-con {
  margin: auto;
}

.backg {
  background: rgb(0, 0, 0);
}

.auto-w {
  width: auto;
}

/*blog sid */
.row2 {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto;
}
.mainsid {
  margin: 0 auto;
  width: 80%;
  padding: 0px;
}

.sidbar {
  width: auto;
  margin: 0 auto;
}
.sid-card {
  width: auto;
}
.sid-card img {
  width: 100%;
  height: 90px;
}
.row3 {
  display: flex;
}
.profile-pic2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
}

.rowflow {
  display: flex;
  flex-wrap: wrap;
}
.card2 {
  max-width: 300px;
}
.h2w {
  color: #fff;
  padding-top: 15px;
}

.margintop {
  margin: 100px auto 0 auto;
}
.margintop3 {
  margin: 0 auto;
}
.margintop2 {
  padding: 100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blogs .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 100%;
  }
}
@media (max-width: 640px) {
  .grid,
  .blogs .grid {
    flex: 100%;
  }
  .hero h1 {
    font-size: 36px;
  }
  .navbar ul {
    display: none;
  }
}

/*__admin__*/
.sidebar {
  display: flex;
  box-sizing: border-box;
}
.admin-nav {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.main-sidbar-con {
  max-width: 800px;
  margin: auto;
}
.main-sidbar {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.pic1 {
  width: 100px;
  height: 100px;
}
.hero-badge {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.15),
    rgba(255, 107, 157, 0.1)
  );
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 30px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  animation: fadeInUp 0.8s ease forwards;
  position: relative;
  overflow: hidden;
}

.hero-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: badgeShine 3s ease infinite;
}
@keyframes badgeShine {
  0%,
  100% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.background-orbs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background-color: #000000;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: float 20s infinite ease-in-out;
}

.orb:nth-child(1) {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.orb:nth-child(2) {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  top: 50%;
  right: -100px;
  animation-delay: -5s;
}

.orb:nth-child(3) {
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #06b6d4, #8b5cf6);
  bottom: -50px;
  left: 30%;
  animation-delay: -10s;
}

.orb:nth-child(4) {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #f97316, #ec4899);
  top: 30%;
  left: 20%;
  animation-delay: -15s;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(50px, -50px) scale(1.1);
  }
  50% {
    transform: translate(-30px, 30px) scale(0.95);
  }
  75% {
    transform: translate(40px, 20px) scale(1.05);
  }
}
.btn-primary {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  padding: 16px 36px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
}
.btn-primary2 {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  padding: 9px 30px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
}
.btn-primary:hover,
.btn-primary2:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 40px rgba(139, 92, 246, 0.6);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 16px 36px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
}
.span {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  color: #8b5cf6;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.about {
  margin: 200px 0 0 0;
  padding: 100px;
}
@media (max-width: 670px) {
  .about {
    margin: 10px;
    width: 90%;
  }
}
.about p {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}
