* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
html, body {
scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
}

.bg-video {
  display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Keeps video proportions */
      z-index: -1; /* Keeps it behind content */
    }

    /* Page content styling */
    .content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Poppins', sans-serif;
    }

body {
    backdrop-filter: blur(px);
    background-size: cover;
    background-attachment: scroll;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 
    sans-serif;
    color: white;
    line-height: 1.5;
    position: relative;
  overflow-x: hidden; 
  min-height: 100vh;
}



    .coordinators{
      padding: 60px 20px;
      text-align: center;
      
    }

    .coordinators h2 {
        font-family: symp-co;
      font-size: 2.4rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #b33e3e;
      margin-bottom: 50px;
      position: relative;
      display: inline-block;
    }

    .coordinators h2::after {
      content: "";
      display: block;
      height: 3px;
      width: 60%;
      background: linear-gradient(90deg, #b366ff, #00c8ff);
      margin: 8px auto 0;
      border-radius: 5px;
    }

    .coordinator-grid {
        
    padding-top: 25px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .card {
        
      position: relative;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(12px);
      border-radius: 15px;
      padding: 25px 20px;
      overflow: hidden;
      transition: 0.4s;
    }

    .card::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(120deg, transparent, rgba(0, 0, 0, 0.252), transparent);
      transform: rotate(45deg);
      transition: 0.8s;
    }

    .card:hover::before {
      left: 100%;
    }

    .card:hover {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
      transform: translateY(-10px);
    }

    .name {
      font-size: 1.3rem;
      font-weight: 800;
      background: linear-gradient(90deg, #ffffff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 8px;
      letter-spacing: 1px;
    }

    .position {
      font-size: 0.95rem;
      color: #ddd;
    }

    .neon-line {
      width: 50px;
      height: 2px;
      background: linear-gradient(90deg, #000000, #be1818);
      margin: 12px auto;
      border-radius: 5px;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .coordinators h2 {
        font-size: 1.8rem;
      }
    }

.dept{
text-align: center;
align-items: center;
}

.dept-title{
    letter-spacing: 0.1em;
    margin-top: 5%;
    margin-bottom: 2%;
    color: rgb(147, 180, 47);
    text-decoration: solid;
    
    font-size: 25px;
    text-shadow: #2e1c03 6PX 6PX 6PX;
    font-family: "DEPT-T", system-ui;

}

.dept-symp {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    text-shadow: #000000 3PX 3PX 3PX;
    font-family: "DEPT-S", system-ui;
}

.dept-content{
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 5%;
    font-size: large;
    text-shadow: #ff8c00 6px 6px 6px;
}
.dept-content p{
    
    font-weight: 500;
    color: #ffffff;
    font-family: "DEPT-C", system-ui;
}

.image-gradient {
    position: absolute; 
    top: 0;
    right: 0;
    opacity: 0.5;
    /* left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    z-index: -1;

}
.layer-blur {
    height: 0;
    width: 30rem;
    position: absolute;
    top: 20%; 
    right: 0;
    box-shadow: 0 0 700px 15px white;
    rotate: -30deg;
    z-index: -1;
}



/*container*/


/*header*/
.navbar {
    font-family: JOHN;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: rgb(0, 0, 0) 0px 30px 60px -12px inset, rgb(0, 0, 0) 0px 18px 36px -18px inset, rgba(0, 0, 0, 0) 0px -36px 30px 0px inset;
    }

.c-container{
    margin-top: 5%;
    margin-bottom: 5%;

}
.c-info{
    text-align: left;
    margin-right: 5%;
    padding-left: 5%;

}

.navbar-links{
    margin-top: 20px;
    display: flex;
    column-gap: 30px;

}
.navbar-link a{
    text-decoration: none;
    color: rgb(250, 0, 0);
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.navbar-link a:hover{
    color: #4d1616;
    font-weight: 600;
}
.tag{
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.tag a{
    text-decoration: none;
    color: white;
}
.navbar h1{
    position: absolute;
    top: 25px;
    left: 100px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: white;
    z-index: 999;
    align-items: center;
}
img{
    border-radius: 50%;
    align-items: center;
    margin-top: 5px;

}
.tag a{
    color: white;
}
.navbar-menu-toggle{
    display: none;

}

.side-navbar{
    z-index: 999;
    background-color: black;
    width: 35%;
    height: 50%;
    position: fixed;
    right: 0%;
    top: 0%;
    padding: 20px;
    color: white;
    transition: 1s;
    box-shadow: rgb(94, 9, 9) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgb(94, 9, 9) 0px -36px 30px 0px inset;
    
}
.side-navbar-links a{
    font-size: large;
    font-family: JOHN, system-ui;
    color: white;
    text-decoration: none;
    
}

.side-navbar-links a:hover{
    color: #656565;
    
}
.side-navbar-link{
    text-decoration: none;
    margin-top: 20px;
    font-size: 15px;
    
}
.c-container{
    margin-bottom: 150px;
}
.contact p{
    padding: 5px;
}


/*mobile reponsive*/
 @media (max-width: 768px) { 



    .dept-title{
        font-size: 16px;
    }
    .dept-symp {
        font-size: 14px;
    }
    .navbar-links{
        display: none;
    }    
    .navbar-menu-toggle{
        display: block;
        text-align: right;
    } 
    .navbar-menu-toggle i{
        padding-right: -20px;
        margin-top: 15px;
    }  
    nav{
        display: none;
    }
    .navbar h1{
        top: 28px;
        font-size: 22px;
        left: 60px;
        
    }

    .main-logo img{
        width: 40px;
        height: 40px;
        margin-left: -10px;
    }
    .content{
        margin-top: 25rem;

    }
    .content{
        max-width: 30rem;
        margin-left:10%;
    }

    .tag-box{
        width: 12rem;
    }

    .content h1{
        font-size: 2.5rem;
        
    }

    .descripti on{
        font-size: 1rem;
    }

    .btn-get-started{
        font-size: 0.8rem;
        padding: 0.5rem 1.2rem;
    }
    .btn-signing-main{
        font-size: 0.8rem;
        padding: 0.5rem 2rem;
    }

    .c-container{
        background: transparent;
    }

} 
@font-face{
  font-family: "Bitcount Prop Single Ink";
  src: url("/fonts/MetalMania-Regular.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}
@font-face{
  font-family: "JOHN";
  src: url("/fonts/IMF.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}
@font-face{
  font-family: "DEPT-T";
  src: url("/fonts/AnyConv.com__BrunoAceSC-Regular.woff") format("truetype");
}
@font-face{
  font-family: "DEPT-S";
  src: url("/fonts/AnyConv.com__TradeWinds-Regular.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}
@font-face{
  font-family: "DEPT-C";
  src: url("/fonts/AnyConv.com__Courgette-Regular.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}
@font-face{
  font-family: "symp-co";
  src: url("/fonts/AnyConv.com__EmblemaOne-Regular.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}
@font-face{
  font-family: "symp-c";
  src: url("/fonts/AnyConv.com__Rye-Regular.woff") format("truetype");
  font-weight: 00 900;
  font-display: swap;
}



.logo{
    font-family: "Bitcount Prop Single Ink", system-ui;
}

