.about {
  height: fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
  flex-wrap: wrap;
  margin-top: -20px;
  position: relative;
}
.vdo {
  background-image: url("https://thumbs.dreamstime.com/b/winding-road-colorful-autumn-forest-snowy-mountain-peaks-background-under-dramatic-sky-winding-road-372700100.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(40%);
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
video {
  width: 50vw;
}
.about-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 30px;
  gap: 20px;
  position: relative;
}
.about-content {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  height: fit-content;
  border-radius: 21px;
  border: 1px solid gray;
  box-shadow: -3px 20px 20px -8px;
  /* margin: 100px 0; */
  padding: 5px;
  background-color: #ffffff;
}
.about-content::before {
  content: "";
  position: absolute;
  border: 8px solid rgb(245, 56, 56);
  width: 50%;
  height: 90%;
  right: 290px;
  bottom: -40px;
  z-index: -2;
}
h2 {
  font-family: sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0;
  text-align: end;
  padding-right: 20px;
  text-decoration: underline;
}
.span {
  width: 80px;
  margin-top: 5px;
  margin-left: 20px;
  border: 1.5px solid rgba(255, 0, 0, 0.8);
  box-shadow: 0 0 5px red, 0 0 7px red, 0 0 9px red;
}
.text {
  margin: 10px;
  padding: 0px 25px 25px 25px;
  font-size: 18px;
}
.image {
  height: 250px;
  width: 200px;
  position: absolute;
  top: -200px;
  left: 30px;
  right: auto;
}
.information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap:20px; */
  width: 60%;
  margin: 20px 0;
  padding-top: 10px;
}
h3 {
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 20px;
}

.personal-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.info p span {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.buttons a {
  text-decoration: none;
}
.skills {
  flex: 0 0 40%;
  max-width: 100%;
}
.skill-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.skills .skill-item h5 {
  line-height: 40px;
  font-size: 15px;
}
.skills .skill-item .progress {
  position: relative;
  background-color: #ccc;
  width: 100%;
  height: 6px;
  border-radius: 4px;
}
.skill-item .progress .progress-in {
  position: absolute;
  height: 80%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: red;
  line-height: 50px;
  gap: 20px;
}
.skill-percent {
  position: absolute;
  right: 0;
  color: black;
  top: -40px;
  font-weight: 400;
  line-height: 50px;
}
.educ {
  position: absolute;
  width: 180px;
  height: 220px;
  top: -15%;
  right: 5%;
}
.timeline {
  position: relative;
  max-width: 50rem;
  margin-top: 100px;
  /* margin: 10px auto; */
}
.education {
  padding: 10px 5px;
  position: relative;
  width: 50%;
  /* background-color: rgb(0,0,0,0.3); */
}
.education-item {
  padding: 20px 30px;
  /* background-color: #fff; */
  position: relative;
  border: 2px solid gray;
  border-radius: 5px;
  border-radius: 10px;
  /* box-shadow: 0 0 25px red; */
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.education-item :hover {
  transform: scale(1.05);
}
.left-container {
  left: -5%;
}
.right-container {
  left: 55%;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: red;
  top: 20px;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
}
.timeline-dot {
  height: 20px;
  width: 20px;
  background-color: red;
  box-shadow: 0 0 25px red, 0 0 50px red;
  position: absolute;
  /* left:calc(50% - 10px); */
  border-radius: 50%;
  top: 35px;
}
.left-container .timeline-dot {
  left: calc(100% + 27px);
  transform: translateX(-50%);
}

.right-container .timeline-dot {
  left: -42px;
  transform: translateX(-50%);
}
.edu {
  line-height: 25px;
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
