* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*slider*/

.seccion3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 42, 232, 0.34);
}

/*#rgba (124, 42, 232, 0.34)
#f6dcff*/

.seccion3contitulo {
  background: url('img/fondoslider.png');
  background-size: cover;
  background-position: center;
  padding: 2em 0;
}

.seccion3contitulo h2 {
  text-align: center;
  color: #272B73;
  margin-bottom: 1em;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.slider-container {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 2em auto;
}

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

.slide {
  min-width: 12.5%;
  /* 100% / 8 imágenes */
  transition: transform 0.5s;
  margin: auto 1.4em;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(68, 12, 99, 0.9);
  /* Made background more opaque */
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  /* Made buttons slightly larger */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Added shadow for better visibility */
}

#prevBtn {
  left: 0;
}

#nextBtn {
  right: 0;
}

#prevBtn:hover,
#nextBtn:hover {
  background: rgba(68, 12, 99, 1);
  /* Full opacity on hover */
  transform: translateY(-50%) scale(1.1);
  /* Slight grow effect on hover */
  transition: all 0.3s ease;
}

/*slider*/


a {
  text-decoration: none;
  font-family: "poppins", sans-serif;
  margin: auto;
}

nav {
  display: flex;
  justify-content: space-evenly;
  padding: .5em;
  background-color: #532683;
  border-bottom: 7px solid #B18F36;
  width: 100vw;
  align-items: center;
}

.nav-item {
  color: #ffffff;
  font-size: 1.3em;
}

/*:hover.nav-item{
  font-size: 1.5em;
  transition: ease-out 1s;
}*/
.logo {
  float: left;
  width: 9em;
  margin-left: 3em;
}

/*
.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

h2 {
  font-family: "poppins", sans-serif;
  line-height: 2;
}

.mapa {
  border-color: #455D8C;
  border-radius: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

::selection {
  color: #fff;
  background: #532683;
}




.boton-contacto {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.boton-contacto:active {
  transform: scale(0.96);
}

.boton-contacto:before,
.boton-contacto:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.boton-contacto:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}



.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.button:active {
  transform: scale(0.96);
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}



/*
.button2 {
  padding: .2em .6em;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.button2:active {
  transform: scale(0.96);
}

.button2:before,
.button2:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button2:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button2:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}*/



a {
  text-decoration: none;
  color: #fff;
}

/*seccion1*/
.s1-ind {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  padding: 3em;
  background: #ded5ff;
  height: 36em;
}

.s1-1-ind {
  width: 50%;
}

.bienvenida {
  padding: 1em 2em 4em 7em;
  width: 48em;
  transition: transform 2s;
  margin: 0 auto;
}

:hover.bienvenida {
  transform: scale(1.1);
  margin: 0 auto;
}

.s1-2-ind {
  width: 50%;
  padding: 4em 16em 4em 0;
  color: #000000;
  line-height: 2em;
  /*text-shadow: 2px 2px 8px #1c083f;*/
  font-size: large;
  font-family: "poppins", sans-serif;
}

/*seccion2*/
.s2-ind {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  padding: 3em;
  background-image: url(img/banner6d.png);
  background-size: cover;
  height: 30em;
  border-bottom: 7px solid #B18F36;
}

.s2-1-ind {
  width: 60%;
  padding: 4em 6em 4em 8em;
  font-size: large;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
}

.s2-2-ind {
  width: 40%;
}

/*seccion3*/
.s3-ind {
  width: 100vw;

}


.div-s3-ind {
  width: 100vw;
  text-align: center;
  padding: 3em;
  color: #532683;
}

/*seccion4*/
.s4-ind {
  width: 100vw;
  display: flex;
  padding: 3em;
  background-color: #bcc3ff;
}

.s4-1-ind {
  width: 45%;
  display: flex;
  justify-content: space-evenly;
  padding: 3em;
}

.s4-2-ind {
  width: 55%;
  padding: 2em 26em 3em 2em;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  font-size: large;
  margin: auto;
}

.radarimagen {
  border-radius: 30%;
  box-shadow: 0 rgba(83, 38, 131, 0.48);
  -webkit-box-shadow: 0 rgba(83, 38, 131, 0.48);
  -moz-box-shadow: 0 rgba(83, 38, 131, 0.48);
  transition: 1s;
  width: 30em;
  margin-left: 3em;
  /* box-shadow: 1px 1px 61px 22px rgba(125,42,232,0.48);
-webkit-box-shadow: 1px 1px 61px 22px rgba(124, 42, 232, 0.34);
-moz-box-shadow: 1px 1px 61px 22px rgba(124, 42, 232, 0.232);
  box-shadow: 1px 1px 61px 22px rgba(222,216,255,1);
-webkit-box-shadow: 1px 1px 61px 22px rgba(222,216,255,1);
-moz-box-shadow: 1px 1px 61px 22px rgba(222,216,255,1);/*
border-style: solid;
border-width: .4em;
border-color: #B18F36;*/
}

