* {
    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;
}

.mid8 {
    padding-top: 50px;
    width: 100%;
    background: linear-gradient(to bottom, black, gray);
    height: 40vh;
}

.mid8 h1 {
    font-size: 35px;
    text-align: center;
    color: rgb(190, 9, 9);
}

.midrap8 {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box8 {
    margin-top: 50px;
}

.box8 p {
    font-size: 15px;
    text-align: center;
    color: rgb(253, 248, 248);
    text-align: justify;
}

.scroll-container {
    scrollbar-color: rgb(128, 126, 127) rgb(128, 126, 127);
}



.parallax {
    /* The image used */
    background-image: url("./ghost\ 35.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;
}

.mid9 {
    background: linear-gradient(to bottom, black, gray);
    width: 100%;
    height: 40vh;
}



.midrap9 {

    width: 80%;
    margin: auto;
}

.scroll-container {
    background: linear-gradient(gray);
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}


.scroll-container img {
    padding: 10px;
}

.mid10 {
    padding-top: 50px;
    width: 100%;
    background: linear-gradient(to bottom, gray, black);
    height: 90vh;
}

.mid10 h1 {
    font-size: 35px;
    text-align: center;
    color: rgb(190, 9, 9);
}

.midrap10 {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box11 {
    margin-top: 50px;
}

.box11 img {
    width: 100%;
    height: 100%;
}

.box11 p {
    font-size: 15px;
    color: aliceblue;
    text-align: justify;
    text-align: center;
}

.parallax1 {
    /* The image used */
    background-image: url("./halloween.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;
}


.mid12 {
    padding-top: 50px;
    width: 100%;
    background: linear-gradient(to bottom, black, gray);
    height: 100vh;
}

.mid12 h1 {
    font-size: 35px;
    text-align: center;
    color: rgb(190, 9, 9);
}

.midrap12 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}

.box13 {
    margin-top: 50px;
}

.box13 img {
    width: 100%;
    height: 80%;
}

.box13 p {
    font-size: 15px;
    color: aliceblue;
    text-align: justify;
    /* text-align: center; */
}

.parallax2 {
    /* The image used */
    background-image: url("./ghost\ 39.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;
}

.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;
}