/*Team Layout*/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,200;10..48,300;10..48,400;10..48,500;10..48,600;10..48,700;10..48,800&family=Oswald:wght@200;300;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

/*style titulo*/
.fancy-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  /* Color del texto */
  text-decoration: none;
}

.fancy-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  /* Grosor del subrayado */
  background: linear-gradient(to right, #ff9900, #66ccff);
  /* Colores del difuminado */
  bottom: -4px;
  /* Posición del subrayado */
  left: 0;
  z-index: -1;
  opacity: 0.7;
  /* Opacidad del difuminado */
  filter: blur(6px);
  /* Difuminado */
}

/* Estilo aparte */
.special-style {
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 20px;
}


/* Títulos*/

.uno h1 {
  font-family: 'Bricolage Grotesque';
  font-size: 7rem;
  font-weight: 700;
  background-image: linear-gradient(#C55B75, #D27063, #DE8551);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}



.piedefig {
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

.hipervinculoaqua {
  font-family: 'Quicksand';
  font-weight: 700;
  color: #5BC5AB;
}

.hipervinculoaqua:hover {
  font-family: 'Quicksand';
  font-weight: 700;
  color: #5BC5AB;
  text-decoration: underline;
}

/*flecha primer slider*/
.flechaSig1{
  position: relative;
  top: 3.9vw;
  left: 5vw;
  width: fit-content;
}

/*felchas segunda slider*/
.flechaAnt1{
  position: relative;
  top: 1.4vw;
  left: 1.6vw;
  height: 1vw;
  width: fit-content;
}

.flechaSig2{
  position: relative;
  top: 0.4vw;
  left: 8vw;
  height: 1vw;
  width: fit-content;
}

/*flecha tercer slider*/

.flechaAnt2{
  position: relative;
  top: 0.4vw;
  left: 5vw;
  height: 1vw;
  width: fit-content;
}
.flechaSig3{
  position: relative;
  top: -0.6vw;
  left: 11.5vw;
  height: 1vw;
  width: fit-content;
}

/*flecha cuarto slider*/

.flechaAnt3{
  position: relative;
  top: 3vw;
  left: 8vw;
  height: 1vw;
  width: fit-content;
}
.flechaSig4{
  position: relative;
  top: 2vw;
  left: 15vw;
  height: 1vw;
  width: fit-content;
}
/*flecha quinto slider*/

.flechaAnt4{
  position: relative;
  top: 4.9vw;
  left: 11.7vw;
  height: 1vw;
  width: fit-content;
}
.flechaSig5{
  position: relative;
  top: 3.9vw;
  left: 18.5vw;
  height: 1vw;
  width: fit-content;
}
/*flecha sexto slider*/

.flechaAnt5{
  position: relative;
  top: 1.9vw;
  left: 15vw;
  height: 1vw;
  width: fit-content;
}



p {
  align-content: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 30px;
  font-weight: 500;
  font-family: 'Quicksand';
  text-align: justify;
  line-height: 1.5;
  color: black;
}

h2 {
  text-align: center;
  font-family: 'Bricolage Grotesque';
  font-size: 3vw;
  font-weight: 500;
  color: #302535;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  align-items: center;
  max-width: 100%;
  padding-top: 100px;
}

h2:after,
h2:before {
  content: " ";
  display: block;
  border: 2px solid #5BC5AB;
  background-color: #f8f8f8;
}

/*cards fig 4. */

.responsiveimg {
  max-width: 100%;
  height: auto;
}

.hovcont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 30px;
  background-color: transparent;
  margin-top: 100px;
}


.hover-card,
.hover-card2,
.hover-card3 {
  width: 300px;
  height: 450px;
  perspective: 1000px;
  margin: 0 10px;
}

.face,
.face-2,
.face-3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.face1 {
  transition-duration: 0.5s;
  transform: translate(0deg);
  background: linear-gradient(180deg, #519D8E, #5BC5AB, #A7DCD3, #5BC5AB, #519D8E);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

.face1-2 {
  transition-duration: 0.5s;
  transform: translate(0deg);
  background: linear-gradient(180deg, #F6AE2D, #F6C061, #F5D194, #F6C061, #F6AE2D);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

.face1-3 {
  transition-duration: 0.5s;
  transform: translate(0deg);
  background: linear-gradient(180deg, #8B955F, #A9BA6C, #CED7B3, #A9BA6C, #8B955F);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

.face2 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  background-color: #A7DCD3;
  opacity: 0;


}

.face2-2 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  background-color: #F5D194;
  opacity: 0;

}

.face2-3 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  background-color: #CED7B3;
  opacity: 0;
}


.hover-card:hover .face1 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  opacity: 0;

}

.hover-card2:hover .face1-2 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  opacity: 0;

}

.hover-card3:hover .face1-3 {
  transition-duration: 0.5s;
  transform: translate(180deg);
  opacity: 0;

}

.hover-card:hover .face2 {
  transition-duration: 0.5s;
  transform: translate(360deg);
  opacity: 1;

}

.hover-card2:hover .face2-2 {
  transition-duration: 0.5s;
  transform: translate(360deg);
  opacity: 1;

}

.hover-card3:hover .face2-3 {
  transition-duration: 0.5s;
  transform: translate(360deg);
  opacity: 1;

}

h10 {
  font-size: 2vw;
  font-family: 'bricolage grotesque';
  font-weight: 300;
  color: #302535;
  text-align: center;
}



/*cards */
.topcardscontainer {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.card {
  text-align: center;
  width: 300px;
  height: 200px;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.7s;
  overflow: hidden;
}

.card-item {
  background-color: transparent;
  color: rgb(206, 206, 206);
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}

.card-item h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
}

.card-item h4 {
  font-family: 'Bricolage Grotesque';
  color: #5BC5AB;
  font-size: 1.2rem;
}

.card-item:hover h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-text {
  background-color: #fff;
  padding: 15px 10px;
  text-align: justify;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-in-out;
}

.card-text p {
  margin-bottom: 30px;
  font-size: 1rem;
  text-align: center;
  transition: 1s ease-in-out;
  margin: 10px;
}

.card:hover {
  height: 420px;
  overflow: auto;
}

.card:hover .card-item {
  background-color: #5BC5AB;
  color: white;
  height: 300px;
  width: 300px;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;


}

.card:hover .card-text {
  height: 200px;
  left: 0;
  /* top: 40%; */
  bottom: 0;
  visibility: visible;
  opacity: 1;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  transition: 1.2s ease-in-out;
}

/*empire*/
.empirecont {
  margin-top: 0;
  width: 350px;
  position: absolute;
  border-radius: 5px;
  align-items: center;
  margin-left: 15%;

}

img {
  max-width: 100%;
  height: auto;
}


.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: #302535;
  box-shadow: 0 0 0 0.5px #302535;
  border-radius: 50%;
  overflow: hidden;
}


.empwave {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F3F3FA;
  border-radius: 50%;
}

.empwave:before,
.empwave:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.empwave:before {
  border-radius: 45%;
  background: #A7DCD3;
  animation: animate 5s linear infinite;
}

.empwave:after {
  border-radius: 40%;
  background: rgba(255, 255, 255, .5);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-55%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.overlay-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.overlay-box p {
  color: #302535;
  text-align: center;
  font-family: 'Bricolage Grotesque';
  font-size: 1rem;
  line-height: 1.5;

}

.accordion {
  width: 0%;
  max-width: 1000px;
  margin: 2rem auto;
  justify-self: center;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  width: 90%;
  justify-self: center;

}

.accordion-item {
  justify-self: center;
  background-color: #ffffff;
  color: #111;
  margin: auto;
  border-radius: 3px;
  box-shadow: 7px 7px #5BC5AB;
  width: 80%;
  margin-bottom: 20px;
  border: solid 0.5px #EBEBF1;

}


.accordion-item-header {
  min-height: 60px;
  font-size: 1.2rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Bricolage Grotesque';
  font-size: 1.5rem;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 20px;
  padding-right: 20px;

}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  justify-content: center;
  font-weight: 600;
  font-family: 'Quicksand';
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
}

@media(max-width:767px) {
  .headParts {
    height: 515px;
  }

}

/*COMMONLY USED ANTIBIOTICS*/

.antibioticscont {
  margin: auto;
  align-items: center;
  max-height: 900px;
  max-width: 900px;
  padding-bottom: 50px;
  padding-top: 30px;
  gap: 39px;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
  margin-top: 80px;
}

.antibioticsdot p {
  color: #302535;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 1.3rem;
  justify-self: center;

}

.antibioticstxt {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  background-color: #F3F3FA;
  border-radius: 5px;
  text-align: center;
  color: #302535;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 500;
  width: 270px;
  height: 150px;
  font-size: 0.8rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.antibioticscont,
h1 {
  font-size: 2.2rem;
  font-family: 'Quicksand';
  color: #302535;
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 0vw;
}

.antibioticscont h3 {
  font-size: 1.2rem;
  font-family: 'Quicksand';
  color: #302535;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.antibioticsdot {
  display: flex;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background-image: radial-gradient(circle, #E9BCA6, #DE8551 90%);
  justify-self: center;
  padding: 50px;
  margin: 15px;
  align-self: center;
  transition: 0.2s ease-in-out;
  top: 0;
  position: relative;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.antibioticsdot:hover {
  display: flex;
  height: 250px;
  width: 250px;
  transform: scale(1.2);
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  background-image: radial-gradient(circle, #E9BCA6, #DE8551 90%);
  justify-self: center;
  padding: 50px;
  margin: 15px;
  align-self: center;
  top: -30px;
}

.antibioticsdot img {
  width: auto;
  height: 120px;
  justify-items: center;
  position: absolute;
  top: 30%;
  transition: 0.2s ease-in-out;
}

.antibioticsdot:hover .antibioticstxt {
  visibility: visible;
}


/*frase*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*AVAILABLE TREATMENTS*/
.treatmentscont {
  margin: auto;
  align-items: center;
  max-height: 900px;
  max-width: 1200px;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.treatmentscont h3 {
  font-size: 1.2rem;
  font-family: 'Quicksand';
  color: #302535;
  text-align: center;
  padding-left: 300px;
  padding-right: 300px;
}

.treatmentstxt {
  align-self: center;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  background-color: #F3F3FA;
  border-radius: 5px;
  text-align: center;
  color: #302535;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 500;
  width: 270px;
  font-size: 0.8rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.treatmentscont h1 {
  font-size: 2.2rem;
  font-family: 'Quicksand';
  color: #302535;
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
}

.treatmentsdot p {
  color: #302535;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 1.3rem;
  justify-self: center;
  margin-top: 5px;
  margin-left: 50px;
}

.treatmentssdot {
  display: flex;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background-image: radial-gradient(circle, #D794A8, #C55B75 90%);
  justify-self: center;
  padding: 50px;
  margin: 10px;
  align-self: center;
  transition: 0.2s ease-in-out;
  top: 0;
  position: relative;
  justify-content: center;
  text-align: center;
}

.treatmentssdot img {
  width: auto;
  height: 150px;
  justify-items: center;
  align-items: center;
  position: initial;
  top: 30%;
  transition: 0.2s ease-in-out;
}


.treatmentssdot:hover {
  display: flex;
  height: 250px;
  width: 250px;
  transform: scale(0.8);
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  background-image: radial-gradient(circle, #D794A8, #C55B75 90%);
  justify-self: center;
  padding: 50px;
  margin: 10px;
  align-self: center;
  top: -30px;
}

.treatmentssdot:hover img {
  width: auto;
  height: 90px;
  justify-items: center;
  position: absolute;
  top: 37%;
}

.treatmentssdot:hover .treatmentstxt {
  visibility: visible;
}

/*Causes*/
.cause h1 {
  margin: auto;
  align-self: center;
  justify-self: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Quicksand";
}

.causetxt p {
  font-size: 1rem;
  font-family: 'Quicksand';
  text-align: center;
  color: #302535;
  text-align: center;
}

.contcauses {
  max-height: 800px;
  width: 100%;
  padding: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #A7DCD3;
}

.contcauses h5 {
  font-size: 2rem;
  font-family: 'Quicksand';
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cause {
  display: flex;
  height: 120px;
  width: 300px;
  justify-content: center;
  overflow: hidden;
}


.causetxt {
  align-self: center;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 500;
}


.contpapa {
  height: 120px;
  width: 300px;
  overflow: hidden;
  background: var(--gradient);
  transition: 1s;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.contpapa:hover {
  height: 300px;
}



/*frase*/
.containerFrase {
  align-self: center;
  align-content: center;
  justify-content: center;
  width: 110%;

}

.pfrase p {
  font-size: 1.5rem;
  font-family: 'Quicksand';
  font-weight: 00;
  color: #302535;
  text-align: center;
  line-height: 1.5;
}


.frase:before {
  visibility: hidden;
}

.frase:after {
  visibility: visible;

}

.pfrase h5 {
  color: #C55B75;
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
}

/*aqui va scroll texo*/
.scroll-anime-translateY {
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;

}

.scroll-anime-translateX-left {
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;

}

.scroll-anime-translateX-right {
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;

}

.scroll-anime-scale {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;

}



/*tooltips cosas */
.tooltipSignificadoBox {
  font-family: 'Quicksand';
  position: absolute;
  visibility: hidden;
  background-color: #493F4E;
  /* Cambiado el color de fondo predeterminado */
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.8rem;
  z-index: 500;
  text-align: center;
  width: 300px;
  /* Ancho automático para ajustarse al contenido */
  left: 50%;
  transform: translateX(-50%);
  /* Centrar horizontalmente */
  bottom: 100%;
  /* Colocar por encima de la palabra */
  opacity: 0;
  /* Inicialmente oculto */
  transition: opacity 0.5s, visibility 0.5s;
}

/*flecha que conecta el bloque con el texto */
.tooltipSignificadoBox::after {
  content: "";
  visibility: hidden;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  /* Centrar horizontalmente */
  bottom: -7px;
  transform: translateX(-50%);
  /* Centrar la flecha horizontalmente */
  transition: 1s border-top;
}

.tooltipSignificado:hover .tooltipSignificadoBox::after {
  border-top: 10px solid #493F4E;
  transition-delay: 0.6s;
  visibility: visible;
}

.tooltipSignificado:hover .tooltipSignificadoBox {
  opacity: 1;
  /* Mostrar en hover */
  visibility: visible;
  transition-delay: 0.2s;
  margin-bottom: 8px;
  opacity: 95%;
}

.tooltipSignificado {
  position: relative;
  color: #5BC5AB;
  text-decoration: none;
  font-family: "Quicksand";
  transition: 1s color;
}

.tooltipSignificado:hover {
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  transition-delay: 0.5s;
}

.tooltipSignificado:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 2px;
  color: #fff;
  background: #5BC5AB;
  transform-style: linear;
  transition-property: height, width;
  transition-delay: 0.3s, 0.3s;
  transition-duration: 0.5s;
}

.tooltipSignificado:hover:before {
  transition-property: width, height;
  width: 0px;
  height: 100%;
}

.tooltipSignificado:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #5BC5AB;
  padding-left: 3px;
  transform: scaleX(0);
  transition: 0.5s;
  transition-delay: 0s;
  transform-origin: left;
  z-index: -1;
}

.tooltipSignificado:hover:after {
  transform: scaleX(1);
  transition-delay: 0.8s;
}

/*post it*/
.note-contain {
  padding: 50px;
  margin-top: 30px;
  position: absolute;
  width: 50%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.note {
  color: #302535;
  position: relative;
  width: 326px;
  height: 280px;
  padding: 20px;
  font-size: 1rem;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
  display: block;
  margin: auto;
  align-content: center;
  line-height: 1;
  font-family: 'Quicksand';
}


.pinup {
  background: #5BC5AB;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.note,
.pinup p {
  font-family: 'Bricolage Grotesque';
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin: 30px;
  text-align: center;

}

.referencias{
  color: #5BC5AB
}

.referencias:hover{
  color: #5BC5AB
}


.figures{
  color:#000
}
.figures:hover{
  color: #000;
}

/*INFECTED UDDER*/
.udderinfocont {
  margin: auto;
  position: relative;
  height: 700px;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  justify-self: center;
}

.uddercont {
  position: relative;
  height: 500px;
  width: 700px;
  background-color: transparent;
  border-radius: 5px;
  align-items: center;

}

.udderimgcont {
  position: relative;
  height: 500px;
  width: 700px;
}

.udderbtncont {
  height: 15%;
  width: 100%;
  background-color: #f9f5f5;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.uddertxt {
  font-family: 'Quicksand';
  font-weight: 500;
  color: #302535;
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;

}

.uddertxt.active {
  display: block;
}

.udderimg {
  position: absolute;
  top: 0;
  left: 0;
  height: fit-content;
  width: fit-content;
  border-radius: 5px;
  display: none;
}

.udderimg.active {
  display: block;
}

.udderbtn1,
.udderbtn2,
.udderbtn3,
.udderbtn4,
.udderbtn5 {
  background: var(--gradient);
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  outline: transparent;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  height: 60px;
  margin: 7px;
  width: 150px;

}

.udderbtn1:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(197, 140, 47, 0.5);
}

.udderbtn1:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(197, 140, 47, 0.5);
}

.udderbtn2:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(58, 81, 105, 0.5);
}

.udderbtn2:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(58, 81, 105, 0.5);
}

.udderbtn3:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(139, 149, 95, 0.5);
}

.udderbtn3:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(139, 149, 95, 0.5);
}


.udderbtn4:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5);
}

.udderbtn4:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5);
}

.endoinfocont {
  margin: auto;
  position: relative;
  height: 700px;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  justify-self: center;
}

.mechcont {
  position: relative;
  height: 450px;
  width: 700px;
  background-color: white;
  border-radius: 5px;
  align-items: center;

}

.mechimgcont {
  position: relative;
  height: 500px;
  width: 700px;
}

.mechtxt {
  font-family: 'Quicksand';
  font-weight: 500;
  color: #302535;
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;

}

.mechtxt.active {
  display: block;
}

.mechimg {
  position: absolute;
  top: 0;
  left: 0;
  height: fit-content;
  width: fit-content;
  border-radius: 5px;
  display: none;
}

.mechimg.active {
  display: block;
}

.mechbtn1,
.mechbtn2,
.mechbtn3 {
  background: var(--gradient);
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  outline: transparent;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  height: 60px;
  width: 150px;
  margin: 10px
}

.mechbtn1:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(197, 140, 47, 0.5);
}

.mechbtn1:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(197, 140, 47, 0.5);
}

