            @import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
            @import url(https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap);
            @import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
            @import url(https://fonts.googleapis.com/css2?family=Gruppo&display=swap);
            *{
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: "Poppins", sans-serif;
                border: none;
                outline: none;
                scroll-behavior: smooth;
                
            }
            body{
                background:#fff;
                }
            /*Header*/
          
            .header{
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 210;
                padding: 15px 5%;
                background: #ffff;
                display: flex;
                justify-content: space-between;
                align-items: center;
                filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 3px);
            }
            nav ul{
            display: flex;
            align-items: center;
            }
            nav ul li{
                list-style-type: none;
            }
            .navbar a {
                font-family: 'Montserrat', sans-serif;
                padding: 0 10px;
                line-height: 50px;
                text-transform: uppercase;
                transition: 0.3s;
                font-size: 18px;
                color: #222;
                text-decoration: none;
                font-weight: 350;
                margin:0 10px;
                
            }
            .navbar a:hover, 
            .navbar a.active{
                color: #ed5f5e;
            }

            .navbar-header .logo-container {
                padding: 0 15px;
                float: left;
                
            }
            .navbar-header .logo-container .logo-wrap {
                display: flex;
                width: 100%;
            }
            .btn_login {
                color: #222;
                border: 2px solid #eaeaea;
                padding: 9px 30px;
                font-weight: 400;
                display: inline-block;
                border-radius: 100px;
                font-size: 16px;
                transition: 0.3s;
                text-decoration: none;
                
            }
            .btn_login:hover{
                color: #fff;
                border: 1px solid #2eca7f;
                background:#2eca7f;
            }
            .logo{
                height: 25px;
                align-items: center;
                animation: slideRight 1s ease forwards;
            }
            .menu-icon {
            
                display: none;
                
            }
            .menu-icon a{
                text-decoration: none;
            }
            .menu-icon i{
                color: #070707;
                font-size: 30px;
                
            }


            section{
                min-height: 100%;
                padding: 10rem 9% 2rem;
                background-color: #F2F1F7;
                
            }
            /*Home Section*/
            
            .btn{
                display: inline-block;
                padding: 10px 30px;
                background: #111;
                border-radius: 15px;
                font-size: 25px;
                text-decoration: none;
                color: #fff;
                
            }
            .btn:hover{
                box-shadow:0 0 1rem #222;
                background: #fff;
                color: #111;
            }
            /*New Batch*/
            .newbatch{
                background-color: #fff;
                height: 50%;
                text-align: center;
            }
            .newbatch h1{
                color: #555;
                font-size: 60px;
                font-family: "Kaushan Script", cursive;
                margin-bottom: 40px;
                margin-top: -20px;
            }
            .date{
                color: #ed5f5e;
                font-family: "Gruppo", sans-serif;
                font-weight: 600;
            }
            .propic{
                width: 50px;
                height: 50px;
                position: fixed;
                right: 30px;
                cursor: pointer;
            }
            .propic img{
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }
            
            .nbpro{
                position: relative;
                margin-top: 1px;
                display: none;
                text-align: center;
                transition: 0.5s;
                
            
            }
            .profiledetails{
                background: #fff;
                width: 250px;
                position: fixed;
                right:0px ;
                top: 60px;
                border-bottom-left-radius: 30px;
                text-align: center;
                
            }
            #prodet{
                display: flex;
                list-style: none;
                flex-direction: column;
                transition:all 0.5s;
                margin: 20px;
                text-align: center;
           }
            .profiledetails a{
                    font-family: 'Montserrat', sans-serif;
                    padding: 0 5px;
                    line-height: 35px;
                    
                    font-size: 18px;
                    color: #222;
                    text-decoration: none;
                    font-weight: 350;
                    margin:0 10px;
                    cursor: pointer;
                    text-align: center;
                    
            }
            .profiledetails a:hover {
                color: #ed5f5e;
                font-weight: 550;
            }
            
            @media (max-width:780px) {
                nav ul{
                    position: absolute;
                    top: 50px;
                    left: 0;
                    right: 0;
                    flex-direction: column;
                    text-align: center;
                    background: #fff;
                    gap:0;
                    overflow: hidden;
                }
                nav ul a{
                    padding: 10px;
                }
                .menu-icon{
                    display: block;
                }
                .btn_login{
                    display: none;
                }
                
                .icons a{
                    padding: 9px;
                    margin: 9px;

                }
                .icons a i{
                    font-size: 30px;
                }
                section{
                    padding: 5rem 3% 0.5rem;
                }
                .btn{
                    font-size: 15px;
                }
                .header{
                    margin-top: 10px;
                }
                
                .newbatch h1{
                    
                    font-size: 20px;
                    
                    margin-bottom: 30px;
                }
                .newbatch h4{
                    
                    font-size: 30px;
                
                    margin-bottom: 40px;
                    
                }
                .nbpro{
                    position: relative;
                    margin-top: 1px;
                    transition:all 0.5s;
                   
                
                }.profiledetails{
                    top: 10px;
                    transition:all 0.5s;
                }
                .propic{
                    right: 10px;

                }
                .empty{
                    width: 30px;
                }
                
            }

            #menulist{
                transition:all 0.5s;

            }

            footer{
                background-color: #111;

            }
            .footer-main{
                width: 100%;
                padding: 10px 10px 5px;

            }
            .icons{
                display: flex;
                justify-content: center;
                
            }
            .icons a{
                text-decoration: none;
                padding: 5px;
                margin: 20px;
                background-color: #111;
                border-radius: 10px;
                
                

            }
            .icons a i{
                font-size: 40px;
                color: #fff;
                
            }
            .icons a:hover{
                background-color: #fff;
            
                transition: 0.3s;
            }
            .icons a i:hover{
                color: #111;
                transition: 0.3s;
            }
            .footerNav{
            
                padding-bottom: 20px;
            }
            .footerNav ul{
                display: flex;
                justify-content: center;
                list-style-type: none;
            }
            .footerNav ul li a{
                color: #fff;
                margin: 20px;
                text-decoration: none;
                transition: 0.3s;
            }
            .footerNav ul li a:hover{
                color: #ed5f5e;
            }
            .copyright{
                background-color: #eaeaea;
                padding: 20px;
                text-align: center;
                color: #111;
            }
            .whatsapp_main{
                position: fixed;
                bottom: 20px;
                right: 10px;
                text-align: right;
                z-index: 10;
            }