/* 
Theme Name: Vedic
Text Domain: VedicTD
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* 
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.btn {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(178 22 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(178 22 25 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.625rem;
  font-family: "Nacky", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(178 22 25 / var(--tw-text-opacity));
}

.btn-alt {
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.625rem;
  font-family: "Nacky", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(137 108 149 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.btn-alt:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-12 {
  bottom: 3rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.-z-10 {
  z-index: -10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-\[-100vh\] {
  margin-top: -100vh;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-40 {
  height: 10rem;
}

.h-60 {
  height: 15rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100dvh\] {
  height: 100dvh;
}

.h-\[150dvh\] {
  height: 150dvh;
}

.h-\[calc\(100vh-5rem\)\] {
  height: calc(100vh - 5rem);
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-40 {
  width: 10rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.max-w-screen-md {
  max-width: 768px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-0 {
  gap: 0px;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.font-nacky {
  font-family: "Nacky", serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.leading-none {
  line-height: 1;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

@font-face {
  font-family: "Nacky";

  src: url(./assets/fonts/DxNackyVar.woff2) format("woff2"),
    url(./assets/fonts/DxNackyVar.woff) format("woff");

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Metro-Sans";

  src: url(./assets/fonts/Metro-Sans-Regular.woff2) format("woff2"),
    url(./assets/fonts/Metro-Sans-Regular.woff) format("woff");

  font-weight: 400;

  font-style: normal;
}

.btn-margin-left {
  margin-left: 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .btn-margin-left {
    margin-left: auto;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Metro-Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: black;
}

/* ---- HEADER AND NAVIGATION ---- */

.logo-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .logo-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.logo-wrapper.is-color-changed {
  --tw-bg-opacity: 1;
  background-color: rgb(137 108 149 / var(--tw-bg-opacity));
}

.logo {
  font-family: "Nacky", serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: lowercase;
  color: white;
  text-decoration: none;
}

.logo-animated {
  font-size: 2rem;
  text-wrap: nowrap;
}

.logo:first-of-type {
  font-weight: 700;
  text-align: left;
}

.logo:last-of-type {
  font-weight: 100;
  text-align: right;
}

.menu-toggler {
  position: fixed;
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
  cursor: pointer;
  top: 1.2rem;
}

@media (min-width: 1024px) {
  .menu-toggler {
    top: 1.7rem;
  }
}

.menu-toggler span {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin: 6px 0;
  background-color: white;
  transform-origin: center;
  transition: transform 0.1s ease-in 0.2s, translate 0.1s ease-in;
}

.menu-toggler.is-active span:first-of-type {
  transform: rotate(45deg);
  translate: 0 4px;
}

.menu-toggler.is-active span:last-of-type {
  transform: rotate(-45deg);
  translate: 0 -4px;
}

.menu-toggler:not(.is-active) span {
  transition: translate 0.1s ease-in 0.2s, transform 0.1s ease-in;
}

.menu-toggler.is-repositioned {
  top: 1.7rem;
}

#floating-menu {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(137 108 149 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  #floating-menu {
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#floating-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in;
}

#floating-menu.is-visible {
  transform: translateY(0);
}

#floating-menu .calendly-menu-btn {
  opacity: 0;
}

#floating-menu.is-visible .calendly-menu-btn {
  opacity: 1;
  transition: opacity 0.2s ease-in 0.5s;
}

#primary-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  #primary-menu-wrapper {
    margin-bottom: 0px;
  }
}

#primary-menu {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  #primary-menu {
    align-items: flex-start;
    gap: 1rem;
  }
}

#primary-menu li {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Nacky", serif;
  text-transform: lowercase;
  color: white;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  #primary-menu li {
    font-size: 6rem;
    line-height: 1;
  }
}

#primary-menu li {
  transition: opacity 0.2s ease-in;
}

#primary-menu li:hover {
  opacity: 0.5;
}

