:root {
  --BG-Black: black;
  --BG-Button: #1D1D1D;
  --accent: #D3AE71;
  --font-white: white;
  --font-grey: #B0B0A2;
  --border-grey: #2E2E2D;
  --border-greyL: #707070;
  --flash: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(211, 174, 113, 1) 15%, rgba(211, 174, 113, 0) 100%);
  --glow: #FF0F0F;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--BG-Black);
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100vh;
  width: 100%;
}

h1, h2, h3 {
  font-family: "Cinzel", serif;
  font-weight: 400;
}

p {
  font-family: "Poppins", sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  transition: 0.3s ease-in-out;
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo-text {
  transition: 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-logo-text span {
  color: var(--accent);
  font-family: "Cinzel", serif;
  font-size: 21px;
}
.nav-logo-text span span {
  color: var(--font-white);
}
.nav-logo-text small {
  color: var(--font-grey);
  display: block;
  font-size: 11px;
}

.nav-logo {
  width: 80px;
  height: auto;
  fill: var(--accent);
  transition: 0.5s ease-in-out;
}

.nav-microtext {
  color: var(--font-grey);
  font-size: 12px;
}

.nav-active .nav-logo-text {
  transform-origin: center left;
  transform: scale(0);
  opacity: 0;
}
.nav-active .nav-logo {
  margin-left: -100%;
  width: 40px;
}

.landing-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.landing-section img {
  position: absolute;
  height: 1080px;
  right: 160px;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.land-info {
  position: relative;
  margin-left: 250px;
  margin-top: 35vh;
}
.land-info h1 {
  color: var(--font-white);
  font-size: 62px;
  line-height: 50px;
  margin: 0;
}
.land-info p {
  color: var(--font-grey);
  width: 560px;
  margin-bottom: 40px;
}

.land-line {
  height: 2px;
  width: 50%;
  background: var(--flash);
  box-shadow: 0px 0px 20px var(--glow);
}

.s-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.btn-div {
  height: 2px;
  margin-left: 30px;
  margin-right: 30px;
  background: var(--flash);
  box-shadow: 0px 0px 10px var(--glow);
}

.btn {
  background-color: var(--BG-Button);
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 100px;
  border: solid 1px var(--border-grey);
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0) 28%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) 70%);
  animation: lightSweep 2s ease infinite;
}
.btn p {
  color: var(--font-white);
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 13px;
  margin: 0;
  transition: 0.25s ease-in-out;
}
.btn svg {
  fill: var(--font-white);
  width: 30px;
  height: auto;
  transition: 0.3s ease-in-out;
  transform-origin: center;
}
.btn:hover {
  box-shadow: 0px 0px 120px 2px rgba(255, 111, 0, 0.571);
  padding-right: 20px;
}
.btn:hover p {
  color: var(--font-white);
}
.btn:hover svg {
  transform: rotate(360deg) translateX(10px) scale(1.1);
  fill: var(--accent);
}
.btn:hover::after {
  left: 20px;
}

.weight-section {
  min-height: 100vh;
  position: relative;
}

.weight-info {
  text-align: center;
  position: relative;
  z-index: 1;
}
.weight-info h2 {
  color: var(--font-white);
  font-size: 42px;
  line-height: 40px;
  margin: 0;
}
.weight-info h2 span {
  color: var(--font-grey);
}
.weight-info p {
  color: var(--font-grey);
  font-style: italic;
}
.weight-info small {
  color: var(--font-white);
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}
.weight-info small span {
  color: var(--font-grey);
  font-weight: 400;
}

.weight-div {
  height: 2px;
  background: var(--flash);
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.weight-section-logo {
  fill: var(--accent);
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0%);
  opacity: 0.1;
  height: auto;
  width: 600px;
}

.info-section {
  min-height: 100vh;
  position: relative;
}
.info-section img {
  position: absolute;
  width: 600px;
  left: -50px;
  bottom: 0;
}

