@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f0f8ff;
  width: 100%;
  height: 100vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* This is end code of menu bar top area */

#header_section {
  color: black;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#responsive {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.slide-baner {
  width: 100% !important;
  background: aliceblue;
  /* padding-top: 47px; */
}

.myself-baner {
  display: flex;
  justify-content: space-between;
  padding: 60px 10px;
}

.myImage {
  width: 250px;
}

.myImage img {
  width: 250px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}

.leftSide {
  display: flex;
  flex-direction: column;
}

.myName {
  color: black;
  text-transform: uppercase;
}

.myName span {
  color: #024ab5;
}

.myLearned {
  width: 100%;
  margin-bottom: 15px;
  margin-top: -7px;
}

.myLearned h2 {
  font-size: 18px;
  font-weight: 500;
  color: #048939;
}

.myHeadline {
  width: 95%;
  color: slategray;
}

.myHeadline span {
  letter-spacing: 1px;
}

.myHeadline a {
   font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  color: darkcyan;
}

.myHeadline {
  width: 95%;
  color: slategray;
  text-align: justify;
}

.social-link {
  width: 100%;
  margin-top: 15px;
}

.social-link ul {
  display: flex;
  align-items: center;
}

.social-link ul li {
  display: inline-block;
  margin: 0 10px;
  background: green;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.social-link ul li:first-child {
  margin-left: 0;
}

.social-link ul li i {
  font-size: 20px;
  color: white;
}

.social-link ul li:hover {
  background: #048939;
}

.social-link ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  padding: 10px 12px;
}