@font-face {
  font-family: "Roadhawk";
  src: url("../fonts/Roadhawk-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roadhawk";
  src: url("../fonts/Roadhawk-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Century";
  src: url("../fonts/Century.woff2") format("woff2"), url("../fonts/Century.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Centaur";
  src: url("../fonts/Centaur.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-Heading: #d5c88f;
  --color-para:#ADAD97;
  --color-hl:#E8D295;
  --color-inp: white;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: unset;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
  font-family: "Centaur", serif;
  background-color: black;
}

.info {
  color: rgb(168, 43, 43);
  font-family: "Inter", sans-serif;
  border-color: red !important;
}

.infobox {
  margin: 0;
  padding: 10px;
  color: red;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translate(0, 0);
}

nav {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  z-index: 10;
  top: 0;
  padding: 20px;
  display: flex;
  transition: all 0.2s ease-in-out;
}
nav h3 {
  font-size: 0px;
  margin: 8px;
  font-weight: normal;
  transition: 0.6s ease-in-out;
}
nav svg {
  transition: 0.5s ease-in-out;
  width: 90px;
  left: 2%;
  fill: var(--color-Heading);
  position: absolute;
}
nav ul {
  transition: all 0.5s ease-in-out;
  list-style: none;
  text-decoration: none;
  margin-right: 40px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
  gap: 40px;
  margin-left: auto;
}
nav ul li {
  color: var(--color-Heading);
  cursor: pointer;
  transition: 0.25s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 10px;
}
nav ul li:hover {
  color: white;
  transform: scale(1.1);
}

.vids {
  margin-top: 80px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px rgb(83, 80, 51);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  transform: scale(0.7);
}
.vids video {
  width: 100%;
}
.vids iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nav-active {
  width: calc(100% - 40px);
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: rgba(27, 27, 27, 0.4078431373);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 12px;
  border-radius: 10px;
  z-index: 30;
  border-top: solid 1px wheat;
  border-bottom: solid 1px rgb(84, 75, 59);
}
.nav-active h3 {
  font-size: 24px;
  color: var(--color-Heading);
}
.nav-active svg {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.nav-active ul {
  margin-right: 90px;
}

.spacer {
  height: 200vh;
}

.nav-skool {
  margin-right: -20px;
  background-color: #d5c88f !important;
  color: black !important;
}

.parallax-container {
  position: relative;
  background-color: black;
  height: 100vh;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.char-container {
  position: fixed;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 58vh;
  z-index: 4;
  pointer-events: none;
  transform-origin: center bottom;
  left: 50%;
  transform: translateX(-50%);
}
.char-container img {
  width: 100%;
}

.bg-text {
  font-family: "Roadhawk", sans-serif;
  color: var(--color-para);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  font-size: 38vh;
  text-align: center;
  margin: 0;
  background: linear-gradient(60deg, rgba(0, 0, 0, 0) 40%, #a78e49 50%, rgba(0, 0, 0, 0) 60%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  animation: shine 6s linear infinite reverse;
  filter: blur(2px);
}

.bro-container {
  position: fixed;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 150vh;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.bro-container img {
  width: 100%;
}

.vfx-container {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transition: transform 0.1s ease-out;
  pointer-events: none;
}
.vfx-container img {
  width: 100%;
}

.light {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.light img {
  height: 100vh;
}

.zind {
  z-index: 0;
  pointer-events: none;
}
.zind video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  height: 100vh;
}

.parallax-header {
  position: fixed;
  width: 100%;
  top: 8%;
  text-align: center;
  z-index: 3;
}
.parallax-header h1 {
  color: var(--color-Heading);
  font-family: "Roadhawk", sans-serif;
  font-weight: normal;
  font-size: 200px;
  line-height: 170px;
  margin: 0;
}
.parallax-header p {
  margin: 0;
  margin-top: 0px;
  color: var(--color-Heading);
  font-family: "Centaur", serif;
  font-size: 22px;
  opacity: 0;
}
.parallax-header p span {
  font-size: 28px;
}
.parallax-header .sub {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: rgba(240, 222, 176, 0.4196078431);
  margin-top: 10px;
}

.parallax-para {
  position: fixed;
  margin: 0;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
}

.pillar-container {
  background-color: black;
  min-height: 100vh;
  padding: 50px;
}

.pillar-header {
  text-align: center;
  font-family: "Centaur", serif;
}
.pillar-header h2 {
  color: var(--color-Heading);
  font-weight: normal;
  font-size: 80px;
  margin: 0;
}
.pillar-header p {
  color: white;
  font-size: 30px;
  margin: 0;
}

.pillar-card-container {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 80px;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

.pillar-card {
  position: relative;
  box-sizing: border-box;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: 0.2s ease-in-out;
  z-index: 11;
  border: solid 2px rgba(255, 255, 255, 0);
  border-radius: 20px;
}
.pillar-card img {
  width: 350px;
  border-radius: 20px;
}
.pillar-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(39deg, rgba(255, 255, 255, 0) 50%, rgba(255, 244, 173, 0.5) 100%);
  pointer-events: none;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.pillar-card:hover {
  border-color: white;
  box-shadow: 0 0 5px hsl(55, 100%, 92.5%), 0 0 10px #fdde8f, 0 0 100px rgba(255, 179, 0, 0.4941176471);
}
.pillar-card:hover::after {
  opacity: 1;
}

.card-details {
  position: absolute;
  top: 55%;
  text-align: center;
  transform-style: preserve-3d;
}
.card-details h3 {
  text-align: center;
  color: var(--color-hl);
  font-weight: normal;
  font-size: 200px;
  margin: 0;
  line-height: 80px;
}
.card-details h3 span {
  font-size: 40px;
}
.card-details p {
  margin: 0;
  color: var(--color-para);
  font-family: "Inter", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.button-v1 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.2s ease-in-out;
  border: none;
  border-top: solid 1px wheat;
  border-bottom: solid 1px rgb(104, 94, 76);
  background: #ffffff;
  background: linear-gradient(39deg, rgba(255, 255, 255, 0) 10%, rgba(158, 130, 58, 0.73) 100%);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: block;
}
.button-v1 p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #f9ffd9;
}
.button-v1:hover {
  transform: scale(1.05);
  background: linear-gradient(39deg, rgba(255, 255, 255, 0) 10%, rgba(255, 208, 91, 0.885) 100%);
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  box-shadow: 0px 0px 2px white, 0px 0px 10px rgb(255, 217, 0), 0px 0px 90px rgba(255, 142, 13, 0.4901960784);
}

.what-container {
  text-align: center;
  background-color: black;
  padding: 50px;
  padding-bottom: 100px;
}
.what-container h2 {
  font-weight: normal;
  font-size: 63px;
  margin: 0;
  color: var(--color-Heading);
}
.what-container p {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: var(--color-para);
  width: 850px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rite-container {
  text-align: center;
  background-color: black;
  padding: 50px;
  padding-bottom: 100px;
  scroll-margin-top: 100px;
}
.rite-container h2 {
  font-weight: normal;
  margin: 0;
  color: var(--color-Heading);
  font-size: 63px;
}
.rite-container h3 {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  color: white;
}
.rite-container p {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: var(--color-para);
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  margin-top: 30px;
}

.creed-section {
  background: black;
  color: rgb(17, 11, 6);
  padding: 8rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
}
.creed-section .creed-title {
  font-size: 50px;
  margin-top: 20px;
  color: black;
}
.creed-section .creed-lines {
  max-width: 800px;
}
.creed-section .creed-lines p {
  opacity: 0;
  transform: translateY(40px);
  font-size: 24px;
  line-height: 0.9;
  margin: 1.4rem 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.creed-section .creed-lines p.highlight {
  font-size: 2rem;
  font-weight: bold;
  color: #200a0c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f9ffd9;
  text-shadow: 0 0 5px #fff78a, 0 0 10px #ffbe31 0 0 20px rgb(255, 136, 0), 0 0 40px rgb(248, 62, 33);
  animation: neonPulse 3s infinite alternate;
}
.creed-section .creed-footer {
  margin-top: 4rem;
  font-size: 1rem;
  letter-spacing: 1px;
  color: rgb(73, 15, 15);
  text-transform: uppercase;
}

.creed-wrapper {
  padding: 180px;
  background: url(/media/scroll.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: unset;
}

.microcopy {
  color: #4d4c34;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin-top: 30px;
}

.c-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: "Inter", sans-serif;
  background-color: black;
  color: white;
  font-size: 12px;
}
.c-footer p span {
  color: #989583;
}
.c-footer ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.apply-container {
  background-color: black;
  padding-bottom: 120px;
  padding-top: 60px;
}
.apply-container header p {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #4e4e45;
}
.apply-container header h1 {
  margin: 0;
  font-weight: normal;
  color: var(--color-Heading);
  font-size: 60px;
}
.apply-container .apply-window {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 100px;
}

.apply-inputs .button-v1 {
  margin-top: 40px;
}
.apply-inputs .button-v1 p {
  font-size: 14px;
}

.cust-inp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.cust-inp label {
  color: #b6a27f;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.cust-inp input {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  background-color: black;
  border: none;
  color: var(--color-inp);
  border: solid 1px #393939;
}
.cust-inp textarea {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  background-color: black;
  border: none;
  color: var(--color-inp);
  border: solid 1px #393939;
  resize: none;
}
.cust-inp select {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  background-color: black;
  border: none;
  color: var(--color-inp);
  border: solid 1px #393939;
}

.apply-flex {
  display: flex;
  background-color: rgba(255, 255, 255, 0.0941176471);
  border-radius: 18px;
  padding: 40px;
  margin-top: 40px;
  gap: 60px;
}

.apply-info {
  color: wheat;
  font-family: "Inter", sans-serif;
}
.apply-info ul li {
  margin-bottom: 10px;
}

.nav-apply {
  background-color: red;
  padding: 10px;
  padding-left: 24px;
  padding-right: 24px;
  color: white;
  border-radius: 20px;
}

.popup {
  background-color: rgba(0, 0, 0, 0.4078431373);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}
.popup section {
  padding: 20px;
  background-color: rgb(27, 27, 26);
  border: solid 1px var(--color-para);
  border-radius: 8px;
  width: 500px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup section h3 {
  margin: 0;
  color: var(--color-Heading);
  font-weight: normal;
  font-size: 32px;
}
.popup section p {
  font-family: "Inter", sans-serif;
  color: var(--color-para);
}
.popup section .button-v1 {
  font-family: "Inter", sans-serif;
  color: var(--color-hl);
  margin-top: 30px;
}

.hidess {
  display: none;
}

@keyframes neonPulse {
  from {
    text-shadow: 0 0 5px #fff78a, 0 0 10px #ffbe31 0 0 20px rgb(255, 136, 0), 0 0 40px rgb(248, 62, 33);
  }
  to {
    text-shadow: 0 0 10px rgb(255, 255, 202), 0 0 20px rgb(255, 226, 36), 0 0 40px rgb(255, 149, 0), 0 0 80px rgb(255, 0, 0);
  }
}
@keyframes shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .pillar-card-container {
    gap: 20px;
  }
  .pillar-card img {
    width: 280px;
  }
  .card-details h3 {
    font-size: 120px;
    line-height: 60px;
  }
  .card-details h3 span {
    font-size: 30px;
  }
  .card-details p {
    font-size: 12px;
  }
  .nav-active ul {
    margin-right: 0;
    gap: 25px;
  }
  .what-container h2 {
    font-size: 56px;
  }
  .what-container p {
    width: 750px;
  }
  .rite-container h2 {
    font-size: 56px;
  }
  .rite-container p {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .char-container {
    width: 55vh;
  }
  .parallax-header h1 {
    font-size: 180px;
    line-height: 160px;
    margin-top: 40px;
  }
  .pillar-card-container {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .pillar-card img {
    width: 360px;
  }
  .card-details h3 {
    font-size: 180px;
    line-height: 60px;
  }
  .card-details h3 span {
    font-size: 40px;
  }
  .card-details p {
    font-size: 16px;
  }
  nav svg {
    width: 60px;
  }
  .nav-active h3 {
    margin-left: 70px;
  }
  .nav-active svg {
    left: 0;
    transform: translateX(20px);
  }
  .nav-active ul {
    margin-right: 0;
    gap: 25px;
  }
  .what-container {
    padding-top: 0;
  }
  .what-container h2 {
    font-size: 48px;
  }
  .what-container p {
    width: 550px;
  }
  .rite-container h2 {
    font-size: 48px;
  }
  .rite-container p {
    width: 550px;
  }
  .creed-wrapper {
    padding: 180px;
    padding-left: 90px;
    padding-right: 90px;
    background: url(/media/scroll2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .creed-section .creed-title {
    font-size: 40px;
  }
  .creed-section .creed-lines p {
    font-size: 22px;
  }
  .creed-section .creed-footer {
    margin-top: 70px;
  }
  .apply-container {
    margin-left: 50px;
    margin-right: 50px;
  }
  .apply-container .apply-window {
    text-align: center;
    width: 100%;
  }
  .apply-flex {
    flex-direction: column;
    box-sizing: border-box;
  }
  .cust-inp {
    text-align: left;
  }
  .cust-inp label {
    font-size: 18px;
  }
  .cust-inp input, .cust-inp textarea, .cust-inp select {
    font-size: 22px;
    padding: 16px;
  }
  .apply-inputs .button-v1 p {
    font-size: 22px;
  }
  .vids {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .vids {
    transform: scale(1);
  }
  .zind {
    display: none;
  }
  .popup section {
    width: 280px;
    box-sizing: border-box;
  }
  .popup section h3 {
    font-size: 24px;
  }
  .popup section p {
    font-size: 12px;
  }
  .popup section .button-v1 p {
    font-size: 12px;
  }
  .char-container {
    width: 55vh;
  }
  .parallax-header h1 {
    font-size: 100px;
    line-height: 90px;
    margin-top: 40px;
  }
  .parallax-header p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pillar-card-container {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .pillar-card img {
    width: 360px;
  }
  .card-details h3 {
    font-size: 180px;
    line-height: 60px;
  }
  .card-details h3 span {
    font-size: 40px;
  }
  .card-details p {
    font-size: 16px;
  }
  nav {
    background-color: black;
    border-bottom: solid 1px var(--color-Heading);
  }
  nav svg {
    width: 40px;
    left: 20px;
    top: 10px;
  }
  nav ul {
    gap: 18px;
    margin-right: 0;
  }
  nav ul li {
    font-size: 10px;
  }
  nav li:nth-child(1) {
    display: none;
  }
  nav li:nth-child(2) {
    display: none;
  }
  .nav-active h3 {
    margin-left: 70px;
    display: none;
  }
  .nav-active svg {
    left: 0;
    transform: translateX(20px);
    top: 8px;
  }
  .nav-active ul {
    margin-right: 0;
    gap: 25px;
  }
  .nav-active .nav-skool {
    margin-right: -16px;
  }
  .nav-skool {
    margin-right: 0px;
  }
  .what-container {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .what-container h2 {
    font-size: 48px;
  }
  .what-container p {
    width: 320px;
    line-height: 24px;
    font-size: 18px;
  }
  .rite-container h2 {
    font-size: 48px;
  }
  .rite-container p {
    width: 320px;
    line-height: 24px;
    font-size: 18px;
  }
  .creed-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .creed-wrapper {
    padding: 180px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(/media/scroll3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .creed-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .creed-section .creed-title {
    font-size: 30px;
  }
  .creed-section .creed-lines p {
    font-size: 18px;
  }
  .creed-section .creed-footer {
    margin-top: 50px;
  }
  .apply-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
  }
  .apply-container .apply-window {
    text-align: center;
    width: 100%;
  }
  .apply-container header h1 {
    font-size: 45px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    line-height: 45px;
  }
  .apply-flex {
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    padding-top: 40px;
  }
  .cust-inp {
    text-align: left;
  }
  .cust-inp label {
    font-size: 14px;
  }
  .cust-inp input, .cust-inp textarea, .cust-inp select {
    font-size: 18px;
    padding: 14px;
    box-sizing: border-box;
  }
  .apply-inputs .button-v1 p {
    font-size: 18px;
  }
  .c-footer {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .c-footer p {
    margin: 0;
    margin-bottom: 10px;
  }
  .c-footer ul {
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .button-v1 {
    padding: 20px;
  }
  .short {
    padding-top: 180%;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  .vids {
    transform: scale(1);
  }
  .short {
    padding-top: 180%;
  }
  .zind {
    display: none;
  }
  .popup section {
    width: 280px;
    box-sizing: border-box;
  }
  .popup section h3 {
    font-size: 24px;
  }
  .popup section p {
    font-size: 12px;
  }
  .popup section .button-v1 p {
    font-size: 12px;
  }
  .char-container {
    width: 55vh;
  }
  .parallax-header h1 {
    font-size: 100px;
    line-height: 90px;
    margin-top: 40px;
  }
  .parallax-header p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pillar-card-container {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pillar-card img {
    width: 280px;
  }
  .card-details h3 {
    font-size: 90px;
    line-height: 60px;
  }
  .card-details h3 span {
    font-size: 36px;
  }
  .card-details p {
    font-size: 14px;
  }
  .microcopy {
    margin-top: 20px;
  }
  nav {
    background-color: black;
    border-bottom: solid 1px var(--color-Heading);
  }
  nav svg {
    width: 40px;
    left: 20px;
  }
  nav ul {
    gap: 18px;
    margin-right: 0;
  }
  nav ul li {
    font-size: 10px;
  }
  nav ul li:nth-child(1) {
    display: none;
  }
  nav ul li:nth-child(2) {
    display: none;
  }
  .nav-active h3 {
    margin-left: 70px;
    display: none;
  }
  .nav-active svg {
    top: 8px;
    left: -10px;
    transform: translateX(20px);
  }
  .nav-active ul {
    margin-right: 0;
    gap: 25px;
  }
  .nav-active .nav-skool {
    margin-right: -16px;
  }
  .nav-skool {
    margin-right: 0px;
  }
  .what-container {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .what-container h2 {
    font-size: 36px;
  }
  .what-container p {
    width: 280px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .rite-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rite-container h2 {
    font-size: 36px;
  }
  .rite-container h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .rite-container p {
    width: 280px;
    line-height: 24px;
    font-size: 16px;
  }
  .pillar-container {
    padding: 10px;
    padding-bottom: 60px;
  }
  .pillar-header h2 {
    font-size: 48px;
  }
  .creed-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .creed-wrapper {
    padding: 100px;
    padding-left: 45px;
    padding-right: 45px;
    background: url(/media/scroll3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .creed-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .creed-section .creed-title {
    font-size: 20px;
  }
  .creed-section .creed-lines p {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .creed-section .creed-lines p.highlight {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .creed-section .creed-footer {
    margin-top: 30px;
    font-size: 10px;
  }
  .apply-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
    border-top: solid 1px rgb(49, 44, 35);
  }
  .apply-container .apply-window {
    text-align: center;
    width: 100%;
  }
  .apply-container header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    line-height: 45px;
  }
  .apply-container header p {
    font-size: 12px;
  }
  .apply-flex {
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    padding-top: 40px;
  }
  .cust-inp {
    text-align: left;
  }
  .cust-inp label {
    font-size: 14px;
  }
  .cust-inp input, .cust-inp textarea, .cust-inp select {
    font-size: 18px;
    padding: 14px;
    box-sizing: border-box;
  }
  .apply-inputs .button-v1 p {
    font-size: 18px;
  }
  .c-footer {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .c-footer p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .c-footer ul {
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .button-v1 {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */