
main{
    border: none;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: white;
  background-color: #111;
}


header {
  position: relative;
  background-image: url('background.jpg'); 
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  text-align: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  z-index: 0;
}


.header-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.logo {
  width: 100px;
  margin-bottom: 20px;
  animation: zoomIn 1s ease-out;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo:hover {
  filter: drop-shadow(0 0 8px #00ffff);
  transform: scale(1.1);
}


header h1 {
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
  animation: slideUp 1s ease-out 0.5s;
  animation-fill-mode: both;
  text-shadow: 2px 2px 6px rgba(0, 255, 255, 0.7);
}
header p {
  font-size: 1.2rem;
  margin-top: 10px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #00ffff;
  width: 0;
  color: #00ffff;
  text-shadow: 1px 1px 4px rgba(0, 255, 255, 0.6);
  animation: typing 2s steps(30, end) forwards 1.2s, blink 1s step-end infinite 3.2s;
}


.sub-info {
  margin-top: 12px;
  font-size: 1rem;
  color: #66ffff;
  opacity: 0;
  text-shadow: 1px 1px 4px rgba(102, 255, 255, 0.6);
  animation: fadeIn 1.5s ease-in 3s forwards;
  max-width: 90%;
  text-align: center;
}


@keyframes zoomIn {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes slideUp {
  0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes typing {
  from { width: 0; }
  to { width: 21ch; } 
}

@keyframes blink {
  0%, 50% { border-color: #00ffff; }
  51%, 100% { border-color: transparent; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
footer {
  width: 100%;
 background: linear-gradient(90deg, #0a0f1a, #111);
  color: #00ffff;

  padding: 20px 10px; 
  text-align: center;
  border-top: 2px solid #00ffff; 
  font-size: 0.9rem;}
main {
  background-color: #1a1a40;
  padding: 40px 20px;
  color:#f0f0f0
  
}
main h2{
    color: #00ffff;
}
.about-section {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}

.about-text {
  flex: 1 1 60%;
  color: #ffffff;
  line-height: 1.6;
}

.about-photo-container {
  flex: 1 1 35%;
  text-align: center;
}

.about-photo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.caption {
  color: #ffffff;
  font-size: 1.1rem;
  margin-top: 10px;
}
.vashisht-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 20px;
  background-color: #121232;
  border-top: 2px solid #00ffff;
}

.vashisht-photo-container {
  flex: 1 1 40%;
  text-align: center;
}

.vashisht-photo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.3);
}

.vashisht-text {
  flex: 1 1 55%;
  color: #e0e0e0;
  line-height: 1.6;
}

.vashisht-text h2 {
  color: #00ffff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.vashisht-text h3 {
  color: #66ffff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.club-overview {
  background-color: #151531;
  padding: 60px 20px;
  text-align: center;
  color: #e0e0e0;
  border-top: 2px solid #00ffff;
}

.club-overview h2 {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 20px;
}

.club-summary {
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
  font-size: 1.1rem;
}

.club-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #00ffff;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.club-btn:hover {
  background-color: #00cccc;
  transform: scale(1.05);
}
.main-nav {
  background-color: #0f0f3e;
  padding: 12px 20px;
  border-bottom: 2px solid #00ffff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.main-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.main-nav li a {
  text-decoration: none;
  color: #00ffff;
  font-weight: bold;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.main-nav li a:hover {
  color: #66ffff;
  text-shadow: 0 0 5px #00ffff;
}
footer {
  text-align: center;
  padding: 20px 0;
}

footer div a {
  font-size: 2rem;     
  margin: 0 15px;       
  color: inherit;      
  text-decoration: none;
}

footer p {
  margin-top: 10px;
  font-size: 0.9rem;
}













