*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

:root {
	--text-primary: #534545; 
	--text-secondary: #141414; 
	--text-terniary: #33d9b2; 
	--text-fourth: #34e7e4; 
    --text-fifth: #f7d794; 
    --bg-body: #ebf5fc;
	--bg-primary: #ffffff; 
    --bg-secondary: #dfe1e2;
    --font-family-pr: 'Noto Serif', serif;
}

body{
    /* background: rgb(255, 255, 255);
    background: #ebf5fc; */
    /* background: url(NseImage.jpg); */
    	/* Full height */
  	height: 100%;

  	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
    /* background-color: white; */
	color: #fff;
	line-height: 1.6;
	height: 100vh;
	/* overflow: hidden;   */
	
	padding: 0px;
    margin: 0px;

    font-family: var(--font-family-pr);
    /* background-size: cover; */
}


/***************Customised ScrollBar***************/


::-webkit-scrollbar {
	width: 0.7rem;
}

::-webkit-scrollbar-track {
	background: linear-gradient(180deg, #5572f1, #8cfcfc);
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #e3eff0, #eef3ee);
    border-radius: 5px;
}

/***************Smooth-Scroll-Sections***************/


.container#blur.active{
    filter: blur(10px);
    pointer-events: none;
    user-select: none;
}


/************************Nav Bar ***********************/

.nav {
    margin: 0px;
    padding: 0;
    height: 8vh;
    width: 100%;
    /* background: rgba(98, 18, 248, 0.4); */
    background-color: var(--bg-primary);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    /* flex-wrap: wrap; */
    /* box-shadow: 5px 5px 5px rgb(206, 206, 218); */
    z-index: 100;
    /* border-bottom: 3px solid rgb(248, 44, 89); */

}
.nav .homeIcon{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-primary);
    margin: 30px;
    padding-left: 0px;
   
    
}

.homeIcon:hover{
      color: turquoise;
}

.homeIcon img{
    display: inline-block;
    height: 6.4vh; 
} 


.nav ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 35px;

}

.nav ul li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav ul li a {
    text-decoration: none;
    text-rendering: geometricPrecision; 
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    padding: 0px 30px;
    line-height: 35px; 
    /* color: rgb(252, 250, 250); */
    color: var(--text-primary);
    /* font-family: 'Noto Serif', serif; */
    font-family: var(--font-family-pr);
    font-weight: bold;
    font-size: 13px;
    /* transition: transform .4s cubic-bezier(0.55, 0, 0.55, 0.2) , background-color .4s cubic-bezier(0.55, 0, 0.55, 0.2) ease-in; */
    transition: background-color 0.6s ease-out, color 0.5s ease, font-size 1s ease ;
    transform-origin: 50% 30%;
}

.nav ul li a:hover {
    color: white;
    background-color: rgb(248, 42, 76);  
    font-size: 14px;
    transform: scale(1);
}

.nav ul li .logout{
    padding-right: 40px;
    margin-right: 0.5rem;
    /* padding-top: 0.5rem; */
    /* color: white; */
    color: var(--text-primary);
    font-weight: bolder;
   
}

.nav ul li a i{
    padding: 0;
    padding-top: 0.4rem;
    /* color: white; */
    color: var(--text-primary);
    font-weight: bolder;
    width: 0.0rem;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgb(245, 187, 132);
}

 .nav ul li .logout:hover {
    background: none; 
}

.submenu {
    display: none;
    height: auto;
    width: 15rem;
    right: 0.8rem;
    border: 2px solid red;
}

.submenuE{
    display: none;
    height: auto;
    width: 15rem;
    border: 2px solid red;
    /* right: 0.8rem; */
}




.nav ul li:hover .submenu, 
.nav ul li:hover .submenuE{
    display: block;
    position: absolute;
    /* background-color: rgb(142, 75, 250); */
    background-color: var(--bg-primary) ;
    color: var(--text-primary);
    margin-top: 0;
    /* margin-left: -250px; */
}
 

.nav ul li:hover div .submenUlS{
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin: 10px;
}

.nav ul li div ul li{
   /* border-bottom: 1px solid grey; */
   /* left: 50%; */
   text-align: left;

}

.submenuP {
    display: none;
    height: auto;
    /* width: 50rem;    */
    background-color: #cf8484;
    right: 2rem;
    border: 1px solid red;
}

.submenUlP{
    display: flex;
    justify-content: space-around;
    align-items: flex-start; 
    width: 60rem;
    height: auto;
    background-color: #FFF;
    border: 1px solid red;
    padding-top: 0.5rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
    padding-bottom: 0.5rem;
}

.nav ul li:hover .submenuP{
    display: block;
    position: absolute;
    /* background-color: rgb(142, 75, 250); */
    background-color: var(--bg-primary) ;
    color: var(--text-primary);
    margin-top: 0;
}

.submenu3Anchor{
    /* border-bottom: 1px solid red; */
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: left;
}

.nav ul li .submenu3Anchor:hover{
    background: none;
    color: var(--text-primary);
    cursor: auto;

}


.nav ul li .submenu4Anchor {
    color: rgb(117, 161, 241);
    font-size: 14px;
    transform: scale(1);
    text-align: left;
}

