* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
}


.container {
    padding: 20px 50px;
    width: 100%;
}

#Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky !important;
    z-index: 99999999;
    top: 0;
    background: #fff;
}

#navbar {
    display: flex;
    padding: 10px 0;
}

#navbar li {
    margin-left: 15px;
}

#navbar li a {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    position: relative;
}

#navbar li .active::after {
    opacity: 1;
}

#navbar li a::after {
    transition: .3s ease-in-out;
    opacity: 0;
    ;
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 3px;
    width: 100%;
    background: #3700ff;
}

#navbar li:hover a::after {
    opacity: 1;
}

#bar {
    display: none;
}

#close {
    display: none;
}

/* about */
#about {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
}

.about_con h1 {
    font-size: 35px;
    margin-bottom: 35px;
}

.about_con {
    width: 50%;
}

.about_img {
    padding: 0 60px;
    width: 50%;
}

.about_img1 {
    width: 80%;
    text-align: center;
    background: linear-gradient(#3700ff, #ada7a7);
    border-radius: 98% 2% 100% 0% / 48% 52% 48% 52%;
    overflow: hidden;
    margin: 0 auto;
}

.about_img1 img {
    width: 100%;
}

.about_con a {
    padding: 10px 25px;
    background: #3700ff;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
    transition: all ease-in-out 0.3s;
}

.about_con a:hover {
    background: #000;
}

#about ul {
    position: absolute;
    bottom: 0;
    display: flex;
}

#about ul li {
    margin-right: 25px;
}

#about ul li a {
    font-size: 20px;
    color: #000;
}

#about ul li:hover a {
    color: #3700ff;
}

#about_1 {
    text-align: center;
}

.com_head {
    text-align: center;
}

.com_head h3 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
}

.com_head h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 4px;
    width: 100%;
    background: #3700ff;
}

.about_1_img {
    width: 50%;
    padding: 50px 0;
}

.about_1_img img {
    width: 100%;
    border-radius: 8px;
}

.let_flex {
    display: flex;
    flex-wrap: wrap;
}

.about_1_con {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    padding: 0 40px;
}

.skill_con {
    width: 50%;
    padding: 20px 0;
}

.progress_bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.progress_bar i {
    font-size: 25px;
}

.skill_con h4 {
    margin-bottom: 10px;
}

.progrseebar_border {
    border: 1px solid #3700ff;
    height: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.progress_bar img{width: 30px;}
.real_progrss {
    background: linear-gradient(to left, #140955, #3700ff);
    width: 95%;
    height: 100%;
    overflow: hidden;
}

.pro1 {
    width: 90%;
}

.pro2 {
    width: 80%;
}

.pro3 {
    width: 55%;
}
.pro4{width: 90%;}
.skill_img {
    width: 50%;
    margin: auto;
    padding-left: 40px;
    padding-top: 50px;
}

.skill_img img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.work_img {
    width: 50%;
    padding: 0 10px;
    margin-top: 30px;
}

.let_flex1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow: auto;
    height: 400px;
}

.work_img img {
    width: 100%;
    height: 100%
}

.work_img .img2 {
    height: 40%
}

#Contact_part form {
    width: 50%;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

#Contact_part form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 4px;
    border: 2px solid #3700ff;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

#Contact_part form input:focus {
    border-color: #000;
}

#Contact_part form textarea {
    width: 100%;
    padding-left: 4px;
    border: 2px solid #3700ff;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

#Contact_part form textarea:focus {
    border-color: #000;
}

#Contact_part form button {
    padding: 8px 15px;
    border: none;
    background: #3700ff;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
}

#Contact_part form button:hover {
    background: #000;
    transition: all ease-in-out 0.3s;
}

#footer {
    padding: 20px 0;
    background: #000;
    text-align: center;
}

#footer h3 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}

#footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#footer ul li {
    margin: 0 20px;
}

#footer ul li a {
    font-size: 20px;
    color: #fff;
}

#footer p {
    color: #fff;
    margin-top: 20px;
}

@media only screen and (max-width: 499px) {
    .work_img {
        width: 100%;
    }

    .work_img .img2 {
        height: 100%
    }
}

@media only screen and (max-width: 799px) {
    #navbar {
        flex-direction: column;
        position: fixed;
        height: 100vh;
        width: 300px;
        right: -400px;
        top: 0;
        background: #ffffff;
        box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.849);
        transition: all ease-in-out 0.4s;
        z-index: 99999999999;
    }

    #navbar li:first-child {
        margin-top: 50px;
    }

    #navbar li {
        margin-bottom: 10px;
    }

    #bar {
        display: block;
        padding: 10px 2px;
        cursor: pointer;
    }

    #close {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 20px;
        cursor: pointer;
    }

    #navbar.active {
        right: 0;
    }

    .container {
        padding: 20px 20px;
    }

    .about_con {
        width: 100%;
    }

    .about_img {
        width: 100%;
    }

    .about_con h1 {
        font-size: 25px;
    }

    #about {
        flex-direction: column;
    }

    #about ul {
        flex-direction: column;
        right: 20px;
        top: 50%;
    }

    #about ul li {
        margin-bottom: 10px;
    }

    .about_1_img {
        width: 100%
    }

    .let_flex {
        flex-direction: column;
    }

    .about_1_con {
        width: 100%;
        padding: 0;
    }

    .skill_con {
        width: 100%;
    }

    .skill_img {
        display: none;
    }

    #Contact_part form {
        width: 100%;

    }
}