@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+Vithkuqi:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chonburi&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  position: relative;

  margin: 0;
  padding: 0;
  background-image: url('img/fondo.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Esto mantiene la imagen fija mientras se desplaza la página */
}

@media only screen and (min-width: 1025px){
  body{
    background-image: url('img/florsvg.svg');
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  position: relative;
 /* min-height: 100vh;/*variable de scroll*/
  column-gap: 3rem;
 /* padding-block: min(20vh, 3rem);*/
  padding-inline: 2.3em;/*espacion en la pantalla izq y der*/
  align-items: center;
  /*justify-content: center;*/
  /*background: #6132ce;*/
  height: 600px;
  padding-top: 6.5rem;
}


@media screen and (min-width: 960px) {
  main {
    display: flex;
    padding-inline: 0;
  }
  
  
}

main .content {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
 /* padding-top: 6.5rem;*/
  /*margin-bottom: 1em;*/
  display: block;
  text-align: center;
  overflow: hidden;
  
}
@media screen and (min-width: 960px) {
  main .content {
    width: 40%;
    padding-left: 5em;
    margin-bottom: 0;
  }
}

main h2 {
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}
main p {
  font-size: 1rem;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 10px;
}
main .counter {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 2.5em 0 2em 0;
  gap: 2em;
}
main .counter i {
  margin-right: 10px;
}
main .counter span {
  display: block;
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #c1c1c1;
  margin-top: 3px;
}
main .btn {
  background-color: #d51a6d;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s ease-in;
}
main .btn i {
  margin-left: 15px;
}
main .btn:hover {
  background-color: #ae0a53;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
  height:390px;
}
@media screen and (min-width: 960px) {
  .swiper-container {
    width: 60%;
    right: -60px;
  }
}

.swiper {
  position: relative;
  width: 100%;
  z-index: 2;
}

.swiper-slide {
  width: 10rem;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.4s ease-in;
}
.swiper-slide span {
  display: inline-block;
  background: #9926e1;
  border-radius: 0 50px 50px 0;
  text-transform: capitalize;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: 2em;
  left: 0;
  color: #fff;
}
.swiper-slide h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
  word-wrap: break-word;
}
@media screen and (min-width: 800px) {
  .swiper-slide h3 {
    font-size: 1.8rem;
  }
}
.swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}
.swiper-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 90%;
}
.swiper-slide--one {
  background: #0f2027;
  background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("img/invi.jpeg") no-repeat 50% 50%/cover;
}
.swiper-slide--one h3 {
  font-family: "Courgette", cursive;
  font-weight: 300;
}
.swiper-slide--two {
  background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("img/igle.avif") no-repeat 50% 50%/cover;
}
.swiper-slide--two h3 {
  font-family: "Noto Serif Vithkuqi", serif;
  font-weight: 300;
}
.swiper-slide--three {
  background: url("img/reg.jpg") no-repeat 50% 50%/cover;
}
.swiper-slide--four {
  background: url("img/se_fot.jpg") no-repeat 50% 50%/cover;
}
.swiper-slide--five {
  background: url("img/boda2.jpg") no-repeat 50% 50%/cover;
}
.swiper-slide--six {
  background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("img/boda5.jpg") no-repeat 50% 50%/cover;
}
.swiper-slide--six h3 {
  font-family: "Chonburi", cursive;
  font-weight: 400;
}

.swiper-slide-active {
  display: grid;
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  /*bottom: -0.313rem;*/
  text-align: center;
  /*margin-top: 35px;*/
 /* width: auto;*/
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 1.5rem;
  height: 0.40rem;
  background: #00ffe1;
}
.swiper-pagination-bullet-active {
  background: #000000;
  
  
  /* Establecer el color del borde */
  border-color: #0084ff; /* Puedes usar nombres de colores o códigos hexadecimales */

  /* Establecer el estilo del borde (por ejemplo, sólido, punteado, etc.) */
  border-style: solid;

  /* Establecer el grosor del borde */
  border-width: .5px; /* Puedes ajustar el valor según el grosor deseado */

}

.circle {
  position: absolute;
  bottom: -5em;
  left: -8em;
  width: clamp(150px, 40vw, 400px);
  height: clamp(150px, 40vw, 400px);
  background: black;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.7;
}

.nombres{
  width: 600px;
  height: auto;
  object-fit: cover;
}


@media only screen and (max-width: 430px) {
  /*estilo celular*/
  .nombres{
    /*padding-top:3rem;*/
    width: 200px; /* Ancho de la imagen */
    
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Estilos para tablets */
  .nombres{
    width: 400px; /* Ancho de la imagen */
   }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  /* Estilos para laptops */
  .nombres{
    width: 600px; /* Ancho de la imagen */
   }
}

/*estilo boton contacto*/
button {
  position: relative;
  padding: 15px 45px;
  background: #d295fe32;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #d295fe3b;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

button:hover {
  border: 1px solid #f3b182;
  background: linear-gradient(
    85deg,
    #cd97f464,
    #cfa0f17d,
    #d09df572,
    #d5a6f662,
    #d5a4f868
  );
  animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
  0% {
    background-position: 0% 50%;
  }

  0% {
    background-position: 50% 100%;
  }

  0% {
    background-position: 0% 50%;
  }
}

.icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  transform-origin: 0 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

button:hover .icon-1 {
  animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
  transform: rotate(10deg);
}

@keyframes slay-1 {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.icon-2 {
  position: absolute;
  top: 0;
  left: 25px;
  width: 12px;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.5));
}

button:hover .icon-2 {
  animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.icon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  transform-origin: 50% 0;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

button:hover .icon-3 {
  animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-3 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

/*fin estilo boton contacto*/


/*inicio video pop up*/
/* Estilos para el pop-up */
#videoContainer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

/* Estilos para el vídeo */
#video {
  width: 100%;
  height: auto;
}

/* Estilos para el enlace de reproducción */
#pop-up-video {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

/* Media queries */
@media only screen and (max-width: 480px) {
  /* Estilos para teléfonos móviles */
  #videoContainer {
      width: 250px;
      height: auto;
      padding: 5px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  /* Estilos para tabletas */
  #videoContainer {
      padding: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  /* Estilos para laptops y pantallas más grandes */
  #videoContainer {
  width: 350px;
  height: auto;
      padding: 30px;
  }
}
/*fin video pop up*/

/*quitando el subrayado*/
a {
  text-decoration: none; /* Elimina el subrayado */
  color: white; /* Color del texto del enlace */
}