
@import url("https://use.typekit.net/qux5hcw.css");


.callout-title{
background-color: #000000 !important;
}

.reveal .has-light-background,
.reveal .has-light-background h1,
.reveal .has-light-background h2,
.reveal .has-light-background h3,
.reveal .has-light-background h4,
.reveal .has-light-background h5,
.reveal .has-light-background h6 {
  color: #484e53;
}
:root {
  --r-background-color: #000000;
  --r-main-font: "dolly-new", sans-serif;
  --r-main-font-size: 22px;
  --r-first-color: #FFF1D0;
  --r-second-color: #D2017A;
  --r-third-color: #FF6E01;
  --r-fourth-color: #E6C9A8;
  --r-fifth-color:#F0C808;
  --r-sixth-color: #CBEFB6;
  --r-block-margin: 20px;
  --r-heading-margin: 0 0 20px 0;
  --r-heading1-font: "slight-chance", sans-serif;
  --r-heading2-font: "slight-chance", sans-serif;
  --r-heading2-font-weight: 700;
  --r-heading-color: var(--r-second-color) !important;
  --r-heading-line-height: 1em;
  --r-heading-letter-spacing: normal;
  --r-heading-text-transform: uppercase;
  --r-heading-text-shadow: none;
  --r-heading-font-weight: normal;
  --r-heading1-text-shadow: none;
  --r-heading1-size: 2.5em;
  --r-heading2-size: 1.5em;
  --r-code-font: monospace;
  --r-link-color: var(--r-first-color);
  --r-link-color-dark: rgb(192,211,224);
  --r-link-color-hover: var(--r-fourth-color);
  --r-selection-background-color: rgb(192,211,224); /* mouse selection */
  --r-selection-color: #FFF1D0;
/* 0096FF */
}

em{
  font-style: normal !important;
  /* font-family: var(--r-heading2-font); */
  color: var(--r-first-color) !important;
  background-color: var(--r-second-color) !important;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0px;
  border-radius: 5px;
  /* line-height: 1.6; */
}

.video{
  box-shadow: 0px 0px 15px #111;
  border:none; border-radius:25px;
  background-color: black;
}

.p5{
  position:absolute !important;
  float:left !important;
  width: 100% !important;
  height:2000px !important;
  max-height:none !important;
  /* margin-top:-100px !important; */
  z-index:-10 !important;
  border: none !important;
}

.embedded_page{
	width: 80%;
  margin-left: 10%;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #111;
}

.reveal-viewport {
  position: relative;
  overflow: hidden;
  background: #000;
}

.reveal-viewport::before,
.reveal-viewport::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

/* layer fisso */
.reveal-viewport::before {
  background:
    repeating-linear-gradient(
      45deg,
      rgba(80,80,80,0.3) 0px,
      rgba(80,80,80,0.3) 2px,
      transparent 2px,
      transparent 5px
    )
}

/* layer mobile */
.reveal-viewport::after {
  background:
    repeating-linear-gradient(
      45.2deg,
      rgba(120, 120, 120, 0.3) 0px,
      rgba(120,120,120,0.3) 2px,
      transparent 2px,
      transparent 5px
    );
}


.reveal {
  font-family: var(--r-main-font);
  font-size: var(--r-main-font-size);
  font-weight: normal;
  color: var(--r-first-color);
  
}
.reveal ::selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}
.reveal ::-moz-selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}
.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.5;
  font-weight: inherit;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4{
  margin: var(--r-heading-margin);
  color: var(--r-first-color);
  font-weight: var(--r-heading-font-weight);
  line-height: var(--r-heading-line-height);
  letter-spacing: var(--r-heading-letter-spacing);
  text-transform: var(--r-heading-text-transform);
  text-shadow: var(--r-heading-text-shadow);
  word-wrap: break-word;
  text-shadow: 0px 0px 50px #00000075;
  animation: 1s animateBorder infinite alternate !important;
  animation-timing-function: ease-out !important;
}

.reveal h5{
  font-size: 4em;
  margin-top:-0.0em;
}

