* {
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .7)), url(../ban.jpg);
    background-position: center;
    background-size: cover;
}

.nbar {
    width: 80%;
    margin: 0px auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 130px;
}

.logo h2 {
    font-size: 50px;
    font-family: sans-serif;
    width: auto;
    color: whitesmoke;
}

.logo img {
    width: 130px;
}

.navlinks {
    width: 800px;
}

.navlinks ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.navlinks ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 14px;
    position: relative;
}

.navlinks ul i {
    margin-left: 12px;
}

.navlinks ul li a {
    text-decoration: none;
    color: aliceblue;
    display: block;
    font-size: 25px;
    transition: 0.5s;
}

.navlinks ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 50px;
    display: none;

}

.navlinks ul ul li {
    width: 150px;

}

.navlinks ul ul ul {
    top: 0;
    left: 100%;

}

.navlinks ul ul ul li {
    width: 250px;
}

.navlinks ul li:hover>ul {
    display: block;
    background: rgb(59, 59, 59);
}

.navlinks ul li a:hover {
    color: brown;
}

.search {
    width: 330px;

}

.srch {
    width: 200px;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-right: none;
    float: left;
    transition: .15s;
}

.srch:hover{
    background: #fff;
}

.btn {
    width: 50px;
    height: 40px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.textbox {
    width: 80%;
    margin: 10px auto;
    margin-top: 100px;
    color: aliceblue;
    display: flex;
    justify-content: space-between;
}

.textbox1 h1 {
    font-size: 50px;
}

.textbox1 p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.brn-1 {
    width: 150px;
    height: 50px;
    border-radius: 20px;
    background: red;
    color: white;
    cursor: pointer;
    border: none;
    transition: 0.7s;
}

.brn-1 a {
    text-decoration: none;
    color: black;
    font-size: 25px;
}

.brn-1:hover {
    background: white;
}

.btn2{
    width: 250px;
    height: 50px;
    text-align: center;
    color: black;
    background: red;
    border-radius: 20px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.5s;
    border: none;
}

.btn2:hover{
    background: rgba(85, 37, 37, 0.5);
    color: red;
}

a .btn2{
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
}

a .btn2:hover{
    font-size: 30px;
    font-weight: bolder;
}
span {
    color: red;
    font-size: 60px;
}

.login {
    width: 250px;
    padding: 50px;
    background: rgba(0, 0, 0, .5);
}

.login h3{
    color: aliceblue;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, .7);
    border-radius: 20px;
    padding: 10px;
}
.login input {
    width: 230px;
    margin-bottom: 15px;
    background: transparent;
    padding: 12px;
    border: none;
    border-bottom: 1px solid white;
    color: antiquewhite;
    font-size: 14px;
    letter-spacing: 1px;
}

.login input:focus{
    outline: none;
}

.login p span{
    font-size: 20px;
    cursor: pointer;
    transition: .5s;
}
.login p span:hover{
    font-size: 40px;
}

.signup{
    width: 230px;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.sign{
    width: 100px;
    height: 50px;
    border-radius: 20px;
    cursor: pointer;
    background: rgb(196, 156, 162);
    transition: .9s;
}
.sign:hover{
    background: rgb(233, 18, 18);
    
}
.login p{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
}
.liw{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    margin-top: 10px;
    
}

.icon{
    justify-content: space-between;
    margin-top: 8px;
    cursor: pointer;
}
.icon i{
    transition: .7s;
}

.icon i:hover{
    font-size: 50px;
    background: transparent;
    color: blueviolet;
}

.service{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://www.amity.edu/Kolkata/images/kolkata.jpg);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-family: sans-serif;
    color: black;
}
.service h1{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}
.service p{
    color: whitesmoke;

}

.row{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.scheme-col{
    flex-basis: 28%;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    top: 0;
    position: relative;
    transition: .55s;
}

.scheme-col h3{
    font-size: 25px;
    color: yellow;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: 1s;
}
.scheme-col h3:hover{
    font-size:40px;
    color: rgb(212, 3, 212);
}
.scheme-col i{
    font-size: 40px;
    transition: .7s;
    margin-right: 10px;
    margin-top: 15px;
    color: antiquewhite;
    
}

.scheme-col i:hover{
    font-size: 60px;
    color: red;
}

#row{
    margin-top: 0;

}

.scheme-col:hover{
    box-shadow: 2px 20px 20px 4px white;
    top: -15px;
}
