:root{
    --primary-color: rgb(0, 26, 173);
    --textColorBlack: rgb(0, 0, 0);
    --bodyTextColorWhite: rgb(34, 34, 34);
    --primarytextcolor: rgb(132, 132, 132);
    --primaryBackgroundColor: #ffffff;
    --primaryBackgroundColorAbout: #c2c2c2;
 }

 *{
    scroll-behavior: smooth;
    font-family: 'Poppins',sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    box-sizing: border-box;
    font-size: 100%;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f7f7f7; /* Added background color to the container */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container .Name {
  color: #f0f0f0;
}

.container .title {
  color: #f0f0f0;
}

.container p {
  font-size: 12px;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0e025a; /* adjust the color to your liking */
  padding: 20px;
}

.header img {
  width: 100px; /* adjust the width to your liking */
  height: 100px; /* adjust the height to your liking */
  border-radius: 50%; /* add a rounded border */
  margin-bottom: 10px; /* add some space between the image and the text */
}

.header h2 {
  margin-top: 0; /* remove the default margin top */
}

.header p {
  font-size: 18px; /* adjust the font size to your liking */
  color: #666; /* adjust the color to your liking */
  margin-bottom: 20px; /* add some space between the text and the next section */
}
.sections {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background-color: #f7f7f7; /* Added background color to the sections */
}
.section {
    flex-basis: 60%;
    padding: 20px;
}
.section h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.section .Skill {
  margin-top: 8.7rem;
}
.section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section li {
    margin-bottom: 10px;
}
.section a {
    text-decoration: none;
    color: #337ab7;
}
.section a:hover {
    color: #23527c;
}

/*Skill-Graph*/
.skill-graph {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .skill-graph progress {
    width: 100px;
    height: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
    background-color: #ddd;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  .skill-graph progress::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 5px;
  }
  
  .skill-graph progress::-webkit-progress-value {
    background-color: #007bff;
    border-radius: 5px;
  }
  
  .skill-graph progress::-moz-progress-bar {
    background-color: #007bff;
    border-radius: 5px;
  }
  
  .skill-graph span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  
  /* Make the percentage react to the progress bar */
  .skill-graph progress[value="20"] + span {
    color: #dc3545;
  }
  
  .skill-graph progress[value="40"] + span {
    color: #ffc107;
  }
  
  .skill-graph progress[value="60"] + span {
    color: #28a745;
  }
  
  .skill-graph progress[value="80"] + span {
    color: #007bff;
  }
  
  .skill-graph progress[value="100"] + span {
    color: #17a2b8;
  }

.background-section {
    flex-basis: 100%;
}

.year {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.year i {
    margin-right: 10px;
}

.background-section h3 {
    margin-top: 20px;
}

section .about_me {
  margin-top: 7rem;
}

.tab {
  display: inline-block;
  margin-left: 11.5rem;
}

.tab1 {
  display: inline-block;
  margin-left: 5rem;
}

.tab2 {
  display: inline-block;
  margin-left: 19.6rem;
}

.container .exp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}