 html {
    scroll-behavior: smooth;
}

 body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #000000, #1a1a1a);
    color: white;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: black;

    position: sticky;
    top: 0;
    z-index: 1000;
}

nav h2 {
    margin: 0;
    color: red;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
}

nav ul li {
    cursor: pointer;
}

nav ul li:hover {
    color: red;
}

.hero {
    text-align: center;
    margin-top: 150px;
}

.hero h1 {
    font-size: 58px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(
        90deg,
        #d9d9d9,
        #8f8f8f,
        #f2f2f2
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero p {
    font-size: 20px;
    margin-bottom: 20px;
}

button {
    padding: 12px 25px;
    font-size: 16px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: darkred;
}
a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: red;
}
.hero {
    font-size: 65px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 
        0 0 10px #ff0000,
        0 0 20px #ff000073,
        0 0 30px #ff0000;
        .hero::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 204, 0, 0.05) 0px,
        rgba(255, 204, 0, 0.05) 2px,
        transparent 2px,
        transparent 20px
    );
    animation: moveStripes 5s linear infinite;
}

@keyframes moveStripes {
    from { transform: translateX(0); }
    to { transform: translateX(-200px); }
}

}


.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    background: rgba(15, 18, 25, 0.75);
    padding: 60px;
    border-radius: 12px;
    color: #e5e5e5;
    border: 1px solid #2c2f36;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.6);
}




.register-btn {
    .register-btn {
    padding: 14px 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e5e5e5;
    background: linear-gradient(
        145deg,
        #2a2d35,
        #1b1e25
    );
    border: 1px solid #3a3f47;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow:
        5px 5px 10px #0b0d12,
        -3px -3px 8px #2c3038;
}

}

.register-btn:hover {
    background: black;
    color: #1900ff;
    border: 2px solid #ffcc00;
    transform: scale(1.1);
}


.register-btn:hover {
    padding: 14px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(
        145deg,
        #2c2c2c,
        #1a1a1a
    );
    border: 1px solid #444;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 
        4px 4px 10px #0a0a0a,
        -2px -2px 6px #3a3a3a;
}




.register-btn:hover {
    background-color: darkred;
    transform: scale(1.05);
}
.hero h1 {
    font-size: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e0e0e0;
    font-weight: 700;
}

.overlay {
    animation: fadeIn 2s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.register-btn:hover {
    background: linear-gradient(
        145deg,
        #3a3a3a,
        #222
    );
    box-shadow:
        inset 2px 2px 5px #000,
        inset -2px -2px 5px #444;
    transform: translateY(-2px);
}
.register-btn:hover {
    background: linear-gradient(
        145deg,
        #32363f,
        #20242c
    );
    box-shadow:
        inset 2px 2px 6px #0a0c10,
        inset -2px -2px 6px #3a3f47;
    transform: translateY(-2px);
}
.hero h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 18px auto 0;
    background: linear-gradient(to right, #555, #bbb, #555);
}
.college-name {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 8px;
}

.autonomous {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
    margin-top: 3px;
}

.event-date {
    font-size: 18px;
    font-weight: 500;
    color: #b0b0b0;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.college-top {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    z-index: 2;
}

.college-top span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #dddddd;
    margin-top: 3px;
}
.college-name {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.autonomous {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 20px;
}
.about-section {
    background: #0f1117;
    color: #e5e5e5;
    padding: 100px 20px;
}

.about-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.about-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.event-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.event-list li {
    margin-bottom: 12px;
    font-size: 17px;
}

/* EVENTS SECTION */
.events-section {
    background: #11131a;
    color: #e5e5e5;
    padding: 100px 20px;
}

.events-content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.events-section h2 {
    font-size: 36px;
    color: #ff4c00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

.events-section h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #ff4c00, #ffcc00);
    margin: 15px auto 0;
    border-radius: 2px;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.event-card {
    background: #1a1c25;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #2c2f36;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(255, 76, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card h3 {
    color: #ffcc00;
    margin-bottom: 15px;
    font-size: 22px;
}

.event-card p {
    font-size: 16px;
    line-height: 1.6;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 8px 20px rgba(255, 76, 0, 0.5),
        0 0 20px rgba(255, 204, 0, 0.3);
}

@media (max-width: 768px) {
    .events-section {
        padding: 60px 15px;
    }

    .events-section h2 {
        font-size: 28px;
    }

    .event-card h3 {
        font-size: 20px;
    }

    .event-card p {
        font-size: 15px;
    }
}
/* ABOUT SECTION - CENTERED */
.about-section {
    background: #0f1117;
    color: #e5e5e5;
    padding: 100px 20px;
    text-align: center; /* center all text */
}

.about-content {
    max-width: 900px;
    margin: auto;
}

.about-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #ff4c00;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.about-section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #ff4c00, #ffcc00);
    margin: 15px auto 0;
    border-radius: 2px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center; /* center the paragraphs */
}

.event-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.event-list li {
    margin-bottom: 12px;
    font-size: 17px;
    text-align: center; /* center list items */
}

.event-list li::before {
    content: "🤖";
    margin-right: 8px;
}
/* VENUE SECTION CARDS */
.venue-section {
    background: #0f1117;
    color: #e5e5e5;
    padding: 100px 20px;
    text-align: center;
}

.venue-content {
    max-width: 1000px;
    margin: auto;
}

.venue-section h2 {
    font-size: 36px;
    color: #ff4c00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

.venue-section h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #ff4c00, #ffcc00);
    margin: 15px auto 0;
    border-radius: 2px;
}

.venue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.venue-card {
    background: #1a1c25;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #2c2f36;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(255, 76, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.venue-card h3 {
    color: #ffcc00;
    margin-bottom: 15px;
    font-size: 22px;
}

.venue-card p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.venue-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 8px 20px rgba(255, 76, 0, 0.5),
        0 0 20px rgba(255, 204, 0, 0.3);
}

