* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  list-style: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
  background-color: #a6abad;
}

.main-content {
  min-height: 1000px;
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: 300px 700px;
}
@media only screen and (max-width: 673px) {
  .main-content {
    grid-template-columns: repeat(1, 2fr);
  }
  .left-section {
    width: 100% !important;
  }
  .right-section {
    width: 100%;
  }
}

.left-section {
  padding: 1rem;
  width: 300px;
  height: 100%;
  background-color: #00324a;
  border: 3px solid #00324a;
  animation-name: profile4;
  animation-duration: 4s;
}

.profile-details {
  width: 100%;
  border-bottom: 3px solid white;
  animation-name: profile1;
  animation-duration: 4s;
}

.profile-details img {
  width: 60%;
  display: block;
  margin: auto;
  align-items: center;
  border-radius: 30%;
  position: relative;
  border: 5px solid white;
}

.name {
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 0.8rem;
  position: relative;
  animation: mymove0 5s ease-in-out infinite;
}
@keyframes mymove0 {
  from {
    text-shadow: 0 0 20px #2d9da9;
  }
  to {
    text-shadow: 0 0 30px #34b3c1, 0 0 10px #4dbbc7;
  }
}
.designation {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: grey;
  margin-bottom: 0.5rem;
}
.discription {
  font-size: 0.75rem;
  text-align: center;
  color: white;
  padding: 1rem;
}

.icon {
  width: 90%;
  color: white !important;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 18px;
}

.fa {
  color: #f7f7f7 !important;
}
.fa:hover {
  color: #00324a;
}
.contact-details {
  letter-spacing: 0.02rem;
  font-size: 0.9rem;
  margin-top: 16px;
  padding-left: 0px;
}
.fa-phone {
  margin-top: 7px;
  margin-bottom: 5px;
}
.skill-title {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #f7f7f7;
  width: 100%;
}
.progress-bar {
  width: 90%;
  display: block;
  border: 1px solid white;
  height: 4px;
  position: relative;
  margin-bottom: 10px !important;
}
.progress {
  height: 100%;
  position: absolute;
  left: 0;
  background-color: white;
  border-radius: 12px;
  margin-bottom: 10px !important;
  width: 100%;
}

.skill-name {
  color: #f7f7f7;
  font-size: 0.65rem;
  font-weight: 0.65rem;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 0.5rem;
}
.right-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #f7f7f7;
  border: 3px solid #f7f7f7;
}
.right-main-content {
  margin: 25px;
}
.right-title {
  margin-top: 25px;
  text-transform: uppercase;
}
.sub-heading {
  position: relative;
}

.para-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.para-edu {
  width: 75%;
  padding: auto;
}
.para-duration {
  width: 12%;
  font-size: 14px;
}
.edu-content {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 16px;
}
.col-name {
  margin-bottom: 4px;
  margin-top: 15px;
}
.me-content {
  position: relative;
}

.year {
  position: relative;
}
