.input-error {
  box-shadow: 2px 3px 3px #ff000054;
  border: 1px solid red !important;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-family: 'Montserrat', sans-serif;
}
body ::-webkit-scrollbar-track {
  background-color: white;
}
body ::-webkit-scrollbar {
  width: 5px;
  background-color: white;
}
body ::-webkit-scrollbar-thumb {
  background-color: #E73F34;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: relative;
}
input,
textarea {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
* {
  box-sizing: border-box;
}
button {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  margin-top: 1rem;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: 0.75rem 5rem;
  border-radius: 2rem;
  outline: none;
  border: none;
  overflow: hidden;
  box-shadow: 0 8.27586px 19.8621px rgba(33, 53, 64, 0.2);
}
button:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 40%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #E73F34;
  transform-origin: center;
  transform: translate(50%, 50%) scale(0);
  transition: transform 0.45s ease-in-out;
}
button:hover {
  cursor: pointer;
  color: white;
}
button:hover:before {
  transform: translate(50%, 50%) scale(55);
}
button.btn-initial {
  font-weight: 300;
  background: white;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  border: solid 1px black;
  box-shadow: none;
  transition: ease-in;
}
button.btn-initial:before {
  background: #E73F34;
}
.brzanov-wrapper {
  overflow: hidden;
  height: 100vh;
  font-family: 'Playfair Display', sans-serif;
}
.page-1,
.page-2 {
  height: 100vh;
  width: 100vw;
  padding: 5vh 5vw;
}
.page-1 {
  padding-right: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-1 h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin-top: 2rem;
  color: black;
}
.home-title h1 {
  font-size: 64px;
  color: black;
  margin: 0;
  display: flex;
  align-items: center;
}
.home-title h1 span {
  height: 1px;
  width: 8vw;
  margin-right: 1vw;
  background: black;
}
.home-title img {
  width: 60px;
  margin-bottom: 1.5rem;
}
.buttons-wrapper {
  display: flex;
  align-items: center;
}
.buttons-wrapper button {
  margin-right: 1.5rem;
}
.page-2 {
  background: #F7F8F2;
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 55vw;
  z-index: 2000;
  transition: 1s;
}
.page-2.contact-open {
  left: 5vw;
}
.spinner {
  width: 10vw;
  height: 10vw;
  margin: 0;
  position: absolute;
  top: 10vh;
  left: -5vw;
}
.contact-visible {
  width: 35vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-visible figure {
  background-size: cover;
  height: 36vh;
  width: 60%;
}
.contact-wrapper {
  align-self: flex-start;
  margin-top: -2rem;
  margin-left: 8rem;
}
.contact-wrapper h1 {
  margin: 0;
  font-size: 44px;
  line-height: 44px;
  color: #E73F34;
  text-transform: uppercase;
}
.contact-wrapper a {
  text-decoration: none;
  margin-top: 0.5rem;
}
.contact-details {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.contact-details a {
  font-size: 20px;
  color: black;
}
.contact-section-2 {
  width: 27vw;
  background: white;
  margin-left: 5vw;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 5vh 2rem;
  flex-shrink: 0;
}
.contact-section-2 form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.contact-section-2 form input {
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 1rem;
  border: none;
  border-bottom: solid 1px black;
  color: black;
  transition: 0.3s;
}
.contact-section-2 form input:focus {
  outline: none;
  border-color: #E73F34;
}
.contact-section-2 form textarea {
  font-family: 'Playfair Display', sans-serif;
  border: solid 1px black;
  color: black;
  transition: 0.3s;
}
.contact-section-2 form textarea:focus {
  outline: none;
  border-color: #E73F34;
}
.contact-section-3 {
  flex: 1;
  padding: 5vh 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.contact-section-3 .map-wrapper {
  height: 260px;
  width: 100%;
  background: white;
  margin: 0;
}
.contact-section-3 .map-wrapper .marker {
  position: absolute;
  margin: 0;
  width: 18px;
  height: 32px;
  bottom: 0;
  display: flex;
}
.contact-section-3 .map-wrapper .marker span {
  color: indianred;
  position: absolute;
  left: 20px;
  top: 10px;
}
.contact-section-3 h2 {
  font-size: 1rem;
  font-weight: 300;
}
.contact-section-3 .talk {
  font-size: 50px;
  font-weight: 700;
  color: #DDDDD9;
}
.contact-section-3 .talk:before {
  content: "Lets talk";
}
.page-3 {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  top: 100vh;
  background-size: auto auto;
  background: #ffffff repeating-linear-gradient(90deg, transparent, transparent 20%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.05) 20.1%);
  bottom: 0;
  transition: 1s;
  z-index: 6000;
  padding: 5vh 5vw;
  overflow-y: scroll;
}
.page-3 p {
  font-size: 22px;
  line-height: 2;
  width: 60%;
  margin: 0 auto;
  text-indent: 60px;
  text-align: justify;
}
.page-3.about-open {
  top: 0;
}
.paragraph-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.animate {
  animation-name: spinner-rotate;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.close-btn {
  position: absolute;
  top: 5vh;
  right: 7.5vw;
  cursor: pointer;
}
.language-selector {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0);
  font-size: 0.8rem;
  margin-top: 2rem;
}
.language-selector span {
  color: black;
  margin-left: 0.5rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.about-banner {
  display: flex;
  margin-top: 5rem;
  align-items: center;
}
.about-banner .about-img {
  width: 25%;
}
.about-banner .about-img img {
  width: 100%;
  border-radius: 500px;
}
.about-banner .home-title {
  flex: 1;
  margin-left: 50px;
}
.about-banner .home-title h1 {
  color: #E73F34;
  font-size: 52px;
}
.about-banner .home-title h1:last-child {
  margin-left: 25%;
}
.about-banner .home-title span {
  background: #E73F34;
}
.scrollable-content {
  flex: 1;
  display: flex;
}
.buttons-wrapper button {
  flex: 1;
}
.loading,
.form-success {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px white;
  z-index: 3;
}
.loading h1,
.form-success h1 {
  color: #E73F34;
  text-align: center;
}
.waves {
  animation: flow 1s infinite;
  animation-timing-function: linear;
}
@keyframes flow {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-20px, 0);
  }
}
@keyframes spinner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .home-title h1 {
    font-size: 56px;
  }
  .page-1 h2 {
    font-size: 20px;
  }
  button {
    padding: 0.75rem 0;
  }
  .scrollable-content {
    overflow-y: scroll;
    flex-direction: column;
    margin-bottom: -5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .contact-section-2 {
    margin-left: 0;
    width: 100%;
    background: none;
    border: none;
  }
  .contact-section-3 {
    padding: 0 2rem 5vh;
    flex: none;
  }
  .contact-section-3 .talk {
    order: -1;
    margin: 0;
  }
  .contact-section-3 h2 {
    order: 2;
  }
  .contact-section-3 figure {
    order: 3;
  }
  .spinner {
    width: 8vw;
    height: 8vw;
    left: -4vw;
  }
  .spinner img {
    width: 100%;
    height: 100%;
  }
  .contact-wrapper {
    margin-left: 6rem;
  }
  .about-banner .home-title h1 {
    font-size: 44px;
  }
  .about-banner p {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .contact-visible {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
    height: auto;
  }
  .page-1 {
    padding-right: 20vw;
  }
  .page-2 {
    left: 90vw;
    width: 95vw;
    flex-direction: column;
    overflow-y: scroll;
  }
  .scrollable-content {
    overflow-y: initial;
  }
  .buttons-wrapper button {
    max-width: 200px;
  }
  .contact-wrapper {
    margin-left: unset;
    align-self: center;
  }
  .spinner {
    display: none;
  }
  .about-banner {
    flex-direction: column;
  }
  .about-banner .about-img {
    width: 40%;
    margin-bottom: 2rem;
  }
  .about-banner .home-title {
    margin-left: 0;
  }
  .about-banner .home-title span {
    display: none;
  }
  .about-banner .home-title h1 {
    text-align: center;
    font-size: 2rem;
    justify-content: center;
  }
  .about-banner .home-title h1 div {
    width: 100%;
  }
  .about-banner .home-title h1:last-child {
    margin: auto;
  }
  .page-3 p {
    width: 90%;
    font-size: 16px;
  }
  .paragraph-wrapper {
    margin-top: 2rem;
  }
  .home-title h1 {
    font-size: 2.5rem;
  }
  .contact-wrapper h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 550px) {
  body {
    position: fixed;
    position: -ms-device-fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .page-1,
  .page-2,
  .page-3 {
    height: 100%;
  }
  .contact-section-2,
  .contact-section-3 {
    padding: 5vh 0;
  }
  .contact-section-3 {
    padding-top: 0;
  }
  .page-2.contact-open {
    left: 0;
    width: 100vw;
  }
  .contact-visible {
    align-items: flex-start;
  }
  .contact-visible figure {
    margin: 0;
    height: 200px;
  }
  .contact-visible .contact-wrapper {
    align-self: flex-start;
    margin-top: -1rem;
  }
  .about-banner {
    margin-top: 2rem;
  }
  .about-banner .about-img {
    width: 60%;
  }
  .paragraph-wrapper {
    margin-bottom: 2rem;
  }
  .page-1 {
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .home-title h1 {
    font-size: 2rem;
  }
  .home-title img {
    width: 40px;
    margin-bottom: 1rem;
  }
  .page-1 {
    padding-right: 12vw;
  }
  .page-1 h2 {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .language-selector {
    margin-top: 1rem;
  }
  button.btn-initial {
    font-size: 14px;
  }
  .buttons-wrapper button {
    margin-right: 1rem;
  }
  .about-banner .home-title h1 {
    font-size: 1.5rem;
    text-align: left;
  }
}

