@font-face {
  font-family: 'Solare';
  src: url(/fonts/solare/solare/SolareItalic-Black.otf) format('opentype');
}

body {
  margin: 0;
  font-family: 'Georgia', serif;
  background: #fdf6f8;
  color: #333;
  background-image: url(/pics/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
}

h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #b45c7a;
  font-family: 'Solare';
}

h2 {
  text-align: center;
  color: #9e4f6c;
  font-family: 'Georgia', serif;
  margin-bottom: 2rem;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.text-section {
  flex: 1 1 55%;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-title {
  font-weight: bold;
  color: #b45c7a;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.3rem;
}

.inline-gallery {
  display: flex;
  justify-content: left;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.inline-gallery img {
  width: 150px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.inline-gallery1 img {
  width: 200px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.inline-gallery1 {
  display: flex;
  justify-content: left;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.media-section {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.media-section video {
  max-width: 300px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



/* Ensures this section fits your existing aesthetic */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.text-section {
  flex: 1 1 55%;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-title {
  font-weight: bold;
  color: #b45c7a;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.3rem;
}

.media-section {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.media-section video {
  width: 100%;
  max-width: 450px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bottom-right-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #a54caf;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  z-index: 1000;
  font-size: 14px;
  text-decoration: none;
}

.bottom-right-button:hover {
  background-color: #cc6eb1;
}

/*---  filter design--*/

#proof-filter {
  padding: 10px 14px;
  font-size: 1rem;
  border: 2px solid #b45c7a;
  border-radius: 8px;
  background: #fff0f5;
  color: #b45c7a;
  font-family: 'Georgia', serif;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(180, 92, 122, 0.2);
}

#proof-filter:hover {
  background-color: #fce4ec;
  border-color: #9e4f6c;
}

#proof-filter:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 92, 122, 0.3);
}

label[for="proof-filter"] {
  font-family:Georgia, serif;
  font-size: 1.5rem;
  color: #b45c7a;
  margin-right: 0.5rem;
}



.container {
  animation: fadeIn 1.2s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.book{
  max-width:36rem;
  max-height: 38rem;
}

