/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Newton Howard';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*IGNORE ABOVE CODE*/

/* html, body {
    width: 100%;
    height:100%;
  }
   */
  
  /* @keyframes gradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  } */
/* Adding TW Cent MT */
@font-face{
    font-family: 'Sapru';
    src:url("../Sapru-Regular.otf");
    font-style: normal;
    font-weight: 100;

}
/* Removing scroll bar */
::-webkit-scrollbar{
    display: none;
}


body{
     /* background: url(bg.png); */
     background: url(../bgnew.jpg);
     background-repeat: no-repeat;
     background-color: #000000;
     overflow-x: hidden;
     background-size: cover;
      background-attachment: fixed; 
     color: white;
     display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
     
     
}
.mainhr{
    height:65px;
}
.above{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-nav{
    margin: 25px auto 15px auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
 }
 .main-nav-list{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }
 
 .main-nav-item{
     display: flex;
     flex: row;
     justify-content: center;
     align-items: center;
     width: 50% ; 
    font-size: 22px;
    font-family: 'Sapru';
    font-style: normal;
    font-weight: 100;
    margin: 5px 5px;
    text-align: center !important;
    /* padding-right: 15px; */
    padding: 5px;
 }

/* .btn{
    position: relative;	
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
}

.btn:before, .btn:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}

.btn:hover {
	color: #14213D;
	transition-delay: .5s;
}

.btn:hover:before {
	transition-delay: 0s;
}

.btn:hover:after {
	background: #fff;
	transition-delay: .35s;
}

.from-top:before, 
.from-top:after {
	left: 0;
	height: 0;
	width: 100%;
}

.from-top:before {
	bottom: 0;	
	border: 1px solid  #fff;
	border-top: 0;
	border-bottom: 0;
}

.from-top:after {
	top: 0;
	height: 0;
    /* right: 1; 
}

.from-top:hover:before,
.from-top:hover:after {
	height: 100%;
} */

.btn {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.btn:before {
    content: '';
    background: linear-gradient(45deg, #2a60b7, #1923ad, #2a60b7, #1923ad, #2a60b7);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.btn:active {
    color: #000
}

.btn:active:after {
    background: transparent;
}

.btn:hover:before {
    opacity: 1;
}

.btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* .btn1 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  .btn1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn1:before,
  .btn1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #FFF;
    transition: all 0.3s ease;
  }
  .btn1:before {
    height: 0%;
    width: 2px;
  }
  .btn1:after {
    width: 0%;
    height: 2px;
  }
  .btn1 span:before,
  .btn1 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
  }
  .btn1 span:before {
    width: 2px;
    height: 0%;
  }
  .btn1 span:after {
    width: 0%;
    height: 2px;
  }
  .btn1 span:hover:before {
    height: 100%;
  }
  .btn1 span:hover:after {
    width: 100%;
  } */

.heading{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.h1{
    font-family: 'Newton Howard';
    font-size: 70px;
    letter-spacing: 15px;
    text-align: center;
}

.bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tsponsor-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
hr{
    width: 70%;
    height: 1.5px;
    background-color: white;
}

.tsponsor{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.subheading{
    font-family: 'Newton Howard';
    font-size: 42px;
    letter-spacing: 7px;
    margin: 22px auto;
    text-align: center;
}
#radiant{
    width: 20%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 22px;
}

.msponsor-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 70px auto 40px auto;
    
    
}
.POWER{
    font-size: 50px;
}
.powersponsor-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px auto 40px auto;

}

.msponsor-item{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center !important;
    margin-bottom: 20px;
    margin-right: 30px;
    
    padding-top: 50px;
    
    
}

.mimg{
    background-image: url(/bg.jpeg);
    width: 50%;
    height: 50%;
    padding-bottom: 25px;
    border: white;
    border-radius: 70px;
    border: 2px solid #ffffff;
    display: block;
    margin-bottom: 40px;
    padding-block: 0px;
    
}

.figcaption{
    font-family: 'Newton Howard',sans-serif;
    font-size: 35px;
    letter-spacing: 5px;
    padding-bottom: 20px;
    text-align: center;
}

.visible{
    display: none !important;
}

hr{
    width: 75% !important; 
}

.h1{
    font-family: 'Newton Howard';
    font-size: 80px;
    letter-spacing: 5%;
}

