@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Ubuntu:wght@500;700&display=swap');
:root{
    --purple: rgb(111, 106, 214);
    --purple-dark:rgb(94, 40, 159);
    --about-me-span-sub-title:rgb(75, 75, 75);
    --reddish-grey:rgb(193, 181, 194);
    --hr:rgb(224, 223, 223);
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: Verdana; */
    font-family:'Poppins',sans-serif;

}

.icon{
    color: var(--purple);
    margin:5px;
}
.hide{
    display: none;
}
.sec-head{
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    letter-spacing: 0.5px;
}
.sec-head h1{
    font-size: clamp(50px,1vw,60px);
    font-family: 'Ubuntu',sans-serif;
}
.sec-head h1 span{
    color:var(--purple);
    margin-left: 20px;
}
ul li{
    list-style: none;
}

html,body{
    position: relative;
    overflow-x: hidden;
    height: auto;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 10px;

}
.logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.logo-img{
    height:55px;
    width: 55px;
    border-radius: 50px;
    margin-right: 5px;
    border: 3px solid var(--purple);
}


.title-name h2,.title-name h3{
    font-weight: normal;
    letter-spacing: 1px;
}

.title-name h3{
    font-size: 20px;
    color: rgb(111, 106, 214);
}
nav ul{
    float: right;
    margin-right: 40px;
}
 nav ul li{
  list-style: none;
  display:  inline-block;
  margin:5px;
  padding:5px;

}
nav ul li a{
    color: black;
    letter-spacing: 1px;
    padding: 4px 6px;
    text-transform: uppercase;

}
nav ul li a:hover{

    border: 1px solid var(--purple);
    border-radius:5px;

}
.menu{
    display: none;
    margin-right: 15px;
}
#menuicons{
    display: none;
    margin-right: 10px;


}

/*--- home section--- */
section
{
    width: 100%;
    height: auto;
}
.row{
    display: flex;
    align-items: center;
    text-align: center;
    padding-top:50px;
    flex-wrap: wrap !important;

}
.home-intro{
    text-align: left;
    flex:60%;
    padding-left: 100px;

}
span.span-name{
    color: var(--purple);
    letter-spacing: 1.5px;
}
.home-intro h1{
    font-size: 40px;
    color:#2d2c2c;
    padding:10px 0;
}

.home-intro p{
    font-size: 20px;
    margin-right: 30px;
    line-height: 35px;

}
.home-img{
    flex:35%;
    position: relative;
    height: 460px;
    margin-left: 40px;
}
.home-img::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-left: 5px solid var(--purple) ;
    border-bottom: 5px solid var(--purple) ;
    bottom: -30px;
    left: -10px;

}
.home-img::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-right: 5px solid var(--purple) ;
    border-top: 5px solid var(--purple) ;
    top:-30px;
    right:-10px;

}
.home-img img{
    max-height: 100%;
    max-width: 90%;
    min-height: 100%;
    min-width: 75%;
    border-radius: 10px;
}
.home-intro p{
    text-align: justify;
}
.btn{
    margin-top: 10px;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 15px;
    background-color: var(--purple);
    color: white;
    text-transform: uppercase;
    border:transparent;
    min-width: 225px;

}
#btn-icon{
    display: none;
    margin-left: 8px;

}
.btn:hover #btn-icon{
    display: inline;
}


/*---------Section About ME----------*/