.rulebook-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #e5e5e5;
    background: linear-gradient(145deg, #2a2d35, #1b1e25);
    border: 1px solid #3a3f47;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s ease;
    box-shadow:
        5px 5px 10px #0b0d12,
        -3px -3px 8px #2c3038;
}

.rulebook-btn:hover {
    background: #ff4c00;
    color: #000;
    box-shadow:
        0 0 10px #ffcc00,
        0 0 20px #ff4c00;
    transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .venue-section {
        padding: 60px 15px;
    }

    .venue-section h2 {
        font-size: 28px;
    }

    .venue-card h3 {
        font-size: 20px;
    }

    .venue-card p {
        font-size: 15px;
    }

    .rulebook-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}
/* ABOUT SECTION TABLE STYLING */
.about-section {
    background: #0f1117;
    color: #e5e5e5;
    padding: 100px 20px;
    text-align: center;
}

.about-content {
    max-width: 900px;
    margin: auto;
}

.about-section h2 {
    font-size: 36px;
    color: #ff4c00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

.about-section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #ff4c00, #ffcc00);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Table styling */
.about-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.about-table th, .about-table td {
    padding: 15px 12px;
    border: 1px solid #2c2f36;
    text-align: left;
    vertical-align: top;
}

.about-table th {
    background: #1a1c25;
    color: #ffcc00;
    text-transform: uppercase;
}

.about-table td {
    background: #11131a;
    font-size: 16px;
    line-height: 1.6;
}

.about-table tr:hover td {
    background: #1e1f29;
    transition: 0.3s ease;
}

.about-table ul.event-list {
    padding-left: 20px;
    margin: 0;
    list-style: disc inside;
}

.about-table ul.event-list li {
    margin-bottom: 8px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 15px;
    }

    .about-section h2 {
        font-size: 28px;
    }

    .about-table th, .about-table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    .about-table ul.event-list li {
        font-size: 14px;
    }
}
/* CONTACT SECTION TABLE */
.contact-section {
    background: #0f1117;
    color: #e5e5e5;
    padding: 100px 20px;
    text-align: center;
}

.contact-content {
    max-width: 900px;
    margin: auto;
}

.contact-section h2 {
    font-size: 36px;
    color: #ff4c00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
}

.contact-section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #ff4c00, #ffcc00);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Table styling */
.contact-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.contact-table th, .contact-table td {
    padding: 15px 12px;
    border: 1px solid #2c2f36;
    text-align: left;
    vertical-align: top;
}

.contact-table th {
    background: #1a1c25;
    color: #ffcc00;
    text-transform: uppercase;
}

.contact-table td {
    background: #11131a;
    font-size: 16px;
    line-height: 1.6;
}

.contact-table tr:hover td {
    background: #1e1f29;
    transition: 0.3s ease;
}

.contact-table a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 600;
}

.contact-table a:hover {
    color: #ff4c00;
    text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 15px;
    }

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-table th, .contact-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
}