.info-info {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 22%;
  padding-top: 20vh;
}
.info-info h2 {
  color: var(--font-white);
  margin: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 46px;
}
.info-info h2 span {
  color: var(--font-grey);
}
.info-info p {
  color: var(--font-grey);
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.info-info p span {
  color: var(--font-white);
  font-size: 16px;
}
.info-info p span strong {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
}
.info-info .s-button {
  margin-top: 40px;
}

.rite-section {
  min-height: 100vh;
  position: relative;
}
.rite-section img {
  height: 100vh;
  position: absolute;
  z-index: -1;
  right: 10vh;
  bottom: 0;
}

.rite-info {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15%;
  padding-top: 6%;
}
.rite-info ul {
  padding: 0;
  font-family: "Cinzel", serif;
}
.rite-info ul li {
  list-style: none;
  color: var(--font-white);
}
.rite-info ul li:nth-child(1) {
  font-size: 70px;
  margin: 0;
  margin-bottom: -20px;
}
.rite-info ul li:nth-child(2) {
  font-size: 38px;
  margin: 0;
}
.rite-info ul li:nth-child(3) {
  margin-top: 20px;
  font-size: 21px;
  color: var(--font-grey);
}
.rite-info ul li:nth-child(4) {
  font-size: 21px;
  color: var(--font-grey);
}
.rite-info ul li:nth-child(5) {
  margin-top: 20px;
  font-size: 24px;
}
.rite-info a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.broken-section {
  min-height: 110vh;
  position: relative;
  overflow: hidden;
}
.broken-section img {
  position: absolute;
  height: 190vh;
  top: -50vh;
  right: 0;
  z-index: -1;
}

.broken-info {
  text-align: center;
  margin-top: 150px;
}
.broken-info h2 {
  color: var(--font-white);
  margin: 0;
  font-size: 45px;
  line-height: 45px;
}
.broken-info h2 span {
  color: var(--font-grey);
}
.broken-info h2:nth-child(1) {
  font-size: 30px;
}
.broken-info .weight-div {
  margin-bottom: 40px;
}
.broken-info p {
  color: var(--font-grey);
  font-style: italic;
}
.broken-info p span {
  color: var(--font-white);
  font-weight: 600;
}
.broken-info a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

footer {
  border-top: solid 1px rgb(53, 53, 53);
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer p {
  font-size: 12px;
}
footer p:nth-child(1) {
  color: var(--font-grey);
  font-style: italic;
}
footer p:nth-child(2) {
  color: var(--font-grey);
}

.glow-white {
  text-shadow: 0px 0px 20px 10px white;
}

.broken-flare {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 50%;
}

.fade-up {
  transform: translateY(200px);
  opacity: 0;
}

.fade-left {
  transform: translateX(200px);
  opacity: 0;
}

.fade-right {
  transform: translateX(-200px);
  opacity: 0;
}

.zoom-in {
  transform: scale(0);
  opacity: 0;
}

.fade {
  opacity: 0;
}

.faded-zoom {
  opacity: 0;
  transform: scale(0.8);
}

@keyframes lightSweep {
  0% {
    transform: translateX(290px);
  }
  100% {
    transform: translateX(-290px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .landing-section img {
    height: 850px;
    right: 100px;
  }
  .land-info {
    margin-left: 180px;
  }
  .weight-section-logo {
    width: 500px;
  }
  .info-info {
    margin-right: 10%;
  }
  .rite-info {
    margin-left: 10%;
  }
  .broken-section img {
    height: 150vh;
    top: -45vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-active .nav-logo {
    margin-left: -95%;
  }
  .nav-logo {
    width: 50px;
  }
  .landing-section img {
    height: 750px;
    right: 30px;
  }
  .land-info {
    margin-left: 120px;
  }
  .land-info h1 {
    font-size: 54px;
  }
  .land-info p {
    width: 460px;
  }
  .weight-info h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .weight-info p {
    font-size: 14px;
  }
  .weight-info small {
    font-size: 20px;
  }
  .weight-section-logo {
    width: 500px;
  }
  .info-section img {
    width: 400px;
    left: 20%;
  }
  .info-info {
    margin-right: 10%;
  }
  .info-info h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .rite-info {
    margin-left: 10%;
    padding-top: 15%;
  }
  .rite-info ul li:nth-child(1) {
    font-size: 50px;
  }
  .rite-info ul li:nth-child(2) {
    font-size: 30px;
  }
  .rite-info ul li:nth-child(3) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(4) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(5) {
    font-size: 20px;
  }
  .rite-section img {
    height: 83vh;
  }
  .broken-section img {
    height: 150vh;
    top: -45vh;
  }
  .broken-info {
    margin-top: 100px;
  }
  .broken-info h2 {
    line-height: 36px;
  }
  .broken-info h2:nth-child(1) {
    font-size: 24px;
  }
  .broken-info h2:nth-child(2) {
    font-size: 36px;
  }
  .broken-info .weight-div {
    margin-bottom: 30px;
  }
  .broken-info p {
    font-size: 14px;
  }
  .broken-info a {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-active .nav-logo {
    margin-left: -95%;
  }
  .nav-logo {
    width: 50px;
  }
  .landing-section img {
    height: 800px;
    right: 0;
  }
  .land-info {
    margin-top: 20vh;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .land-info h1 {
    font-size: 65px;
    line-height: 60px;
  }
  .land-info p {
    font-size: 18px;
    width: 460px;
  }
  .weight-section {
    min-height: 80vh;
  }
  .weight-info {
    padding-top: 15vh;
  }
  .weight-info h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .weight-info p {
    font-size: 21px;
  }
  .weight-info small {
    font-size: 20px;
  }
  .weight-section-logo {
    width: 500px;
  }
  .info-section img {
    width: 320px;
    left: 30%;
    z-index: -1;
  }
  .info-info {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 100px;
  }
  .info-info h2 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .info-info p {
    font-size: 18px;
    margin-top: 24px;
  }
  .info-info .s-button {
    margin-left: auto;
    margin-right: auto;
  }
  .info-info .s-button p {
    margin-top: 0;
  }
  .rite-info {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
  }
  .rite-info ul li:nth-child(1) {
    font-size: 65px;
  }
  .rite-info ul li:nth-child(2) {
    font-size: 40px;
  }
  .rite-info ul li:nth-child(3) {
    font-size: 24px;
  }
  .rite-info ul li:nth-child(4) {
    font-size: 24px;
  }
  .rite-info ul li:nth-child(5) {
    font-size: 26px;
  }
  .rite-section img {
    height: 50vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .broken-section img {
    height: 150vh;
    top: -45vh;
  }
  .broken-info {
    margin-top: 20vh;
  }
  .broken-info h2 {
    line-height: 36px;
  }
  .broken-info h2:nth-child(1) {
    font-size: 36px;
  }
  .broken-info h2:nth-child(2) {
    font-size: 45px;
  }
  .broken-info .weight-div {
    margin-bottom: 30px;
  }
  .broken-info p {
    font-size: 22px;
  }
  .broken-info a {
    margin-top: 50px;
  }
  .s-button .btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s-button .btn::after {
    height: 120px;
  }
  .s-button .btn svg {
    width: 40px;
  }
  .s-button .btn p {
    font-size: 18px;
    font-style: normal;
    color: var(--font-white) !important;
    margin-left: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  section {
    overflow: hidden;
  }
  nav {
    margin: 10px;
    border-radius: 8px;
    padding: 16px;
    padding-left: 30px;
    padding-right: 30px;
    gap: 20px;
    justify-content: center;
  }
  .nav-active {
    border: solid 1px var(--border-grey);
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 120px rgba(255, 187, 0, 0.262);
  }
  .nav-active .nav-logo-text {
    transform-origin: center left;
    transform: scale(1);
    opacity: 1;
  }
  .nav-active .nav-logo {
    margin-left: 0;
  }
  .nav-logo {
    width: 40px;
    order: 1;
  }
  .nav-logo-text {
    order: 2;
  }
  .nav-microtext {
    order: 3;
    display: none;
  }
  .landing-section img {
    height: 800px;
    bottom: 10vh;
    right: -10%;
    filter: opacity(30%);
  }
  .land-info {
    margin-top: 56vh;
    margin-bottom: 10vh;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .land-info h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .land-info p {
    font-size: 14px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .weight-section {
    min-height: 90vh;
  }
  .weight-info {
    padding-top: 15vh;
  }
  .weight-info h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .weight-info p {
    font-size: 16px;
  }
  .weight-info small {
    font-size: 16px;
    text-align: center;
    display: inline;
  }
  .weight-info .weight-div {
    width: 200px;
  }
  .weight-section-logo {
    width: 500px;
  }
  .info-section {
    height: 100vh;
  }
  .info-section img {
    width: 500px;
    left: 20%;
    filter: opacity(40%);
    z-index: -1;
  }
  .info-info {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
  }
  .info-info h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .info-info p {
    font-size: 14px;
    margin-top: 24px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .info-info p span {
    margin-bottom: 0;
    display: block;
  }
  .info-info p br {
    display: none;
  }
  .info-info p br:nth-child(4) {
    display: block;
  }
  .info-info p br:nth-child(5) {
    display: block;
  }
  .info-info p br:nth-child(7) {
    display: block;
  }
  .info-info .s-button {
    margin-left: auto;
    margin-right: auto;
  }
  .info-info .s-button p {
    margin-top: 0;
  }
  .rite-info {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
  }
  .rite-info ul li:nth-child(1) {
    font-size: 40px;
  }
  .rite-info ul li:nth-child(2) {
    font-size: 30px;
  }
  .rite-info ul li:nth-child(3) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(4) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(5) {
    font-size: 18px;
  }
  .rite-section img {
    height: 50vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .broken-section img {
    height: 130vh;
    top: -20vh;
    right: -70%;
    filter: opacity(40%);
  }
  .broken-info {
    margin-top: 16vh;
  }
  .broken-info h2 {
    line-height: 36px;
  }
  .broken-info h2:nth-child(1) {
    font-size: 28px;
  }
  .broken-info h2:nth-child(2) {
    font-size: 36px;
  }
  .broken-info .weight-div {
    margin-bottom: 26px;
    width: 260px;
  }
  .broken-info p {
    font-size: 16px;
  }
  .broken-info a {
    margin-top: 50px;
  }
  .s-button .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-button .btn::after {
    height: 120px;
  }
  .s-button .btn svg {
    width: 30px;
  }
  .s-button .btn p {
    font-size: 14px;
    font-style: normal;
    color: var(--font-white) !important;
    margin-left: 15px;
  }
  footer {
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    text-align: center;
  }
  footer p:nth-child(1) {
    color: var(--font-white);
  }
  footer p:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  section {
    overflow: hidden;
  }
  nav {
    margin: 10px;
    border-radius: 8px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
    justify-content: center;
  }
  .nav-active {
    border: solid 1px var(--border-grey);
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 120px rgba(255, 187, 0, 0.262);
  }
  .nav-active .nav-logo-text {
    transform-origin: center left;
    transform: scale(1);
    opacity: 1;
  }
  .nav-active .nav-logo {
    margin-left: 0;
    width: 30px;
  }
  .nav-logo {
    width: 30px;
    order: 1;
  }
  .nav-logo-text {
    order: 2;
  }
  .nav-logo-text span {
    font-size: 16px;
  }
  .nav-logo-text small {
    font-size: 8px;
  }
  .nav-microtext {
    order: 3;
    display: none;
  }
  .landing-section img {
    height: 600px;
    bottom: 15vh;
    right: -10%;
    filter: opacity(30%);
  }
  .land-info {
    margin-top: 60vh;
    margin-bottom: 10vh;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .land-info h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .land-info p {
    font-size: 12px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .weight-section {
    min-height: 90vh;
  }
  .weight-info {
    padding-top: 15vh;
  }
  .weight-info h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .weight-info p {
    font-size: 14px;
  }
  .weight-info small {
    font-size: 16px;
    text-align: center;
    display: inline;
  }
  .weight-info small span {
    display: block;
  }
  .weight-info .weight-div {
    width: 200px;
  }
  .weight-section-logo {
    width: 400px;
  }
  .info-section {
    height: 100vh;
  }
  .info-section img {
    width: 400px;
    left: 20%;
    filter: opacity(30%);
    z-index: -1;
  }
  .info-info {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
  }
  .info-info h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .info-info p {
    font-size: 13px;
    margin-top: 24px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .info-info p span {
    margin-bottom: 0;
    display: block;
  }
  .info-info p br {
    display: none;
  }
  .info-info p br:nth-child(4) {
    display: block;
  }
  .info-info p br:nth-child(5) {
    display: block;
  }
  .info-info p br:nth-child(7) {
    display: block;
  }
  .info-info .s-button {
    margin-left: auto;
    margin-right: auto;
  }
  .info-info .s-button p {
    margin-top: 0;
  }
  .rite-info {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
  }
  .rite-info ul li:nth-child(1) {
    font-size: 40px;
  }
  .rite-info ul li:nth-child(2) {
    margin-top: 4px;
    font-size: 21px;
  }
  .rite-info ul li:nth-child(3) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(4) {
    font-size: 18px;
  }
  .rite-info ul li:nth-child(5) {
    font-size: 18px;
    width: 280px;
  }
  .rite-section img {
    height: 70vh;
    left: 50%;
    transform: translateX(-50%);
    filter: opacity(40%);
  }
  .broken-section {
    min-height: 100vh;
  }
  .broken-section img {
    height: 130vh;
    top: -20vh;
    right: -70%;
    filter: opacity(40%);
  }
  .broken-info {
    margin-top: 16vh;
    margin-left: 20px;
    margin-right: 20px;
  }
  .broken-info h2 {
    line-height: 26px;
  }
  .broken-info h2:nth-child(1) {
    font-size: 21px;
  }
  .broken-info h2:nth-child(2) {
    font-size: 28px;
  }
  .broken-info .weight-div {
    margin-bottom: 26px;
    width: 260px;
  }
  .broken-info p {
    font-size: 14px;
  }
  .broken-info a {
    margin-top: 50px;
  }
  .s-button .btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .s-button .btn::after {
    height: 120px;
  }
  .s-button .btn svg {
    width: 30px;
  }
  .s-button .btn p {
    font-size: 12px;
    font-style: normal;
    color: var(--font-white) !important;
    margin-left: 10px;
  }
  footer {
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    text-align: center;
  }
  footer p:nth-child(1) {
    color: var(--font-white);
  }
  footer p:nth-child(2) {
    margin-top: 0;
  }
}/*# sourceMappingURL=style2.css.map */