* {
    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;
}

/*Made*/
.made h2 {
    margin-left: 120px;
    margin-top: 80px;
    font-size: 50px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.maderap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
    padding-right: 50px;
    margin-top: 80px;
}

.box1 p {
    margin-top: 10px;
    margin-left: 100px;
}

.box1 h6 {
    margin-left: 120px;
}

.box1 button {
    width: 45%;
    /* height: 5vh; */
    background-color: rgb(129, 1, 129);
    padding: 14px 20px;
    margin: 8px 0;
    margin-left: 100px;
    border: none;
    border-radius: 50px;

}

.box1 button b {
    color: #ffffff;
    margin-bottom: 10px;
}
.box1 {
    margin-top: 50px;
    margin-left: 50px;
    border-radius: 18px;
    overflow: hidden;
}
/* .box1 img{
   border: solid 2px red;
} */
.inner-img {
    transition: 0.3s;
}

.inner-img:hover {
    transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.box1 {
    display: inline-block;
    box-sizing: border-box;
    /* border: 1px solid #000; */
}

/*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;
}