 * {
     margin: 0;
     padding: 0;
     outline: 0;
     border: 0;
     background: transparent;
     text-decoration: none;
     list-style: none;
     box-sizing: border-box;
 }

 :root {
     --grey: #8A9CAF;
     --blue: #0f1729;
     --b2: #0d121f;
 }

 body {
     overflow-x: hidden;
 }

 .introduction {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgb(255, 198, 11);
     height: 30px;
     cursor: pointer;
 }

 .introduction li i {
     margin-right: 10px;
 }

 .introduction {
     display: flex;
     align-items: center;
 }

 .introduction button {
     background: #000;
     color: #fff;
     padding: 8px 20px;
     border-radius: 20px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     margin-left: 15px;
     border: none;
 }

 .introduction {
     background-color: #FFD700;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px;
     gap: 20px;
     font-family: sans-serif;
 }

 .introduction .cross {
     display: flex;
     align-items: end;
     justify-content: center;
 }

 @keyframes for1 {
     form {
         padding-left: 0px
     }

     to {
         padding-left: 10px
     }

 }

 .container1 {
     background: #0f1729;
 }

 .btn {
     border: none;
     background-color: rgb(5, 5, 134);
     color: black;
     font-size: 30px;
     cursor: pointer;
 }

 nav {
     width: 100vw;
 }

 nav ul {
     display: flex;
     flex-direction: row;
     justify-content: center;
     gap: 50px;
     padding: 30px 40px;
 }

 nav ul li {
     list-style: none;
 }

 nav ul li a {
     text-decoration: none;
     color: #8A9CAF;
     font-size: 20px;
 }

 nav ul li a:hover {
     color: white;
 }

 .search {
     border-radius: 100px;
     text-align: center;
     background-color: #0f1729;
     color: #8A9CAF;
 }

 .Login {
     font-size: 20px;
     color: #8A9CAF;
 }

 .Login:hover {
     color: white;
 }

 .signup {
     font-size: 16px;
     padding: 0px 20px;
     text-align: center;
     border-radius: 20px;
     color: white;
     background: rgb(99, 99, 236);
     border: 0px;
 }

 .ai a {
     display: block;
     text-decoration: none;
     color: rgb(243, 130, 243);
     margin: 40px, auto, 0px, auto;
     font-size: 20px;
     width: 400px;
     text-align: center;
     border: 2px solid rgb(243, 130, 243);
     border-style: dotted;
     border-radius: 30px;
 }

 .c h1 {
     padding-top: 30px;
     padding-left: 20px;
     text-align: center;
     font-size: 50px;
     background: linear-gradient(to bottom, white, rgb(179, 38, 167));
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
 }

 .c p {
     padding-top: 10px;
     color: #8A9CAF;
     font-size: 20px;
     text-align: center;
 }

 .c p:nth-of-type(1) {
     padding-top: 20px;
 }

 .d {
     margin-top: 90px;
     height: 0;
     color: var(--grey);
 }

 .role {
     margin: 0px auto 0px auto;
     padding: 0px 20px 0px 20px;
     color: var(--grey);
     font-size: 1.1em;
     border: 2px solid var(--grey);
     width: 200px;
     border-radius: 10px;
     position: relative;
     top: -13px;
     z-index: 1;
     background-color: var(--blue);
     text-align: center;
     font-weight: 600;
 }

 .r1 {
     display: flex;
     justify-content: center;
     flex-direction: row;
     padding: 20px;
     gap: 10px;
 }

 .r1 a {
     text-decoration: none;
     color: var(--grey);
     border: 1px solid var(--b2);
     border-radius: 10px;
     width: 200px;
     margin: 0px;
     padding: 10px 20px 10px 20px;
     font-size: 1em;
     background-color: var(--b2);
 }

 .r1 a:hover {
     border-color: var(--grey);
 }

 /* .container2 {
     background-color: white;
 }

 .h {
     padding: 50px 0px 0px 310px;
     font-size: 20px;
 }

 .h h1 {
     padding: 0;
     margin: 0;
 }

 .ques {
     padding: 50px 0px 0px 310px;
 }

 .ques p {
     padding: 10px 0 10px 0;
     cursor: pointer;
 }

 .ques p:hover {
     color: blue;
     animation-name: forl;
     animation-duration: 1s;
 }
 .l1{
    width: 700px;
    color: rgba(179, 179, 179, 0.76);
 } */
  .container2 {
    background-color: #fff;
}

.h, .ques {
    max-width: 800px;
    margin: auto;
    padding-top: 50px;
}

.h {
    font-size: 20px;
}

.h h1 {
    font-size: 40px;
    margin: 0;
}