.sub-nav{
    width: 100%;
    font-family: 'Newton Howard';
    /* margin: 45px auto 100px auto; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: scroll;
}

.sub-nav-list{
    font-size: 50px;
    margin-top: 20px; 
    margin-bottom: 20px; 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sub-nav-item{
    width: 100%;
    letter-spacing: 5px;
    text-align: center;
}

.eventsponsor{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.eheading{
    font-family: 'Newton Howard', sans-serif;
    font-size: 42px;
    letter-spacing: 7px;
    margin: 35px auto;
    text-align: center;
}

.lh2{
    line-height: 60px;
}

.esponsor-container{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 70px auto 40px auto;
}

.esponsor-item{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    /* padding: 25px; */
}

.eimg{
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.lasthr{
    margin-bottom: 50px;
}


@media screen and (max-width:1000px) {
    .POWER{
        font-size: 30PX;
    }
    .h1{
        font-size:80px;
        margin: 15% auto auto auto;
    }
    .main-nav{
        visibility: hidden;
        display: none;
    }
    .subheading{
        font-size: 36px;
        letter-spacing: 4px;
    }
    #radiant{
        width: 40%;
    }
    .mimg{
        padding-bottom: 15px;
    }

    .figcaption{
        font-size: 20px;
        letter-spacing: 2px;
    }

    .msponsor-container{
        margin: 30px auto 15px auto;
        flex-direction: column;
    }

    .msponsor-item{
        width: 60%;
        margin-right: 0px;
    }
    .eheading{
        font-size: 28px;
        margin: 20px auto;
    }
    .lh2{
        line-height: 40px;
    }
    .esponsor-container{
        flex-direction: column;
        margin: 30px auto 15px auto;
    }
    .esponsor-item{
        width: 60%;
        margin-right: 0px;
    }
    .h1{
        font-size: 15px;
        letter-spacing: 5px;
    }
    .mimg{
        border-style: none;
        height: 1;
    }
    .footer-container{
        display: none !important;
    }
}
@media screen and (min-width:1050px){
    .side-nav{
        display: none !important;
    }
    }
@media screen and (max-width:650px) {
    .h1{
        font-size:50px;
        margin: 10% auto auto auto;
    }
    .subheading{
        font-size: 30px;
        letter-spacing: 3px;
    }
    #radiant{
        width: 60%;
    }
    .mimg{
        padding-bottom: 20px;
    }

    .figcaption{
        font-size: 22px;
        letter-spacing: 2px;
    }

    .msponsor-container{
        margin: 20px auto 10px auto;
        flex-direction: column;
    }

    .msponsor-item{
        width: 95%;
        margin-right: 0px;
    }
    .eheading{
        font-size: 25px;
        margin: 12px auto;
    }
    .lh2{
        line-height: 30px;
    }
    .esponsor-container{
        flex-direction: column;
        margin: 20px auto 10px auto;
    }
    .esponsor-item{
        width: 95%;
    }
}

@media screen and (max-width:400px){
    .h1{
        font-size: 32px;
        margin: 20% auto auto auto;
    }
    .subheading{
        font-size: 22px;
    }
    .figcaption{
        font-size: 18px;
    }
    .eheading{
        font-size: 18px;
    }
    .lh2{
        font-size: 14px;
        line-height: 20px;
    }
    
}


/*SIDE_NAV*/

@media screen and (max-width:1000px){
    /*SIDE_NAV*/
    .side-nav{
        visibility: visible !important;
    }
}
    
@media screen and (max-width:1000px) {
    .main-nav{
        visibility: hidden;
        display: none !important;
    }
    .logo-container{
        margin-top: 120px;
        width: 100%;
    }
    #demo{
        font-size: 26px;
    }
    .update-container{
        flex-direction: column-reverse;
    }
    .update-box{
        width: 60%;
    }
    .guest-box{
        width: 60%;
    }
    #spon-img{
        width: 100%;
    }
    .update-box img {
        width: 100%;
    }
    .guest-box img {
        width: 100%;
    }
    h3{
        font-size: 20px;
        line-height: 22px;
    }
    h2{
        font-size: 36px;
    }
    .text-outer-box{
        width: 80%;
    }
    .about-text{
        font-size: 18px;
        padding: 20px 45px;
    }
    .para-outer-box{
        width: 80%;
    }
    .para-text{
        font-size: 18px;
        padding: 20px 45px;
    }
    .outer-box{
        flex-direction: column;
        width: 80%;
    }
    .profile-container{
        width: 80%;
        margin: 50px 10px 10px 30px;
    }
    .message-text-box{
        margin:10px 20px 30px 20px;
    }
    
}

