:root {
  --white: white;
  --black: black;
}

.header_section {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff), url('../images/buddha_2.png'), url('../images/daria-tumanova-2oi3JDGB8Vo-unsplash1.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 480px, cover;
}

.header_section.process {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff), url('../images/buddha_2.png'), url('../images/daria-tumanova-2oi3JDGB8Vo-unsplash1.jpg');
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 199px, cover;
}

.header_wrapper {
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230px;
  padding-bottom: 40px;
}

.header_wrapper.process {
  padding-top: 140px;
  padding-bottom: 60px;
}

.content_wrapper {
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper.process {
  padding-bottom: 20px;
}

.content_wrapper.ty_left {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer_section {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 50%), url('../images/daria-tumanova-2oi3JDGB8Vo-unsplash1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer_wrapper {
  width: 800px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.h1 {
  color: #fff;
  text-shadow: 0 1px 14px #000;
  margin-top: 0;
  font-family: Marcellus, sans-serif;
  font-size: 68px;
  line-height: 1;
}

.h1.color {
  color: #fff;
  text-shadow: none;
  background-image: url('../images/vecteezy_red-ribbon_1197247.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  padding-top: 51px;
  padding-bottom: 84px;
  font-size: 50px;
}

.h1.ty {
  font-size: 60px;
}

.p-text {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.p-text.big {
  font-size: 20px;
}

.button {
  background-color: #ee2c2c;
  border-radius: 10px;
  margin-top: 10px;
  padding: 14px 100px;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  box-shadow: 0 2px 5px rgba(156, 7, 7, .63);
}

.button:hover {
  background-color: #9c0303;
}

.input_field {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.temple_img {
  margin-top: 10px;
}

.link {
  color: #ee2c2c;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.form_container {
  background-color: #f8f2e5;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 100px 30px;
}

.footer_text {
  color: #333;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.footer_text.smaller {
  text-shadow: 0 1px 8px #fff;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.h2 {
  color: #fff;
  text-shadow: 0 1px 14px #000;
  font-family: Marcellus, sans-serif;
  font-size: 50px;
}

.loading_gif {
  max-width: 16%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullet_text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.h3 {
  text-align: center;
  margin-top: 40px;
  font-family: Marcellus, sans-serif;
}

.red_highlight {
  color: #ee2c2c;
}

.gift_img {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.center_container {
  text-align: center;
}

.center_container.ty {
  margin-bottom: 40px;
}

.footer_container {
  padding-bottom: 10px;
}

.family_img {
  margin-top: 10px;
}

.list {
  background-image: url('../images/musical-notes.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 35px;
}

@media screen and (max-width: 991px) {
  .header_section {
    background-size: auto, 460px, cover;
  }

  .header_section.process {
    background-size: auto, 200px, cover;
  }

  .header_wrapper, .content_wrapper, .footer_wrapper {
    width: 90%;
  }

  .h1 {
    font-size: 60px;
  }

  .h1.color {
    font-size: 46px;
  }

  .h1.color.ty {
    margin-top: 0;
  }

  .h1.ty {
    font-size: 50px;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2 {
    font-size: 46px;
  }

  .h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    background-size: auto, 380px, cover;
  }

  .header_section.process {
    background-size: auto, 240px, cover;
  }

  .content_wrapper.process {
    padding-bottom: 100px;
  }

  .h1 {
    font-size: 44px;
  }

  .h1.color {
    margin-top: 10px;
    padding-top: 29px;
    padding-bottom: 55px;
    font-size: 33px;
  }

  .h1.ty {
    font-size: 40px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2 {
    font-size: 49px;
    line-height: 1;
  }

  .loading_gif {
    max-width: 26%;
  }

  .h3 {
    line-height: 1.2;
  }

  .gift_img {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    background-size: auto, 250px, cover;
  }

  .header_section.ty {
    background-size: auto, 260px, cover;
  }

  .header_wrapper {
    padding-top: 140px;
  }

  .content_wrapper.process {
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .h1.color {
    background-position: 50% 8%;
    background-size: 420px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .h1.ty {
    font-size: 32px;
  }

  .button {
    font-size: 22px;
  }

  .form_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .loading_gif {
    max-width: 40%;
  }

  .h3 {
    font-size: 26px;
  }

  .footer_container {
    flex-direction: column;
    display: flex;
  }
}


@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}