.ques p {
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ques p:hover {
    color: blue;
    transform: translateX(10px);
}

.l1 {
    max-width: 700px;
    color: rgba(179, 179, 179, 0.76);
}

 .g{
    padding: 10px 0px 0px 0px;
 }
 .guide{
    width: 150px;
    height: 30px;
    border-radius: 20px;
    background: black;
    color: white;
}
.guide:hover{
    background-image: linear-gradient(270deg,blue,skyblue);
}
h1{
padding: 50px 0px 0px 310px;
font-size: 20px;
}
.h1 h1{
    padding: 0;
    margin: 0;
}
.Vids{
    padding: 50px 0px 0px 310px;
}
.Vids P{
    padding: 10px 0px 10px 0px;
}
.Vids p:hover{
    color: blue;
    animation-name:forl;
    animation-duration: 1s;
}
.l2{
    width: 700px;
    color: rgba(179, 179, 179, 0.76);
}
.g{
    padding: 10px 0 0 0 ;
}
.guidel{
    width: 150px;
    height: 50x;
    border-radius: 20px;
    background: black;
    color: white;
}
.guidel:hover{
        background-image: linear-gradient(270deg,blue,skyblue);
}
.di{
    color: rgba(179, 179, 179, 0.76);
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
/* .jo{
    padding: 0px 0px 0px 100px;
    margin: 0px 0px 0px 0px;
}
.jo h1{
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}
.jo p{
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
}
.stats{
    padding: 50px 0px 0px 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.star p {
    padding: 0px 20px 0px 0px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    display: inline;
}
.star p:last-child{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.design{
    padding: 0px 20px 0px 0px;
    margin: 0px auto 0px auto;
    position: relative;
    left: 0px;
    border: 2px solid rgb(16, 163, 221);
    bottom: 0px;
    height: 50%;
    width: 1px;
    background-image: linear-gradient(rgb(16, 163,221) , rgb(141,196,218));
    color: white;
    border-radius: 7px;
}
.out{
    motion: 0px;
    padding: 0px 0px 0px 0x;
    color: rgb(16, 163, 221);
}
.vl{
    border-left: 2px solid var(--grey);
height: 150px;
padding: 0px 20px 0px 0px;
margin: 0;
width: 1px;
} */
/* Divider line */
.di{
    border: none;
    height: 1px;
    background: #ccc;
    margin: 40px 0;
}

/* Community heading section */
.com{
    text-align: center;
}

.jo h1{
    font-size: 36px;
    margin-bottom: 10px;
}

.jo p{
    margin: 0;
    font-size: 16px;
    color: #444;
}

/* Stats container */
.stats{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* Cards */
.star,
.disc{
    text-align: center;
    width: 260px;
}

/* Top badge text */
.design{
    display: inline-block;
    background: #eaf6fb;
    color: #1e88c7;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    margin-right: 5px;
}

.out{
    display: inline-block;
    font-size: 12px;
    color: #1e88c7;
}

/* Big numbers */
.star h1,
.disc h1{
    font-size: 38px;
    margin: 10px 0 5px;
}

/* Label */
.star p,
.disc p{
    margin: 4px 0;
    font-size: 14px;
}

/* Vertical divider */
.vl{
    width: 1px;
    height: 170px;
    background: #bbb;
}

/* Buttons */
.s,
.s2{
    margin-top: 15px;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.s p,
.s2 p{
    margin: 0;
    font-size: 13px;
}

.s p:last-child,
.s2 p:last-child{
    font-size: 11px;
    opacity: 0.8;
}

.s:hover,
.s2:hover{
    background: #222;
}
/* Wrapper background (dark gradient) */
.links,
.create {
    background: linear-gradient(180deg, #0b1320, #0a1128);
    color: #cbd5e1;
    font-family: system-ui, sans-serif;
}

/* NAVBAR LINKS */
.links nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0 10px;
}

.links nav li {
    list-style: none;
}

.links nav a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.links nav a:hover {
    color: #ffffff;
}

/* MAIN CONTENT AREA */
.create {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 30px 80px 50px;
}

/* LEFT SIDE */
.create h3 {
    font-size: 16px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 8px;
}

.create h3 p {
    display: inline;
    margin: 0;
}

.create h3 a {
    color: #38bdf8;
    text-decoration: none;
}

.create p {
    font-size: 14px;
    color: #94a3b8;
    margin: 2px 0;
    line-height: 1.6;
}

/* RIGHT SIDE TEXT */
.create .rig {
    color: #94a3b8;
    font-size: 14px;
}

/* RESPONSIVE FIX */
@media (max-width: 900px) {
    .create {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 30px 40px;
    }

    .links nav {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.stats-container {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  .stat-card {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    background-color: #f0f4f8;
    flex-direction: row;
  }

  .stat-card h2 {
    font-size: 2em;
    margin: 10px 0;
  }

  .stat-card p {
    font-size: 0.9em;
    color: #555;
    margin: 5px 0;
  }

  .stat-card span {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    margin-bottom: 10px;
  }

  .stat-card button {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
  }

  .stat-card button:hover {
    background-color: #333;
  }