* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*navigation bar*/
#nav {
    width: 100%;
    margin: auto;
}

.navrap {
    width: 100%;
    height: 7vh;
    background-color: rgb(129, 1, 129);
}

.head {
    position: absolute;
}

.head h1 {
    color: aliceblue;
    font-size: 15px;
    padding-left: 50px;
    margin-top: 15px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

/*navigation bar1*/
.back {
    background-color: rgb(255, 255, 255);
}

.menu {
    color: rgb(13, 11, 11) !important;
    font-weight: bold;
    margin-right: 15px;
    padding-left: 15px;
}

/*Contact*/
.contact {
    width: 100%;
}

.contact h1 {

    text-align: center;
    margin-top: 50px;
    font-size: 50px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    color: rgb(129, 1, 129);
}

.contactrap {
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-column-gap: 150px; */
}

.cab i {
    margin-top: 50px;
    margin-left: 215px;
    font-size: 50px;
    list-style: none;
}

.cab h1 {
    font-size: 22px;
}

.cab p {
    text-align: center;
    margin-top: 15px;
}


/*contact1*/
.contact1 {
    width: 75%;
    margin-left: 100px;
    margin: auto;
}

.contact1 h3 {
    margin-left: 100px;
    margin-top: -50px;
    color: rgb(129, 1, 129);
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.contact1 {
    /* position: absolute; */
    color: rgb(129, 1, 129);
    text-decoration: none;
    font-size: 20px;
    margin-top: 150px;
    padding-left: 280px;
    font-weight: bolder;
}

.row {
    width: 80%;
    margin-top: 25px;
    font-size: 15px;
}

.row input {
    width: 200%;
    padding-top: 35px;
}

.row button {
    font-size: 15px;
    width: 30%;
    background-color: rgb(129, 1, 129);
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.row button:hover {
    background-color: rgb(255, 166, 0);
}

.row button b {
    color: aliceblue;
}

.row button b:hover {
    color: rgb(129, 1, 129);
}

/*footer*/
.footer {
    width: 100%;
    height: 55vh;
    margin-top: 100px;
    background-color: rgb(129, 1, 129);
}

.footerrap1 {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 250PX;
}

.box8 h2 {
    font-size: 20px;
    margin-top: 80px;
    margin-left: 20px;
    color: aliceblue;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.menu {
    text-align: left;
    padding-left: 25px;
}

.menu ul li {
    font-size: 18px;
    padding-top: 30px;
    list-style: none;
}

.menu ul li a {

    color: aliceblue;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.menu ul li i {
    color: aliceblue;
}