.section1 {
  border: 10px solid #000;
  border-radius: 20px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section2 {
  background-color: #fff;
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer {
  width: 100vw;
  height: 10vh;
  position: relative;
}

.div-block {
  background-image: url('../images/herobgpchobi-min.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.bg {
  background-image: url('../images/herobgpchobi-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.herotitle {
  background-image: url('../images/herotitlepchobi-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.herobutton {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  margin-bottom: 150px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  color: #ff1d1d;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4e0e0e;
  text-shadow: 6px 4px 1px #0003;
  background-color: #d4d200;
  border: 10px solid #2a3120;
  border-radius: 20px;
  width: 750px;
  height: 100px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 60px;
  text-decoration: none;
}

.sliderdiv {
  text-align: center;
  width: 100vw;
  height: auto;
  font-family: Changa One, Impact, sans-serif;
  position: relative;
}

.contentdiv {
  text-align: justify;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.slide {
  background-color: #ffd2d2;
  border: 5px solid #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading {
  filter: drop-shadow(5px 3px 5px #fffcfcb3);
  height: 10vh;
  padding-top: 20px;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-2, .heading-3, .heading-4 {
  text-align: center;
  font-weight: 400;
}

.section3 {
  position: relative;
}

.slide-2 {
  height: 100%;
}

.text-block {
  border-radius: 10px;
  height: 45vh;
}

.text-block-2, .text-block-3 {
  height: 45vh;
}

.contentdiv2 {
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.text-block-4 {
  background-color: #ffd2d2;
  border: 5px solid #000;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
}

.foot {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image {
  width: 250px;
  margin-left: 100px;
  padding-left: 0;
}

.text-block-5 {
  filter: drop-shadow(3px 2px #ffffffb3);
  color: #000;
  margin-right: 100px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 479px) {
  .bg {
    background-image: url('../images/herobgmobilehobi-min.png');
  }

  .herotitle {
    background-image: url('../images/herotitlemobilehobi-min.png');
    background-position: 0%;
    background-size: contain;
    padding-right: 0;
  }

  .button {
    color: #05afff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    text-shadow: 3px 2px 6px #0003;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#05afff, #6e02b3);
    -webkit-background-clip: text;
    background-clip: text;
    border-style: solid;
    width: 75vw;
    height: 120px;
    font-size: 40px;
    line-height: 40px;
  }

  .contentdiv {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .slide {
    flex: 0 auto;
    order: 0;
    width: auto;
    height: auto;
    margin-left: 28px;
    margin-right: 28px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading {
    padding-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block {
    width: 220px;
    height: 75vh;
  }

  .text-block-2 {
    text-align: center;
    width: 220px;
    height: 75vh;
    line-height: 20px;
  }

  .text-block-3 {
    width: 220px;
    height: 75vh;
    line-height: 18px;
  }

  .contentdiv2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .text-block-4 {
    text-align: justify;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    display: block;
  }

  .foot {
    justify-content: space-between;
  }

  .image {
    width: 160px;
    margin-left: 15px;
  }

  .text-block-5 {
    text-align: right;
    margin-right: 15px;
    line-height: 25px;
  }

  .div-block-2 {
    -webkit-text-fill-color: inherit;
    background-color: #ffb900;
    background-clip: content-box;
  }

  .left-arrow {
    width: 15vw;
    margin-left: 0;
    padding-left: 0;
  }

  .right-arrow {
    width: 15vw;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


