:root {
  --background: #e6e6e6;
  --white: #fff;
  --one: #211da5;
  --two: #6126e9;
  --black: #54585d;
  --process: #a5a5a5;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: system-ui;
}
/* li {
    list-style-type: none;
  } */
body {
  background: var(--background);
}
.col-div-3 {
  width: 25%;
  float: left;
}
.col-div-7 {
  width: 75%;
  float: left;
}
.col-div-4 {
  width: 35%;
  float: left;
}
.col-div-8 {
  width: 65%;
  float: left;
}
.col-div-9 {
  width: 75%;
  float: left;
}
.col-div-6 {
  width: 50%;
  float: left;
  position: relative;
}
.col-div-12 {
  width: 100%;
  float: left;
}
.clearfix {
  clear: both;
}
.resume-main {
  width: 950px;
  height: 1229px;
  background: linear-gradient(var(--one), var(--two));
  margin: 0 auto;
  box-shadow: 5px 5px 5px 5px #54585d33;
}
.resume-main:nth-child(2) {
  margin-top: 100px !important;
}
.left-box {
  width: 32%;
  float: left;
}
.right-box {
  display: flex;
  flex-direction: column;
  width: 68%;
  float: left;
  background-color: var(--white);
  margin: 25px 0;
  border-radius: 50px 0px 0px 50px;
  padding: 30px 40px;
  box-shadow: -7px 2px 15px 2px #54585d52;
  height: 96%;
}

.profile {
  width: 150px;
  height: 150px;
  border: 3px solid var(--white);
  padding: 7px;
  border-radius: 50%;
  margin: 20px auto;
}
.profile img {
  width: 100%;
  border-radius: 50%;
}
.content-box {
  padding: 0px 30px;
}
.content-box h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 1px;
  font-size: 20px;
}
.hr1 {
  border: none;
  height: 1px;
  background: var(--white);
  margin-top: 3px;
}
.p1 {
  font-size: 13px;
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 12px;
}
#progress {
  background: var(--process);
  border-radius: 13px;
  height: 8px;
  width: 100%;
}
#progress:after {
  content: '';
  display: block;
  background: var(--white);
  width: 80%;
  height: 100%;
  border-radius: 9px;
}
#progress1 {
  background: var(--process);
  border-radius: 13px;
  height: 8px;
  width: 100%;
}
#progress1:after {
  content: '';
  display: block;
  background: var(--white);
  width: 40%;
  height: 100%;
  border-radius: 9px;
}
.content-box h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  color: white;
  font-weight: 500;
}
.p2 {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(--white);
  padding-top: 12px;
  display: inline-block;
}

.circle {
  color: var(--white);
  font-size: 14px !important;
  margin-top: 7px;
}
.circle1 {
  color: var(--process);
  font-size: 14px !important;
  margin-top: 7px;
}
.in {
  background: var(--white);
  color: var(--one);
  padding: 8px;
  border-radius: 20px;
  font-size: 14px !important;
}
.inp {
  color: var(--white);
  font-size: 11px;
}
.col3 {
  text-align: center;
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 40px;
}
h1 span {
  color: var(--one);
}
.p3 {
  letter-spacing: 4px;
  color: #54585d;
  font-weight: 500;
}
.heading {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--one);
  letter-spacing: 1px;
  font-size: 20px;
}
.hr2 {
  border: none;
  height: 1px;
  background: var(--black);
  margin-top: 3px;
}
.p5 {
  font-weight: 700;
  color: var(--black);
}
.span1 {
  font-size: 12px;
  color: var(--black);
}
.font-700 {
  font-weight: 700;
}
.font-500 {
  font-weight: 500;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}

.py5 {
  padding: 5px 0;
}
.work-details,
.work-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.work-details p {
  padding: 4px 0;
}

.project-name {
  font-size: 14px;
  margin: 10px 0;
  display: inline-block;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}

.skill-text:not(:last-child)::after {
  content: ',';
  display: inline-block;
  margin: 0 1px;
}

.sub-title {
  font-size: 12px;
  color: var(--black);
}

.link-text {
  color: #fff;
  text-decoration: none;
}

.project-details {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
}

.white {
  color: #fff;
}

.my-1 {
  margin: 5px 0;
}

.m-0 {
  margin: 0 !important;
}

.font-900 {
  font-weight: 900;
}
