@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Instrument+Serif&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kaisei+Opti:wght@400;500;700&family=MonteCarlo&family=Mrs+Sheppards&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap')
;
body{
  overflow: auto;
}
/*--------------------------------------------------------------
  # Resume
  --------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Poppins",Arial,sans-serif;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid rgb(19, 34, 56);
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: rgb(19, 34, 56);
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background-color: rgb(126, 128, 140, 0.2);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
  color: rgb(126, 128, 140);
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: rgb(19, 34, 56);
  border: 2px solid rgb(19, 34, 56);
}

/*--------------------------------------------------------------
 # Interests
 --------------------------------------------------------------*/
.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: rgb(229, 230, 232);
  color: #000;
  transition: ease-in-out 0.3s;
}

.section-title h4 {
  font-size: 26px;
  font-weight:600;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Poppins",Arial,sans-serif;
}

.interests .icon-box i {
  font-size: 23px;
  padding-right: 10px;
  line-height: 1;
}

.interests .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  font-size: 16px;
  font-family: "Poppins",Arial,sans-serif;
  transition: ease-in-out 0.3s;
}
.interests .icon-box:hover h3{
  color: #fff;
}
.interests .icon-box:hover {
  background-color: rgb(19, 34, 56);
  color:#f5ebeb !important;
}


/*--------------------------------------------------------------
 # Skills
 --------------------------------------------------------------*/

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background-color: rgb(229, 230, 232);
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: rgb(19, 34, 56);
}