@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500);
@keyframes change-text {
  0%,
  55%,
  100% {
    margin-top: -55px;
  }
  5%,
  50% {
    margin-top: -5px;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
}

@keyframes text-blink {
  50% {
    border-color: transparent;
  }
}

body {
  box-sizing: border-box;
  color: #13293D;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 569px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: #1B98E0;
}

a:hover {
  color: #13293D;
}

.wrapper {
  margin: 5% 10%;
}

.heading {
  background-color: #E8F1F2;
  padding: 5%;
  text-align: center;
}

.heading h1 {
  margin: 0 auto;
  font-family: "Source Code Pro", monospace;
  font-size: 30px;
  font-weight: 500;
  animation: 8s typing steps(16, end), 0.5s text-blink step-end infinite;
  width: 9.6em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

@media screen and (min-width: 569px) {
  .heading h1 {
    font-size: 50px;
  }
}

.sm-name {
  color: #006494;
  font-weight: 400;
}

@media screen and (min-width: 569px) {
  .sm-name {
    display: none;
  }
}

.name {
  margin-top: 10px;
  height: 52px;
  font-weight: 400;
  overflow: hidden;
  display: none;
}

@media screen and (min-width: 569px) {
  .name {
    display: block;
  }
}

.name ul {
  list-style: none;
  padding: 0;
  color: #006494;
  font-size: 50px;
  animation: 8s change-text linear infinite;
}

.name ul li {
  padding-top: 5px;
  line-height: 52px;
}
.name ul li:nth-child(n+2) {
    font-size: 25px;
  }

.social ul {
  list-style: none;
  padding-left: 0;
}

.social ul a {
  color: #13293D;
}

.social ul li {
  display: inline-block;
  margin: 0 5px;
}

.block h2::first-letter {
  font-size: 30px;
  color: #006494;
}

.block h2 {
  font-family: "Source Code Pro", monospace;
  border-bottom: 2px solid;
}

@media screen and (max-width: 569px) {
  .block h2 {
    font-size: 16px;
  }
}

.block ul {
  list-style: none;
  padding-left: 0;
}

.exp-detail {
  font-weight: 400;
}

.exp-detail-list {
  font-weight: 300;
}

.info .email::before {
  content: 'emonhasan.redfibre@hotmail.com';
}

.info .phone::before {
    content: '0490 529 160';
  }

.research {
  color: #AD0000;
}

.pri-tag {
  display: inline-block;
  padding: 8px;
  background: #13293D;
  color: #E8F1F2;
  margin: 5px;
  border-radius: 5px;
}

.sec-tag {
  display: inline-block;
  padding: 8px;
  background: #E8F1F2;
  color: #13293D;
  margin: 5px;
  border-radius: 5px;
}

.about p::before {
  content: '\00a0\00a0\00a0\00a0';
}

.degree h3,
.exp-item h3 {
  margin: 10px 0 5px 0;
  padding: 0;
}

.degree h4,
.degree h5,
.exp-item h4,
.exp-item h5 {
  margin: 0;
}

.degree p,
.exp-item p {
  margin: 0;
  padding: 0;
}

.exp-item ul {
  list-style: disc;
  padding-left: 15px;
  margin: 7px 0;
}

.exp-item ul li {
  padding-top: 5px;
}

.exp-item .exp-detail-list {
  list-style: circle;
}

.exp-item .exp-strong {
  color: #AD0000;
  margin: 0 0 -5px 0;
}

.profile {
    float: left;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.summery{
    font-size: 18px;
    padding-left: 15%;
    padding-top: 1%;
    text-align: justify;
    text-justify: inter-word;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

footer {
  margin-top: 5px;
}
