* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav {
    width: 100%;
    height: 100vh;
}

/* banner */
.ban {
    width: 100%;
    height: 40vh;
    padding-top: 10px;
    background-color: rgb(18, 16, 16);
}

.banrap {
    width: 100%;
    height: 85vh;
    background: linear-gradient(rgb(7, 0, 0));

}

.banrap h1 {
    width: 80%;
    margin: auto;
    text-align: center;
    color: rgb(252, 19, 73);
    font-family: 'Lilita One', "cursive";
    font-style: oblique;
    font-size: 60px;
    border: 2px solid rgba(76, 74, 74, 0.638);
    background-color: rgba(76, 74, 74, 0.638);
    margin-top: 10px;
}

.banrap h1:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

.banrap h3 {
    width: 80%;
    margin: auto;
    text-align: center;
    font-family: 'Lilita One', "cursive";
    color: rgb(239, 214, 228);
    font-style: oblique;
    border: 1px solid black;
    background-color: rgba(76, 74, 74, 0.638);
}

.banrap h3:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

/* middle*/
.mid {
    width: 100%;
    height: 115vh;
    background-color: rgb(164, 137, 102);
}
.mid:hover{
    color: white;
    background-color: rgba(128, 128, 128, 0.441);
}
.midrap {
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box1 h1 {
    text-align: center;
    color: rgb(71, 60, 41);
}

.box1 p {
    text-align: center;
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-family: cursive;
    border: 2px solid wheat;
    box-shadow:0 10px 10px 0 rgb(244, 145, 17), 0 10px 20px 0 rgba(236, 8, 8, 0.811) ;
    padding: 8px;
}

.box1 p:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

.box1 img {
    padding-top: 60px;
    width: 100%;
}

/* middle1*/
.mid1 {
    width: 100%;
    height: 125vh;
    background-color: rgb(164, 137, 102);
}
.mid1:hover{
    color: white;
    background-color: rgba(128, 128, 128, 0.441);
}
.midrap1 {
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box2 h1 {
    text-align: center;
    color: rgb(71, 60, 41);
}

.box2 p {
    text-align: center;
    font-size: 17px;
    color: rgb(18, 18, 16);
    font-family: cursive;
    border: 2px solid wheat;
    box-shadow:0 10px 10px 0 rgb(244, 145, 17), 0 10px 20px 0 rgba(236, 8, 8, 0.811);
    padding: 8px;
}

.box2 p:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

.box2 img {
    padding-top: 60px;
    width: 100%;
    height: 57vh;
}

/* middle2*/
.mid2 {
    width: 100%;
    height: 130vh;
    background-color: rgb(164, 137, 102);
}
.mid2:hover{
    color: white;
    background-color: rgba(128, 128, 128, 0.441);
}
.midrap2 {
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box2 h1 {
    text-align: center;
    color: rgb(71, 60, 41);
}

.box2 p {
    text-align: center;
    font-size: 17px;
    color: rgb(15, 15, 14);
    font-family: cursive;
    border: 2px solid wheat;
    box-shadow:0 10px 10px 0 rgb(244, 145, 17), 0 10px 20px 0 rgba(236, 8, 8, 0.811);
    padding: 8px;
}

.box2 p:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

.box2 img {
    padding-top: 60px;
    width: 100%;
    height: 57vh;
}

/* middle3*/
.mid3 {
    width: 100%;
    height: 85vh;
    background-color: rgb(164, 137, 102);
}
.mid3:hover{
    color: white;
    background-color: rgba(128, 128, 128, 0.441);
}
.midrap3 {
    padding: 40px;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box3 h1 {
    text-align: center;
    color: rgb(71, 60, 41);
}

.box3 p {
    text-align: center;
    font-size: 17px;
    color: rgb(26, 25, 24);
    font-family: cursive;
    border: 2px solid wheat;
    box-shadow:0 10px 10px 0 rgb(244, 145, 17), 0 10px 20px 0 rgba(236, 8, 8, 0.811);
    padding: 8px;
}

.box3 p:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(165, 42, 42, 0.675);
}

.box3 img {
    padding-top: 60px;
    width: 100%;
    height: 57vh;
}

/*middle4*/
.mid4 {
    width: 100%;
    height: 50vh;
}

/*middle5*/
.mid5{
    width: 100%;
    height: 145vh;
    background-color: black;
}
.midrap5 {
    padding: 40px;
    width: 80%;
    height: 145vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    background-color: rgba(221, 92, 92, 0.458); 
    border: 10px dotted white;
}
.midrap5 h2{
    text-align: justify;
    padding-top: 100px;
    color: pink;
}
.midrap5 h2:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(31, 173, 229, 0.675);
}
/* middle6*/
.mid6 {
    width: 100%;
    height: 310vh;
    text-align: center;

}
.mid6:hover{
    color: white;
    background-color: rgba(128, 128, 128, 0.441);
}
.midrap6 h1 {
    /* margin-top: 20px; */
    padding-top: 20px;
    font-size: 30px;
    font-weight: bold;
    font-style: oblique;
}

.midrap6 h1 {
    font-family: 'Dancing Script', 'cursive';
    font-size: 70px;
    color: brown;
}
#a:hover {
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(241, 225, 11, 0.675);
}
.midrap7 {
    width: 80%;
    margin-left: 135px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    margin-top: 40px;
    border: 4px dotted white;
    border-radius: 15px;
    color: white;
    background-color: rgba(145, 4, 28, 0.775);
    box-shadow: 0 10px 10px 0 rgba(230, 24, 34, 0.955), 0 10px 20px 0 rgba(236, 8, 8, 0.811);
}
.box4 p {
    font-weight: bold;
    margin-top: 25px;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}
/* middle8*/
.mid8{
    width: 100%;
    height: 65vh;
    background-color: whitesmoke;
}
.mid8 h1 {
    text-align: center;
    font-size: 70px;
    font-style: oblique;
    color: brown;
}
.midrap8{
    width: 90%;
    margin-left: 80px;
    display: grid;
    grid-template-columns: auto auto auto auto auto ;
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    margin-top: 40px;
}
.mid9 h2{
    text-align: center;
    font-size: 70px;
    font-style: oblique;
    color: brown;
}
.scroll-container{
    color: white;
    font-size: 30px;
}
.container{
    width: 100%;
}
.mid10 h2{
    text-align: center;
    font-size: 70px;
    font-style: oblique;
    color: brown;
}
/* middle10*/
.mid10 {
    width: 100%;
    height: 80vh;
}

.midrap10 {
    width: 100%;
    margin: auto;
}

.box6 {
    display: grid;
    grid-template-columns: auto auto auto;
}

#image1 {
    width: 100%;
    height: 85vh;
}
.box7 {
    display: grid;
    grid-template-columns: auto auto;
    background-color: black;
}
.box8 img {
    width: 100%;
    height: 42vh;
}

