.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo {
  height: 20rem;
}

.video {
  height: 30rem;
  width: 55rem;
  border-radius: 15px;
  margin: 3rem;
}

.title {
  margin-top:7rem;
  font-size: 2.7rem;
}

.description {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  background-color: var(--clr5);
  justify-content: space-between;
  align-items: center;
  clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 10%);
  color: var(--textColorLight);
  overflow: hidden;
  max-height: 550px;
}

.description p {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 30px;
}

.description img {
  width: 40%;
  padding: 20px;
  margin-top: 1.5rem;
  margin: 30px;

}

p {
  font-size: 1.2rem;
  text-align: start;
  margin: 0;
}

.link {
  color: var(--clr5);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}


.poster {
  width: 80rem;
}

.card {
  width: 15rem;
  background: var(--clr5);
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}

.pfp {
  height: 10rem;
  width: 10rem;
  margin-top: 1.7rem;
  border-radius: 50%;
  object-fit: cover;
}

.pfp_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr4);
  border-radius: 5px 5px 0px 0px;
  padding-bottom: 30px;
}

.name {
  color: var(--textColorLight);
  font-size: 1.1rem;

}

.position {
  font-size: 1rem;
  color: #777;
  font-weight: 450;
}


.social_icons {
  align-items: center;
  text-align: center;
  justify-content: space-between;
  display: flex;
  margin: 0;
  gap: 1.5rem;
  padding: 0.5rem;
  width: 70%;
}

.social_icon {
  background-color: var(--clr5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
  border-radius: 5px;
  margin: 0.3rem;
  color: whitesmoke;
  z-index: 10000;
  transition: transform 0.2s ease-in-out;
}

.social_icon:hover {
  transform: scale(1.1);
}

.card_wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}


.navanthus{
	width:50%;
	margin-right:10rem;
}

.navathus>img{
	width:70%;
}

.amaltheia21{
	width:50%;
}

.amaltheia21>img{
	width:50%;
}
.amalthea_img20{
	width:100%;
}

@media (max-width: 500px) {
  .description {
    flex-direction: column;
    clip-path: none;
    min-height: 1000px;
    max-height: auto;
    padding: 0;
  }

  .description p {
    width: 90%;
    margin: 30px 0 0 0;
  }

  .description img {
    width: 80%;
    height: auto;
    padding: 0 0 80px 0;
    margin: 0;
  }

  .logo {
    width: 50%;
    height: auto;  
  }

  .video {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .poster {
    width: 90%;
    height: auto;
  }

  .card_wrapper {
    flex-direction: column;
    align-items: center;
  }

.navanthus_img{
    width:100%;
}
.amalthea_img20{
	width:200%;
}
}