* {
    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;
}

/*banner*/
.ban {
    width: 100%;
    height: 105vh;
    background-size: cover;
    background-repeat: no-repeat;
}
/*home1*/
.home {
    width: 90%;
}

.homerap {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 100px;
}

.box p {
    width: 80%;
    font-size: 20px;
    margin-top: 220px;
    margin-left: 80px;
}

.boxrap {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 50px;
    /* grid-column-gap: -10px; */
}

.box1 img {
    width: 90%;
    margin-top: 50px;
    height: 27vh;
    border-radius: 50px 10px;
}

.box2 img {
    width: 90%;
    margin-top: 50px;
    height: 27vh;
    border-radius: 10px 50px;
}
/*home1*/
.home1 h2 {
    text-align: center;
    margin-top: 120px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

div.scroll-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    background-color: #ffffff;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    margin-top: 50px;
    padding-left: 80px;
}

div.scroll-container img {
    padding: 10px;
}

.tab p {
    text-align: center;
}

.tab h6 {
    text-align: center;
}

/*Home2*/
.home2 h2 {
    text-align: center;
    margin-top: 100px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.home2 p {
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.homerap2 {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 125px;
    margin-top: 80px;
}

.tab1 p {
    margin-right: 110px;
}

.tab1 h6 {
    margin-left: 140px;
}

.tab1 button {
    width: 38%;
    /* height: 5vh; */
    background-color: rgb(129, 1, 129);
    padding: 14px 20px;
    margin: 8px 0;
    margin-left: 90px;
    border: none;
    border-radius: 50px;

}

.tab1 button b {
    color: #ffffff;
    margin-bottom: 10px;
}
/*Home3*/
.home3 h2 {
    text-align: center;
    margin-top: 100px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.homerap3 {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 110px;
    margin-top: 80px;
    grid-column-gap: 50px;
}

.tab2 p {
    margin-left: 130px;
}

.tab2 h6 {
    margin-left: 140px;
}

.tab2 button {
    width: 50%;
    /* height: 5vh; */
    background-color: rgb(129, 1, 129);
    padding: 14px 20px;
    margin: 8px 0;
    margin-left: 90px;
    border: none;
    border-radius: 50px;

}

.tab2 button b {
    color: #ffffff;
    margin-bottom: 10px;
}


/*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-right: 250px;
    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;
}