* {
    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: 3vh 7vw;
    text-align: center;
    align-items: center;
    color: white;
}

.name{
    display: none;
}

.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: 10vh 20vw;
    /* 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;
    justify-content: space-around;
    /* border: 2px solid; */
    /* padding: 20px 20px; */
}

.experience {
    display: flex;
    justify-content: space-around;
}

.skills {
    display: flex;
    justify-content: space-around;
    /* padding: 20px 20px; */
}

.contact {
    display: flex;
    justify-content: space-around;

}


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

}

.left-side {
    width: 50%;
}

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

@media only screen and (max-width: 900px) {

    .frame {
        /* align-items: center;
        text-align: center; */
        width: 80%;
        padding: 20px 30px;
        margin: 20px 30px;
    }

    .frame-1 {
        flex-direction: column;
        /* padding: 0vh 2vw; */
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

}

.burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 5px;
}

.line {
    width: 25px;
    background-color: white;
    height: 3px;
    margin: 3px 3px;
}


@media only screen and (max-width: 800px) {

    .navbar {
        flex-direction: column-reverse;
        transition: all 0.7s ease-out;
    }

    .name{
        display: block;
        padding: 20px;
        font-weight: bold;
        text-align: center;
    }

    .nav h1 {
        width: 100%;
    }

    .list ul {
        /* display: flex; */
        flex-direction: column;
    }

    .list ul li {
        display: flex;
        padding: 20px 0px;
    }

    .frame {
        width: 80%;
        /* padding: 20px 30px; */
        margin: 20px 30px;
    }

    .frame-1 {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav {
        height: 4vh;
    }

    .v-class {
        opacity: 0;
    }

}

@media only screen and (max-width: 700px) {

    body {
        background: url(./back1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 40%;
    }

    .navbar {
        flex-direction: column-reverse;
        transition: all 0.7s ease-out;
    }

    .nav h1 {
        width: 100%;
    }

    .list ul {
        /* display: flex; */
        flex-direction: column;
    }

    .list ul li {
        display: flex;
        padding: 20px 0px;
    }

    .frame {
        width: 80%;
        /* padding: 20px 30px; */
        margin: 20px 0px;
    }

    .frame-1 {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav {
        height: 4vh;
    }

    .v-class {
        opacity: 0;
    }

    .text {
        text-align: center;
        font-size: 20px;
    }

}

@media only screen and (max-width: 600px) {

    body {
        background: url(./back1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 40%;
    }

    .navbar {
        flex-direction: column-reverse;
        transition: all 0.7s ease-out;
    }

    .nav h1 {
        width: 100%;
    }

    .list ul {
        /* display: flex; */
        flex-direction: column;
    }

    .list ul li {
        display: flex;
        padding: 20px 0px;
    }

    .frame {
        width: 80%;
        /* padding: 20px 30px; */
        margin: 20px 0px;
    }

    .frame-1 {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav {
        height: 4vh;
    }

    .v-class {
        opacity: 0;
    }

    .text {
        text-align: center;
        font-size: 20px;
    }

}

@media only screen and (max-width: 500px) {

    .navbar {
        flex-direction: column-reverse;
        transition: all 0.7s ease-out;
    }

    /* .lest-side {
        margin: 100px 0px;
    } */

    .nav h1 {
        width: 100%;
        font-size: 20px;
        padding: 0 10px;
    }

    .list ul {
        /* display: flex; */
        flex-direction: column;
    }

    .list ul li {
        display: flex;
        padding: 20px 0px;
    }

    .frame {
        width: 80%;
        /* padding: 20px 30px; */
        margin: 20px 0px;
    }

    .frame-1 {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav {
        height: 4vh;
    }

    .v-class {
        opacity: 0;
    }

    .text {
        width: 100%;
        text-align: center;
        font-size: 20px;
        height: 100px;
    }

    /* .about .right-side{
        text-align: justify;
    } */

    body {
        background: url(./back1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 40%;
    }

    .contact {
        flex-direction: column;
        text-align: center;
    }

    .exp-left-side {
        padding-bottom: 30px;
    }

    .experience .left-side {
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 400px) {

    .navbar {
        flex-direction: column-reverse;
        transition: all 0.7s ease-out;
    }

    /* .lest-side {
        margin: 100px 0px;
    } */

    .nav h1 {
        width: 100%;
        font-size: 20px;
        padding: 0 10px;
    }

    .list ul {
        /* display: flex; */
        flex-direction: column;
    }

    .list ul li {
        display: flex;
        padding: 20px 0px;
    }

    .frame {
        width: 80%;
        /* padding: 20px 30px; */
        margin: 20px 0px;
    }

    .frame-1 {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    .img-1 {
        width: 100%;
        /* height: 20%; */
    }

    .img-2 {
        width: 100%;
    }

    .img-3 {
        width: 100%;
    }

    .img-4 {
        width: 100%;
    }

    .img-5 {
        width: 100%;
    }

    .burger {
        display: block;
    }

    .h-nav {
        height: 4vh;
    }

    .v-class {
        opacity: 0;
    }

    .text {
        width: 100%;
        text-align: center;
        font-size: 20px;
        height: 100px;
    }

    /* .about .right-side{
        text-align: justify;
    } */

    body {
        background: url(./back1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 40%;
    }

    .contact {
        flex-direction: column;
        text-align: center;
    }

    .exp-left-side {
        padding-bottom: 30px;
    }

    /* .experience .left-side {
        padding-bottom: 30px;
    } */

    .experience{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .skills{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}