* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    background-image:linear-gradient(to right, red,orange,yellow,green);
}

.menu {
    color: whitesmoke;
    font-weight: bold;
    font-size: 15px;
}

.menu:hover {
    color: brown;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

/* banner */
.banner {
    width: 100%;
    height: 80vh;
}

.image figcaption {
    position: absolute;
    top: 25%;
    bottom: 50%;
    padding-left: 500px;
}

.image figcaption h1 {
    color: white;
    font-family: cursive;
    /* text-shadow: 2px 2px 4px #000000;  */
    /* color: coral; */
}

.glow {
    font-size: 60px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

  @-webkit-keyframes glow { 
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e6a900, 0 0 40px #e6b000, 0 0 50px #e6a900, 0 0 60px #e6bc00, 0 0 70px #e69600;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff944d, 0 0 40px #ffa34d, 0 0 50px #ffb84d, 0 0 60px #ffc14d, 0 0 70px #ffb84d, 0 0 80px #ffc14d;
    }
} 
/* middle */
.midrap1{
    width: 100%;
    background-image: url(bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.midrap1 p{
    text-align: justify;
    font-size:30px ;
    padding-top: 20px;
    padding-left: 60px;
    font-family: initial;
}
.midrap1 a{
    text-decoration: none;
    color: rgb(236, 108, 22);
}
.midrap1 a:hover{
    color: lime;
}
.midrap2{
    background-color: rgba(0,0,0,0.4);
    padding-bottom: 10px;
}
.box4{
    width: 88%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    /* margin-top: 30px; */
    /* padding-bottom: 30px; */
    /* background-color: rgba(0,0,0,0.3); */
}
.box h1{
    text-align: center;
    color: rgb(18, 252, 240);
    font-family: initial;
}
.box h2{
    margin-top: -30px;
}
.box a{
    text-decoration: none;
    color: darkgreen;
    font-weight: bold;
}
.box a:hover{
    color: navy;
}
.box1 h1{
    text-align: center;
    color: rgb(18, 252, 240);
    font-family: initial;
}
.box1 h2{
    margin-top: -30px;
}
.box2 h1{
    text-align: center;
    color: rgb(18, 252, 240);
    font-family: initial;
}
.box2 h2{
    margin-top: -30px;
}
.box2 p{
    color: darkgreen;
}
.box3 h1{
    text-align: center;
    color: rgb(18, 252, 240);
    font-family: initial;
}
.box3 h2{
    margin-top: -30px;
}
.box3 p{
    color: darkgreen;
}
.midrap2 p{
    text-align: center;
    font-family: cursive;
    font-size: 20px;
}