/* 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: 'Montserrat', sans-serif;
}
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*/

/* Adding Sapru */
@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-image: url(../bg.jpeg);
    /* background: linear-gradient(181.35deg, #24344B 0.75%, #3F2F40 64.61%, #1D1324 99.2%);Animation: 45deg */
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    text-align: center;
    
     /* background-size: 400% 400%;
	animation: gradient 15s ease infinite; --> Animation*/
    
    
}
.above{
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   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;
	    -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, hwb(135 4% 55%),#2f6a5d, #2f6a5d, #2f6a5d, #2f6a5d, #2f6a5d);
    /* border: 3px solid #ffffff; */
    border-radius: 15px;
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(3px);
    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;
}
button {   
    background-color: #ff0000;   
    width: 100%;  
    color: rgb(255, 255, 255);   
    padding: 15px;   
    margin: 10px 0px;   
    border: none;   
    cursor: grab;  
    font: 'Sapru';
}   
form {   
    border: 3px solid #f1f1f1;
    font: 'Sapru';
}   
    input[type=email], input[type=password] 
{   
    width: 100%;   
    margin: 8px 0;  
    padding: 12px 20px;   
    display: inline-block;   
    border: 2px solid rgb(255, 255, 255);   
    box-sizing: border-box;   
}  
button:hover {   
    opacity: 0.7;   
}     
.form{
    margin-bottom: 90px;
}
 
.container {   
    padding: 15px;   
    background-image: url(../bg.jpeg);
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    opacity: 100%;
    color: #f1f1f1;
    
}
@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: "";
    bottom: 0;
    background: #ffffff;
    transition: all 0.3s ease;
  }
  .btn1:before {
    height: 0%;
    width: 2px;
  }
  .btn1:after {
    width: 0%;
    height: 2px;
  }
  .btn1:hover:before {
    height: 0%;
  }
  .btn1:hover:after {
    width: 10%;
  }
  .btn1 span:before,
  .btn1 span:after {
    position: absolute;
    content: "";
    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: 10%;
  }
  .btn1 span:hover:after {
    width: 100%;
  }

.visible{
    display: none !important;
}

.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;
 }

 hr{
    width: 75% !important; 
}

.h1{
    font-family: 'Sapru';
    font-size: 60px;
    letter-spacing: 5%;
    margin-top: 25px;
    margin-bottom: -10px;
}

.sub-nav{
    width: 100%;
    height: auto;
    font-family: 'Sapru';
    /* margin: 45px auto 100px auto; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: scroll;
}

.sub-nav-list{
    font-size: 19px;
    width: 70%;
    margin: 10px auto;  
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sub-nav-item{
    width: 100%;
    letter-spacing: 3px;
    margin: auto 10px;
    text-align: center;
    padding: 5px;
}

.timer-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#demo{
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    font-size: 36px;
    margin: 20px auto 20px auto;
    color: #D3C6CB;
}

.info-container{
    width: 70%;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px auto 80px auto;
}

.sponsor-box{
    width: 100%;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#spon-img{
    width: 40%;
    height: auto;
	display:block !important;
}

#visi{
	display: flex !important;
}

h3{
    font-size: 22px;
    font-family: 'Sapru';
    font-weight: 300;
    letter-spacing: 3px;
    margin: 20px auto 5px auto;
    /* line-height: 30px; */
    /* text-decoration: underline; */
}
.update-hr{
    width: 70%;
    margin-bottom: 20px;
}
.spon-hr{
    width: 30%;
    margin-bottom: 20px;
}

.update-container{
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   align-items: center;
   margin: 0px auto 20px auto;
}

.update-box{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.update-box img {
    width: 100%;
    height: auto;
}
.guest-box{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
/* .guest-box .img-box{
    background-color: rgba(128, 34, 60, 0.8);
} */

.guest-box img {
    width: 70%;
    height: auto;
    background-color: rgba(128, 34, 60, 0.8);
}

.heritage-container{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    background-image: url(school.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 10px;
}

.heading-container{
    width: 70%;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2{
    font-family: 'Sapru';
    font-weight: 500;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    text-shadow: -3px 5px 8px rgba(0, 0, 0, 0.34);
    font-size: 45px;
    margin-bottom: 20px;
}

.text-outer-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.7);
    width: 65%;
    height: auto;
}

.about-text{
    padding: 40px 90px;
    color: black;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    line-height: 30px;
}

.youthopia-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px auto 90px auto;
    background-image: url(yt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.para-outer-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.7);
    width: 65%;
    height: auto;
}
.para-text{
    padding: 40px 90px;
    color: black;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    line-height: 30px;
}
.message-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px auto;
}

.outer-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    width: 85%;
    height: auto;
}

.profile-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 10px 50px 30px;
}

.profile-container .img-box{
    width: 60%;
    height: auto;
}

.profile-container .img-box img{
    width: 100%;
    height: auto;
}




/*MEDIA QUERIES*/
@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: 100%;
    }
    .profile-container{
        width: 80%;
        margin: 50px 10px 10px 30px;
    }
    .message-text-box{
        margin:10px 20px 30px 20px;
    }
    .h1{
        display: none !important;
    }
    .container{
        display: none !important;
    }
    .footer-container{
        display: none !important;
    }
    #box{
        display: none !important;
    }
}

@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 (min-width:1050px){
    .side-nav{
        display: none !important;
    }
    }
@media screen 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: transparent;
    color: white;
    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*/

@media screen 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   ;
    padding-right: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: transparent;
    color: white;
    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*/

.gap{
    padding-bottom: 305px;
}
/*FOOTER*/
.footer-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px ;
    align-items: center;
    background-color: rgb(244, 240, 240);;
    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(16, 16, 16);
    margin-right: -600px !important;
    font-family: 'Sapru';
}

#footer-h2{
    font-family: 'Sapru';
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(10, 10, 10);
    text-decoration: none !important;
    font-weight: 100;
    padding: 5px 15px;
    margin: 20px auto;
    margin-left: -200px;
    justify-content: center;
    margin-right: 100px;
    z-index: 2;
    
}

a{
    text-decoration: none;
    color: rgb(14, 13, 13);
    font-weight: 1000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-family: 'Sapru';
}

i{
    color: rgb(14, 14, 14);
    cursor: pointer;
}  

/*FOOTER_END*/