:hover.radarimagen {
  box-shadow: 1px 1px 61px 22px rgba(83, 38, 131, 0.48);
  -webkit-box-shadow: 1px 1px 61px 22px rgba(83, 38, 131, 0.48);
  -moz-box-shadow: 1px 1px 61px 22px rgba(83, 38, 131, 0.48);
}

.image-sucursal {
  width: 30%;
}

/*seccion5*/
.s5-ind {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  background-color: #718af1;
  /*3F5073*/
  color: #F2F2F2;
  padding: 3em;
  border-top: 7px solid #B18F36;
}

.s5-1-ind {
  width: 50%;
  padding: 3em;
}

.s5-2-ind {
  width: 50%;
  padding: 3em;
}


.button3 {
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(68, 12, 99, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
}

/*nosotros*/
.s1-nos {
  display: flex;
  width: 100vw;
  background-color: #ded8ff;
}

.s1-1-nos {
  width: 50%;
  padding: 4em 6em 3em 6em;
  color: #000000;
  line-height: 2em;
  /*text-shadow: 2px 2px 8px #1c083f;*/
  font-size: large;
  font-family: "poppins", sans-serif;
}

.s1-2-nos {
  width: 50%;
  padding: 4em 16em 4em 4em;
  color: #000000;
  line-height: 2em;
  /*text-shadow: 2px 2px 8px #1c083f;*/
  font-size: large;
  font-family: "poppins", sans-serif;
}

.s2-nos {
  display: flex;
  width: 100vw;
  background-color: #bcc3ff;
}

.s2-1-nos {
  width: 50%;
  padding: 2em 8em 4em 6em;
  color: #000000;
  line-height: 2em;
  /*text-shadow: 2px 2px 8px #1c083f;*/
  font-size: large;
  font-family: "poppins", sans-serif;
}

.s2-2-nos {
  width: 50%;
  padding: 4em;
  color: #000000;
  line-height: 2em;
  /*text-shadow: 2px 2px 8px #1c083f;*/
  font-size: large;
  font-family: "poppins", sans-serif;
}

.s3-nos {
  width: 100vw;
  background-color: #ded8ff;
  padding: 6em;
  font-family: "poppins", sans-serif;
  line-height: 2;
  font-size: large;
  display: flex;
  flex-wrap: wrap;
}

.s3-1-nos {
  width: 40%;
  padding: 3em 0 0 3em;
}

.s3-2-nos {
  width: 60%;
  padding: 3em 13em 2em 0;
}

.asociadas {
  width: 40em;
}

.teamwork {
  border-radius: 13%;
  height: 15em;
  border: .3em solid;
  border-color: #B18F36;
}

/*contacto*/
.contacto {
  display: flex;
  width: 100vw;
  align-content: center;
  background: #bcc3ff;
  padding: 6em 0 6em 0;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-evenly;
}

.contacto__mail {
  width: 60%;
  height: 36em;
  padding: 0em 0 0 6em;
}

.contacto__info {
  width: 30%;
}

.mail {
  background: #ded8ff;
  width: 90%;
  margin: auto;
  border-radius: 2%;
  padding: 1em 3em 4em 3em;
  text-align: center;
  height: 33em;
}

input {
  font-family: "poppins", sans-serif;
  line-height: 2;
  font-size: large;
}

/* */

.firma {
  background-color: #242b90;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.msd {
  font-family: "Playfair Display", serif;
  text-decoration: none;
}

.iframe_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe_responsive {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/*seccion2*/
.seccion2c {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  padding: 3em;
  background-color: #ded8ff;
  background-size: cover;
  height: 30em;
}






/*sucursal*/

/*seccion1*/
.s1-suc {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  padding: 3em;
  background-color: #d9cbff; /*#b5a0ff*/
  height: 36em;
}

.s1-1-suc {
  line-height: 2em;
  width: 40%;
  font-size: large;
  font-family: "poppins", sans-serif;
  padding: 1em 4em 4em 10em;
}

.s1-2-suc {
  width: 60%;
  padding: 2em 2em 2em 14em;
}

/*seccion2*/
.s2-suc {
  width: 100vw;
  display: flex;
  justify-content: space-evenly;
  background-color: #d9cbff;
  background-size: cover;
  height: 33em;
  border-bottom: 7px solid #B18F36;
}

.s2-1-suc {
  line-height: 2em;
  width: 50%;
  font-size: large;
  font-family: "poppins", sans-serif;
  padding: 2em 4em 4em 12em;
}

.s2-2-suc {
  width: 50%;
  line-height: 2em;
  font-size: large;
  font-family: "poppins", sans-serif;
  padding: 4em;
}




/*bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #4fc3f7;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      overflow: hidden;
      z-index: 1;
    }

    .bubble-button:hover .bubbles span {
      animation: floatUp 1s ease-out forwards;
    }

    .bubbles {
      position: absolute;
      top: 50%;
      left: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
    }

    .bubbles span {
      position: absolute;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      opacity: 0;
    }

    .bubbles span:nth-child(1) {
      left: 10%;
      animation-delay: 0s;
    }
    .bubbles span:nth-child(2) {
      left: 30%;
      animation-delay: 0.1s;
    }
    .bubbles span:nth-child(3) {
      left: 50%;
      animation-delay: 0.2s;
    }
    .bubbles span:nth-child(4) {
      left: 70%;
      animation-delay: 0.3s;
    }
    .bubbles span:nth-child(5) {
      left: 90%;
      animation-delay: 0.4s;
    }

    @keyframes floatUp {
      0% {
        transform: translateY(0);
        opacity: 1;
      }
      100% {
        transform: translateY(-60px);
        opacity: 0;
      }
    }*/
/*.bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #00bcd4;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      overflow: visible;
    }

    .bubble {
      position: absolute;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      pointer-events: none;
      animation: explode 0.8s ease-out forwards;
    }

    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    }*/
/*.bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #00bcd4;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      overflow: visible;
    }

    .bubble {
      position: absolute;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      pointer-events: none;
      animation: explode 0.8s ease-out forwards;
    }

    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    }*/
/*.bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #00bcd4;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      overflow: visible;
    }

    .bubble {
      position: absolute;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      pointer-events: none;
      animation: explode 0.8s ease-out forwards;
    }

    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    }
    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    }*/
/*.bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #00bcd4;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      overflow: visible;
    }

    .bubble {
      position: absolute;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      pointer-events: none;
      animation: explode 0.8s ease-out forwards;
    }

    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    }*/
/*.bubble-button {
  position: relative;
  padding: 1em 2em;
  font-size: 1.2em;
  background: #581fa2;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: visible;
  z-index: 1;
}

.bubble {
  position: absolute;
  background: rgba(135, 66, 245, 0.9);
  border-radius: 50%;
  pointer-events: none;
  animation: explode .6s ease-in-out forwards;
  box-shadow: 0 0 8px rgba(114, 66, 245, 0.6);
}/*animation: explode 1s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;*/

/*.bubble-button {
      position: relative;
      padding: 1em 2em;
      font-size: 1.2em;
      background: #7b1fa2;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      overflow: visible;
      z-index: 1;
    }

    .bubble {
      position: absolute;
      background: rgba(203, 66, 245, 0.9);
      border-radius: 50%;
      pointer-events: none;
      animation: explode 1s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
      box-shadow: 0 0 8px rgba(203, 66, 245, 0.6);
    }

    @keyframes explode {
      0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
      }
    /*@keyframes explode {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(0.5);
  }
}*/

.bubble-button {
  position: relative;
  padding: 1em 2em;
  font-size: 1.2em;
  background: #651fa2;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: visible;
  z-index: 1;
}

.bubble {
  position: absolute;
  background: rgb(105, 12, 255);
  border-radius: 50%;
  pointer-events: none;
  animation: explode .7s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
  box-shadow: 0 0 8px rgba(102, 66, 245, 0.946);
}

@keyframes explode {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(0.5);
  }
}

.iframe-style{
  height: 18em;
}


/* Burger Menu Styles */
.burger-menu {
  display: none;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.burger-menu div {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.burger-menu.active div:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active div:nth-child(2) {
  opacity: 0;
}

.burger-menu.active div:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media only screen and (max-width:800px) {
  .burger-menu {
    display: block;
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    top: 20px;
    right: 20px;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #532683;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    transition: 0.3s;
    z-index: 999;
  }

  nav.active {
    right: 0;
  }

  .nav-item {
    color: #ffffff;
    font-size: 1.5em;
    margin: 0.5em 0;
    text-align: center;
    padding: 10px 0;
  }

  .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 7em;
    margin: 0;
  }

  /* Reorder the navigation items */
  nav {
    display: flex;
    flex-direction: column;
  }

  nav a:not(.logo) {
    order: 1;
  }

  nav a.logo {
    order: 0;
  }

  .burger-menu div {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px;
    transition: all 0.3s ease;
  }

  .burger-menu.active div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: #ffffff;
  }

  .burger-menu.active div:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.active div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color: #ffffff;
  }

  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }

  .menu-overlay.active {
    display: block;
  }
}

@media only screen and (max-width:900px) {
  .slider-wrapper {
    padding: 0 30px;
  }

  .slider-container {
    width: 90%;
  }

  .slide {
    min-width: 50%;
    /* Show 2 slides at a time on mobile */
    padding: 0 5px;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  #prevBtn,
  #nextBtn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}