@media screen and (max-width:750px) {
    
    .logo-box{
        width:110%;
    }
    .about-text{
        font-size: 16px;
        padding: 25px 20px;
        line-height: 20px;
    }
    .para-text{
        font-size: 16px;
        padding: 20px 20px;
        line-height: 20px;
    }
    .message-container{
        margin-top: 10px;
    }
    .update-box{
        width: 80%;
    }
    .guest-box{
        width: 80%;
    }
    .message-text{
        padding-top: 0px;
    }

    
        
    
}

@media screen and (max-width:450px) {
    .about-text{
        font-size: 12px;
    }
    .para-text{
        font-size: 12px;
    }
    .message-text{
        font-size: 12px;
        padding-top: 0px;
    }
    h2{
        font-size: 30px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 14px;
    }
}

@media screen and (max-width:400px) {
    
    .h1{
        font-size: 60px;
    }
}

/*SIDE_NAV*/

@media screen and (max-width:1000px){
    /*SIDE_NAV*/
    .side-nav{
        visibility: visible !important;
    }
}

@media screen and (max-width:1050px) {
    .main-nav{
        visibility: hidden;
        display: none !important;
    }
    
    .h1{
        font-size: 100px;
        margin-top: 50px;
    }
    .sub-nav-list{
        font-size: 12px;
        margin:15px auto;
    }
    .subheading{
        font-size: 30px;
        margin:20px auto;
    }
    .name{
        font-size: 12px;
    }
    .desig{
        font-size: 10px;
    }
    #executive .name{
		font-size: 8px;
	}
	#event .name{
		font-size: 8px;
	}
    	
    
}

@media screen and (max-width:850px) {
    
    .h1{
        font-size: 90px;
    }
    .row{
        flex-direction: column;
    }
    .sub-nav-list{
        flex-direction: column;
    }
    .outer-box{
        width: 50%;
    }
    .name{
        font-size: 18px;
    }
    .desig{
        font-size: 12px;
    }
    
        
    
}

@media screen and (max-width:500px) {
    
    .h1{
        font-size: 40px;
    }
    .outer-box{
        width: 65%;
        margin:10px;
    }
    .name{
        font-size: 15px;
    }
    .desig{
        font-size: 10px;
    }
	
}


/*SIDE_NAV*/

@media screen and (min-width:100px) and (max-width:1000px){
    /*SIDE_NAV*/
    .side-nav{
        visibility: visible !important;
    }
}


.side-nav{
    position: fixed;
    top: 10px;
    right: 10px;
    visibility: hidden;
    z-index: 1 !important; 
}

.but-nav{
    width: 100%;
    height: auto   ;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 0, 0);
    border-style: none;  
    /* font-size: 150px;  */
    cursor: pointer;  
}

.material-icons{
    font-size: 35px !important;
}
.nav2-column{
    visibility: visible !important;
    z-index: 3 !important;
}
.side-nav-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin: 60px auto;
}

.close-nav{
    color: white;
    cursor: pointer;
}

.overlay{
    visibility: hidden;
}

.overlay2{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: visible;
    z-index: 2 !important;
    cursor: pointer;
}

.nav-hr{
    width: 60% !important;
    margin: 5px auto !important;
}

.li-side{
    width: 50%;
    font-size: 15px;
    margin: 5px auto;
    padding: 15px 15px;

}
.nav-column{
    /* padding: 10px; */
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    visibility: hidden;
}

/*SIDE_NAV_END*/

/*FOOTER*/
.footer-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px ;
    align-items: center;
    background-color: rgb(252, 250, 250);
    color: rgb(11, 10, 10);
    font-size: 20px ;
    font-family: 'Sapru';
}
.footer{
    width: 62%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    font-family: 'Sapru';
}
.creds{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
    font-family: 'Sapru';
}
.social{
    width: 5px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content:right;
    align-items: center;
    color: rgb(8, 8, 8);
    margin-right: -600px !important;
    font-family: 'Sapru';
}

#footer-h2{
    font-family: 'Sapru';
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(9, 9, 9);
    text-decoration: none !important;
    font-weight: 100;
    padding: 5px 15px;
    margin: 20px auto;
    margin-left: -200px;
    justify-content: center;
    margin-right: 100px;
    font-weight: bolder;
    
}

a{
    text-decoration: none;
    color: rgb(13, 12, 12);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: bolder;
    font-family: 'Sapru';
    
    
}

i{
    color: rgb(8, 8, 8);
    cursor: pointer;
    font-family: 'Sapru';
}
/*FOOTER_END*/
