* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.row {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.row-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 30px;
  position: static;
}

.row a {
  text-decoration: none;
  color: black;
}

.row-nav {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.496);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 999px;
  margin: -48px auto 24px;
  gap: 24px;
  width: fit-content;
  font-size: 18px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  z-index: 1000;
  margin-top: 20px;
}

.i {
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.LM {
  border: 1px solid #485c11;
  background-color: #485c11;
  position: relative;
  z-index: 10;

  font-size: 15px;
  border-radius: 30px;
  padding: 10px 14px;
  transition: opacity 0.25s;
  color: white !important;
  font-family: 'DM Sans';
}

.LM:hover {
  opacity: 0.5;
}

.row-header {
  display: flex;
  justify-content: center;
  font-size: 140px;
  margin-bottom: 120px;
  align-items: center;
  position: relative;
  font-family: 'Crimson Text';
}

.row-w {
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.row-header-img {
  display: flex;
  text-align: center;
  background-color: black;
  width: 100%;
  max-width: 870px;
  border-radius: 30px;
  padding: 16px;
  z-index: 2;
  position: relative;
}


.row-background {
  display: flex;
  border: solid 0.01px #8E9C78;
  background-image: linear-gradient(to top, #67764f, #cddfae);
  width: calc(100% - 20px);
  align-items: flex-end;
  border-radius: 35px;
  height: 360px;
  z-index: 1;
  margin-top: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.row-logo {
  position: relative;
  z-index: 3;
  margin-top: -117.5px;
  background-color: white;
  height: 150px;
  color: #6f6f6f;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'DM Sans';
}

.logo {
  display: flex;
  height: 50px;
  justify-content: space-around;
  margin-bottom: 50px;

}

.logo img {
  height: 50px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
  max-width: 160px;
}

.hr {
  border: none;
  height: 1px;
  background-color: #E9E9E9;
  margin-bottom: 100px;
}

.p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 130px;
}

.p1 {
  font-size: 13px;
  font-family: 'Roboto Mono';
  color: #485c11;
}

.p2 {
  font-size: 54px;
  font-family: 'Crimson Text';
}

.p3 {
  font-family: 'DM Sans';
  color: #6f6f6f;
}

.chunk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 100px;
  gap: 24px;
  padding-top: 24px;
  justify-content: space-between;
}

.chunk hr {
  margin-bottom: 70px;
  border: none;
  height: 1px;
  gap: 20px;
  background-color: #E9E9E9;
  display: flex;
  align-items: center;
  flex: 1;
}

.head {
  font-family: 'Crimson Text';
  font-size: 20px;
}

.q {
  font-family: 'DM Sans';
  color: #6f6f6f;
  font-size: 17px;
  line-height: 25px;
}

.img1 {
  display: flex;
  border-radius: 30px;
  height: auto;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 100px;
}

.img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dis {
  display: flex;
  margin-bottom: 130px;
}

.dis hr {
  border: none;
  height: 1px;
  margin-right: 20px;
  background-color: #E9E9E9;
}

.img-box {
  width: 100%;
  height: 800px;
  overflow: hidden;
  border-radius: 20px;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.number {
  display: flex;
  flex-direction: row;
  gap: 40px;
  font-family: 'DM Sans';
  padding: 15px 80px 15px 0;
}

.head2 {
  font-family: 'Crimson Text';
  font-size: 50px;
  margin: 50px 0;
}

.te {
  font-family: 'DM Sans';
  padding: 30px 140px 0 0;
  color: #6f6f6f;
  font-size: 16.5px;
}

.p4 {
  font-size: 13px;
}

.button {
  border: 1px solid #ffffff;
  background-color: #DFECC6;
  font-size: 15px;
  border-radius: 50px;
  padding: 15px 25px !important;
  margin-bottom: 70px !important;
  font-family: 'DM Sans';
  display: flex;
  justify-content: flex-start;
  margin: 70px 0 0 0;
  transition: background-color 0.25s;
}

.button:hover {
  background-color: #8E9C78;
  color: white;
}

.chunk2 {
  display: flex;
  flex-direction: column !important;
  align-self: center;
  text-align: center !important;
}

.t {
  font-family: 'Roboto Mono';
  color: #485C11;
  font-size: 13px;
  margin-bottom: 50px;
}

.t1 {
  font-family: 'Crimson Text';
  font-size: 60px;
  margin-bottom: 50px;
}

.t2 {
  font-family: 'DM Sans';
  color: #6F6F6F;
  padding: 0 200px;
  margin-bottom: 50px;
  font-size: 15px;
}

.t3 {
  border: 1px solid #ffffff;
  background-color: #DFECC6;
  font-size: 15px;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: 'DM Sans';
  margin-bottom: 100px;
  transition: background-color 0.25s;
}

.t3:hover {
  background-color: #8E9C78;
  color: white;
}

.all-t {
  display: flex;
  width: 100%;
  margin-bottom: 150px;
}

.tb1h {
  font-family: 'DM Sans';
  font-size: 30px;
  border-bottom: 2px solid #6f6f6f;
  text-align: center;
  padding: 40px;
}

.tb2h {
  font-family: 'Rethink Sans';
  color: #6f6f6f;
  font-size: 30px;
  border-bottom: 2px solid #6f6f6f;
  text-align: center;
  padding: 40px;
}

.tbt {
  font-family: 'Roboto Mono';
  border-bottom: 1px solid #E9E9E9;
  padding: 30px;
  font-size: 12px;
}

.tbt1 {
  font-family: 'Roboto Mono';
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  padding: 30px;
  font-size: 12px;
}

.tbb {
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  width: 33%;
  box-shadow: 1px 0 10px #e9e9e9;
}

.dis2 {
  margin-bottom: 100px;
}

.dis2 hr {
  border: none;
  height: 1px;
  background-color: #E9E9E9;
  margin-left: 30px;
}

.p5 {
  font-family: 'Crimson Text';
  font-size: 31px;
  padding: 80px 60px 0;
}

.p6 {
  font-family: 'DM Sans';
  font-size: 17px;
  padding: 40px 60px 0;
}

.p7 {
  font-family: 'Roboto Mono';
  font-size: 15px;
  padding: 0 60px;
  color: #485C11;
}

.img-box2 {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 20px;
}

.img-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-r {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 100px;
}

.button2 {
  border: 1px solid #ffffff;
  background-color: #DFECC6;
  font-size: 15px;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: 'DM Sans';
  display: flex;
  transition: background-color 0.25s;
}

.button2:hover {
  background-color: #8E9C78;
  color: white;
}

.p8 {
  font-size: 50px;
}

.chunk3 {
  display: flex;
  flex-direction: row;
  margin-bottom: 150px;
  width: 100%;
  gap: 40px;
  text-align: start;
  justify-content: space-between;
}

.chunk3 hr {
  margin-bottom: 50px;
  border: none;
  height: 1px;
  background-color: #E9E9E9;
  display: flex;
  align-items: flex-start;
}

.number1 {
  font-family: 'DM Sans';
  color: #929292;
  font-size: 70px;
}

.p9 {
  font-family: 'Crimson Text';
  font-size: 18px;
}

.p10 {
  font-family: 'DM Sans';
  color: #929292;
  font-size: 15px;
}

.all1 {
  flex-direction: column;
  align-items: center;
}

.t4 {
  font-family: 'Crimson Text';
  font-size: 60px;
  margin-bottom: 50px;
}

.t5 {
  font-family: 'DM Sans';
  color: #6F6F6F;
  padding: 0 200px;
  margin-bottom: 50px;
  font-size: 15px;
}

.LM2 {
  border: 1px solid #485c11;
  background-color: #485c11;
  font-size: 15px;
  border-radius: 30px;
  width: 50%;
  padding: 12px 14px;
  text-align: center;
  margin-bottom: 150px;
  transition: opacity 0.15s;
  color: white !important;
  font-family: 'DM Sans';
}

.LM2:hover {
  opacity: 0.5;
}

.hr1 {
  border: none;
  height: 1px;
  background-color: #E9E9E9;
  margin-bottom: 50px;
}

.choose {
  font-family: 'DM Sans';
  gap: 40px;
  font-size: 15px;
  margin-bottom: 100px;
}

.choose a {
  text-decoration: none;
  color: black;

}

.footer {
  display: flex;
  margin: 0 auto;
  padding: 18px 20px;
  justify-content: space-between;
  align-items: flex-end;
  color: #485C11;
  font-family: 'Roboto Mono';
  font-size: 13px;
  margin-bottom: 50px;
}

.footer-left {
  display: flex;
  align-items: end;
  gap: 10px;
}

.footer-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.footer-right {
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {

  .row {
    max-width: 1000px !important;
  }

  .row-header {
    align-items: center;
    text-align: center;
  }

  .row-header-img {
    width: 800px;
  }

  .logo {
    flex-wrap: wrap;
    margin-bottom: 200px;
    justify-content: center;
    gap: 100px;
    height: 40px;
  }

  .row-background {
    top: -59px;
    height: 370px;
  }

  .chunk {
    grid-template-columns: repeat(2, 1fr);
  }

  .img-box {
    height: 800px;
    width: 80%;
    margin: 0 auto;
  }

  .img-box2 {
    height: 800px;
    width: 80%;
    margin-bottom: 50px;
    margin: 20px auto;
  }

  .p5 {
    margin-top: -50px;
  }

  .dis {
    flex-wrap: wrap;
  }

  .dis2 {
    flex-wrap: wrap;
  }

  .dis hr {
    border-top: 1px solid #E9E9E9;
    width: 97vw;
  }
}

@media screen and (max-width: 800px) {
  .row {
    max-width: 750px !important;
    margin: 0 auto;
  }

  .cai {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border: 1px solid rgb(255, 255, 255);
    background-color: white;
    width: 100%;
    max-width: 800px !important;
    height: 80px !important;
    border-radius: 0 0 20px 20px;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.301);
  }

  .i {
    visibility: visible;
    position: fixed;
    right: 20px;

  }

  .row-header {
    font-size: 110px !important;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 0 40px;
  }

  .row-logo {
    margin-top: -98.5px;
  }

  .row-background {
    top: 100px;
  }

  .chunk {
    grid-template-columns: 1fr !important;
  }

  .logo {
    align-items: center;
    margin-bottom: 400px;
  }

  .p {
    margin: 100px 0 100px 0;
  }

  .q {
    padding: 0 30px 0 0;
  }

  .row-header-img {
    width: 288px !important;
  }

  .all-t {
    max-width: 750px;
    width: 850px;
    overflow-y: scroll;
  }

  .tbt,
  .tbt1 {
    font-size: 12px;
  }

  .img-box,
  .img-box2 {
    height: 500px;
    margin: 50px;
  }

  .p7 {
    margin-bottom: 80px;
    font-size: 13px;
  }

  .img1 {
    height: 750px;
    width: 100%;
    margin: 75px auto;
    align-items: center !important;
  }

  .row-nav,
  .LM {
    visibility: hidden;
  }

  .t2 {
    padding: 0 100px;
  }

  .row-r {
    flex-wrap: wrap;
    gap: 40px;
    margin: 80px 0;
  }

  .steps {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    border-bottom: 1px solid #eee;
  }

  .chunk3 {
    border: 1px white solid;
    width: 800px;
    font-size: 15px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .p4 {
    font-size: 16px;
  }

  .all1 {
    margin-top: 100px;
    margin-bottom: -50px;
  }

  .t5 {
    padding: 0 70px;
  }

  .choose {
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 80px 30px;
  }

}