* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.navi{
    background: linear-gradient(to right, rgb(82, 2, 2), rgb(29, 0, 0)) !important;
}
.name{
    color: rgb(202, 243, 244) !important;
    font-weight: bold !important;
}

.card_img{
    height: 88vh;
}

/*  middle */
.mid{
    height: 70vh;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-column-gap:0px;
    grid-row-gap: 30px;
}


/* middle1 */
.mid1{
    height: 80vh;
    width: 100%;
    /* margin: auto; */
    padding-top: 30px;
}
.midrap1{
    height: 50vh;
    width: 100%;
}

/* middle2 */
.mid2{
    height: 80vh;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.midrap2 {
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap:5px;
}
#pic1{
    height: 50vh;
    width: 90%;
}
#pic2{
    height: 50vh;
    width: 90%;
}
#pic3{
    height: 50vh;
    width: 90%;
}
#pic4{
    height: 50vh;
    width: 90%;
}


/* middle3 */
.mid3{
    height: 100vh;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.midrap3 {
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap:5px;
}
#pic5{
    height: 80vh;
    width: 100%;
}
#pic6{
    height: 80vh;
    width: 100%;
}
#pic7{
    height: 80vh;
    width: 100%;
}
#pic8{
    height: 80vh;
    width: 100%;
}

/* middle4 */
.mid4{
    height: 100vh;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    
}

.midrap4 {
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap:5px;
}
#pic9{
    height: 60vh;
    width: 100%;  
}
#pic10{
    height: 60vh;
    width: 100%;
}
#pic11{
    height: 60vh;
    width: 100%;
}
#pic12{
    height: 60vh;
    width: 100%;
}

/* middle4 */
.mid5{
    height: 200vh;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    
}

.midrap5 {
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap:5px;
    grid-row-gap:10px ;
}
#pic13{
    height: 65vh;
    width: 100%;  
}
#pic14{
    height: 65vh;
    width: 100%;
}
#pic15{
    height: 65vh;
    width: 100%;
}
#pic16{
    height: 65vh;
    width: 100%;
}
#pic17{
    height: 65vh;
    width: 100%;  
}
#pic18{
    height: 65vh;
    width: 100%;
}
#pic19{
    height: 65vh;
    width: 100%;
}
#pic20{
    height: 65vh;
    width: 100%;
}
#pic21{
    height: 65vh;
    width: 100%;
}
#pic22{
    height: 65vh;
    width: 100%;
}


/* footer */
/* .foot{
    width: 100%;
    height: 46vh;
    background-color: black ;
    border-top: 5px solid darkgreen;
}
.footrap{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box9 h1{
    text-align: center;
    color: aliceblue;
    /* border: 2px solid white; */
    /* background-color: rgba(0,0,0,0.5);
    padding: 40px;
}
.box9 ul li{
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5); */
    /* border: 1px solid white; */
    /* height: 4vh;
    list-style: none;
}
.box10 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
    
}
.box10 ul li {
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 10.1vh;
    list-style: none;
}
.box10 ul li a i{
    color: aliceblue;
    font-size: 50px;
}
.box11 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
}
.box11 p{
    padding: 10px;
    text-align: justify;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 10vh;
    font-size: 18px;
}
.box12 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
}
.box12{
    text-align: center;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 30vh;
} */ 
