* {
    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);
}
/* banner1 */
.ban1 {
    width: 100%;
    height: 28vh;
    text-align: justify;
    background-color: whitesmoke;
}
.banrap1 {
    margin: auto;
    width: 80%;
    height: 85%;
    padding-top: 20px;
}
.company1 h1{
    font-size: 30px;
    color: brown;
}
.company1 p{
    font-style: oblique;
    color: rgb(212, 10, 151);
    padding: 10px;
}
.company1 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: rgb(14, 12, 12);
    background-color: rgba(231, 174, 174, 0.504);
}
/* banner2 */
.ban2 {
    width: 100%;
    height: 70vh;
    text-align: justify;
    background-color: whitesmoke;

}
.banrap2 {
    margin: auto;
    width: 80%;
    height: 85%;
    padding-top:20px;
}
.company2 h1{
    font-size: 30px;
    color: brown;
}
.company2 p{
    font-style: oblique;
    color: rgb(212, 10, 151);
    padding: 10px;
}
.company2 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: rgb(14, 12, 12);
    background-color: rgba(231, 174, 174, 0.504);
}
/* banner3 */
.ban3 {
    width: 100%;
    height: 30vh;
    text-align: justify;
    background-color: whitesmoke;

}
.banrap3 {
    margin: auto;
    width: 80%;
    height: 85%;
    padding-top:20px;
}
.company3 h1{
    font-size: 30px;
    color: brown;
}
.company3 p{
    font-style: oblique;
    color: rgb(212, 10, 151);
    padding: 10px;
}
.company3 p:hover{
    border: 4px dotted white;
    border-radius: 15px;
    color: rgb(14, 12, 12);
    background-color: rgba(231, 174, 174, 0.504);
}
.midrap {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 80px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    margin-top: 40px;
}
.midrap p{
    font-size: 15px;
}
.mid h2 {
    width: 80%;
   text-align: center;
   margin-left: 150px;
    margin-top: 20px;
    font-weight: bold;
    font-style: oblique;
    color: brown;
    font-size: 50px;
    border-bottom: 5px solid brown;
}
.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;
}