@font-face {
  font-family: "Analo";
  src: url("./assets/fonts/AnaloGrotesk-Regular.woff2") format("woff2"),
    url("./assets/fonts/AnaloGrotesk-Regular.woff") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Variable.woff2") format("woff2"),
    url("./assets/fonts/Satoshi-Variable.woff") format("woff"),
    url("./assets/fonts/Satoshi-Variable.ttf") format("truetype"),
    url("./assets/fonts/Satoshi-Variable.eot");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "General Sans";
  src: url("./assets/fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("./assets/fonts/Satoshi-VariableItalic.woff") format("woff"),
    url("./assets/fonts/Satoshi-VariableItalic.ttf") format("truetype"),
    url("./assets/fonts/Satoshi-VariableItalic.eot");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}

:root {
  --primary: #000;
  --secondary: #e1e1e1;
  --accent: #d83abf;
  --font-size: 1.3vw;
}
*:focus,
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

::selection {
    background: transparent;
    color: var(--accent);
}

::-moz-selection {
    background: transparent;
    color: var(--accent);
}

.bg-accent ::selection {
    background: transparent;
    color: var(--secondary);
}

.bg-accent ::-moz-selection {
    background: transparent;
    color: var(--secondary);
}

.bg-accent {
  background-color: var(--accent);
}

body {
  color: var(--primary);
  font-family: "Satoshi", Helvetica, sans-serif;
  line-height: 1.2em;

  font-weight: 500;
  background-color: var(--secondary);
}

.analo {
  font-family: "Analo", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.2;
  font-size: var(--font-size);
}

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

.large {
  line-height: 1;
  font-size: calc((var(--font-size)) * 3);
}

.medium {
  line-height: 1;
  font-size: calc((var(--font-size)) * 2.5);
}

.alt {
  font-feature-settings: "ss01";
}

b,
strong {
  font-weight: 600;
}
img,
svg {
  max-width: 100%;
  height: auto;
}

p:last-child {
  margin-bottom: 0;
}

a.primary {
  color: var(--primary);
  text-decoration: none;
}

a.primary:hover {
  color: var(--accent);
  text-decoration: underline;
}
a {
  color: var(--primary);
}

a:hover {
  color: var(--secondary);
    text-decoration: none;

}

.pulsanti a {
  border: 1px solid transparent;
  padding: 0.1em 0.3em;
  border-radius: 20px;
  transition: none;
}

.btn-accent {
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 0;
}

.btn-accent:hover {
  background-color: var(--accent);
  color: var(--primary);
  border-radius: 3rem;
}

.btn {
  padding: 0.5rem 0 0.7rem;
  transition: none;
}

.fixed-bottom {
  left: unset !important;
  right: unset !important;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: 0.5rem;
  width: 100%;
}

.swiper-scrollbar-drag {
  background: var(--accent);
  border-radius: 0;
}

.swiper {
  cursor: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D83ABF;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='20' cy='20' r='20'/%3E%3C/g%3E%3C/svg%3E%0A"),
    auto !important;
}

.multiply {
  mix-blend-mode: multiply;
}

@media (min-width: 767px) {


  .multiply {
    width: 12vw;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size: 4vw;
  }

  .large {
    line-height: 1;
    font-size: calc((var(--font-size)) * 3);
  }

  .medium {
    line-height: 1;
    font-size: calc((var(--font-size)) * 1.8);
  }

  .gradient {
    color: var(--primary) !important;
    background-image: unset;
    -webkit-background-clip: text;
    background-size: 1000%;
    animation: unset;
  }


  a {
    color: var(--primary);
    padding: 0;
  }

  a.active:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 0.1em 0.3em;
    border-radius: 20px;
    text-decoration: none;
  }

  .pulsanti a:hover {
    padding: 0.1em 0.3em !important;
    border: 1px solid var(--primary);
  }

  a:hover {
    color: var(--primary);
    border: none;
    padding: 0;
    border-radius: 20px;
    text-decoration: none;
  }
  .under-container {
    padding-top: 50px;
  }
  .under-icon:before {
    left: 19px;
    top: unset;
    bottom: 0.4em;
  }
  .under-text {
    padding-left: 20px;
  }

    .swiper-slide {
    height: 35vh;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.bg-dark {
  background-color: var(--secondary) !important;
}

/* restyle bootstrap grid */

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 1rem;
  padding-right: 1rem;
}

#grid {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10001;
  pointer-events: none;
}

#grid .col:first-child {
  border-left: 1px solid #00f;
}
#grid .col {
  pointer-events: none;
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
  height: 100vh;
  padding: 0;
  margin: 0 1rem;
}

@media (max-width: 767.99px) {
  /* #grid {
    padding: 0 1.75rem 0 2.75rem;
  }
  #grid div.col {
    margin: 0 7.5px;
  } */
}

@media (max-width: 767.99px) {
  .border-start-none {
    border-left: none !important;
  }
  .border-end-none {
    border-right: none !important;
  }
}