.box8 p {
    color: white;
    text-align: justify;
    text-align: center;
}

.box8 h6 {
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: aliceblue;
}

.box8 h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    color: aliceblue;
}

.box9 img {
    width: 100%;
    height: 84.5vh;
}
.foot1{
    width: 100%;
    height: 10vh;
    background:linear-gradient(to bottom, rgba(107, 12, 12, 0.459), rgb(227, 8, 37));
}
.footrap1 h1{
    text-align: center;
    padding-top: 10px;
    font-size: 40px;
    color: aliceblue;
}
#facebook{
    color: blue;
    font-size: 50px;
}
#youtube{
    color: rgb(142, 5, 5);
    font-size: 50px;
}
.foot2{
    width: 100%;
}
.foot2 iframe{
    width: 100%;
}
.foot3 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(177, 4, 4));
}

.footrap3 {
    width: 70%;
    height: 30vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 150px;
    grid-row-gap: 25px;
    padding-top: 60px;
}

.box11 img {
    width: 60%;
    height: 15vh;
    border: 2px solid white;
    border-radius: 15px;
    padding: 3px;
}

.box11 h3 {
    margin: auto;
    color: white;
}
.box11 h1 u {
    color: white;
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box11 p {
    color: white;
    font-size: 25px;
}

.box11 h1 {
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box11 p {
    padding: 7px;
}

.box11 p a {
    text-decoration: none;
    color: white;
    font-size: 30px;
}
.box10{
    height: 30vh;
    border: 2px solid rgb(237, 35, 8);
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(177, 4, 4));
}
.box10 p{
    color: aliceblue;
    margin-left: 15px;
}
.box10 h2{
    margin-left: 15px;
    color: brown;
}
.box10 h3{
    margin-left: 15px;
    color: whitesmoke;
}
.foot4 {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, rgb(177, 4, 4),rgb(0, 0, 0));
}

.footer4 {
    width: 80%;
    margin: auto;
}

.logo4 h1 {
    font-size: 25px;
    text-align: center;
    color: white;
    padding-top: 25px;
    padding-left: 25px;
    font-style: oblique;
}