@font-face {
  font-family: 'DINCond';
  src: url('fonts/DINCond-Regular.woff2') format('woff2'), url('fonts/DINCond-Regular.woff') format('woff'), url('fonts/DINCond-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINBold';
  src: url('fonts/DINCondensed-Bold.woff2') format('woff2'), url('fonts/DINCondensed-Bold.woff') format('woff'), url('fonts/DINCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GildaDisplay';
  src: url('fonts/GildaDisplay-Regular.eot');
  src: url('fonts/GildaDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/GildaDisplay-Regular.woff2') format('woff2'), url('fonts/GildaDisplay-Regular.woff') format('woff'), url('fonts/GildaDisplay-Regular.ttf') format('truetype'), url('fonts/GildaDisplay-Regular.svg#fonts/GildaDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.loader svg {
  width: 150px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader .spin {
  transform-origin: center;
  animation: spin 1.1s linear infinite;
}
.loader.hidden {
  opacity: 0;
  transition: opacity 0.1s;
}
body {
  margin: 0;
  font-family: "GildaDisplay";
  color: #4A4237;
  letter-spacing: 2px;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  overflow-x: hidden;
}
h1 {
  font-family: "GildaDisplay";
  font-size: 100px;
  letter-spacing: 0.08em;
  margin: 0;
  line-height: 50px;
}
header {
  width: 100vw;
  height: 30vw;
  position: relative;
  overflow: hidden;
}
header .header-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header img.bg {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  max-width: none;
}
header img.logo {
  width: 500px;
  z-index: 1;
  position: relative;
}
header #play {
  position: absolute;
  width: 25px;
  top: 30px;
  right: 30px;
}
header #play:hover {
  cursor: pointer;
}
header #bar1 {
  animation: bar1 2.2s infinite linear;
}
header #bar2 {
  animation: bar2 1.8s infinite linear;
}
header #bar3 {
  animation: bar3 2s infinite linear;
}
header #bar4 {
  animation: bar4 1.7s infinite linear;
}
@keyframes bar1 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}
@keyframes bar2 {
  0% {
    height: 5px;
  }
  40% {
    height: 1px;
  }
  80% {
    height: 7px;
  }
  100% {
    height: 5px;
  }
}
@keyframes bar3 {
  0% {
    height: 7px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes bar4 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}
header h1,
header h2 {
  position: relative;
  z-index: 1;
  color: white;
}
.mobile {
  display: none;
}
.hidden {
  opacity: 0;
}
.fadeIn {
  transition: all 0.5s ease-in;
}
header .header-container::after {
  display: none;
}
.main-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 100px;
  max-width: 1200px;
  position: relative;
  margin-bottom: 80px;
}
.main-section .main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  height: 100%;
  width: 100%;
}
.main-section .main-container p {
  text-align: justify;
  margin: 100px 0;
  max-width: 700px;
}
.main-section .main-container p span {
  display: block;
  font-style: italic;
  text-align: right;
  margin: 30px;
}
.photos {
  position: relative;
  width: 100vw;
}
.photos .photos-container {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  padding: 50px 0;
}
.photos .photos-container div {
  width: 30%;
  padding: 10px;
  position: relative;
  z-index: 5;
}
.photos .photos-container div p {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.photos .bg {
  position: absolute;
  width: 100%;
  background-color: #F4EEE9;
  height: 100%;
  left: 0;
  top: 0;
}
.photos::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 15px;
  border: 2px solid white;
}
section.contact {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  width: 100vw;
  max-width: 1500px;
}
section.contact .wood {
  position: absolute;
  top: 40%;
  width: 50%;
  left: -40%;
}
section.contact .blank {
  width: 30%;
}
section.contact .form {
  width: 70%;
  height: 100%;
  background-color: #F4EEE9;
  padding: 10px;
  position: relative;
}
section.contact .form .form-container {
  max-width: 900px;
  padding: 50px;
}
section.contact .form #status {
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
}
section.contact .form::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 15px 0 15px 15px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  pointer-events: none;
}
section.contact .form #status {
  margin-top: 30px;
  font-style: italic;
  display: block;
}
section.contact .form a {
  color: #4A4237;
  font-weight: bold;
  text-decoration: none;
}
section.contact .form form {
  margin-left: 15%;
  margin-top: 30px;
}
section.contact .form form input[type="text"],
section.contact .form form input[type="email"],
section.contact .form form input[type="date"],
section.contact .form form input[type="submit"],
section.contact .form form textarea {
  border: none;
  border-bottom: 1px solid #4A4237;
  outline: none;
  padding: 5px;
  background-color: transparent;
  width: 100%;
  margin: 2em 0;
  font-size: 1.1rem;
  color: #4A4237;
}
section.contact .form form input[type="submit"] {
  border: 1px solid #4A4237;
  width: 150px;
  float: right;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 200px;
  transition: all 0.5s;
}
section.contact .form form input[type="submit"]:hover {
  background-color: #4A4237;
  color: white;
  cursor: pointer;
}
section.contact .form form textarea {
  min-height: 140px;
}
section.contact .form form input::placeholder,
section.contact .form form textarea::placeholder {
  color: #4A4237;
  /* Placeholder text color */
  font-style: italic;
  /* Placeholder font style */
}
section.dog {
  display: flex;
  flex-direction: row;
  margin-top: 300px;
  width: 100vw;
  max-width: 1200px;
  margin-bottom: 200px;
}
section.dog img {
  position: absolute;
  top: 30%;
  width: 50%;
  right: -40%;
}
section.dog .blank {
  width: 30%;
}
section.dog .txt {
  width: 70%;
  height: 100%;
  background-color: #F4EEE9;
  padding: 100px 10px;
  position: relative;
}
section.dog .txt p {
  max-width: 900px;
  padding: 50px;
  padding-right: 15%;
  text-align: justify;
}
section.dog .txt::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 15px;
  border: 2px solid white;
  pointer-events: none;
}
audio {
  margin-bottom: 50px;
}
footer {
  color: #4A4237;
  padding: 1em;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .logo-bottom {
  position: relative;
  width: 10%;
}
footer p {
  font-size: 12px;
  position: relative;
  color: white;
  font-family: "DinBold";
}
footer p a {
  color: white;
}
footer img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0;
  position: absolute;
  left: 0;
  max-width: none;
}
/* Styles for screens with a width less than 1500px */
@media screen and (max-width: 1200px) {
  header img.logo {
    width: auto;
    height: 25vw;
  }
}
@media screen and (max-width: 700px) {
  header {
    height: 60vw;
  }
  header img.logo {
    height: 48vw;
  }
  .main-section {
    padding: 0 30px;
  }
  .main-section .main-container p {
    margin: 30px 0;
    font-size: 14px;
    text-align: left;
  }
  .photos .bg {
    height: 70%;
  }
  .photos .photos-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .photos .photos-container div {
    width: 60%;
    margin-bottom: 50px;
  }
  .photos::after {
    height: 68%;
  }
  section.contact {
    flex-direction: column;
    margin-top: -100px;
  }
  section.contact .form {
    width: 100%;
  }
  section.contact .form .form-container {
    padding: 30px;
  }
  section.contact .form .form-container p {
    font-size: 14px;
  }
  section.contact .form .form-container form {
    margin: 30px auto;
  }
  section.contact .wood {
    display: none;
  }
  section.dog {
    flex-direction: column;
    margin: 40px auto;
  }
  section.dog .txt {
    width: 100%;
    padding: 0;
  }
  section.dog .txt p {
    text-align: left;
    font-size: 14px;
  }
  section.dog img {
    right: 0;
    left: 0;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}
