@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;background:#000;color:#fff;padding:15px 20px;display:flex;justify-content:center;box-shadow:0 4px 6px #0000001a;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1200px}.logo-container{display:flex;align-items:center;gap:10px;max-width:200px}.logo-img{height:50px;width:auto;max-width:100px;animation:blink-effect 2s infinite alternate}@keyframes blink-effect{0%{filter:brightness(.6)}to{filter:brightness(1.4)}}.logo-text{font-size:24px;font-weight:700}.nav-links{list-style:none;display:flex;gap:20px}.nav-links li{list-style:none}.nav-links a{text-decoration:none;color:#fff;font-size:18px;padding:8px 12px;transition:.3s}.nav-links a:hover{background:#fff;border-radius:5px;color:#000}.menu-toggle{display:none;font-size:24px;background:none;border:none;color:#fff;cursor:pointer}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{display:none;flex-direction:column;background:#000;position:absolute;top:60px;right:0;width:200px;padding:10px}.nav-links.open{display:flex}}.hero-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:space-between;padding:0 5%;color:#fff}.hero-content{z-index:2;text-align:left;max-width:50%}.hero-title{font-size:4rem;font-weight:700;text-transform:uppercase}.hero-subtitle{font-size:1.5rem;margin-top:10px}.hero-cta{margin-top:20px;padding:12px 24px;font-size:1.2rem;border:none;cursor:pointer;background:#00ffffb3;color:#000;border-radius:8px;transition:.3s}.hero-cta:hover{background:#0ff}.hero-planet{width:65%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.canvas-container{width:100%;height:100%}.scroll-down{position:absolute;bottom:20px;left:45%;transform:translate(-50%);font-size:2rem;animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width: 768px){.hero-container{margin-left:-20px;flex-direction:column;text-align:center;justify-content:center;padding:0 20px}.hero-content{max-width:90%;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-cta{font-size:1rem;padding:10px 20px}.hero-planet{width:100%;height:50vh}}.events-section{padding:60px 20px;text-align:center;position:relative;z-index:1;margin-top:40px}.events-section h1{font-size:3rem;margin-bottom:40px;color:#fff}.events-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.event-card{background-color:#ffffff1a;border-radius:10px;overflow:hidden;width:300px;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.event-image{width:100%;height:400px;object-fit:cover;transition:transform .3s ease}.event-card:hover .event-image{transform:scale(1.1)}.event-details{position:absolute;bottom:-100%;left:0;right:0;background-color:#000c;padding:20px;opacity:0;transform:translateY(20px);transition:bottom .3s ease,opacity .3s ease,transform .3s ease}.event-card:hover .event-details{bottom:0;opacity:1;transform:translateY(0)}.event-details h2{font-size:1.5rem;margin-bottom:10px;color:#fff}.event-details p{font-size:1rem;color:#ccc;margin-bottom:20px}.read-more-button{padding:10px 20px;font-size:1rem;color:#fff;background-color:#007bff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-block}.read-more-button:hover{background-color:#000;color:#fff}.view-more-btn{padding:12px 24px;font-size:1.2rem;border:none;cursor:pointer;background:#00ffffb3;color:#000;border-radius:8px;transition:.3s;display:block;width:fit-content;margin:30px auto 0}.view-more-btn:hover{background:#0ff}@media (max-width: 768px){.events-section h1{font-size:2rem}.event-card{width:100%;max-width:400px}.event-details{position:static;background-color:#000c;padding:15px;opacity:1;transform:translateY(0)}.event-card:hover .event-details{bottom:auto}.view-more-btn{font-size:1rem;padding:10px 20px}}.about-section{padding:60px 20px;text-align:left;color:#fff;position:relative;z-index:1}.about-section h1{font-size:3rem;margin-bottom:40px;text-align:center}.about-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto}.about-text{flex:1;min-width:300px}.about-text h2{font-size:2rem;margin-bottom:20px}.about-text p{font-size:1.1rem;color:#ccc;line-height:1.6;margin-bottom:20px}.about-image{align-items:end;flex:1;min-width:300px}.about-image img{width:100%;border-radius:10px;box-shadow:0 4px 8px #0003}@media (max-width: 768px){.about-content{flex-direction:column;text-align:center}.about-text h2{font-size:1.8rem}.about-text p{font-size:1rem}}.carousel-gallery{width:100%;text-align:center;padding:40px 20px;background-color:#111;color:#fff;overflow:hidden;position:relative;z-index:1}.gallery-heading{font-size:2.5rem;margin-top:-20px;margin-bottom:10px;text-transform:uppercase;font-weight:700;color:#fff;position:relative;z-index:2;padding:5px}.carousel-container{width:100%;overflow:hidden;position:relative;z-index:1}.carousel-track{display:flex;gap:20px;width:max-content}.carousel-item{flex:0 0 auto;width:300px;height:200px;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000004d;transition:transform .3s ease-in-out}.carousel-item img{width:100%;height:100%;object-fit:cover;border-radius:10px}.carousel-item:hover{transform:scale(1.05)}@media (max-width: 768px){.carousel-item{width:250px;height:150px}.gallery-heading{font-size:2rem}.past-gallery-heading{font-size:1.5rem}}@media (max-width: 480px){.carousel-item{width:200px;height:120px}.gallery-heading{font-size:1.5rem}.past-gallery-heading{font-size:1.2rem}}.contact-us{text-align:center;padding:4rem 2rem;position:relative;z-index:10}.contact-us h1{font-size:2.5rem;margin-bottom:1rem;color:#fff}.contact-us p{font-size:1.2rem;margin-bottom:2rem;color:#fff}.contact-button{display:inline-block;padding:15px 30px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-size:1.1rem;font-weight:500;transition:background-color .3s ease,transform .3s ease}.contact-button:hover{background-color:#000;color:#fff;transform:scale(1.05)}body{margin:0;background-color:#000;color:#eee;font-family:Poppins;font-size:12px}a{text-decoration:none}header{width:1140px;max-width:80%;margin:auto;height:50px;display:flex;align-items:center;position:relative;z-index:100}header a{color:#eee;margin-right:40px}.carousel{min-height:100vh;height:auto;margin-bottom:0;margin-top:-50px;width:100vw;overflow:hidden;position:relative}.carousel .list .item{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0 5%;opacity:0;transition:opacity .5s ease-in-out;z-index:1;box-sizing:border-box}.carousel .list .item.active{opacity:1;z-index:2}.carousel .list .item img{width:50%;height:auto;max-height:80vh;object-fit:contain;margin-top:15%;order:1}.carousel .list .item .content{width:45%;max-width:1500px;padding:20px;color:#fff;text-shadow:0 5px 10px #0004;margin-top:-5%;order:2;box-sizing:border-box}.carousel .list .item .content .title{font-size:3em;font-weight:700;line-height:1.3em;margin-bottom:20px}.carousel .list .item .content .des{font-size:1.2em;margin-bottom:30px;max-width:100%;overflow-wrap:break-word;word-break:break-word;max-height:100px;line-height:1.5}.carousel .list .item .content .buttons{display:flex;gap:10px;margin-top:20px}.carousel .list .item .buttons button{border:none;padding:10px 20px;color:#fff;background-color:#000;letter-spacing:3px;font-family:Poppins;font-weight:500;cursor:pointer}.carousel .list .item .buttons button:hover{background-color:#000;color:#fff}.carousel .list .item .buttons button:nth-child(2){background-color:transparent;border:1px solid #fff;color:#eee}.thumbnail{position:absolute;bottom:0;left:70%;transform:translate(-50%);width:max-content;z-index:100;display:flex;gap:20px;background-color:#00000080;padding:10px;border-radius:10px}.thumbnail .item{width:180px;height:260px;flex-shrink:0;position:relative;cursor:pointer}.thumbnail .item img{width:100%;height:100%;object-fit:cover;border-radius:16px}.thumbnail .item .content{color:#fff;position:absolute;bottom:10px;left:10px;right:10px}.thumbnail .item .content .title,.thumbnail .item .content .description{font-weight:500}.arrows{position:absolute;top:80%;right:52%;z-index:100;width:300px;max-width:30%;display:flex;gap:10px;align-items:center}.arrows button{width:40px;height:40px;border-radius:50%;background-color:#eee4;border:none;color:#fff;font-family:monospace;font-weight:700;transition:.5s}.arrows button:hover{background-color:#fff;color:#000}.carousel .time{position:absolute;z-index:1000;width:0%;height:3px;background-color:#f1683a;left:0;top:0}.carousel.next .time,.carousel.prev .time{animation:runningTime 3s linear 1 forwards}@keyframes runningTime{0%{width:100%}to{width:0}}.carousel.prev .list .item:nth-child(2){z-index:2}.carousel.prev .list .item:nth-child(2) img{animation:outFrame .5s linear 1 forwards;position:absolute;bottom:0;left:0}@keyframes outFrame{to{width:150px;height:220px;bottom:50px;left:50%;border-radius:20px}}.carousel.prev .thumbnail .item:nth-child(1){overflow:hidden;opacity:0;animation:showThumbnail .5s linear 1 forwards}.carousel.next .arrows button,.carousel.prev .arrows button{pointer-events:none}.carousel.prev .list .item:nth-child(2) .content .author,.carousel.prev .list .item:nth-child(2) .content .title,.carousel.prev .list .item:nth-child(2) .content .topic,.carousel.prev .list .item:nth-child(2) .content .des,.carousel.prev .list .item:nth-child(2) .content .buttons{animation:contentOut 1.5s linear 1 forwards!important}@keyframes contentOut{to{transform:translateY(-150px);filter:blur(20px);opacity:0}}@media screen and (max-width: 678px){.carousel .list .item{flex-direction:column;align-items:center;padding:0 10px 200px;justify-content:flex-start;margin-top:50px}.carousel .list .item img{width:70%;height:auto;max-height:60vh;margin-top:120px;order:1;object-fit:cover}.carousel .list .item .content{width:100%;padding:10px;margin-top:10px;text-align:center}.carousel .list .item .content .title{font-size:3em;margin-bottom:10px}.carousel .list .item .content .des{font-size:1.35em;margin-bottom:25px;max-height:none}.carousel .list .item .content .buttons{justify-content:center;gap:15px}.thumbnail{bottom:-5px;left:50%;transform:translate(-50%);width:90%;gap:10px;padding:5px}.thumbnail .item{width:100px;height:150px}.arrows{top:auto;bottom:-730px;right:50%;transform:translate(50%);width:100%;justify-content:center}.arrows button{width:35px;height:35px;font-size:1em}}body,html,#root{width:100%;margin:0;padding:0}.event-details-container{display:flex;flex-direction:row;align-items:flex-start;width:100%;max-width:1200px;margin:2rem auto;padding:1rem;color:#fff;z-index:10;position:relative;overflow:visible}.event-poster{flex:1;max-width:40%;margin:1rem}.event-poster img{margin-top:50px;width:100%;height:auto;border-radius:10px;box-shadow:0 4px 8px #0003;transition:transform .3s ease,box-shadow .3s ease}.event-poster img:hover{transform:scale(1.02);box-shadow:0 6px 12px #0000004d}.event-content{flex:2;max-width:60%;margin:1rem;text-align:left;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-line}.event-content h1{margin-top:50px;font-size:2.5rem;margin-bottom:1rem;color:#fff}.event-meta{font-size:1.2rem;color:#fff;margin-bottom:1.5rem}.event-description{font-size:1.1rem;color:#fff;line-height:1.6;margin-bottom:1.5rem}.event-details{font-size:1.2rem;color:#fff;line-height:1.6;margin-bottom:2rem;z-index:100;display:block;opacity:1;visibility:visible}.register-button,.back-button{display:inline-block;padding:10px 20px;margin-right:10px;text-decoration:none;border-radius:5px;font-size:1rem;font-weight:500;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.register-button{background-color:#007bff;color:#fff}.register-button:hover,.register-button:focus{background-color:#0056b3;transform:scale(1.05);outline:2px solid #007bff;outline-offset:2px}.back-button{background-color:#000;color:#fff}.back-button:hover,.back-button:focus{background-color:#5a6268;transform:scale(1.05);outline:2px solid #6c757d;outline-offset:2px}@media (max-width: 768px){.event-details-container{margin-left:-20px;flex-direction:column;align-items:center;gap:1rem}.event-poster,.event-content{max-width:100%;margin-left:20px;font-size:1.1rem}.event-content h1{font-size:2rem}.event-meta,.event-description{font-size:1rem}.event-details{font-size:.9rem}}@media (max-width: 480px){.event-content h1{margin-top:10px;font-size:2.5rem}.event-meta{font-size:1.25rem}.event-description,.event-details{font-size:.9rem}.register-button,.back-button{padding:8px 16px;font-size:.9rem}}body,html{overflow-x:hidden;margin:0;padding:0;width:100%}.footer{background:#000c;color:#fff;padding:15px 5%;text-align:center;position:relative;width:100%;overflow:hidden;box-sizing:border-box}.footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;margin:auto;gap:10px}.footer-links{display:flex;gap:20px}.footer-links a{color:#fff;text-decoration:none;font-size:1rem;transition:.3s}.footer-links a:hover{color:#007bff}.footer-social{display:flex;flex-direction:column;align-items:center;gap:3px}.social-icons{display:flex;gap:15px;justify-content:center;margin-bottom:5px}.social-icons a{color:#fff;font-size:1.5rem;transition:.3s}.social-icons a:hover{color:#007bff}.social-icons a i{display:inline-block}.footer-bottom{margin-top:10px;padding-top:5px;border-top:1px solid white;font-size:.85rem}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center;gap:10px}.footer-links{flex-direction:column;gap:8px}.footer-social{text-align:center}}.contact-info{margin-top:50px}.contact-form{max-width:300px;margin:0 auto;border-radius:50px}.contact-form .form-group{margin-bottom:15px}.contact-form label{display:block;font-size:1rem;margin-bottom:5px}.contact-form input,.contact-form textarea{width:100%;max-width:400px;padding:8px;font-size:.9rem;border:1px solid #ccc;border-radius:5px}.contact-form textarea{height:120px}.contact-form button{background-color:#007bff;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:5px;cursor:pointer}.contact-form button:hover{background-color:#0056b3}.about-us{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#fff;opacity:1!important;visibility:visible!important;display:block!important;z-index:10;position:relative}.hero{margin-top:120px;background:linear-gradient(#00000080,#00000080),url(C:Users\ahammOneDrive\documentsMY\ PROJECTSProminence25publicimages«out.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:100px 20px;border-radius:10px;margin-bottom:40px}.our-story,.our-mission,.our-values,.cta{margin:40px 0;padding:20px;border-radius:10px}h2{font-size:2rem;margin-bottom:20px}p{font-size:1.1rem;line-height:1.6;margin-bottom:20px}.our-values ul{list-style-type:disc;padding-left:20px}.our-values li{margin-bottom:10px;font-size:1.1rem;line-height:1.6}.cta{text-align:center;padding:40px 20px}.cta h2{font-size:2.5rem;margin-bottom:10px}.cta p{font-size:1.2rem;margin-bottom:20px}.cta-button{background-color:#007bff;color:#fff;border:none;padding:15px 30px;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#000;color:#fff}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}h2{font-size:1.8rem}p{font-size:1rem}.cta h2{font-size:2rem}.cta p{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}}@media (max-width: 480px){.hero{padding:60px 20px}.hero h1{font-size:2rem}.hero p{font-size:1rem}h2{font-size:1.5rem}p{font-size:.9rem}.cta h2{font-size:1.8rem}.cta p{font-size:.9rem}.cta-button{padding:8px 16px;font-size:.8rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{background:linear-gradient(135deg,#1e3c72,#2a5298);background-size:cover;background-attachment:fixed;margin:0;display:block;color:#fff}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background:linear-gradient(135deg,#1e3c72,#2a5298);background-size:cover;background-attachment:fixed;color:#fff}
