body {
    font-family: 'Times New Roman', serif;
    color: #c3ad6b;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

/* El contenedor de la modal: inicialmente está oculto */
.modal {
    display: none; /* Oculta por defecto */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo semitransparente */
}

/* Contenido de la modal */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Botón para cerrar la modal */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.container {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    position: relative;
    overflow-x:hidden;
    border: solid 1px;
    border-radius: 10px;
}

.header {
    margin-top: 20px;
    font-size: 14px;
    color: #c3ad6b;
    text-transform:uppercase;
}

.gender-reveal {
    font-size: 40px;
    color: #c3ad6b;
    font-family: 'Times New Roman', serif;
    margin: 0;
}

.invitation-text {
    font-size: 20px;
   
    margin: 10px 0;
}

.question {
    font-size: 48px;
    color: #c3ad6b;
    margin: 20px 0;
}

.date-time {
    font-size: 18px;
    margin: 20px 0;
    text-align:center;
    width:100%;
}

.date-time table {
    width:100%;
}

.date-circle {
    line-height: 100px;
    font-size: 36px;
    font-weight: bold;
    margin: 20px;
}

.countdown {
    font-size: 16px;
    display: inline-block;
    width:100%;
    padding: 0px;
    margin: 0px !important;
}

.countdown div {
    display: inline-block;
    width: 60px;
    font-size: 20px;
}

.countdown p {
    font-size: 22px;
    font-style: italic;
}

.footer {
    font-size: 16px;
   text-align:left;
}

.address {
    font-size: 18px;
    margin-top: 10px;
     text-align:center;
      top: 27px;
}

/* Estilos para las imágenes */
.bee-img {
    position: absolute;
width: 100px;
left: 0%;
top: 27px;
    
}

.bee-img {
        width: 80px;
    }
    
    
.bee-img1 {
    position:absolute;
    width: 100px;
   left: 19%;;
   top:404px;
}

.bee-img2 {
    position: absolute;
    width: 100px;
    top: 568px;
    right: 26%;
}

.bee-img3 {
    position: absolute;
    width: 100px;
    right: 0%;
    top: 27px;
    transform: scalex(-1);
}

.top-image {
    
    top: -20px;
    right: 20px;
    width: 205px;
}

.clock-image {
       top: 424px;
        right: 60%;
        width: 205px;
        transform: scaleX(-1);
        position: absolute;
}

.address-image {
        top: 612px;
        right: -82px;
        width: 379px;
        position: absolute;
}

 .confirm-image {
        top: 790px;
        right: 60%;
        width: 126px;
        position: absolute;
}

.bottom-image {
    position: relative;
    bottom: 10px;
    left: 20px;
    width: 80px;
}

/* Encabezado */
.he-she {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: bold;
    color:#333;
   
}

.he-she span.he {
    color: #4169e1; /* Azul */
}

.he-she span.she {
    color: #ff69b4; /* Rosa */
}




.time-box {
    text-align: center;
    font-size: 18px;
}

.flip-container {
    position: relative;
    perspective: 1000px;
}

.top, .bottom {
    width: 80px;
    height: 50px;
    background-color: #c3ad6b;
    color: #fff;
    line-height: 50px;
    font-size: 32px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    transition: transform 0.5s ease;
}

.top {
    z-index: 1;
    transform-origin: bottom;
}

.bottom {
    transform-origin: top;
}

.time-box span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.time-box2
{
    background-color:#c3ad6b;
    color:white;
    margin-top: 50px;
    padding-right: 2px;
    font-size: 14px !important;
}
}


/* Ajustes para móviles */
@media (max-width: 600px) {
    .container {
        width: 95%;
    }

    .gender-reveal {
        font-size: 30px;
    }

    .question {
        font-size: 36px;
    }

    .date-circle {
        width: 80px;
        height: 80px;
        font-size: 28px;
        line-height: 80px;
    }

    .bee-img {
        width: 80px;
    }
}

/* Estilos para pantallas medianas (≥768px) */
@media (min-width: 768px) {
    /* Tus estilos aquí */
}

/* Estilos para pantallas grandes (≥1024px) */
@media (min-width: 1024px) {
    /* Tus estilos aquí */
    .container {
        width: 36%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        position: relative;
                height: 1000px;
                border: solid 1px;
border-radius: 10px;
padding: 32px;
    }
    
    
}

/* Estilos para los botones */
.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #c3ad6b;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.button.whatsapp {
    background-color: #c3ad6b;
}

.button.call {
    background-color: #c3ad6b;
}

.button:hover {
    opacity: 0.8;
}

/* Estilo común para el input y el textarea */
.custom-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none; /* Sin borde por defecto */
  border-bottom: 1px solid #d3d3d3; /* Solo borde inferior */
  outline: none; /* Quitar el borde de enfoque predeterminado */
  transition: border-color 0.3s ease; /* Animación en el cambio de color del borde */
  margin-bottom: 20px;
}

/* Cambio de color del borde cuando el input o textarea están en foco */
.custom-input:focus {
  border-bottom: 1px solid #d3d3d3;
}

/* Estilos específicos para el textarea */
textarea.custom-input {
  height: 60px; /* Altura para el textarea */
  resize: none; /* Desactivar el redimensionamiento */
}

.golden-button {
  background-color: #d4af37; /* Color dorado */
  color: white; /* Color del texto */
  padding: 10px 20px; /* Espaciado interno del botón */
  font-size: 16px;
  border: none; /* Sin bordes */
  border-radius: 25px; /* Bordes redondeados */
  cursor: pointer; /* Cambiar el cursor al pasar sobre el botón */
  transition: background-color 0.3s ease; /* Suave transición en el hover */
}

.golden-button:hover {
  background-color: #b5962c; /* Color dorado más oscuro en hover */
}