.entre{
  background-image: url(https://static.igem.wiki/teams/4624/wiki/green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}

h5{
  font-family: 'Poppins', sans-serif;
  font-size: 2.5cm;
  padding-top: 4cm;
  color: white;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}
/*--------------------- ANIMATION -------------------*/


.ani {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ani:nth-child(1) {
  color: #e0ffff;
}
.ani:nth-child(2) {
  color: #42455a;
  background: #e0ffff;
}
.ani:nth-child(3) {
  color: #e0ffff;
}
.ani:nth-child(4) {
  color: #42455a;
  background: #e0ffff;
}
.ani .container {
  margin: 100px;
}
.ani h1 {
  font-size: 3rem;
  margin: 20px;
}
.ani h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.ani .text-container {
  display: flex;
}
.ani .text-container .text-box {
  margin: 20px;
  padding: 20px;
  background: #00c2cb;
}
.ani .text-container .text-box h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .ani h1 {
    font-size: 2rem;
    text-align: center;
  }
  .ani .text-container {
    flex-direction: column;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
  }
  
  section {
    padding: 1rem;
    margin: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  
  .accordion-container {
    min-width: 600px;
    padding: 0.6rem;
    border-radius: 12px;
  }
  
  .accordion-container:first-child {
    background: #eeffbd; 
    border-bottom: 4px solid #719e2d; /* Pastel peach */
  }
  
  
  .accordion-header {
    background-color: transparent;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
  }
  
  .accordion-toggle {
    align-self: flex-start;
    background-color: transparent;
    font-size: 1.8rem;
    transition: all 0.5s ease-in-out;
  }
  
  .accordion-toggle.active {
    rotate: 133deg;
  }
  
  .accordion-title {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
  }
  
  .accordion-content {
    background: transparent;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease;
  }
  
  .active-content {
    grid-template-rows: 1fr;
  }
  
  .accordion-text {
    background-color: transparent;
    margin-top: 0.7rem;
    padding-left: 2.3rem;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.2rem;
    text-align: justify;
  }

    .bold-green-big {
    font-size: 24px;
    font-weight: 700;
    color: #5b7323;
    text-align: center;
  }

    .content-paragraph-entre-intro {
    font-size: 20px;
    color: #343434;
    text-align: center;
    margin: 2cm 6cm 1cm 6cm;
  }

  .pdf-container-entre {
  display:flex;
  justify-content: center;
  column-gap: 3%;
  margin-bottom: 20px;
}

  .pdf-grid-entre {
  width:65%; 
  height: 660px;
}

.titles-entre {
text-align: center;
font-size: 28px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
color: #5b7323;
margin-top: 50px;
}

.subtitles-entre {
text-align: center;
font-size: 24px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
color: #7ea81b;
margin-top: 50px;
margin-bottom: 50px;
}

.diagrams-entre {
  width: 90%;
  margin: 30px auto; /* This centers the div and adds top and bottom margins */
  text-align: center; /* This centers the image horizontally within the div */
}

.diagrams-entre img {
  width: 100%; /* This ensures the image takes 100% of the width within its parent div */
  height: auto; /* This maintains the image's aspect ratio */
}


.entre-inception {
  width: 70%; /* Sets the image width to 70% of the container's width */
  display: block;
  margin: 0 auto; /* Centers the image horizontally */
}


.important-entre {
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
