* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* social media */
.social {
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, red, blue);
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: aliceblue;
}

.app {
    float: right;
}

.app ul {
    margin-top: 1px;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: azure;
    font-size: 30px;
    padding-left: 20px;
}


/* navigation bar */
#nav {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, red, blue);
    top: 0px;
    position: sticky;
}

.navrap {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo h1 {
    color: gold;
    font-size: 50px;
}

.menu {
    float: right;
}

.menu ul {
    margin: 20px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

/* middle */
.mid {
    width: 100%;
    height: 320vh;
    background: linear-gradient(to right, rgb(255, 0, 242), aqua);
}

.midrap {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.box {
    border: 2px solid white;
    /* background-color: rgba(0,0,0,0.5); */
    font-size: 20px;
    padding: 5px;
    height: 50vh;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
    color: aliceblue;
}

#pic1 {
    width: 100%;
    height: 60%;
}

#pic2 {
    width: 100%;
    height: 60%;
}

#pic3 {
    width: 100%;
    height: 60%;
}

#pic4 {
    width: 100%;
    height: 60%;
}

#pic5 {
    width: 100%;
    height: 60%;
}

#pic6 {
    width: 100%;
    height: 60%;
}

#pic7 {
    width: 100%;
    height: 60%;
}

#pic8 {
    width: 100%;
    height: 65%;
}

#pic9 {
    width: 100%;
    height: 60%;
}

#pic10 {
    width: 100%;
    height: 60%;
}

#pic11 {
    width: 100%;
    height: 60%;
}

#pic12 {
    width: 100%;
    height: 60%;
}
#pic13 {
    width: 100%;
    height: 60%;
}
#pic14 {
    width: 100%;
    height: 60%;
}
#pic15 {
    width: 100%;
    height: 60%;
}
#pic16 {
    width: 100%;
    height: 60%;
}
#pic17 {
    width: 100%;
    height: 60%;
}
#pic18 {
    width: 100%;
    height: 60%;
}
#pic19 {
    width: 100%;
    height: 60%;
}
#pic20 {
    width: 100%;
    height: 60%;
}

/* Footer */
.foot{
    width: 100%;
    height: 50vh;
    background-color: rgba(0,0,0,0.8);
    border-top: 5px solid darkgreen;
}
.footrap{
    width: 80%;
    margin: auto;
     padding-top: 30px; 
     display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 20px;
    grid-row-gap: 20px; 
}
.box1 p{
    font-size: 20px;
    color: crimson;
}
.box12{
    padding-top: 100px;
}
.box12 p{
    font-size: 20px;
    color: crimson;
    
}