/* container */
#container {
  overflow: hidden;
  background-color: #e4e4e4;
  padding: 0px 40px;
}

/* section1 */

.section1container {
  display: flex;
  width: 100%;
  justify-content: center;
}

#section1 {
  width: 100%;
  position: relative;
  max-width: 1280px;
}

#section1 .section1box {
  display: flex;
  flex-direction: column;
  background-image: url(/images/stake/stakebg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 480px;
}

#section1 .section1box2 {
  display: flex;
  flex-direction: column;
  background-image: url(/images/stake/vaultbg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 480px;
}

#section1 .contentbox {
  padding: 144px 120px;
}

#section1 .title {
  font-size: 74px;
  line-height: normal;
  color: #ffffff;
}

#section1 .desc {
  font-size: 28px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0.4px;
  max-width: 1040px;
  padding: 0px 40px;
  margin-top: 38px;
}

/* section2 */
.section2container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
}

#section2 {
  width: 100%;
  padding: 60px 40px;
  max-width: 1280px;
}

#section2 .section2box {
  display: flex;
  gap: 30px;
}

#section2 .section2box2 {
  display: flex;
  gap: 30px;
}

#section2 .title {
  font-size: 44px;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #000000;
}

#section2 .contentcontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  min-height: 194px;
  border-radius: 8px;
}

#section2 .contentbox {
}

#section2 .contentimg {
  width: 56px;
  height: 56px;
}

#section2 .contenttitle {
  font-size: 28px;
  line-height: normal;
  color: #000000;
  letter-spacing: -0.2px;
  margin: 14px 0px 10px 0px;
}

#section2 .contentdesc {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

/* section3 */
.section3container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

#section3 {
  width: 100%;
  background-color: #1f1f1f;
  padding: 60px 40px;
  display: flex;
  gap: 60px;
  max-width: 1280px;
}

#section3 .section3box {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  max-width: 1184px;
}

#section3 .brbox {
  width: 100%;
  padding: 10px 4px;
}

#section3 .br {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

#section3 .title {
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

#section3 .desc1 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 40px;
}

#section3 .desc2 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

/* section4 */
.section4container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

#section4 {
  max-width: 1280px;
  width: 100%;
  position: relative;
}

#section4 .section4box {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  max-width: 1184px;
}

#section4 .brbox {
  width: 100%;
  padding: 10px 4px;
}

#section4 .br {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

#section4 .contentbox {
  padding: 0px 24px;
  margin-top: 40px;
  margin-bottom: 134px;
}

#section4 .contenttitle {
  font-size: 40px;
  line-height: 43.2px;
}

#section4 .stepbox {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}

#section4 .stepboxul {
  list-style: decimal;
  padding-inline-start: 26px;
}

#section4 .stepboxli {
  font-size: 24;
  line-height: 38.4px;
}

#section4 .stepimg {
  background-color: #888888;
  width: 100%;
}

/* section5 */
.section5container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

#section5 {
  width: 100%;
  background-color: #1f1f1f;
  padding: 60px 40px;
  display: flex;
  gap: 60px;
  flex-direction: column;
  max-width: 1200px;
}

#section5 .section5box {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  max-width: 1184px;
}

#section5 .brbox {
  width: 100%;
  padding: 10px 4px;
}

#section5 .br {
  width: 100%;
  height: 1px;
  background-color: #cecece;
}

#section5 .contentbox {
  display: flex;
  gap: 57.83px;
  justify-content: space-between;
}

#section5 .title {
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  margin-top: 48px;
}

#section5 .desc1 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 14px;
}

#section5 .desc2 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

#section5 .ul {
  list-style: disc;
  padding-left: 1.2rem;
}

@media (max-width: 880px) {
  #container {
    background-color: #ffffff;
    padding: 0px;
  }

  #section1 .section1box {
    background-image: none;
    background-color: #2a2b2f;
    height: auto;
  }

  #section1 .section1box2 {
    background-image: none;
    background-color: #2a2b2f;
    height: auto;
  }

  #section1 .title {
    font-size: 36px;
  }

  #section1 .desc {
    letter-spacing: normal;
    font-size: 16px;
  }

  #section1 .contentbox {
    padding: 40px 20px;
  }

  #section1 .title {
    font-size: 48px;
  }

  .section2container {
    margin-top: 0px;
  }

  #section2 {
    padding: 20px 40px;
  }

  #section2 .title {
    font-size: 24px;
    letter-spacing: -0.4px;
    text-align: center;
  }

  #section2 .contentbox {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  #section2 .section2box {
    flex-direction: column;
    gap: 0px;
  }

  #section2 .section2box2 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
  }

  #section2 .contentcontainer {
    background-color: #f4f4f4;
    min-height: auto;
    width: auto;
    border-radius: 0px;
  }

  #section2 .contenttitle {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.4px;
  }

  #section2 .contentdesc {
    font-size: 16px;
    line-height: 20px;
  }

  #section2 .contentimg {
    width: 50px;
    height: 42px;
  }

  #section2 .blankbox {
    display: none;
  }

  #section2 .contentbox {
    margin-left: 0px;
  }

  .section3container {
    margin-top: 0px;
  }

  #section3 {
    flex-direction: column;
    gap: 38px;
  }

  #section3 .img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }

  #section3 .title {
    font-size: 30px;
    letter-spacing: normal;
  }

  #section3 .desc1 {
    font-size: 16px;
    line-height: normal;
    padding: 0px 10px;
  }

  #section3 .desc2 {
    font-size: 16px;
    line-height: normal;
    padding: 0px 10px;
  }

  #section5 {
    padding: 40px 20px;
  }

  #section5 .contentbox {
    flex-direction: column-reverse;
    gap: 38px;
  }

  #section5 .img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }

  #section5 .title {
    font-size: 30px;
    margin: 0px;
    letter-spacing: normal;
  }

  #section5 .desc1 {
    font-size: 16px;
    margin-top: 20px;
    padding: 0px 10px;
    line-height: normal;
  }

  #section5 .ul {
    padding-left: 2rem;
  }

  #section5 .desc2 {
    font-size: 16px;
    line-height: normal;
  }
}
