@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root{
    --bg-black-900:#f2f2fc;
    --bg-black-100:#fdf9ff;
    --bg-black-50:#e8dfec;
    --text-black-900:#302e4d;
    --text-black-700:#504e70;
}

body{
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box; 
}
::before,::after{
    box-sizing: border-box;
}

.section{
    background: var(--bg-black-900);
    min-height: 100vh;
    width: 100%;
    display: block;
    padding: 0 30px;
    opacity: 1;
}

.padd_15{
    padding-left: 15px;
    padding-right: 15px;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.section .container{
    padding-top: 80px;
    padding-bottom: 70px;
    padding: 0 -15px;
}

.section_title{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.section_title h2{
    font-size: 40px;
    color: var(--text-black-900);
    font-weight: 700;
    position: relative;
}

.section_title h2::before{
    content: '';
    height: 4px;
    width: 50px;
    background-color: var(--skin-color);
    position: absolute;
    top: 100%;
    left: 0;
}

.section_title h2::after{
    content: '';
    height: 4px;
    width: 25px;
    background-color: var(--skin-color);
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
}

.row{
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -15px;
    margin-right: -15px; */
    position: relative;
}

/* navbar */

.navbar{
    background: var(--bg-black-100);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0px 15px;
    border-bottom: 1px solid var(--bg-black-50);
    z-index: 10;
    display: flex;
    align-items: center;
}

.navbar .logo{
    /* position: absolute; */
    padding: 0 -15px;
}

.navbar .logo img{
    height: 50px;
    width: 50px;
}

/* home */
.home{
    min-height: 100vh;
    display: flex;
    color: var(--text-black-900);
}

.home .home_info{
    flex: 0 0 60%;
    max-width: 60%;
}

h3.hello{
    font-size: 28px;
    margin: 15px 0;
}

h3.hello span{
    font-family: 'Clicker Script', cursive;
    font-size: 30px;
    font-weight: 700;
    color: var(--skin-color);
}

h3.my_profession{
    font-size: 30px;
    margin: 15px 0;
}

.typing{
    color: var(--skin-color);
}

.home_info p{
    margin-bottom: 70px;
    font-size: 20px;
    color: var(--text-black-700);
}

.home .home_img{
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    position: relative;
}
.home_img::after{
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    border-bottom: 10px solid var(--skin-color);
    border-right: 10px solid var(--skin-color);
    right: 20px;
    bottom: -40px;
}
.home_img::before{
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    border-top: 10px solid var(--skin-color);
    border-left: 10px solid var(--skin-color);
    left: 20px;
    top: -40px;
}

.home .home_img img{
    margin: auto;
    height: 400px; 
    border-radius: 5px;
}

/* about */
.about .about_content{
    flex: 0 0 100%;
    max-width: 100%;
}

.about .about_content .about_text{
    flex: 0 0 100%;
    max-width: 100%;
}

.about .about_content .about_text h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--text-black-900);
}

.about .about_content .about_text h3 span{
    color: var(--skin-color);
}

.about .about_content .about_text p{
    font-size: 16px;
    line-height: 25px;
    color: var(--text-black-700);
}

.about .about_content .personal_info{
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 40px;
}

.about .about_content .personal_info .info_item{
    flex: 0 0 50%;
    max-width: 50%;
}

.about .about_content .personal_info .info_item p{
    font-weight: 600;
    padding: 10px 0;
    font-size: 16px;
    color: var(--text-black-900);
    border-bottom: 1px solid var(--bg-black-50);
}

.about .about_content .personal_info .info_item p span{
    font-weight: 400;
    color: var(--text-black-700);
    margin-left: 4px;
    display: inline-block;
}

.about .about_content .skills{
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 40px;
}

.about .about_content .skills .skill_item{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.about .about_content .skills .skill_item h5{
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-black-900);
    text-transform: capitalize;
}

.about .about_content .skills .skill_item .progress{
    background-color: var(--bg-black-50);
    height: 7px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.about .about_content .skills .skill_item .progress .progress_in{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    background-color: var(--skin-color);
}

.about .about_content .skills .skill_item .skill_percent{
    position: absolute;
    right: 0;
    color: var(--text-black-900);
    top: -40px;
    font-weight: 400;
    line-height: 40px;
}

/* picture */
.pictures .container{
    padding-bottom: 40px;
}

.pictures .picture_heading{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.pictures .picture_heading h2{
    color: var(--text-black-900);
    font-weight: 500;
}

.pictures .picture_item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}

.pictures .picture_item_inner{
    border: 6px solid var(--bg-black-100);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.pictures .picture_item_inner .picture_img img{
    width: 100%;
    display: block;
}


/*for tablets */
@media screen and (max-width: 960px) {

    .main_content{
        padding-left: 0;
    }

    .about .about_content .personal_info .info_item p span{
        display: block;
        margin-left: 0;
        line-break: anywhere;
    }

    .home .home_img{
        display: none;
    }

    .home .row{
        flex-direction: column-reverse;
    }

    
    .home .home_info{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home .home_img{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .pictures .picture_item{
        flex: 0 0 50%;
        max-width: 50%;
    }

}
/*for tablets */


/*for small tablets */
@media screen and (max-width: 860px) {

    .about .about_content .skills,
    .about .about_content .personal_info{
        flex: 0 0 100%;
        max-width: 100%;
    }

    


}
/*for small tablets */


/*for phones */
@media screen and (max-width: 576px) {

    .pictures .picture_item,
    .about .about_content .personal_info{
        flex: 0 0 100%;
        max-width: 100%;
    }


}
/*for phones */