#secondary-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #secondary-menu {
    gap: 0.5rem;
    text-align: right;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#languages-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-transform: uppercase;
  font-family: "Nacky", serif;
  border: 1px white solid;
  border-radius: 9999px;
  padding: 0.3rem 0.85rem 0.15rem 0.35rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  #languages-menu ul {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 4rem;
  }
}

#languages-menu ul li:not(.active-lang) {
  opacity: 0.5;
}

#languages-menu ul li::before {
  content: "/";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: white;
  pointer-events: none;
}

#languages-menu ul li:first-child::before {
  content: "";
  margin-right: 0;
}

#languages-menu ul li a {
  color: white;
}

.active-lang {
  font-weight: 700;
}

/* ---- BLOCKS ---- */

.vedic-innerblock {
  position: relative;
}

.vedic-innerblock .wp-block-columns {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .vedic-innerblock .wp-block-columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.vedic-innerblock .wp-block-column p + .wp-block-buttons,
.vedic-innerblock .calendly-btn {
  margin-top: 3rem;
}

.vedic-innerblock .calendly-btn.to-the-right {
  margin-left: auto;
}

.vedic-innerblock .wp-block-column p.has-attention-font-size {
  line-height: 1;
}

.vedic-innerblock h2 {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  color: white;
}

.vedic-innerblock h3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  color: white;
}

.vedic-innerblock h4 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: white;
}

.vedic-innerblock p {
  line-height: 1.25;
  color: white;
}

.vedic-innerblock ul {
  list-style: none;
  list-style-position: outside;
  color: white;
  line-height: 1 !important;
  padding-left: 2.5rem;
}

@media (min-width: 1024px) {
  .vedic-innerblock ul {
    padding-left: 0px;
  }
}

.vedic-innerblock ul li {
  position: relative;
}

.vedic-innerblock ul li:before {
  content: "\27F6";
  font-size: 1.5rem;
  position: absolute;
  left: -2.6rem;
  top: 1.2rem;
}

.vedic-innerblock ul.has-headline-font-size li:before,
.vedic-innerblock ul li.has-headline-font-size:before {
  top: 2.8rem;
}

.vedic-innerblock .wp-block-columns.full-height {
  min-height: 100vh;
}

.vedic-innerblock .anchor-row a {
  margin-right: 1.5rem;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.vedic-innerblock .anchor-row a:hover {
  text-underline-offset: 4px;
}

.wp-block-button__link {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(178 22 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(178 22 25 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.625rem;
  font-family: "Nacky", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(178 22 25 / var(--tw-text-opacity));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.625rem;
  font-family: "Nacky", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.vedic-innerblock .wp-block-buttons.is-content-justification-right {
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .vedic-innerblock .wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
  }
}

.vedic-innerblock .wp-block-cover {
  width: 100%;
  padding: 0px;
}

.vedic-innerblock .wp-block-cover .wp-block-columns {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.vedic-innerblock .wp-block-columns.course-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 5rem !important;
}

.vedic-innerblock .wp-block-columns.course-head .wp-block-column {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 1rem;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .vedic-innerblock .wp-block-columns.course-head .wp-block-column {
    max-width: 75%;
  }
}

.vedic-innerblock .wp-block-columns.two-columns-text {
  gap: 5rem;
}

@media (min-width: 768px) {
  .vedic-innerblock .wp-block-columns.two-columns-text {
    gap: 2.5rem;
  }
}

.wp-block-cover .wp-block-columns.full-height {
  min-height: 100vh;
}

.vedic-innerblock .wp-block-column p a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.vedic-innerblock .wp-block-column p a:hover {
  text-underline-offset: 4px;
}

/* ---- SITE MAP MENU ---- */

.site-map-menu-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#site-map-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 768px) {
  #site-map-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#site-map-menu li a {
  font-family: "Nacky", serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#site-map-menu li a:after {
  content: "\27F6";
  padding-left: 0.65rem;
  font-size: 1.5rem;
  position: relative;
  top: -6px;
  transition: padding-left 0.2s ease-in;
}

#site-map-menu li a:hover:after {
  padding-left: 0.9rem;
}

#site-map-menu li p {
  font-family: "Metro-Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  #site-map-menu li p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* ---- FOOTER MENU ---- */

#footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  #footer-menu {
    flex-direction: row;
  }
}

