
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

#nav {
    width: 100%;
    background-color: black;
    height: 14vh;



}

.navrap {
    width: 80%;
    height: auto;

}

.logo img {
    width: 66%;
    height: 15vh;
    padding: 15px;
    padding-left: 500px;
}

.navi {
    background-color: rgb(66, 66, 66) !important;

}

.navi img {
    width: 100%;
    height: 7vh;

}

.menu {
    color: rgb(248, 242, 242) !important;
    text-transform: uppercase;
    font-weight: bold;

}

.card {
    height: 100vh !important;
}

.mid {
    width: 100%;
    background: linear-gradient(to bottom, gray, black);
    height: 90vh;
}

.mid h1 {
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    font-family: monospace;
    color: white;
}

.midrap {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box {
    margin-top: 50px;
}

.box p {
    font-size: 15px;
    color: white;
}

.box img {
    width: 100%;
    height: 100%;
}

.mid1 {
    width: 100%;
    background: linear-gradient(to bottom, black,gray);
    height: 90vh;
}

.mid1 h1 {
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    font-family: monospace;
    color: white;
}

.midrap1 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box1 {
    margin-top: 50px;
}

.box1 h2 {
    font-size: 15px;
    color: white;
}

.box1 p {
    font-size: 15px;
    color: white;
}


.box1 img {
    width: 100%;
    height: 100%;
}

.parallax3 {
    /* The image used */
    background-image: url("./eye.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mid2 {
    width: 100%;
    background: linear-gradient(to bottom,gray, black);
    height: 100vh;
}

.mid2 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}

.mid2 p {
    padding-top: 20px;
    text-align: center;
    text-align: justify;
    font-size: 18px;
    font-family: monospace;
    color: white;
}

.midrap2 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box2 {
    margin-top: 50px;
}

.box2 h2 {
    font-size: 15px;
    color: white;
}

.box2 p {
    font-size: 15px;
    color: white;
}


.box2 img {
    width: 100%;
    height: 100%;
}

.mid3 {
    width: 100%;
    background: linear-gradient(to bottom,black, gray );
    height: 85vh;
}

.mid3 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}



.midrap3 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box3 {
    margin-top: 50px;
}

.box3 h2 {
    font-size: 15px;
    color: white;
}

.box3 p {
    font-size: 15px;
    color: white;
}


.box3 img {
    width: 100%;
    height: 100%;
}
.parallax4 {
    /* The image used */
    background-image: url("./eye\ 2.avif");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mid4 {
    width: 100%;
    background: linear-gradient(to bottom,gray,black);
    height: 100vh;
}

.mid4 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}


.midrap4 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box4 {
    margin-top: 50px;
}

.box4 h2 {
    font-size: 15px;
    color: white;
}

.box4 p {
    font-size: 15px;
    color: white;
}


.box4 img {
    width: 100%;
    height: 100%;
}

.mid5 {
    width: 100%;
    background: linear-gradient(to bottom,black,gray);
    height: 88vh;
}

.mid5 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}


.midrap5 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box5 {
    margin-top: 50px;
}

.box5 h2 {
    font-size: 15px;
    color: white;
}

.box5 p {
    font-size: 15px;
    color: white;
}


.box5 img {
    width: 100%;
    height: 100%;
}

.parallax5 {
    /* The image used */
    background-image: url("./eye\ 5.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mid6 {
    width: 100%;
    background: linear-gradient(to bottom,gray,black);
    height: 95vh;
}

.mid6 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}


.midrap6 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box6 {
    margin-top: 50px;
}

.box6 h2 {
    font-size: 15px;
    color: white;
}

.box6 p {
    font-size: 15px;
    color: white;
}


.box6 img {
    width: 100%;
    height: 100%;
}

.mid7 {
    width: 100%;
    background: linear-gradient(to bottom,black,gray);
    height: 100vh;
}

.mid7 h1 {
    padding-top: 30px;
    padding-left: 60px;
    font-size: 30px;
    font-family: monospace;
    color: white;
}


.midrap7 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box7 {
    margin-top: 50px;
}

.box7 h2 {
    font-size: 15px;
    color: white;
}

.box7 p {
    font-size: 15px;
    color: white;
}


.box7 img {
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    background: linear-gradient(to bottom, black, gray);
    height: 60vh;

}

.footrap {
    padding-left: 50px;
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.box10 h1 {
    font-size: 20px;
    margin-top: 30px;
    color: rgb(245, 17, 17);
    font-weight: bold;

}

.box10 ul li {
    color: rgb(194, 187, 187);
    list-style: none;
    margin-left: -30px;
    padding-top: 8px;
    font-weight: bold;
}

.box10 table {
    margin-top: 30px;
}

.box10 ul li:hover {
    color: rgb(141, 59, 59);
    text-decoration: underline;
}