@import url('https://fonts.googleapis.com/css2?family=Agu+Display&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-image: url('images/bg1.jpg');
  background-size: cover;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-attachment: fixed;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.xmas {
  font-family: "Agu Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 0;
}

.container {
  height: 100vh;
  position: relative;
}

.vcenter {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.center {
  /*margin-left: auto;
  margin-right: auto;*/
  text-align: center;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.patu-logo img {
  filter: drop-shadow(0px 0px 10px #000);
}

.hero-title {
  font-size: 64px;
  color: rgba(200,0,0,1.0);
  text-shadow: 0px 0px 10px #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.client-name {
  margin-top: 20px;
  font-size: 32px;
}

.button {
  font-size: 28px;
  text-transform: uppercase;
  border: 2px solid rgba(200,0,0,1.0);
  color: rgba(200,0,0,1.0);
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.button:hover {
  background-color: rgba(200,0,0,1.0);
  color: #fff;
}

.second {
  background-image: url('images/bg2.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.text-title {
  font-size: 46px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  margin-bottom: 40px;
  text-align: left;
}

.text {
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  text-align: justify;
}

.second .button {
  color: #fff;
  border: 2px solid #fff;
}

.second .button:hover {
  background-color: #fff;
  color: rgba(200,0,0,1.0);
}

.third {
  background-image: url('images/bg3.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.bigger {
  color: #fff;
  text-align: left;
  font-size: 24px;
}

/*.right {
  float: right;
}*/

.client-logo-mamuzsich img {
  max-height: 100px;
  width: auto;
}

@media all and (max-width: 767px) {
  body, .second, .third {
    background-attachment: scroll;
    background-position: center;
  }
  .container {
    height: auto;
  }
  .vcenter {
    position: relative;
    -ms-transform: none;
    transform: none;
  }
  .patu-logo {
    margin-top: 40px;
  }
  .hero-button {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .second-button {
    margin-top: 20px;
    background-color: #fff;
    color: rgba(200,0,0,1.0) !important;
  }
  .hero-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .second, .third {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .third {
    padding-bottom: 100px;
  }
  .text-title {
    font-size: 38px;
  }
  .finish-button {
    background-color: rgba(200,0,0,1.0);
    color: #fff !important;
  }
  .hero-title {
    font-size: 48px;
  }
  .last-button {
    background-color: transparent !important;
  }
}