.calendly {
  position: relative;
  z-index: 250;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  padding: 50px;
}

.calendly-overlay {
  background-color: #779aeb !important;
  margin: 2rem;
  border-radius: 1rem;
}

.calendly-overlay .calendly-popup-close {
  position: absolute;
  top: 2rem !important;
  right: 2rem !important;
}

/* FORMS */

#fd-form-670e722d7871445b5a0f95d9 {
  width: 100%;
  padding: 3rem 0;
}

.ff-670e722d7871445b5a0f95d9__container {
  margin: 0 !important;
  max-width: unset !important;
}

.ff-670e722d7871445b5a0f95d9__form {
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .ff-670e722d7871445b5a0f95d9__form {
    display: grid !important;
  }
}

.ff-670e722d7871445b5a0f95d9__title {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-family: "Metro-Sans", sans-serif !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.ff-670e722d7871445b5a0f95d9__subtitle {
  display: none !important;
}

.ff-670e722d7871445b5a0f95d9__title div {
  text-align: left;
}

.ff-670e722d7871445b5a0f95d9__content {
  display: inline !important;
}

.ff-670e722d7871445b5a0f95d9__fields {
  flex-direction: column !important;
}

.ff-670e722d7871445b5a0f95d9__field {
  max-width: unset !important;
}

.ff-670e722d7871445b5a0f95d9__fields input {
  height: 1rem;
  text-wrap: nowrap !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.ff-670e722d7871445b5a0f95d9__fields label {
  width: 100% !important;
  max-width: 100%;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  padding: 0 !important;
  transform: translate(1rem, 10px);
}

.ff-670e722d7871445b5a0f95d9__fields label span {
  color: gray;
}

.ff-670e722d7871445b5a0f95d9__content.fd-form-content {
  flex-direction: column !important;
}

.ff-670e722d7871445b5a0f95d9__button {
  display: inline-block;
  max-width: 100% !important;
  --tw-translate-x: -6px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  text-wrap: nowrap !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.4rem !important;
  font-family: "Nacky", serif !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 700ms !important;
}

.ff-670e722d7871445b5a0f95d9__button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.ff-670e722d7871445b5a0f95d9__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px !important;
  margin-right: 0 !important;
}

/* Media Queries */

@media screen and (max-width: 767px) {
  .has-small-font-size,
  .has-copy-font-size {
    font-size: 1.25rem !important;
  }

  .has-headline-font-size {
    font-size: 5rem !important;
  }

  .has-attention-font-size {
    font-size: 2.5rem !important;
  }

  .vedic-innerblock .wp-container-core-column-is-layout-19 > * {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vedic-innerblock .wp-block-columns.two-columns-text {
    padding-bottom: 5rem !important;
  }

  .vedic-innerblock
    .wp-block-columns.two-columns-text
    + .wp-block-columns.two-columns-text {
    padding-top: 0 !important;
  }

  .vedic-innerblock ul.has-attention-font-size li:before,
  .vedic-innerblock ul li.has-attention-font-size:before {
    top: 0.2rem;
  }

  .vedic-innerblock ul.has-headline-font-size li:before,
  .vedic-innerblock ul li.has-headline-font-size:before {
    top: 1.4rem;
  }

  .vedic-innerblock .small-padding-bottom-mobile {
    padding-bottom: 2rem !important;
  }

  .logo-animated {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .logo-animated {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1559px) {
  .logo-animated {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1560px) {
  .logo-animated {
    font-size: 9rem;
  }
}

.hover\:bg-ve_lavender:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 108 149 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-\[200vh\] {
    height: 200vh;
  }

  .md\:h-\[calc\(100vh-10rem\)\] {
    height: calc(100vh - 10rem);
  }

  .md\:h-\[calc\(100vh-8rem\)\] {
    height: calc(100vh - 8rem);
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:h-96 {
    height: 24rem;
  }
}