.reveal h1 {
  font-family: var(--r-heading1-font);
  font-size: var(--r-heading1-size);
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.5);
  -webkit-text-stroke: 1px #000; */
}
.reveal h2 {
  font-family: var(--r-heading2-font);
  font-size: var(--r-heading2-size);
  font-weight: var(--r-heading2-font-weight);
}
.reveal h3 {
  font-family: var(--r-heading1-font);
  font-size: var(--r-heading3-size);
}
.reveal h4 {
  font-family: var(--r-heading1-font);
  font-size: var(--r-heading4-size);
}
.reveal .slides > section.drop {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.reveal p {
  margin: var(--r-block-margin) 0;
  line-height: 1.3;
  max-width: 100% !important;
}

.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
  margin-bottom: 0;
}
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%;
}
.reveal strong,
.reveal b {
  /* font-family: var(--r-heading2-font); */
  /* color: var(--r-second-color); */
  /* font-size: 1.25em; */
}
.reveal em {
  font-style: italic;
}
.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em;
}

@counter-style circled-alpha {
  system: fixed;
  symbols: 🕐 🕑 🕒 🕓 🕔 🕕 🕖 🕗 🕘 🕙 🕚 🕛;
  suffix: " ";
}


.reveal ol {
  list-style: none;
  counter-reset: numbered-item;
  margin: var(--r-block-margin) 0;
  margin-left: 0;
  padding-left: 0;
}

.reveal ol > li {
  counter-increment: numbered-item;
  position: relative;
  padding-left: 0;
  list-style: none;
  display: block;
}

