
@font-face {
    font-family: titleFont1;
    src: url(font/Comfortaa-SemiBold.ttf);
  }
  @font-face {
    font-family: titleFont;
    src: url(font/Comfortaa-Bold.ttf);
  }
  @font-face {
    font-family: bodyFont;
    src: url(font/OpenSans-Regular.ttf);
  }
  @font-face {
    font-family: bodyFont2;
    src: url(font/OpenSans-Semibold.ttf);
  }
.resume-section{
    background-color: white;
    /* padding: 20px; */
    border-radius: 20px;
    padding-bottom: 50px;
}
.resume-inner{
    padding: 20px; 
}
.experience{
    margin-top: 30px;
}
.exp-container{
    display: flex;
    align-items: center;
}
.experiencecopy{
    font-family: titleFont1;
    font-size: 25px;
    margin-left: 10px;
}
.exp1{
    padding:20px;
    background-color: #ECF6FF;
    color: #494949;
    font-family: bodyFont;
    line-height: 25px;
    border-radius: 10px;
    margin-top: 20px;
}
.exp-date{
    font-size: 11px;
}
.exp-sub{
    font-size: 16px;
    font-family: bodyFont2;
}
.exp-location{
    font-size: 14px;
}
.exp2{
    padding:20px;
    background-color: #FFEEEE;
    color: #494949;
    font-family: bodyFont;
    line-height: 25px;
    border-radius: 10px;
    margin-top: 20px;
}
.client-section{
    padding: 40px;
}
.skill-section{
    margin-top: 30px;
    width: 90%;
}
.skills{
    font-family: titleFont;
    font-size: 25px;
    color: #494949;
}
.skill-com{
    width: 100%;
    display: flex;
    justify-content:space-between ;
    color: #494949;
}
.pro-cont{
    position: relative;
}
.pro1{
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background-color: #EAEAEA;    
}
.pro2{
    width: 85%;
    height: 5px;
    border-radius: 20px;
    background-color: #FF8B66;  
    position: absolute;
    top: 0px;  
}
.pro3{
    width: 73%;
    height: 5px;
    border-radius: 20px;
    background-color: #E57DF5;  
    position: absolute;
    top: 0px;  
}
.pro4{
    width: 85%;
    height: 5px;
    border-radius: 20px;
    background-color: #6DA4D8;  
    position: absolute;
    top: 0px;  
}
.pro5{
    width: 90%;
    height: 5px;
    border-radius: 20px;
    background-color: #77C176;  
    position: absolute;
    top: 0px;  
}
.html-lang{
    border-radius: 3px;
    color: #494949;
    background-color: #DFE7EE;
    font-size: 14px;
    font-family: bodyFont;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    padding: 5px 10px;
}
.f1{
    display: flex;
    width: 100%;
    gap: 10px;
}
.know-cont{
    margin-top: 30px;
}

.line-content{
    display: flex;
    color:#616A71;
    align-items: center;
}
.line-indicator {
    max-width: 165px;
    background-color: #F3F7FF;
    border: 1.5px solid white;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.03);
}
.line-copy{
    font-size: 12px;
    margin-left: 10px;
}
.line2{
    width: 40px;
    height: 1px;
    background-color: #616A71;
}
.dashed-line {
    width: 40px;
    border-top: 1px dashed #616A71;
  }