@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Mulish:wght@200..1000&family=Roboto+Slab:wght@300&display=swap');

*, ::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.17 | 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]:where(:not([hidden="until-found"])) {
  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;
  }
}

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

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

.heading-one{
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1280px){
  .heading-one{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 2560px){
  .heading-one{
    font-size: 5vw;
  }
}

.heading-two{
  display: inline-block;
  border-radius: 1em;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(253 84 103 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: lowercase;
  --tw-text-opacity: 1;
  color: rgb(253 84 103 / var(--tw-text-opacity, 1));
}

.heading-three{
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 230 254 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .heading-three{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 2560px){
  .heading-three{
    font-size: 3vw;
  }
}

.sub-heading{
  font-family: "Montserrat Alternates", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(253 84 103 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .sub-heading{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.para{
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px){
  .para{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.btn-white{
  display: inline-block;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Mulish, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px){
  .btn-white{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.btn-white:hover{
  border-color: #00E6FE;
  color: #00E6FE;
}

.btn-white-block{
  display: inline-block;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Mulish, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(63 6 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .btn-white-block{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.btn-white-block:hover{
  background-color: #00E6FE;
  border-color: #00E6FE;
  color: #3F060E;
}

.btn-neonb-block-gb{
  display: inline-block;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 230 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 230 254 / var(--tw-bg-opacity, 1));
  font-family: Mulish, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(63 6 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .btn-neonb-block-gb{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.btn-neonb-block-gb:hover{
  background-color: #FD5467;
  border-color: #FD5467;
  color: #3F060E;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

.clear-both{
  clear: both;
}

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

.mt-0{
  margin-top: 0px;
}

.mt-4{
  margin-top: 1rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-\[28vw\]{
  height: 28vw;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-full{
  max-width: 100%;
}

.shrink{
  flex-shrink: 1;
}

.basis-full{
  flex-basis: 100%;
}

.transform{
  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));
}

.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;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[1em\]{
  border-radius: 1em;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

.border-4{
  border-width: 4px;
}

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

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

.border-neonb{
  --tw-border-opacity: 1;
  border-color: rgb(0 230 254 / var(--tw-border-opacity, 1));
}

.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(255 243 242 / var(--tw-border-opacity, 1));
}

.border-salmon{
  --tw-border-opacity: 1;
  border-color: rgb(253 84 103 / var(--tw-border-opacity, 1));
}

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

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

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

.bg-burg{
  --tw-bg-opacity: 1;
  background-color: rgb(63 6 14 / var(--tw-bg-opacity, 1));
}

.bg-dburg{
  --tw-bg-opacity: 1;
  background-color: rgb(36 3 8 / var(--tw-bg-opacity, 1));
}

.bg-neonb{
  --tw-bg-opacity: 1;
  background-color: rgb(0 230 254 / var(--tw-bg-opacity, 1));
}

.bg-salmon{
  --tw-bg-opacity: 1;
  background-color: rgb(253 84 103 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

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

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pt-20{
  padding-top: 5rem;
}

.text-left{
  text-align: left;
}

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

.font-ma{
  font-family: "Montserrat Alternates", sans-serif;
}

.font-mul{
  font-family: Mulish, sans-serif;
}

.font-rs{
  font-family: "Roboto Slab", serif;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-\[7rem\]{
  font-size: 7rem;
}

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

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

.font-semibold{
  font-weight: 600;
}

.lowercase{
  text-transform: lowercase;
}

.leading-\[7rem\]{
  line-height: 7rem;
}

.leading-normal{
  line-height: 1.5;
}

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

.text-burg{
  --tw-text-opacity: 1;
  color: rgb(63 6 14 / var(--tw-text-opacity, 1));
}

.text-neonb{
  --tw-text-opacity: 1;
  color: rgb(0 230 254 / var(--tw-text-opacity, 1));
}

.text-salmon{
  --tw-text-opacity: 1;
  color: rgb(253 84 103 / var(--tw-text-opacity, 1));
}

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* theme edits */

:root {
  font-size: 16px;
  background-color: #111300
}

@media (min-width: 2800px) {
  :root {
    font-size: 24px;
  }
}

@media (min-width: 3800px) {
  :root {
    font-size: 32px;
  }
}

.wp-block {
  max-width: unset;
}

html{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* Applies white text color by default */
}

p a{
  --tw-text-opacity: 1;
  color: rgb(253 84 103 / var(--tw-text-opacity, 1));
}

p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 230 254 / var(--tw-text-opacity, 1));
}

body .entry-content, body .content-area {
  background-color: #111300;
}

body .entry-content p a {
  color: #00E6FE;
}

body.home .entry-content, body.home {
  background-color: #3F060E;
}

body.home .entry-content p a {
  color: #FD5467;
}

body:not(.home) .entry-content {
  padding: 2rem;
}

@media (min-width: 1280px) {
  body:not(.home) .entry-content {
    padding: 4rem;
  }
}

@media (min-width: 2560px) {
  body:not(.home) .entry-content {
    padding: 5vw;
  }
}

figcaption {
  display:none;
}

.woocommerce-feature-product .woocommerce.columns-4 {
  width: 100%;
}

.woocommerce-feature-product .woocommerce.columns-4 ul.products.columns-4 {
  width: 100%;
}

.woocommerce-feature-product h2.woocommerce-loop-product__title {
  font-family: "Montserrat Alternates";
  text-transform: lowercase;
  font-weight: 400;
  /* Base size - assuming 16px default (1em = 16px) */
  font-size: 1.5rem !important;
  /* Adjust this base size as needed */
}

.woocommerce-feature-product .woocommerce-Price-amount {
  font-size: 2.25rem !important;
  /* 36px/16px = 2.25em */
  font-family: "Mulish";
  fill: #FD5467;
  font-weight: 200;
  color: #FD5467 !important;
}

.woocommerce-feature-product .add_to_cart_button, .single_add_to_cart_button.button.alt, .add_to_cart_button {
  font-family: "Mulish", Sans-serif;
  font-size: 2rem !important;
  /* 32px/16px = 2em */
  font-weight: 400 !important;
  color: #FD5467 !important;
  background-color: #FFF3F200 !important;
  border-style: solid !important;
  border-width: 2px !important;
  /* 2px/16px = 0.125em */
  border-color: #FD5467;
  border-radius: 0.5em !important;
  /* 15px/16px = 0.9375em */
  padding: 0.2em .5em 0.2em .5em !important;
  /* 7px/16px=0.4375em, 20px/16px=1.25em, etc. */
}

.featured {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}

.woocommerce-feature-product .attachment-woocommerce_thumbnail {
  border-radius: 1em;
}

.woocommerce-feature-product li.product:hover .add_to_cart_button {
  border-color: #00E6FE !important;
  color: #00E6FE!important;
}

.woocommerce-feature-product .woocommerce ul.products li.product .button {
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .woocommerce-feature-product .add_to_cart_button {
    font-size: 1.375rem !important;
    /* 22px/16px = 1.375em */
  }
}

.products {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 768px) {
  .products{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1200px) {
  .products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1980px) {
  .products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (min-width: 2800px) {
  .products {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

.woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li.product {
  width: 100%;
}

.wc-block-components-checkout-place-order-button {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  /* adjust if your font-mul refers to a different font */
  color: #51112c;
  /* burg */
  font-size: 1.5rem;
  /* text-2xl */
  /* For xl:text-3xl, we use media query */
  border: 2px solid #00E6FE;
  /* neonb */
  background-color: #00E6FE;
  /* neonb */
  border-radius: 15px;
}

@media (min-width: 1280px) {
  .wc-block-components-checkout-place-order-button {
    font-size: 1.875rem;
    /* text-3xl */
  }
}

.wc-block-components-checkout-place-order-button:hover {
  background-color: #FD5467;
  /* salmon */
  border-color: #FD5467;
  /* salmon */
  color: #51112c;
  /* burg */
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  /* Tailwind's text-xl */
}

@media (min-width: 1280px) {
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    font-size: 1.5rem;
    /* Tailwind's text-2xl */
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

.before\:bg-\[\#51023d\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(81 2 61 / var(--tw-bg-opacity, 1));
}

.before\:opacity-60::before{
  content: var(--tw-content);
  opacity: 0.6;
}

.before\:mix-blend-overlay::before{
  content: var(--tw-content);
  mix-blend-mode: overlay;
}

.after\:ml-2::after{
  content: var(--tw-content);
  margin-left: 0.5rem;
}

.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-200::after{
  content: var(--tw-content);
  transition-duration: 200ms;
}

.after\:content-\[\'\BB\'\]::after{
  --tw-content: '»';
  content: var(--tw-content);
}

.hover\:border-neonb:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 230 254 / var(--tw-border-opacity, 1));
}

.hover\:bg-neonb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 230 254 / var(--tw-bg-opacity, 1));
}

.hover\:text-neonb:hover{
  --tw-text-opacity: 1;
  color: rgb(0 230 254 / var(--tw-text-opacity, 1));
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:after\:translate-x-1:hover::after{
  content: var(--tw-content);
  --tw-translate-x: 0.25rem;
  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));
}

@media (min-width: 640px){
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

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

  .md\:justify-start{
    justify-content: flex-start;
  }

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

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:text-left{
    text-align: left;
  }

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

@media (min-width: 1024px){
  .lg\:fixed{
    position: fixed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:h-\[24vw\]{
    height: 24vw;
  }

  .lg\:h-\[70vh\]{
    height: 70vh;
  }

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

  .lg\:max-w-\[50vw\]{
    max-width: 50vw;
  }

  .lg\:max-w-\[55vw\]{
    max-width: 55vw;
  }

  .lg\:basis-2\/5{
    flex-basis: 40%;
  }

  .lg\:basis-3\/5{
    flex-basis: 60%;
  }

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

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

@media (min-width: 1280px){
  .xl\:h-\[20vw\]{
    height: 20vw;
  }

  .xl\:max-w-\[50vw\]{
    max-width: 50vw;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

@media (min-width: 1536px){
  .\32xl\:h-\[17vw\]{
    height: 17vw;
  }

  .\32xl\:max-w-\[40vw\]{
    max-width: 40vw;
  }

  .\32xl\:gap-5{
    gap: 1.25rem;
  }

  .\32xl\:p-5{
    padding: 1.25rem;
  }

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

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

@media (min-width: 2560px){
  .\34k\:max-w-\[45vw\]{
    max-width: 45vw;
  }

  .\34k\:p-\[5vw\]{
    padding: 5vw;
  }

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

  .\34k\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\34k\:px-\[5vw\]{
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .\34k\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\34k\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\34k\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .\34k\:text-\[3vw\]{
    font-size: 3vw;
  }

  .\34k\:text-\[5vw\]{
    font-size: 5vw;
  }
}