* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.header {
    width: 100%;
    padding: 10px;
    background-color: rgb(0, 0, 68);
}

.rowrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}

.column2 {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    padding-top: 15px;
}

.column3 h2 {
    color: #878f99;
    font-size: 12px;
    font-weight: 1000;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-top: 25px;
}


/* navigation bar */
.navbar {
    background-color: rgba(0, 0, 73, 0.86);
}

.nav-item {
    margin-left: 11rem;
    font-size: 18px;
    list-style: none;
}

.nav-item a {
    transition: 0.4s;
}

.nav-item a:hover {
    color: tomato;
}

.nav-link {
    text-decoration: none;
    color: aliceblue;
}


/* hero section */

.hero {
    width: 100%;
    height: 50vh;
    background-image: url(about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.herorap {
    width: 100%;
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #aca3cc 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 50px;

    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 1px;

    padding-top: 10rem;
    margin-left: 30rem;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



/* addmission form */


.head {
    width: 100%;
}

.head h1 {
    font-size: 35px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.middle {
    width: 100%;
}

.middlerap {
    width: 70%;
    margin: auto;
}

.middlerap table tr {
    text-align: left;
}

.middlerap table th {
    color: black;
    opacity: 0.7;
    font-weight: 400;
    padding-top: 0.2rem;
}


#sname {
    width: 400px;
}

#img {
    width: 100%;
}

#date {
    width: 520px;
}

#g {
    width: 100%;
}

#fname {
    width: 100%;
}

#mname {
    width: 100%;
}

#address {
    width: 100%;
}

#city {
    width: 100%;
}

#state {
    width: 100%;
}

#pin {
    width: 100%;
}

#nationality {
    width: 100%;
}

#school {
    width: 100%;
}

#uni {
    width: 100%;
}

#tele {
    width: 100%;
}

#mobile {
    width: 100%;
}

#income {
    width: 100%;
}

#email {
    width: 100%;
}

#Time {
    width: 100%;
}

.note h3 {
    font-size: 22px;
    color: black;
    text-align: center;
    margin-top: 1rem;
}

.note p {
    font-size: 15px;
    color: black;
    text-align: center;
}

#btn {
    width: 100%;
    color: #fff;
    padding: 6px 22px;
    background-color: rgb(0, 0, 135);
    transition: 0.4s;
}

#btn:hover {
    background-color: lightblue;
    color: black;
}







/* footer */

.footer {
    width: 100%;
    height: 68vh;
    background-image: url(footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footerrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
}

.col_1 {
    width: 80%;
}

.col_1 img {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.col_1 p {
    font-size: 18px;
    color: aliceblue;
}


.col_2 {
    margin-top: 5rem;
    width: 100%;
    margin-right: 10rem;
}

.col_2 h4 {
    font-size: 30px;
    color: aliceblue;
    font-weight: 600;
    padding-bottom: 30px;
}

.col_2 a p {
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    transition: 0.3s;
}

.col_2 a p:hover {
    color: #e6322e;
    text-decoration: none;
}

.col_3 {
    margin-top: 5rem;
}

.col_3 h4 {
    font-size: 30px;
    color: aliceblue;
    font-weight: 600;
    padding-bottom: 30px;
}

.col_3 p {
    font-size: 18px;
    color: aliceblue;
}

.col_3 h5 {
    color: aliceblue;
    font-size: 15px;
}

#color {
    color: aliceblue;
    padding-right: 10px;
}

.footer h6 {
    width: 100%;
    padding: 10px;
    color: aliceblue;
    margin-top: 4rem;
    padding-left: 33rem;
    background-color: rgb(72, 72, 72);
}

#up {
    padding: 15px;
    font-size: 30px;
    background-color: #d53e33;
    border-radius: 30px;
    /* scroll-behavior: smooth; */
    transition: 0.3s;
}

#up:hover {
    background-color: rgb(119, 119, 119);
}

.side {
    float: right;
    margin-top: -8rem;
    padding-right: 2rem;
}