* {
    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;
}

/*TESTIMONALS*/
.testimonals {
    width: 100%;
}

.testimonals h1 {
    margin-left: 300px;
    margin-top: auto;
    margin-top: 50px;
    font-size: 50px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}
.testimonalsrap{
    width: 80%;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}
.test p {

    width: 65%;
    margin-top: 50px;
    margin-left: 400px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto Mono', monospace;
}

.test h6 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto Mono', monospace;
    margin-left: 950px;
}
/*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;
}