@import url("https://fonts.googleapis.com/css2?family=Otomanopee+One&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap");

@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/cascadia-code.min.css");

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Poppins, sans;
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Cascadia Code, monospace, ui-monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.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: 1720px){
  .container{
    max-width: 1720px;
  }
}

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

.m-0{
  margin: 0px;
}

.m-3{
  margin: 0.75rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.h-10{
  height: 2.5rem;
}

.w-10{
  width: 2.5rem;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.opacity-25{
  opacity: 0.25;
}

.opacity-75{
  opacity: 0.75;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

* {
  --shadow-color-card: #ffc996;
  --shadow-color-btn: #00ead3;
}

/* GENERAL */

body {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 240, var(--tw-bg-opacity));
  font-family: Poppins, sans;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

a {
  --tw-text-opacity: 1;
  color: rgba(190, 95, 232, var(--tw-text-opacity));
  text-decoration: underline;
}

a.goto {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
}

a.goto span {
  text-decoration: underline;
}

a.goto:after {
  content: "➜";
  margin-left: 10px;
  transition: 300ms ease margin;
}

a.goto:hover::after {
  margin-left: 15px;
}

p {
  text-align: justify;
}

h1 {
  font-family: Otomanopee One, sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 50px;
}

h2 {
  font-family: Otomanopee One, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-family: Otomanopee One, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  font-family: Otomanopee One, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.subtext {
  --tw-text-opacity: 1;
  color: rgba(120, 120, 120, var(--tw-text-opacity));
}

footer {
  display: flex;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 30px 20px;
  margin-top: 60px;
}

main {
  padding: 0px 20px;
}

.container {
  max-width: 1720px;
  margin: 0 auto;
}

button, .button, input[type="button"], input[type="submit"], input[type="reset"]{
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  text-decoration: none;
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"]{
  border-radius: 3px;
  box-shadow: 3px 3px 0px var(--shadow-color-btn);
  padding: 7px 15px;
  transition: 200ms ease box-shadow, 200ms ease transform, 300ms ease filter;
  margin-top: 20px;
}

button.m-0,
.button.m-0,
input[type="button"].m-0,
input[type="submit"].m-0,
input[type="reset"].m-0 {
  margin: 0px;
}

button.disabled, .button.disabled, input[type="button"].disabled, input[type="submit"].disabled, input[type="reset"].disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

button.disabled,
.button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled{
  box-shadow: none !important;
  transform: none !important;
  cursor: no-drop;
}

button.btn-mini, .button.btn-mini, input[type="button"].btn-mini, input[type="submit"].btn-mini, input[type="reset"].btn-mini{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

button.btn-mini,
.button.btn-mini,
input[type="button"].btn-mini,
input[type="submit"].btn-mini,
input[type="reset"].btn-mini{
  padding: 5px 13px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  box-shadow: 4px 4px 0px var(--shadow-color-btn);
  transform: translate(-1px, -1px);
}

button:active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  box-shadow: 2px 2px 0px var(--shadow-color-btn);
  transform: translate(1px, 1px);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-group button, .btn-group .button, .btn-group input[type="button"], .btn-group input[type="submit"], .btn-group input[type="reset"]{
  margin: 0px;
}

button.btn-group button,
button.btn-group .button,
button.btn-group input[type="button"],
button.btn-group input[type="submit"],
button.btn-group input[type="reset"],
.button.m-0,
.button.m-0,
.button.m-0,
.button.m-0,
.button.m-0,
input[type="button"].btn-group button,
input[type="button"].btn-group .button,
input[type="button"].btn-group input[type="button"],
input[type="button"].btn-group input[type="submit"],
input[type="button"].btn-group input[type="reset"],
input[type="submit"].btn-group button,
input[type="submit"].btn-group .button,
input[type="submit"].btn-group input[type="button"],
input[type="submit"].btn-group input[type="submit"],
input[type="submit"].btn-group input[type="reset"],
input[type="reset"].btn-group button,
input[type="reset"].btn-group .button,
input[type="reset"].btn-group input[type="button"],
input[type="reset"].btn-group input[type="submit"],
input[type="reset"].btn-group input[type="reset"] {
  margin: 0px;
}

button.m-0,
button.m-0,
button.m-0,
button.m-0,
button.m-0,
.button.m-0,
.button.m-0,
.button.m-0,
.button.m-0,
.button.m-0,
input[type="button"].m-0,
input[type="button"].m-0,
input[type="button"].m-0,
input[type="button"].m-0,
input[type="button"].m-0,
input[type="submit"].m-0,
input[type="submit"].m-0,
input[type="submit"].m-0,
input[type="submit"].m-0,
input[type="submit"].m-0,
input[type="reset"].m-0,
input[type="reset"].m-0,
input[type="reset"].m-0,
input[type="reset"].m-0,
input[type="reset"].m-0 {
  margin: 0px;
  margin: 0px;
  margin: 0px;
  margin: 0px;
}

.card {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 10px 10px 0px var(--shadow-color-card);
  -webkit-animation: 600ms ease-in fade;
          animation: 600ms ease-in fade;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0px;
  margin-bottom: 5px;
}

.tag {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1px 8px;
  margin: 0px 3px 3px 0px;
}

.list-information {
  display: grid;
  grid-auto-flow: row;
  gap: 0.75rem;
  margin: 20px 0px;
}

.info-element {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.info-element .subinfo {
  margin-top: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.info-element i.location {
  color: #d54c4c;
}

.message {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 3px;
  box-shadow: 3px 3px 0px var(--shadow-color-card);
}

.message.error {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.message.warning {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.message.success {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* HEADER */

header {
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 20px;
}

header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-title {
  flex: 1 1 0%;
}

.logo {
  height: 65px;
  margin-right: 30px;
}

.menu-toggle {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 55px;
  width: 55px;
}

span.line {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  width: 25px;
  height: 1px;
  transition: 200ms ease transform;
}

span.line:first-child {
  margin-bottom: 8px;
}

/* MENU */

.menu-opened span.line:first-child {
  transform: rotate(45deg) translate(3px, 3px);
}

.menu-opened span.line:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}

nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 105px 0px 30px 0px;
  transition: 300ms ease transform;
  transform: scaleY(0);
  transform-origin: top;
}

nav.menu-opened {
  transform: scaleY(1);
}

nav li a {
  display: block;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Otomanopee One, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  text-decoration: none;
}

@media (min-width: 768px){
  nav li a{
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 3rem;
    line-height: 1;
  }
}

nav li a{
  transition: 300ms ease background, 300ms ease padding-left;
}

nav li:last-child a {
  border-bottom-width: 1px;
}

nav li a:hover {
  padding-left: 3.5rem;
}

@media (min-width: 768px){
  nav li a:hover{
    padding-left: 6rem;
  }
}

nav li a:hover{
  background-color: var(--shadow-color-card);
}

/* EVENTI */

.events-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 1280px){
  .events-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.events-container{
  margin-bottom: 40px;
}

.card.event {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .card.event{
    flex-direction: row;
  }
}

.event .card-image {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

@media (min-width: 768px){
  .event .card-image{
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}

.event .card-image{
  flex: 2;
}

.event .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.event .card-content {
  flex: 3;
  padding: 30px;
}

.event h2 {
  margin-bottom: 20px;
}

/* ASSOCIAZIONI */

.associazioni-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px){
  .associazioni-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .associazioni-container{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .associazioni-container{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.associazioni-container{
  margin-bottom: 40px;
}

.card.associazione {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-grayscale: grayscale(100%);
  background-image: linear-gradient(135deg, var(--s-color) 0%, var(--e-color) 100%);
  transition: 300ms ease filter, 300ms ease box-shadow, 300ms ease transform;
}

.card.associazione-big {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-grayscale: grayscale(0);
}

@media (min-width: 768px){
  .card.associazione-big{
    flex-direction: row;
  }
}

.card.associazione-big{
  background-image: none;
}

.card.associazione:hover {
  --tw-grayscale: grayscale(0);
}

.associazione .card-image {
  display: flex;
  padding: 30px 60px 0px 60px;
  transition: 300ms ease filter, 300ms ease transform;
}

.associazione-big .card-image {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

@media (min-width: 768px){
  .associazione-big .card-image{
    align-items: flex-start;
    border-bottom-width: 0px;
  }
}

.associazione-big .card-image{
  padding: 30px;
}

.associazione:hover .card-image {
  transform: scale(1.02);
}

.associazione .card-image img, .associazione-big .card-image img{
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.associazione-big .card-image img {
  width: 100%;
}

@media (min-width: 768px){
  .associazione-big .card-image img{
    width: 20rem;
  }
}

.associazione .card-content,
.associazione-big .card-content {
  padding: 30px;
}

.associazione-big h2 {
  margin-bottom: 20px;
}

@media (min-width: 1280px){
  .associazione-big .list-information{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .associazione-big .list-information{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}

@media (min-width: 1720px){
}
