@import url('https://use.fontawesome.com/releases/v6.5.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
  font-family: "Playfair Display", serif;
  margin-top: 100px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
a {
  color: #ffb675;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}
p {
  margin: 10px 0;
}
.logo {
  vertical-align: middle;
  width: 100px;
}
.latest {
  display: inline-block;
  width: 420px;
  line-height: 1.7;
  text-align: left;
  margin-left: 100px;
  vertical-align: middle;
}
.photo {
  width: 562px;
  max-width: 100%;
}
i {
  margin-right: 5px;
}
.load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 99;
  box-sizing: border-box;
}
.load img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translatey(-50%);
}
form {
  margin-top: 30px;
}
input, button {
  font: inherit;
  background: none;
  border: none;
  padding: 10px;
  margin: 15px 5px;
  width: 250px;
  outline: none;
  border-bottom: 2px solid;
  border-radius: 0;
  color: black;
  text-align: center;
}
button {
  width: initial;
  border: 2px solid;
  border-radius: 10px;
  padding: 7px 15px 9px;
}
.footer {
  display: block;
  margin-bottom: 100px;
  line-height: 2;
}
.thank-you {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: #ffb675;
  left: 0;
  border-bottom: solid 0px #ffb675;
}
.subscribe-wrap {
  width: 500px;
  padding: 50px 0;
  box-shadow: 0 0 100px rgb(0 0 0 / 10%);
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 100px;
  position: relative;
}
.subscribe-wrap img {
  width: 350px;
  margin-bottom: 50px;
  max-width: 70%;
  border-radius: 30px;
}
.hide .subscribe, .hide .close {
  display: none;
}
.close-button {
  cursor: pointer;
  padding: 30px;
  font-size: 20px;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.photo-2 {
  display: none;
}
.pre-load {
  height: 1px;
  opacity: 0;
  position: absolute;
}
.swap .photo-1 {
  display: none;
}
.swap .photo-2 {
  display: initial;
}
input:-webkit-autofill, .catering input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: black;
  border-color: black;
  caret-color: black;
}
.photo-wrap {
  position: relative;
  background: url(25-2.jpg);
  display: inline-block;
  background-size: contain;
  margin: 50px 0;
  border-radius: 30px;
  overflow: hidden;
}
.footer-photo {
  width: 150px;
  border-radius: 100%;
  margin: 50px 0 30px;
}
.tap {
  display: none;
}
@media (min-width: 1000px) {
  .photo-1:hover {
    opacity: 0;
  }
}
@media (max-width: 500px) {
  body {
    margin-top: 70px;
    font-size: 13px;
  }
  .logo {
    width: 70px;
    display: block;
    margin: auto;
  }
  .latest {
    margin: 50px 0;
    width: 280px;
  }
  .photo {
    padding: 0 0 70px;
  }
  input:focus, input:focus + button {
    font-size: 16px;
  }
  .footer {
    margin-bottom: 100px;
  }
  .footer-photo {
    width: 100px;
  }
  .tap {
    display: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
    pointer-events: none;
  }
  form {
    margin-top: 70px;
  }
  .subscribe {
    margin: 0;
  }
  .subscribe-wrap {
    margin: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}