*{box-sizing:border-box;font-family:PT Sans,sans-serif;margin:0;padding:0}.classes,.constactus,.home{align-items:center;display:flex;font-size:3rem;height:90vh;justify-content:center}.classes{background-size:cover}.classes,.constactus{background-position:50%;background-repeat:no-repeat;color:#fff;font-size:100px}.constactus{background-size:fill}:root{--primary:#fff}.btn{border-radius:2px;outline:none;padding:8px 20px}.btn--primary{background-color:#fff;background-color:var(--primary);color:#242424}.btn--outline,.btn--primary{border:1px solid #fff;border:1px solid var(--primary)}.btn--outline{background-color:initial;color:#fff;padding:8px 20px;transition:all .3s ease-out}.btn--medium{font-size:18px;padding:8px 20px}.btn--large{font-size:20px;padding:12px 26px}.btn--large:hover,.btn--medium:hover{background:#fff;color:#242424;transition:all .3s ease-out;transition:.25s}.hero-container{align-items:center;background:linear-gradient(135deg,#8b0000,#000);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-container video{height:100%;left:0;object-fit:cover;opacity:.4;position:absolute;top:0;width:100%;z-index:-1}.hero-container h1{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,red,#f60,red);-webkit-background-clip:text;font-size:4rem;letter-spacing:2px;text-transform:uppercase}.hero-container p{color:gold;font-size:1.4rem;font-weight:500;margin-top:10px}.hero-btns{margin-top:30px}.btns{background:red;border:2px solid red;border-radius:30px;color:#fff;font-size:1.2rem;padding:12px 30px;transition:all .3s ease-in-out}.btns:hover{background:#000;border:2px solid red;color:red}.aboutus{background:linear-gradient(135deg,#000,#8b0000);padding:40px 0;text-align:center}.hero-container:before{-webkit-animation:movePattern 8s linear infinite;animation:movePattern 8s linear infinite;background:repeating-linear-gradient(45deg,rgba(255,0,0,.05),rgba(255,0,0,.05) 10px,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 20px);content:"";height:200%;position:absolute;width:200%;z-index:-1}@-webkit-keyframes movePattern{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-50px,-50px);transform:translate(-50px,-50px)}}@keyframes movePattern{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-50px,-50px);transform:translate(-50px,-50px)}}.navbar{background-color:#000;border-bottom:4px solid red;box-shadow:0 3px 10px rgba(255,0,0,.3);font-size:1.1rem;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar,.navbar-container{align-items:center;display:flex;height:80px}.navbar-container{justify-content:space-between;max-width:1300px;padding:0 24px;width:100%}.logo-img{height:50px;margin-right:10px;width:auto}.navbar-logo{align-items:center;display:flex;text-decoration:none}.navbar-logo-text{color:#fc0;font-size:1.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.nav-menu{display:flex;list-style:none;margin-right:2rem;text-align:center}.nav-item{height:80px}.nav-links{align-items:center;color:#fff;display:flex;height:100%;padding:0 20px;position:relative;text-decoration:none;transition:all .3s ease}.nav-links:after{background:red;bottom:15px;content:"";height:2px;left:0;position:absolute;transition:.3s ease;width:0}.nav-links:hover{color:#fc0}.nav-links:hover:after{width:100%}.menu-icon{color:#fff;cursor:pointer;display:none;font-size:1.8rem}@media screen and (max-width:960px){.menu-icon{display:block}.nav-menu{background:linear-gradient(180deg,#000,#8b0000);display:flex;flex-direction:column;height:90vh;left:-100%;opacity:0;position:absolute;top:80px;transition:all .5s ease;width:100%}.nav-menu.active{left:0;opacity:1;transition:all .5s ease;z-index:1}.nav-item{margin:25px 0}.nav-links{font-size:1.4rem;padding:20px;text-align:center;width:100%}.nav-links:hover{background-color:red;color:#fff}}.testimonials-container{background:linear-gradient(135deg,#000,#8b0000);color:#fff;padding:60px 20px;text-align:center}.testimonials-container h2{color:#fc0;font-size:2.2rem;letter-spacing:1px;margin-bottom:40px;text-transform:uppercase}.testimonials{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.testimonial{background:hsla(0,0%,100%,.05);border:1px solid rgba(255,0,0,.3);border-radius:15px;padding:25px;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;width:280px}.testimonial:hover{box-shadow:0 0 20px rgba(255,0,0,.5);-webkit-transform:scale(1.05);transform:scale(1.05)}.testimonial-text{color:#fff;font-size:1rem;font-style:italic;margin-bottom:10px}.testimonial-name{color:#fc0;font-size:1rem;font-weight:700}.registeration_css{border:2px solid red;box-shadow:0 8px 25px rgba(255,0,0,.5);display:block;height:1000px;margin:40px auto;width:90%}.form,.registeration_css{border-radius:15px;max-width:700px}.form{background:linear-gradient(135deg,#000,#8b0000);box-shadow:0 8px 20px rgba(255,0,0,.5);padding:40px 30px}.form h2{color:#fc0;letter-spacing:1px;margin-bottom:30px;text-align:center;text-transform:uppercase}.form-body{display:flex;flex-direction:column;gap:20px}.form__label{color:#fc0;display:block;font-weight:600;margin-bottom:5px}.form__input,textarea.form__input{background-color:#000;border:1px solid red;border-radius:8px;color:#fff;font-size:1rem;padding:10px 12px;transition:all .3s ease;width:100%}.form__input:focus{border-color:#fc0;box-shadow:0 0 10px rgba(255,204,0,.6);outline:none}.gender input[type=radio]{accent-color:red;margin:0 10px 0 5px}.footer{margin-top:20px}.btn{background-color:red;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px 35px;transition:all .3s ease}.btn:hover{background-color:#fc0;box-shadow:0 0 15px rgba(255,204,0,.7);color:#000}@media screen and (max-width:768px){.registeration_css{height:1200px}.form{padding:30px 20px}}body{background:#bdc3c7;background:linear-gradient(90deg,#2c3e50,#bdc3c7)}.form{background-color:#bdc3c7}.form-body{padding:20px 10px;text-align:left}.form-body>*{padding:15px}.form__label,.form_input{width:60%}.footer{text-align:center}@media screen and (max-width:960px){.form{background-color:#bdc3c7;border-radius:5px;margin:20px auto;padding:20px;width:390px}.form-body{padding:20px 1px;text-align:left}}.form{background:#000;border-collapse:collapse;border-radius:12px;box-shadow:0 8px 25px rgba(255,0,0,.5);font-family:Arial,sans-serif;margin:40px auto;max-width:900px;overflow:hidden;width:90%}.form td,.form th{border:1px solid red;padding:15px 20px;text-align:left}.form th{background-color:#8b0000;color:#fc0;font-weight:700;text-transform:uppercase}.form tr:nth-child(2n){background-color:rgba(255,0,0,.1)}.form tr:hover{background-color:rgba(255,0,0,.2)}.formtest{background:linear-gradient(135deg,#000,#8b0000);border-radius:12px;box-shadow:0 8px 20px rgba(255,0,0,.5);color:#fff;font-family:Arial,sans-serif;margin:40px auto;max-width:900px;padding:30px 25px;width:90%}.formtest h2{letter-spacing:1px;margin-bottom:25px;text-align:center}.formtest h2,.formtest h3{color:#fc0;text-transform:uppercase}.formtest h3{margin-bottom:10px;margin-top:20px}.formtest p{font-size:1rem;line-height:1.6;margin-bottom:15px}@media screen and (max-width:768px){.form,.formtest{width:95%}.form td,.form th{font-size:.9rem;padding:12px 10px}.formtest p{font-size:.95rem}}.header1{margin-left:150px}.container{grid-gap:10px;display:grid;grid-template-rows:repeat(6,auto);margin-left:100px}.container2{padding-top:1.5%;width:auto}@media screen and (max-width:768px){.header1{align-items:left;color:#fff;cursor:pointer;display:flex;font-size:1rem;margin-left:100px;text-decoration:none}.container{display:grid;grid-template-rows:repeat(6,auto);margin-left:50px;padding-bottom:5.5%;padding-top:5.5%;width:390px}.container2{padding-top:1.5%;width:390px}}
/*! 
 * Primitive UI | MIT License
 *
 * A minimalist front-end design toolkit built with Sass for developing 
 * responsive, browser-consistent web apps.
 *
 * Author: Tania Rascia <hello@taniarascia.com>
 * Source: https://github.com/taniarascia/primitive
 * Documentation: https://taniarascia.github.io/primitive
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */.form{background-color:rgba(0,6,10,.926);height:850px;width:500px}.imgcl{height:800px;width:450px}@media screen and (max-width:768px){.form{background-color:rgba(0,6,10,.926);border-radius:5px;height:850px;margin:20px auto;width:400px}.imgcl{height:800px;width:360px}}.form{background-color:#060606;border-radius:5px;color:#fff;height:auto;margin:20px auto;padding:20px;width:660px}
/*! 
 * Primitive UI | MIT License
 *
 * A minimalist front-end design toolkit built with Sass for developing 
 * responsive, browser-consistent web apps.
 *
 * Author: Tania Rascia <hello@taniarascia.com>
 * Source: https://github.com/taniarascia/primitive
 * Documentation: https://taniarascia.github.io/primitive
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}figure{margin:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal normal normal 1rem/1.6 -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif}body,html{font-size:1rem}body{background:#fff;color:#404040}dl,ol,p,table,ul{margin:0 0 1.5rem}ol li ol,ul li ul{margin-bottom:0}h1,h2,h3,h4,h5{color:#404040;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;line-height:1.2}h1,h1:not(:first-child),h2,h2:not(:first-child),h3,h3:not(:first-child),h4,h4:not(:first-child),h5,h5:not(:first-child){margin:1.5rem 0}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child){margin-top:2rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem}@media (min-width:600px){h1:not(:first-child),h2:not(:first-child),h3:not(:first-child){margin-top:2.5rem}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}}a{color:#0366ee;text-decoration:none}a:active,a:focus,a:hover{color:#0246a2;text-decoration:underline}mark{background:#ffeea8;padding:0 .2rem}blockquote{border-left:16px solid #f0f0f0;font-size:1.5rem;margin:0 0 1.5rem;padding:0 1.5rem}blockquote cite{display:block;font-size:1rem;margin-top:1.5rem;text-align:right}pre{background:transparent;border:0;border-radius:4px;color:#404040;font-size:14px;margin:0 0 1.5rem;padding:1rem;tab-size:2}pre,pre code{font-family:Menlo,monospace}pre code{line-height:1.2}kbd{background-color:#f7f7f7;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 0 0 2px #fff;color:#333;display:inline-block;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:1.4;margin:0 .1em;padding:.1em .6em;text-shadow:0 1px 0 #fff}:not(pre)>code{background:transparent;border:1px solid #dedede;border-radius:4px;color:#404040;font-family:Menlo,monospace;font-size:14px;padding:0 .2rem}hr{border:0;border-top:1px solid #dedede;height:0}dt{font-weight:600}dd{margin-bottom:.5rem}.full-container{max-width:100%;padding:0 1rem}.container,.medium-container,.small-container{margin-left:auto;margin-right:auto;max-width:1200px;padding:0 1rem}.small-container{max-width:800px}.medium-container{max-width:1000px}.content-section{padding:30px 0}@media (min-width:600px){.content-section{padding:60px 0}}.flex-large,.flex-small{padding-left:1rem;padding-right:1rem}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.flex-large,.flex-small{flex-basis:100%;margin-bottom:1rem}@media (min-width:600px){.flex-small{flex:1 1;margin-bottom:0}.flex-small.half{flex-basis:50%;flex-grow:0;flex-shrink:0}.flex-small.one-fourth{flex-basis:25%;flex-grow:0;flex-shrink:0}.flex-small.three-fourths{flex-basis:75%;flex-grow:0;flex-shrink:0}.flex-small.one-third{flex-basis:33.33333%;flex-grow:0;flex-shrink:0}.flex-small.two-thirds{flex-basis:66.66667%;flex-grow:0;flex-shrink:0}}@media (min-width:1000px){.flex-large{flex:1 1;margin-bottom:0}.flex-large.half{flex-basis:50%;flex-grow:0;flex-shrink:0}.flex-large.one-fourth{flex-basis:25%;flex-grow:0;flex-shrink:0}.flex-large.three-fourths{flex-basis:75%;flex-grow:0;flex-shrink:0}.flex-large.one-third{flex-basis:33.33333%;flex-grow:0;flex-shrink:0}.flex-large.two-thirds{flex-basis:66.66667%;flex-grow:0;flex-shrink:0}}.clearfix:after,.clearfix:before{content:" ";display:block}.clearfix:after{clear:both}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.vertical-center{align-items:center;display:flex;justify-content:center}.responsive-image{height:auto;max-width:100%}.show{display:block!important}.hide{display:none!important}.invisible{visibility:hidden}.no-padding-top{padding-top:0}.no-padding-bottom{padding-bottom:0}.padding-top{padding-top:2rem}.padding-bottom{padding-bottom:2rem}.no-margin-top{margin-top:0}.no-margin-bottom{margin-bottom:0}.margin-top{margin-top:2rem}.margin-bottom{margin-bottom:2rem}.alternate-background{background:#fafafa;color:#404040}.space-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.button,[type=button],[type=reset],[type=submit],a.button,button{-webkit-appearance:none;background:#0366ee;border:1px solid #0366ee;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;margin:0 0 .5rem;padding:.75rem 1.25rem;text-align:center;text-decoration:none;text-transform:none;vertical-align:middle}.button:active,.button:focus,.button:hover,[type=button]:active,[type=button]:focus,[type=button]:hover,[type=reset]:active,[type=reset]:focus,[type=reset]:hover,[type=submit]:active,[type=submit]:focus,[type=submit]:hover,a.button:active,a.button:focus,a.button:hover,button:active,button:focus,button:hover{background:#0250bc;border:1px solid #0250bc;color:#fff;text-decoration:none}.button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,a.button::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}.accent-button,a.accent-button{background:#29de7d;border:1px solid #29de7d;color:#fff}.accent-button:active,.accent-button:focus,.accent-button:hover,a.accent-button:active,a.accent-button:focus,a.accent-button:hover{background:#1cb864;border:1px solid #1cb864;color:#fff}.muted-button,a.muted-button{background:transparent;border:1px solid #cdcdcd;color:#4e4e4e}.muted-button:active,.muted-button:focus,.muted-button:hover,a.muted-button:active,a.muted-button:focus,a.muted-button:hover{background:transparent;border:1px solid #818181;color:#4e4e4e}.round-button,a.round-button{border-radius:40px}.square-button,a.square-button{border-radius:0}.full-button,a.full-button{display:block;width:100%}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{background:transparent;border:1px solid #dedede;border-radius:4px;display:block;font-size:1rem;line-height:1;margin-bottom:.5rem;max-width:100%;outline:none;padding:.75rem;width:100%}[type=color]:hover,[type=date]:hover,[type=datetime-local]:hover,[type=datetime]:hover,[type=email]:hover,[type=month]:hover,[type=number]:hover,[type=password]:hover,[type=search]:hover,[type=tel]:hover,[type=text]:hover,[type=time]:hover,[type=url]:hover,[type=week]:hover,select:hover,textarea:hover{border:1px solid #c5c5c5}[type=color]:active,[type=color]:focus,[type=date]:active,[type=date]:focus,[type=datetime-local]:active,[type=datetime-local]:focus,[type=datetime]:active,[type=datetime]:focus,[type=email]:active,[type=email]:focus,[type=month]:active,[type=month]:focus,[type=number]:active,[type=number]:focus,[type=password]:active,[type=password]:focus,[type=search]:active,[type=search]:focus,[type=tel]:active,[type=tel]:focus,[type=text]:active,[type=text]:focus,[type=time]:active,[type=time]:focus,[type=url]:active,[type=url]:focus,[type=week]:active,[type=week]:focus,select:active,select:focus,textarea:active,textarea:focus{border:1px solid #0366ee;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 6px #8cbcfe}textarea{height:auto;overflow:auto}fieldset{border:1px solid #dedede;border-radius:4px;margin:1.5rem 0;padding:1rem}legend{font-weight:600;padding:0 .5rem}select{-webkit-appearance:none;-moz-appearance:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) 100% no-repeat;color:#404040;line-height:1}select::-ms-expand{display:none}[type=range]{width:100%}label{display:block;font-weight:600;margin:1rem 0 .5rem;max-width:100%}@media (min-width:600px){.split-form label{margin-bottom:1rem;padding:0 .5rem;text-align:right}}input.has-error,input.has-error:active,input.has-error:focus,input.has-error:hover,select.has-error,select.has-error:active,select.has-error:focus,select.has-error:hover,textarea.has-error,textarea.has-error:active,textarea.has-error:focus,textarea.has-error:hover{border:1px solid #d33c40;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 6px #f4cecf}input.is-success,input.is-success:active,input.is-success:focus,input.is-success:hover,select.is-success,select.is-success:active,select.is-success:focus,select.is-success:hover,textarea.is-success,textarea.is-success:active,textarea.is-success:focus,textarea.is-success:hover{border:1px solid #29de7d;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 6px #97efc0}:-moz-placeholder,:-ms-input-placeholder,::-moz-placeholder,::-webkit-input-placeholder{color:#9a9a9a}table{border-collapse:collapse;border-spacing:0;max-width:100%;width:100%}thead th{border-bottom:2px solid #dedede}tfoot th{border-top:2px solid #dedede}td{border-bottom:1px solid #dedede}td,th{padding:.5rem;text-align:left}caption{caption-side:bottom;color:#ababab;padding:1rem 0}.striped-table tbody tr:nth-child(odd){background-color:#f8f8f8}.contain-table{overflow-x:auto}@media (min-width:600px){.contain-table{width:100%}}.navbar-logo-diwali{height:500px;width:auto}.form-body-diwali{background-color:#fff;text-align:left;width:auto}.form-body-diwali>*{padding:15px}.livestream-body{background-color:#f0db94;height:75px;padding:15px;text-align:left;width:350px}@media screen and (max-width:768px){.navbar-logo-diwali{height:500px;width:400px}.diwaliSports{height:50px;width:300px}.form-body-diwali{background-color:#fff;text-align:left;width:400px}.navbar-logo-diwali-att{height:1650px;width:400px}}.btns{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:17px;margin:6px}.diwaliSports{height:150px;width:300px}.navbar-logo-diwali-att{height:1650px;width:auto}
/*# sourceMappingURL=main.ef6cadd2.css.map*/