*{
    margin: 0;
    padding: 0;
}

body{
    /* position: absolute; */
    background: url(./back1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* opacity: 0.5; */
}

.navbar{
    display: flex;
    background: url(./back1.jpg);
    justify-content: space-between;
    padding: 30px 200px;
    text-align: center;
    align-items: center;
    color: white;
}

.nav{
    font-size: 20px;    
}

.list ul{
    display: flex;
    text-decoration: none;
}

.list ul li{
    display: flex;
    list-style: none;
    padding: 0 40px;
    text-decoration: none;
    /* color: white; */
}

.list ul li a:link{
    text-decoration: none;
    /* color: white; */
}

.list ul li a:visited{
    /* text-decoration: none; */
    color: white;
}

.list ul li a:hover{
    /* text-decoration: none; */
    color: gray;
}

.main{
    display: flex;
    justify-content: center;
    padding: 100px 0;
    font-size: 30px;
    color: white;
}

.frame{
    padding: 100px 200px;
    /* border: 2px solid white black; */
}

.frame-1{
    display: flex;
}

.img-1{
    width: 70%;
    height: 250px;
    border: 10px solid white;
}

.img-2{
    width: 30%;
    height: 250px;
    border: 10px solid white;
}

.img-3{
    width: 33.33%;
    height: 250px;
    border: 10px solid white;
}

.img-4{
    width: 33.33%;
    height: 250px;
    border: 10px solid white;
}

.img-5{
    width: 33.33%;
    height: 250px;
    border: 10px solid white;
}

.img1{
    width: 100%;
    height: 100%;
}
.img2{
    width: 100%;
    height: 100%;
}
.img3{
    width: 100%;
    height: 100%;
}
.img4{
    width: 100%;
    height: 100%;
}
.img5{
    width: 100%;
    height: 100%;

}

.footerr{
    padding-bottom: 0;
    width: 100%;
    height: 15vh;
    background: url(./back1.jpg);
    color: white;
}

img:hover{
    zoom: 2%;
}

/* About css */

.about{
    display: flex;
    /* border: 2px solid; */
    /* padding: 20px 20px; */
}

.right-side{
    width: 50%;
    /* font-weight: bold; */
    
}

.left-side{
    width: 50%;
}

.exp-right-side ul li{
    list-style: none;
    padding: 10px 0px;
}



