* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 6vh;
    background-color: bisque;
}

.navrap {
    width: 90%;
    margin: auto;
}

#nav h1 {
    color: green;
    text-align: center;
}

/* navigation bar 2 */
#nav1 {
    width: 100%;
    height: 10vh;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo img {
    width: 100%;
    height: 10vh;
    /* margin-top: 06%; */
}

.menu {
    float: right;
    margin-top: 30px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: green;
    text-decoration: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/*  banner t */
.ban2 {
    height: 80vh;
    background-image: url(./tiger1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap2 {
    /* margin-top: 100px; */
    width: 60%;
    /* background-color: rgba(10, 233, 36, 0.2); */
}

/* middle */
.mid {
    width: 100%;
    /* height: auto; */
    background-color: rgb(166, 241, 163);
}


.mid1 h3 {
    text-align: center;
    font-size: 40px;
    color: green;
    margin-top: 05px;
}

img {
    display: block;
    margin: auto;
    /* margin-top: 60px; */
}

.midrap1 p {
    font-size: 3vh;
    color: green;
}

/* footer */
.foot {
    width: 100%;
    height: 40vh;
    background-image: url(./footer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

}

.footrap {

    width: 100%;
    height: 40vh;
    color: green;
    background-color: rgb(0, 0, 0, 0.5);

    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
}



.box1 {
    float: left;
    margin-top: 10vh;
    margin-left: 10%;

}

.box1 ul li {
    display: list-item;
    list-style-type: none;
}

.box1 ul li a {
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

}