.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-image: radial-gradient(circle at center, rgb(26, 71, 33) 0.00%,rgb(24, 47, 27) 100.00%);
}
 
.home-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 24px;
  flex-direction: column;
  padding-bottom: 24px;
  justify-content: flex-start;
}
 
.home-navlink1 {
  display: contents;
}
 
.home-trivium {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 84px;
  padding-left: 84px;
  padding-right: 84px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: space-between;
}
 
.home-container2 {
  gap: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-container3 {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text1 {
  color: rgb(243, 242, 240);
  font-size: 66px;
  text-align: center;
  font-family: "LatienneBecker-Bold";
  font-weight: 700;
}
 
.home-text2 {
  color: rgb(210, 205, 198);
  font-size: 21px;
  text-align: center;
  font-family: "Manrope-Regular";
}
 
.home-container4 {
  gap: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text3 {
  color: rgb(243, 242, 240);
  font-size: 21px;
  text-align: center;
  font-family: "LatienneBecker-Bold";
  font-weight: 700;
}
 
.home-link {
  gap: 12px;
  fill: #B7963E;
  color: rgb(183, 150, 62);
  display: flex;
  padding: 12px;
  border-color: #B7963E;
  flex-direction: row;
  text-decoration: none;
  background-color: rgb(24, 47, 27);
}
 
.home-text4 {
  align-self: center;
  font-style: normal;
  font-weight: 600;
}
 
.home-container5 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-items: center;
  justify-content: center;
}
 
.home-image1 {
  width: auto;
  height: 548px;
  transform: translateX(72px) translateY(24px) rotate(3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
 
.home-image2 {
  width: auto;
  height: 548px;
  transform: translateX(24px) translateY(24px) rotate(-3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
 
.home-image3 {
  width: auto;
  height: 548px;
  transform: translateY(24px) rotate(3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
 
.home-image4 {
  width: auto;
  height: 548px;
  transform: translateX(-24px) translateY(24px) rotate(-3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
 
.home-image5 {
  width: auto;
  height: 548px;
  transform: translateX(-48px) translateY(24px) rotate(3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
 
.home-image6 {
  width: auto;
  height: 548px;
  transform: translateX(-72px) translateY(24px) rotate(-3deg);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transform-origin: center;
}
 
.home-footer {
  width: 100%;
  display: flex;
  box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  padding-top: 0px;
  padding-left: 84px;
  padding-right: 84px;
  flex-direction: column;
  padding-bottom: 48px;
  justify-content: flex-start;
}
 
.home-separator {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 24px;
  background-color: #595959;
}
 
.home-container6 {
  width: 100%;
  display: flex;
  max-width: 1272px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-container7 {
  gap: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-navlink2 {
  fill: #d2cdc6;
  color: rgb(210, 205, 198);
  font-size: 12px;
  font-family: "Manrope-Bold";
  text-decoration: none;
}
 
.home-text5 {
  fill: #8E8170;
  color: #8E8170;
  font-size: 12px;
  font-style: normal;
  font-family: "Manrope-Bold";
  font-weight: 500;
}
 
.home-navlink3 {
  display: contents;
}
 
.home-image7 {
  width: 48px;
  object-fit: cover;
  text-decoration: none;
}
 
@media(max-width: 1024px) {
  .home-text1 {
    color: rgb(243, 242, 240);
    font-size: 66px;
    text-align: center;
    font-family: LatienneBecker-Bold;
    font-weight: 700;
  }
  .home-text2 {
    color: rgb(210, 205, 198);
    font-size: 21px;
    text-align: center;
    font-family: Manrope-Regular;
  }
  .home-container5 {
    width: 100%;
  }
  .home-image1 {
    height: 548px;
  }
  .home-image2 {
    height: 548px;
  }
  .home-image3 {
    height: 548px;
  }
  .home-image4 {
    height: 548px;
  }
  .home-image5 {
    height: 548px;
  }
  .home-image6 {
    height: 548px;
  }
  .home-footer {
    padding-left: 48px;
    padding-right: 48px;
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-text1 {
    font-size: 48px;
  }
  .home-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
