@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 740px;
}

* {
  margin: 0;
  padding: 0;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-top: 30px;
}

.title-images {
  display: flex;
  align-items: center;
}

.top-details ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
}

.top-details ul li {
  font-family: montserrat;
  font-weight: bold;
  font-size: 24px;
  background-color: #015a70;
  list-style: none;
  padding: 10px 15px;
  color: white;
  border-radius: 10px;
}

.title-images .image-1 {
  width: 80px;
}

.left-section {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.left-section h1 {
  font-size: 42px;
  font-family: Montserrat;
  font-weight: 500;
  color: #015a70;
  margin-left: 10px;
}

.left-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 50px;
}

.card {
  background-color: white;
  box-shadow: 4px 5px 50px 0px #00000040;
  height: 220px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.label {
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  rotate: 180deg;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #015a70;
  padding: 10px 20px;
  height: 200px;
  color: white;
  font-family: montserrat;
  font-weight: 500;
}

.attendance .label,
.internship .label {
  font-size: 24px;
}

.cgpa .label {
  font-size: 30px;
}

.nptel .label {
  font-size: 28px;
}

.miniproject p{
  margin-right: 10px;
}

.attendance h2,
.cgpa h2 {
  font-size: 80px;
  color: #015a70;
  font-family: montserrat;
  font-weight: 400;
  margin-left: 10px;
}

.nptel div p {
  font-family: montserrat;
  font-size: 13px;
  font-weight: bold;
  color: #015a70;
  margin-bottom: 10px;
}

.nptel div,
.internship div {
  align-self: flex-start;
  margin-top: 20px;
  margin-left: -10px;
}

.internship div p,
.miniproject div p,
.intercollege div p {
  font-family: montserrat;
  font-size: 14px;
  font-weight: bold;
  color: #015a70;
  margin-bottom: 10px;
}

.bottom-section {
  align-self: center;
  margin-top: 125px;
  margin-left: 4px;
}

.bottom-section a {
  text-decoration: none;
}
.bottom-section ul {
  display: flex;
  gap: 3px;
}

.bottom-section ul li {
  list-style: none;
  color: white;
  background-color: #015a70;
  padding: 10px 18px;
  font-size: 26.3px;
  font-family: montserrat;
  font-weight: bold;
}

.right-section {
  background-color: #015a70;
  height: 818px;
  width: 480px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 35px;
  font-family: Montserrat;
  color: #fff;
  gap: 10px;
}

.right-section h3 {
  align-self: flex-start;
  font-weight: 500;
  font-size: 28px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.right-section h2 {
  font-size: 30px;
}

.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.right-section .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

table {
  width: 350px;
  border-collapse: collapse;
  color: white;
  font-family: montserrat;
  font-size: 18px;
  border: 2px solid white;
  margin-bottom: -30px;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

td {
  padding: 12px;
  border: 1px solid white;
}

td:first-child {
  font-weight: bold;
}

.right-bottom {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  color: #015a70;
  margin-bottom: 5px;
}

.right-section .staffs {
  display: flex;
  gap: 5px;
  margin-top: 50px;
  margin-left: 10px;
}

.staffs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footer {
  background-color: #40c6e7;
  width: 100%;
  height: 250px;
  padding-top: 10px;
  margin-top: 55px;
  font-weight: 500;
  color: #015a70;
}

.footer p {
  margin-left: 10px;
}

.placement ul li {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  font-family: montserrat;
  color: #015a70;
  line-height: 25px;
}
