.pic {
  width: 100%;
}

.pic1 {
  width: 30%;
}

.pic2 {
  width: 10%;
}

.pic111 {
  width: 45%;
}

.two-images-fifty {
  display: flex;
  justify-content: center;
}

.two-images-thirty {
  display: flex;
  width: 100%;
}

.two-half-percent {
  width: 100%;
  display: flex;
  gap: 5%;
}

.fifty-half-percent {
  width: 50%;
}

.pic3 {
  width: 63.5%;
}

.para {
  line-height: 30px;
}

.hum-prac {
  background: linear-gradient(
    93deg,
    #f65773 19.2%,
    #a17ebd 51.24%,
    #118ea6 79.4%
  );
  background-clip: text;
  text-align: center;
  font-family: League Spartan;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dry-lab {
  background: linear-gradient(
    93deg,
    #f65773 19.2%,
    #a17ebd 51.24%,
    #118ea6 79.4%
  );
  background-clip: text;
  text-align: center;
  font-family: League Spartan;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.para,
.heading {
  font-family: League Spartan;
  font-weight: normal;
  font-size: 25px;
}

hr {
  background-image: linear-gradient(
    270deg,
    #f65773 15.81%,
    #a17ebd 54.12%,
    #008cb6 86.53%
  );
  height: 1.997px;
  flex-shrink: 0;
  border: none;
}

.underlined {
  color: #f65773;
  font-size: 31.957px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.implementation-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  padding: 50px;
  text-align: left;
}

.pic4 {
  width: 20%;
}

.session {
  width: 50%;
}

.presentation {
  gap: 20px;
}

.formula {
  width: 40%;
}

.matlab-code {
  width: 70%;
}

.wet-lab {
  background: linear-gradient(
    93deg,
    #f65773 19.2%,
    #a17ebd 51.24%,
    #118ea6 79.4%
  );
  background-clip: text;
  text-align: center;
  font-family: League Spartan;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wetlab-results {
  width: 50%;
}

.container1 {
  width: 60%;
}

.human-container {
  display: flex;
  justify-content: center;
}

.no-underline {
  text-decoration: none;
  color: #f65773;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.no-underlining {
  text-decoration: none;
}

.main-pie-chart-container {
  background-color: yellow;
  width: 100%;
  display: flex;
}

.fifty-percent-pie-chart {
  width: 50%;
  border: green 5px solid;
}

.white-background {
  background-color: white;
}

.top-half-pie-chart {
  width: 100%;
}

.matlab-codes {
  width: 40%;
}

.human-practices-end-page-div {
  display: flex;
}

.human-practices-img-end {
  width: 50%;
}

.human-practices-text-end {
  width: 50%;
  padding: 3%;
  line-height: 50px;
}

.comment-para-matlab {
  color: rgb(1, 128, 18);
}

.hightlight-matlab-code {
  color: rgb(191, 85, 249);
}

.pic1111 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.no-underliner {
  text-decoration: none;
  overflow-wrap: break-word;
}

.pic222 {
  width: 40%;
}

.achievements-para {
  font-size: 40px;
  line-height: 60px;
}

.no-justification {
  text-justify: none;
}

.sus-source {
  text-align: center;
}

.attributions-page {
  background-color: white;
  padding-top: 5px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  height: 400px; /* Set a fixed height for the carousel */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 auto;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  font-weight: bold;
  background: transparent;
  border: none;
  cursor: pointer;
}

.carousel-control-prev {
  left: 10px; /* Adjust the left position as needed */
}

.carousel-control-next {
  right: 10px; /* Adjust the right position as needed */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2em;
  height: 2em;
}

.visually-hidden {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 10px;
  border-radius: 10px;
}