.reveal ol > li::before {
  content: "---------->" counter(numbered-item)".";
  display: inline;
  background: linear-gradient(to right, var(--r-second-color), var(--r-first-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 1em;
}

.reveal ol ol {
  counter-reset: nested-numbered-item;
  margin-left: 0;
  padding-left: 0;
}

.reveal ol ol > li {
  counter-increment: nested-numbered-item;
}

.reveal ol ol > li::before {
  content: "-------------------->" counter(nested-numbered-item);
}

.reveal ul {
  list-style: none;
  margin: var(--r-block-margin) 0;
  margin-left: 0;
  padding-left: 0;
}

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 0px;
  padding-left: 0;
}

.reveal ul ul li {
  padding-left: 0;
  list-style: none;
  display: block;
}

.reveal ul ul li::before,
.reveal ul ol li::before,
.reveal ol ul li::before,
.reveal ol ol li::before  {
  content: "-------------------->";
  display: inline;
  background: linear-gradient(to right, var(--r-second-color), var(--r-first-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 1em;
}

.reveal ul ul ul li::before,
.reveal ul ul ol li::before,
.reveal ul ol ul li::before,
.reveal ul ol ol li::before,
.reveal ol ul ul li::before,
.reveal ol ul ol li::before,
.reveal ol ol ul li::before,
.reveal ol ol ol li::before {
  content: "------------------------------>";
  display: inline;
  background: linear-gradient(to right, var(--r-second-color), var(--r-first-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 1em;
}

.reveal li{
  margin-top:15px;
}

.reveal ul li {
  position: relative;
  padding-left: 0;
  list-style: none;
  display: block;
  font-
}

.reveal ul li::before {
  content: "----------->";
  display: inline;
  background: linear-gradient(to right, var(--r-second-color), var(--r-first-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-right: 1em;
}

.reveal li::marker{
  color: var(--r-second-color);
  background-color: transparent !important;
}

.reveal ul li ul li{
  margin-top:5px !important;
}

.reveal dt {
  font-weight: bold;
}
.reveal dd {
  margin-left: 40px;
}
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block;
}
.reveal q {
  font-style: italic;
}
.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: var(--r-block-margin) auto;
  text-align: left;
  font-size: 0.55em;
  font-family: var(--r-code-font);
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.reveal code {
  font-family: var(--r-code-font);
  text-transform: none;
  tab-size: 2;
}
.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal;
}
.reveal .code-wrapper {
  white-space: normal;
}
.reveal .code-wrapper code {
  white-space: pre;

}
.reveal table {
  /* margin: auto; */
  border-collapse: collapse;
  border-spacing: 0;
}
.reveal table th {
  font-weight: bold;
}
.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid;
}
.reveal table th[align=center],
.reveal table td[align=center] {
  text-align: center;
}
.reveal table th[align=right],
.reveal table td[align=right] {
  text-align: right;
}
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none;
}
.reveal sup {
  vertical-align: super;
  font-size: smaller;
}
.reveal sub {
  vertical-align: sub;
  font-size: smaller;
}
.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top;
}
.reveal small * {
  vertical-align: top;
}
.reveal img {
  margin-right: 10px !important;
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
  border: 1px solid rgba(255, 255, 255, 0.3); 
  border-radius: 25px;
  padding: 20px;
  /* margin: 20px 0; */
  font-style: italic;
  position: relative;
  color: var(--r-first-color);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  background:
    repeating-linear-gradient(
      40deg,
      rgba(80,80,80,0.6) 0px,
      rgba(80,80,80,0.6) 2px,
      transparent 2px,
      transparent 5px
    )
}
.reveal a {
  color: var(--r-link-color);
  text-decoration: none;
  transition: color 0.15s ease;
}
.reveal a:hover {
  color: var(--r-link-color-hover);
  text-shadow: none;
  border: none;
}
.reveal .roll span:after {
  color: #fff;
  background: var(--r-link-color-dark);
}
.reveal .r-frame {
  border: 4px solid var(--r-first-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.reveal a .r-frame {
  transition: all 0.15s linear;
}
.reveal a:hover .r-frame {
  border-color: var(--r-link-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
.reveal .controls {
  color: var(--r-link-color) !important;
}
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: var(--r-link-color);
}
@media print {
  .backgrounds {
    background-color: var(--r-background-color);
  }
}
.reveal .slides {
	text-align: left !important;
	/* width: 100% !important;
	inset: auto !important;
	transform: none !important; */
}
p.reset-paragraph {
  margin: inherit;
  line-height: inherit;
}
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 100%;
  max-height: 100%;
}
.reveal ol,
.reveal dl,
.reveal ul {
  text-align: left;
  margin: var(--r-block-margin) 0;
  margin-left: 1em;
}
.reveal sup {
  vertical-align: super;
  font-size: x-small;
  color: var(--r-link-color);
}
.reveal sub {
  vertical-align: sub;
  font-size: x-small;
}
.footnotes {
  font-size: 8px;
}
.footnotes > ol * {
  margin: 0px !important;
}
.footnotes > ol > li::marker {
  color: var(--r-link-color);
  content: counter(list-item) ": ";
}

code{
  opacity: 50%;
}

audio{
  width: 400px;
  background: rgb(17, 21, 23);;
  border-radius: 0px;
}

.capt{
  width:400px;
  margin-bottom: -1rem !important;
  font-size:18px;
}

blockquote{
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
  font-style: italic;
  font-size: 0.9em;
  position: relative;
  color: var(--r-first-color);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  z-index: 11;

}

blockquote::before {
  content: '"';
  font-size: 2.2em;
  color: var(--r-second-color);
  position: absolute;
  top: -25px;
  left: 0px;
  opacity: 1;
  z-index: 10;
}

s, del, .quote {
  font-family: monospace;
  font-style: normal;
  text-decoration: none;
  font-size: 0.5em;
  line-height: 0.9 !important;
  padding-top:20px !important;
  margin-top: 20px !important;
  border-top: 1px solid var(--r-first-color);
}

mark {
  /* font-style: normal !important; */
  /* font-family: var(--r-heading2-font); */
  color: #000000 !important;
  background-color: var(--r-fourth-color) !important;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px;
}

.line {
  height: 2px;
  background-color: #fc5083;
  width: 68%;
  margin-bottom: 30px;
  margin-top:30px;
  margin-left:50px;
}

.quotes-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.quotes-row blockquote {
  margin: 0;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.quotes-row blockquote {
  margin: 0;
}

.reveal .slides section {
  position: relative;
}

.image-overlay-row {
  position: absolute;
  top: 40%;          /* cambia a piacere */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;

  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;

  width: 90%;
  pointer-events: none; /* così non interferisce */
}

.image-overlay-row img {
  width: auto;       /* cambia a piacere */
  height: 180px;
  display: block;
}

.nostile{
  margin-right: 0px !important;
  backdrop-filter: blur(0px) !important;
  background: transparen !important;
  border: 0px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: 0px 0 !important;
  /* position: relative; */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.ref-slide, .ref-slide * {
  color:#2d2a27 !important
}

.two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.two-col .col {
  flex: 1;
  text-align: center;
}

.two-col img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.three-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; /* leggermente meno per farci stare 3 colonne */
}

.three-col .col {
  flex: 1;
  text-align: center;
}

.three-col img {
  width: 180px;
  height: auto;
  margin-top: 10px;
}

.reveal .time-cum {
  background: #4da6ff;
  color: white;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 6px;
  display: inline-block;
}

.reveal .fragment.grow-word-wrapper {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  opacity: 0;
  visibility: visible;
  transition: max-width 0.75s ease, opacity 0.25s ease;
}

.reveal .fragment.grow-word-wrapper.visible {
  max-width: 10em;
  opacity: 1;
}