.about-me-sec{
    margin-top: 20px;
    padding:10px;
}
.about-me-sec .about-me{
    padding-top: 10px;
    padding-bottom: 40px;
}
.about-me-sec .about-me H1{
    font-size: 60px;
    text-align: center;
    /* text-shadow: 4px 1px 2px rgb(161, 161, 161); */
    letter-spacing: 0.5px;
}
.about-me-sec .about-me H1 span{
    color: var(--purple);
    /* text-shadow: 4px 1px 2px var(--purple); */
}
.personal-infos{
    display:flex;
    flex-wrap: wrap;
    padding-inline: 30px;
}
.personal-infos .flex-100 h2{
    font-size: clamp(16px,5vw,25px);
}
.personal-details{
    display:flex;
    flex-direction: column;
}
.personal-details > .personal-titles{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.flex-100{
    flex:100%;
}
.flex-50{
    flex:50%;
}
.flex-40{
    flex:40%;
}
.personal-infos ul li{
    padding:10px;
}
.personal-infos .title{
    font-size: clamp(12px,5vw,18px);
}
.personal-infos .sub-title{
    color:var(--about-me-span-sub-title);
    font-size: clamp(10px,5vw,16px);
}
.personal-details > .flex-100{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;

}

.flex-50 ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.uppercase{
    text-transform: uppercase;
}
.awards{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    justify-content: center;

}
.awards .box{
    border:1px solid #bab8b9;
    padding:10px 7px;
    /* margin:10px; */
    box-shadow: 1px 1px 3px #bab8b9;
    max-width: 200px;
    border-radius: 5px;
}
.awards .box H2{
    font-size: clamp(10px,13vw,50px);
    position: relative;
    color:var(--purple-dark);
    margin-bottom: 10px;
}
.awards .box H2::after{
    content: "+";
    position:absolute;
    font-size: clamp(8px,13vw,35px);
    top:-11px;
    color:var(--purple-dark);
}

.awards .box P{
    position: relative;
    /* left:30px; */
    font-size: clamp(8px, 4vw, 15px);
}
/* .awards .box P::before{
    content: "";
    position: absolute;
    left: -25px;
    top: 13px;
    width: 30px;
    height: 1px;
    background: #777;
} */
.personal-details .cv-links{
    display:flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}
.personal-details .cv-links a{
    background-color: var(--purple);
    padding: 10px;
    border-radius: 20px;
    color:white;
    padding-inline: 20px;
    font-size: clamp(11px,2vw,15px);
    cursor: pointer;
}
.seperater{
    max-width: 70%;
    margin: 72px auto 50px;
    border: 1px solid var(--hr);

}

/*--------------- Skills--------------------- */

.personal-skills .heading{
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;

}
.personal-skills .skills{
    padding:40px 60px;
}
.personal-skills svg{
    height: 130px;
    width: 130px;
    transform: rotate(-90deg);
}

.personal-skills .outer-circle{
    stroke-width: 10;
    stroke:var(--reddish-grey);
    fill: none;
}
.personal-skills .inner-circle{
    fill: none;
    stroke-width:10;
    stroke:var(--purple);
    stroke-dasharray: 377;
    /* stroke-dashoffset:calc(377 - ( attr(percent number) /100) * 377); */
    stroke-linecap: round;
}
.personal-skills .skills{
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}
.personal-skills .circular-progress{
    position: relative;
    height: 130px;
    width: 130px;
}
.skills .percent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.personal-skills .skills .box .language{
    padding-top: 20px;
    text-align: center;
    font-size: 10px;
}

/* -----------qualification----------------*/
.qualification
{
    padding-inline: 20px;
}

.qualification-box{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.qualification .heading{
    font-size: 15px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 10px;
}
.qualification .resume-box h1 span, .qualification .education-box h1 span {
    margin-left: 5px;
}

.qualification .resume-box i, .qualification .education-box i{
    color: var(--purple);
}
.qualification .resume-box h1, .education-box h1{
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 15px;
}
.qualification .resume-box, .qualification .education-box{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex:40%;
}

.qualification-box .box{
    position: relative;
    padding-left: 25px;
    border-left: 1px solid var(--purple);
    padding-bottom: 20px;
}

.qualification-box .box .h6{
    position: relative;
}
.experience-date-address{
    font-size: 13px;
}
.qualification-box .box p{
    font-size: clamp(10px,3vw,15px);
}

.company-name{
    margin: 5px auto;
    color:var(--purple-dark);
    font-size: 17px;
}
.company-name span{
    color: var(--purple);
}

.experience-date-address::before{
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position:absolute;
    background-color:var(--purple);
    top: auto;
    bottom: auto;
    left: -6px;
}
.resume-box, .education-box{
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.25);
}

/* ------------Portfolio section ----*/

.portfolio-sec{
    padding: 30px;
}
.portfolios{
    padding-inline: 50px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolios .box{
    height: 250px;
    width: 320px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border:3px solid var(--reddish-grey);

}
.box img{
    position:absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* border-radius: 5px; */

}
/* .portfolio-1{
    background-image: url('../images/collegefinder.jpg');
    background-size: cover;
    background-repeat: no-repeat;
} */
.portfolio-title
{
    /* background-color: var(--purple); */
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius:5px;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
    visibility: hidden;
    background: linear-gradient(to right, var(--purple) 50%, transparent 50%);
    background-size: 200% 100%;
    transition: all 0.6s ease;
    background-position: right;

}
.portfolios .box:hover > .portfolio-title{
    visibility: visible;
    background-position: left;

}
/* .portfolio-title:hover{
    background-color: rgb(8, 8, 8);
} */


/*-----popup-----*/


.popup{
    position:fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    top:0;
    left: 0 ;
    visibility: hidden;
}
.popup .close{
    font-size: 30px;
    color:white;
    float:right;
    margin: 20px;
    cursor: pointer;
}
.popup .project-detail{
    background:white;
    padding: 20px;
    height: 400px;
    width: 50%;
    /* position: absolute; */
    transform: translate(40%,20%);
    border-radius: 5px;
}
.project-detail .heading{
    text-align: center;
    font-size: clamp(10px,5vw,20px);
    color: var(--purple);
    margin-bottom:20px;
}
.project-detail ul{
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.project-detail .title{
    font-size: 16px;
}

.project-detail .value{
    margin-left: 3px;
    font-size: 17px;
}
.project-detail .link{
    color:var(--purple);
    text-decoration: underline;
    cursor: pointer;
}
.project-img{
    position: relative;
    height: 250px;
    width: auto;
    border-radius: 5px;

}
.project-img img{
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}


/* Contact section */
.contact-sec .row
{
    display:flex;
    padding-top: 0px;
    padding-left: 20px;

}
.contact-sec .row .mail{
    padding:10px;
}
.contact-sec .row .row{
    display:flex;
    align-items:center;
    margin:10px;
    padding:5px;
}
.contact-sec .row .row .icon{
    font-size: 20px;
    margin-right: 15px;
}
.contact-sec .column{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.contact-sec .info .title{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.contact-sec .info .sub-title{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.contact-sec .fields{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.flex-60{
    flex:60%;
}
.contact-sec .fields .field{
    height: 45px;
    width: 100%;
    max-width: 33.333333%;
}
.contact-sec .fields .field input,
.contact-sec form .textarea textarea{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    padding: 0px 15px;
    outline: none;
    border: 1px solid lightgray;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.contact-sec form .textarea{
    margin-top: 10px;
    padding-top: 10px;
    height: 100px;
    width: 70%;
}
.contact-sec form .button{
    height: 45px;
    width: 200px;
    margin-top: 20px;
}
.contact-sec form .button button{
    height: 100%;
    width: 100%;
    background-color: var(--purple);
    border: 2px solid var(--purple);
    padding: 10px;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;

}
.contact-sec form .button button:hover{
    background: none;
    color: var(--purple);
}
.contact-sec .socialmedia{
    border-radius: 50%;
    /* border: 1px solid var(--purple); */
    margin: 5px;
    box-shadow: 1px 4px 3px rgb(175, 174, 174);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}


