*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-color: rgb(78, 84, 96) ;
    background-image: linear-gradient(rgba(4,9,40,0.7), rgba(4,9,40,0.7)),url("images/indjp.png");
    background-position: center;
    background-size: cover;
    position: relative;

}

.header1{
    min-height: 10vh;
    max-height: 40vh;
    width: 100%;
    background-color: rgb(78, 84, 96) ;
    background-image: linear-gradient(rgba(4,9,40,0.7), rgba(4,9,40,0.7)),url("images/indjp.png");
    background-position: center;
    background-size: cover;
    position: relative;

}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

/*nav img{
    width: 250px;

}*/
/*nav img2{
    width: 200px;
    align-self: right;

}*/


.nav-links{
    flex: 1;
    text-align: right;
    padding: 10;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #4fc8e3b5;
    display: block;
    margin: auto;
    transition: 0.5s;

}
.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.text-box p{
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.hero-btn{
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid black;
    padding: 10px 30px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    background: #4fc8e3b5;
    border: 1px solid #4fc8e3b5;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
.text-box h1{
    font-size: 20px;
    }
.text-box h2{
    font-size: 13px;
    }    
.nav-links ul li{
    display: block;
}
.nav-links{
    position: absolute;
    background: rgb(167, 148, 148);
    height: 100vh;
    width: 200px;
    right: -200px;
    top: 1px;
    text-align: left;
    z-index: 2;
    transition: 1s;
}
.text-box p{
    font-size: 10px;
    text-align: center;
    color: white;
}
nav .fa{
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
}

.nav-links ul {
    padding: 10px;
}

}

/*   For Introduction    */

.Intro{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 35px;
    font-weight: 600;
}
p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
h4{
    font-size: 16px;
    font-weight: 600;
}

.About{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    }
.About:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.topics{
    flex-basis: 31%;
    background: rgb(167, 156, 156);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    }
p{
    text-align: left;
}
.topics:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.dates{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    }
.dates:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.announcement{
    flex-basis: 31%;
    background: white;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.h-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    
    padding: 10px 50px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.h-btn:hover{
    color: blue;
   /* border: 1px solid #4fc8e3b5;*/
    transition: 1s;
}
.h1-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    
    padding: 1px 1px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.h1-btn:hover{
    color: blue;
   /* border: 1px solid #4fc8e3b5;*/
    transition: 1s;
}
.h2-btn{
    display: inline-block;
    text-decoration: none;
    color: rgb(237, 21, 21);
    
    padding: 1px 1px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.h2-btn:hover{
    color: blue;
   /* border: 1px solid #4fc8e3b5;*/
    transition: 1s;
}
.footer{
    min-height: 10vh;
    width: 100%;
    background-color: #fff ;
    background-position: center;
    background-size: cover;
    position: relative;
}
.footer:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.f1{
    font-size: 16px;
    font-weight: 600;
}
.f2{
    font-size: 8px;
}
.fa fa-bars{
    font-size: 13px;
}
.Row{
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
}