.line{
    border-left: 0.5px solid rgb(173, 167, 167,0.6);
    height: 40vh;
}



.nav label{
    margin: 0 30px 0 0;
    font-size: 27px;
    line-height: 50px;
    color: rgb(247, 35, 88);
    display: none;
    width: 26px;
}

.nav ul li .login{
    border: 2px solid red;
    color: red;
    margin-right: 50px;
    border-radius: 5px;
}



#toggle{
    display: none;
}

@media only screen and (max-width: 600px){
    .nav label{
        display: block;
        cursor: pointer;
    }

    .nav ul{
        /* text-align: center; */
        /* width: 100%; */
        border: 1px solid #EAEAEB;
        border-collapse: collapse;
        margin: 0;
        display: none;
    }

    .nav ul li{
        /* display: inline; */
        text-align: center;
        width: 100%;
        border: 1px solid #EAEAEB;
        border-collapse: collapse;
        margin: 0;
    } 

    #toggle:checked + .menu{
        display: block;
    }


}

/*****************************************Login Form *******************************/

.container {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    background-color: darkkhaki;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
    /* grid-template-rows: 1fr 1fr; */
    grid-template-areas:    "nseImage nseImage nseImage nseImage loginForm";
    
}

.nseImg{
	grid-area: nseImage;
	width: 100%;
	height: 100vh;
    background: url(NSE_Green.png);
    background-size: cover; 
}
.logn{
	grid-area: loginForm;   
	width: 100%;
	height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.logn .inputbox {
    position: relative;
}

.submitPart{
    transform: translateY(-100%)
}

.greenbox{
    padding: 0px;
    margin: 20px;
    min-width: 20rem;
    height: 1.2rem;
    /* border-radius: 5px; */
    border: 0.5px solid rgb(135, 138, 138);
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid;
    background-color: azure;
    color: rgb(82, 80, 80);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    top: 0rem;
    left: 0rem;
    background: transparent;
    outline: none;
}


.logn .inputbox  label{
    padding: 10px;
    margin: 10px;
    position: absolute;
    top: -10%;
    left: 0;
    color: rgb(100, 94, 94);
    pointer-events: none;
    transition: 0.5s;
    font-family: 'Times New Roman', Times, serif;

}



.logn .inputbox input:focus ~ label,
.logn .inputbox input:valid ~ label
{
    top: -23px;
    color: rgb(58, 61, 245);
    font-size: 0.85rem;
}

.logn .inputbox input:focus,
.logn .inputbox input:valid
{
    border-bottom: 0.5px solid rgb(93, 129, 250);
}

.logn .err{
    padding: 10px;
    margin: 10px;
    min-width: 25rem;
    border-radius: 5px;
    background-color: rgb(248, 101, 101);
    color: white;
    border-left-style: hidden;
    font-family: cursive;
    /* text-align: right; */
}



.redbox::placeholder{
	color: red;
	/* text-align: right; */
}



.logn h1{
  color:  rgb(57, 77, 252);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-top: 50px;
  margin-bottom: 50px;
  /* transform: translateX(35%); */
}

.logn a{
    align-self: stretch;
    position: relative;
    left: 38%;
    text-decoration: none;
    color: blue;
    margin-bottom: 50px;
  }

.logIn{
    background-color: #fa4c3f; /* Red */
   
	width: auto;
	color: white;
	padding: 7px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* //font-size: 25px; */
    margin: 4px 2px;
    margin-right: 20px;
	cursor: pointer;
    border-radius: 5px;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    outline: none;
    border: 2px solid #fa4c3f;
}

.Cancel{
    background-color: #17a17f; /* Red */
	width: auto;
	color: white;
	padding: 7px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* font-size: 25px; */
	margin: 4px 2px;
	cursor: pointer;
    border-radius: 5px;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    outline: none;
    border: 2px solid #17a17f;
}

#popup.active{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}


/*************************** Start Image Slider *****************************/



/*************************** Image Slider - Zoom out *****************************/



/********text part******/

/***************************End Image Slider *****************************/


/************************Bottom*****************************/
.bttm{
    position: relative;
    /* bottom: 0; */
    background: #e7e7f7;
    width: 100%;
    /* top: 100%; */
    height: 40%; 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.aboutNSE{
    width: 100%;
    /* height: 100%; */
    /* background-color: cornflowerblue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 80px;

}
.aboutMP{
    width: 100%;
    height: 100%;
    /* background-color: cornsilk; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 80px;
}

.followUs{
    width: 100%;
    height: 100%;
    /* background-color: darkcyan; */
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.bttm p{
    font-size: 20px;
    color:rgb(9, 9, 117);
    font-weight: bold;

}

.bttm a{
    font-size: 13px;
    text-decoration: none;
    color: rgb(52, 52, 80);
}

.bttm a:hover{
    color: orange;
} 

.bttm  i{
    font-size: 12px;
    text-decoration: none;
    background-color: rgb(9, 9, 117);
    color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 50px;
}

.bttm  i:hover{

    background-color: rgb(250, 167, 73);
    color: rgb(245, 241, 241);

}

.bttm .followUs p{
    font-size: 15px;
    color:rgb(224, 137, 22);
    margin-bottom: 10px;
    font-weight: bold;

}










