* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #f5f5f5;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.tabs {
  background-color: #79221e;
  max-width: 1600px;
}
.tabs nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
  padding: 5px 30px;
}
.tabs nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 549;
  padding: 0.5rem 1.5rem;
}
.tabs nav ul li a:hover {
  background-color: #cf9b42;
  border-radius: 4px;
}

.academic-identity {
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: auto;
}

.identity-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.identity-info h1 {
  font-size: 2rem;
  color: #79221e;
  margin-bottom: 0.3rem;
}

.identity-info h3 {
  margin-bottom: 0.3rem;
  color: #0077b6;
}

.identity-info a {
  color: #0077b6;
  text-decoration: none;
}

.graph-section h2 {
  margin-bottom: 1rem;
  color: #444;
}

.hero-info {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}
.hero-info .feature, .hero-info .details, .hero-info .academicidentity {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero-info .feature .main-pic, .hero-info .details .main-pic, .hero-info .academicidentity .main-pic {
  width: 210px;
  height: 200px;
  border-radius: 180px;
}
.hero-info .feature .name, .hero-info .details .name, .hero-info .academicidentity .name {
  font-size: 2rem;
  color: #79221e;
}
.hero-info .details ul {
  list-style: none;
  padding-left: 0;
}
.hero-info .details ul li {
  margin-bottom: 0.5rem;
}
.hero-info img {
  width: 50px;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.hero-content {
  margin-bottom: 2rem;
}
.hero-content .about {
  padding: 0.7rem;
  background: white;
  border-left: 5px solid #79221e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font: "Poppins", sans-serif;
  font-size: medium;
  text-align: justify;
}

.headingdegree .mainheading1, .headingdegree .mainheading2, .headingexperience .mainheading1, .headingexperience .mainheading2 {
  color: #79221e;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  border-bottom: 3px solid #79221e;
  padding-bottom: 0.5rem;
}

.degree, .experiencecontent {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.degree div, .experiencecontent div {
  background: white;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.degree div h2, .experiencecontent div h2 {
  color: #b06f60;
  font-size: 1.1rem;
}
.degree div img, .experiencecontent div img {
  width: 100px;
  height: auto;
  display: block;
  margin: 1rem auto;
}/*# sourceMappingURL=main.css.map */