/* 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 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;
}
html{
    overflow-x:hidden ;
    user-select: none;
}


body{
     background-image: url('bgnew.jpg');
     background-color: #040807;
     background-attachment: fixed;
     color: white;
     display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
     --shadow: rgba(72, 55, 118, 0.4) 5px 5px, rgba(72, 55, 118, 0.3) 10px 10px, rgba(72, 55, 118, 0.2) 15px 15px, rgba(72, 55, 118, 0.1) 20px 20px, rgba(72, 55, 118, 0.05) 25px 25px;
     transition: 1s ease-in 0.5s ;
     
}

.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;
 }
 

 .sub-nav{
    width: 100%;
    height: auto;
    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: 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;
}

/* .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: #a39bbb;
	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:hover:before {
    height: 100%;
  }
  .btn1:hover:after {
    width: 100%;
  }
  .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%;
  }

.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;
}

.h1{
    font-family: 'Newton Howard';
    font-size: 100px;
    letter-spacing: 5%;
    text-align: center;
    /* text-shadow: var(--shadow); */
    transition: 0.2s ease-in-out 0.5s ;
}  


hr{
    width: 75% !important; 
}

/* .h1 {
    font-family: 'Newton Howard';
    font-size: 100px;
    letter-spacing: 5%;
    text-align: center;
    transition: 0.3s;
    text-shadow: 1px 1px 0 grey, 1px 2px 0 grey, 1px 3px 0 grey, 1px 4px 0 grey,
      1px 5px 0 grey, 1px 6px 0 grey, 1px 7px 0 grey, 1px 8px 0 grey,
      5px 13px 15px black;
  }
  
  .h1:hover {
    transition: 0.3s;
    transform: scale(1.1);
    text-shadow: 1px -1px 0 grey, 1px -2px 0 grey, 1px -3px 0 grey,
      1px -4px 0 grey, 1px -5px 0 grey, 1px -6px 0 grey, 1px -7px 0 grey,
      1px -8px 0 grey, 5px -13px 15px black, 5px -13px 25px #808080;
  } */

  /* .h1 {
    font-family: 'Newton Howard';
    font-size: 100px;
    letter-spacing: 5%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    animation: blur .75s ease-out infinite;
    text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
  }
  
  @keyframes blur {
    from {
      text-shadow:0px 0px 10px #fff,
        0px 0px 10px #fff, 
        0px 0px 25px #fff,
        0px 0px 25px #fff;
    }
  } */

/*   
  span:hover:after {
    top: -10px;
    left: -10px;
  }  */

/* hr{
    width: 85%;
    height: 0px;
    border-style: solid;
} */

.below{
    width: 85%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
}



.row{
    margin: 1% auto 2% auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    height: auto;
}


img{
    max-width: 90%;
    height: auto;
    /* box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(94, 69, 85, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
    /* box-shadow: var(--shadow); */
    transition: 0.2s ease-in 0.1s ;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #ffffff, 0px 0px 7px #ffffff;
}
::selection{
    background:#dc820d;
}

.anchor-img{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
}



img:hover{
    transition: 0.2s linear 0.1s;
    transform: scale(1.05);
    /* box-shadow: rgba(72, 55, 118, 0.4) 1px 1px, rgba(72, 55, 118, 0.3) 2.5px 2.5px, rgba(72, 55, 118, 0.2) 5px 5px, rgba(72, 55, 118, 0.1) 7.5px 7.5px, rgba(72, 55, 118, 0.05) 10px 10px; */
    
}

@keyframes pop
{
    from {
        box-shadow:0px 0px 10px #ffffff,
          0px 0px 10px #ffffff, 
          0px 0px 25px #ffffff,
          0px 0px 25px rgb(255, 255, 255),
          0px 0px 30px #ffffff,
          0px 0px 30px #ffffff,
          0px 0px 35px #ffffff;
      }
}

.ten{
    margin-bottom: 100px;
}


/*MEDIA QUERIES*/
@media screen and (max-width:800px) {
    .main-nav{
        visibility: hidden;
        display: none;
    }
    
    .h1{
        font-size: 120px;
        margin-top: 50px;
    }
    
}

@media screen and (max-width:650px) {
    
    .h1{
        font-size: 100px;
    }
    
}

@media screen and (max-width:550px) {
    
    .h1{
        font-size: 100px;
    }
    .row{
        flex-direction: column;
        margin: 0px;
    }
    .img-box{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 20px auto 20px auto;
    }
    img{
        max-width: 75%;
        margin: 0px;
    }
    
}

@media screen and (max-width:400px) {
    
    .h1{
        font-size: 80px;
    }
}

/*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: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px ;
    align-items: center;
    background-color: rgb(244, 242, 242);
    color: white;
    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: white;
    margin-right: -600px !important;
    font-family: 'Sapru';
}

#footer-h2{
    font-family: 'Sapru';
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(14, 14, 14);
    text-decoration: none !important;
    font-weight: bolder;
    padding: 5px 15px;
    margin: 20px auto;
    margin-left: -200px;
    justify-content: center;
    margin-right: 100px;
    
}

a{
    text-decoration: none;
    color: rgb(20, 20, 20);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-weight: bolder;
    font-family: 'Sapru';
}

i{
    color: rgb(16, 16, 16);
    cursor: pointer;
    font-family: 'Sapru';
}
/*FOOTER_END*/



