* {
    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);
}

.mid {
    width: 80%;
    height: 10vh;
}

.mid h2 {
    text-align: center;
    font-size: 50px;
    margin: 10px;
    margin-left: 260px;
    color: brown;
    border-bottom: 5px solid rgb(243, 10, 10);
}

.mid1 {
    margin-top: 10px;
    width: 80%;
    height: 350vh;
    margin: auto;
    margin-left: 150px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 10px;
    grid-column-gap:20px;
}
.container img {

    box-shadow: 10px 10px;
    box-shadow: 10px 10px rgb(69, 69, 72);
    box-shadow: 10px 10px 5px rgb(113, 113, 116);
    box-shadow: 10px 10px 5px 12px rgb(94, 94, 96);
    box-shadow: 10px 10px 5px rgb(88, 88, 90) inset;
    box-shadow: 5px 5px rgba(57, 57, 58, 0.448);

    
}
.container p {
    margin-top: 10px;
    text-align: center;
    color: brown;
    font-weight: bold;
    font-size: 25px;
}
.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;
}