.mechbtn2:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(58, 81, 105, 0.5);
}

.mechbtn2:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(58, 81, 105, 0.5);
}

.mechbtn3:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(139, 149, 95, 0.5);
}

.mechbtn3:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(139, 149, 95, 0.5);
}

#piechart_3d {
  margin: auto;
}

.instructionHover{
  background:linear-gradient(to right, #447D9C, #5BC5AB);
  color: white;
  width: fit-content;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 3vw;
  font-size: 1vw;
  border-radius: 25px;
  margin: auto;
}

.instructionClick{
  background:linear-gradient(to right, #DE8551, #A9BA6C);
  color: white;
  width: fit-content;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 3vw;
  font-size: 1vw;
  border-radius: 25px;
  margin: auto;
}

.clickMeCr {
  position: absolute;
  top: 37.5vw;
  transform: translate(-100%, -50%);
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  opacity: 0;
  width: 0px;
  animation: leftRight 2s ease infinite;
  transition: opacity 0.8s ease 0s, width 0s ease 0s;
}
.clickMeCr.active {
  opacity: 1;
  transition-delay: 1.6s;
  width: 120px;
}

@keyframes leftRight{
  0%{
    left: 57vw;
  }
  50%{
    left: 60vw;
  }
  100%{
    left: 57vw;
  }
}

@media screen and (max-width: 768px) {
  .clickMeCr{
    display: none;
  }
}