html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  scroll-behavior: smooth;
}

input, button, textarea, select {
  font-family: inherit;
}



@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {

  font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff") format("woff");
}


@font-face {

  font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff") format("woff");
}


:root {
  --font-regular: "Inter";
  --font-bold: "Inter Bold";
  --font-medium: "Inter Medium";
  --font-alternative: "Open Sans", sans-serif;
  --color-contrast: #fde900;
  --color-dark: #000000;
  --color-light: #FFFFFF;
  --color-primary: #00d5ff;
  --color-complementary: #000;
  --color90: #000000c3;
  --transition-time: 250ms;
}

.bg_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.cover_image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

html, body {
  font-size: 18px;
  line-height: 1.1;
  overflow-x: hidden; 
}

body {
  font-family: var(--font-regular);
}

a {
  color: var(--color-dark);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p, ul, ol {
  line-height: 1.4;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h2 {
  /* border-bottom: 2px solid var(--color-primary); */
  font-size: 34px;
  line-height: 1;
  margin-bottom: 36px;
  text-transform: uppercase;
}
h2 span {
  display: block;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 46px;
    margin-bottom: 48px;
  }

.btn{display: none;}

}
figure {
  background-color: var(--color-light);
  text-align: center;
}
figure img {
  display: block;
  margin: auto;
}

button, input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
  cursor: pointer;
}
button:focus, input[type=submit]:focus, input[type=reset]:focus {
  outline: none;
}
button:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover {
  cursor: not-allowed;
}

.btn {
  border-color: var(--color-dark);
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--transition-time);
}
.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 0.9375rem 90px 0.9375rem ;
  max-width: 100%;
  width: 100%;
}

.bottom0{padding-bottom:0px}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  /* overflow: hidden; */
  position: relative !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
iframe {
  width: 100%;
  height: 100%;
  min-height:300px;
}


   /* Stili personalizzati per le frecce di navigazione */
   .swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 70px !important;
    color: var(--color-dark);
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
}



@media (min-width: 768px) {
  .swiper-slide {
      width: 33.333%;
  }
}





.img_bigger{width:50% !important}


@media only screen and (min-width: 768px) {
  .container {
    width: 46.125rem;
  }
}
html, body {
  height: 100%;
}

html {
  /* overscroll-behavior-y: none; */
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-light);
  color: var(--color-dark);
}

main {
  background-color: var(--color-light);
  position: relative;
  z-index: 10;
}

.landing__intro {
  background-color: var(--color-complementary);
  padding: 45px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}



.landing__intro__festival {
  font-family: var(--font-regular);
}

.landing__intro__tags {
  color: var(--color-primary);
  margin-top: 30px;
}

.landing__intro__birds {
  position: absolute;
  right: -235px;
  top: 10px;
  z-index: 0;
}

.landing__intro__visual {
  height: auto;
  margin-top: -40px;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.landing__intro__info {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  display: none;
}

.landing__intro__where {
  font-size: 30px;
}

.landing__intro__ctas {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 25px;

}





.landing__intro__cta {
  background-color: var(--color-contrast);
  color: var(--color-dark);
  font-family: var(--font-bold);
  padding: 10px 15px 8px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .landing__intro__birds {
    display: none;
  }


  .landing__intro__ctas {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 25px;
margin: 40px 0 0 0;

  }
  
  .landing__intro__info {
    height: 70px;
  display: none;
  
    }
  

}
@media only screen and (min-width: 768px) {
  .landing__intro__festival {
    font-size: 28px;
  }
  .landing__intro__tags {
    font-size: 36px;
    margin-top: 60px;
  }
  .landing__intro__visual {
    height: auto;
    margin-top: -140px;
    max-width: 100%;
    position: relative;
    z-index: 0;
  }
  .landing__intro__info {
    margin-top: -100px;
  }
  .landing__intro__where {
    font-size: 52px;
  }
  .landing__intro__when {
    font-size: 24px;
  }
}
.section {
  overflow: hidden;
  padding: 60px 0;
  width: 100%;
}

.white{color:#FFFFFF}

.section__title {
  position: relative;
  font-family: var(--font-bold);
}

.section__text{
  z-index: 2 !important;
  line-height: 2em !important;
  position: relative;
}
.__title__image, .cosa__title__image{z-index: 1;}

._logo {
  height: auto;
  width: 60px;
}

.section_color {
  background-color: var(--color-complementary);
}
.section_color ._logo {
  fill: var(--color-dark);
}

@media only screen and (min-width: 576px) {
  .section__text {
    padding-right: 80px;
  }
}

.imp_logo{display: inline-block;}
.imperfect_small img{max-width: 58px !important; margin: 0 0 25px 0;}
.imperfect_long img{margin: 0 0 25px 0; text-align: left; position: relative; max-width: 98px !important;}




/*diemnsioni header */

.pianta{max-width:159px;     margin: 20px 0 20px 60px;}
.innaffia{max-width:199px;     margin: 20px 0px 20px 20px;}
.cresci{max-width:109px;     margin: 20px 0px 20px 110px;}

@media only screen and (min-width: 375px) {






  .imperfect_long{display: none;}
.imperfect_small{display: inline-block; }


#site_header {
  padding: 0px 0 0px 0 !important;
}


  .landing__intro__brand {
    margin: 00px 0 0 0px;
    height: auto;
    width: 97%;
  }


  .container {
    margin: 0 auto;
    padding: 0 0.9375rem 30px 0.9375rem;
    max-width: 100%;

}

.landing__intro__info {
 display: none !important;
}

.swiper-container {
  width: 100%;
  padding-top: 0px ;
  padding-bottom: 0px ;


}

.site__footer {
 
  padding: 25px 0 0 0 !important;
}


}

@media only screen and (min-width: 768px) {

  .imperfect_long{display: none;}
.imperfect_small{display: inline-block;}

  .landing__intro__brand {
    margin: 0px 0 0 0px;
    height: auto;
    width: 100%;
    padding: 0 0 0 0;
  }

  .container {
    margin: 0 auto;
    padding: 0 0.9375rem 30px 0.9375rem;
    max-width: 100%;
 
}

#site_nav {
  margin-bottom: 90px !important;
  font-size: 16px !important;

}

#site_header {
  padding: 30px 0 75px 0 !important;
}

}


@media only screen and (min-width: 1024px) {

  .landing__intro__brand {
    margin: 0px 0 0 -97px ;
    height: auto;
    width: 123% ;
  }


  .swiper-container {
    width: 100%;
    padding-top: 30px ;
    padding-bottom: 30px ;
  
  
  }

}


@media only screen and (min-width: 1300px) {

  .imperfect_long{display: inline-block;}
.imperfect_small{ display: none;}

  .landing__intro__brand {
    margin: 80px 0 80px -243px ;
    height: auto;
    width: 160% ;
  }

}




/*end dimensioni header */







@media only screen and (min-width: 768px) {



  .section {
    padding: 120px 0;
  }
  ._logo {
    width: 120px;
  }
  .section__text {
    padding-right: 40px;
  }
}



.__title {
  padding-right: 140px;
}

.__title__image {
  height: auto;
  position: absolute;
  right: -20px;
  top: -40px;
  width: 140px;
}

@media only screen and (min-width: 576px) {
  .__title {
    padding-right: 200px;
  }
  .__title__image {
    right: -10px;
    top: -40px;
    width: 180px;
  }

  .imperfect_long{display: none;}
.imperfect_small{display: inline-block; }

}
@media only screen and (min-width: 768px) {
  .__title {
    padding-right: 230px;
  }
  .__title__image {
  
      right: -200px;
      top: 45px;
      width: 220px;
  }
}




._map {
  position: relative;
}

._map__title__wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
}

._map__title {
  background-color: var(--color-primary);
  color: var(--color-light);
  display: inline-block;
  padding: 10px 12px 7px;
  text-transform: uppercase;
}

._map__image {
  display: block;
  height: auto;
  width: 100%;
}

._map__pin {
  align-items: center;
  background-color: var(--color-dark);
  border-radius: 50%;
  color: var(--color-light);
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 30px;
  z-index: 1;
}
._map__pin.pin_1 {
  right: 47%;
  top: 25%;
}
._map__pin.pin_2 {
  right: 44%;
  top: 31%;
}
._map__pin.pin_3 {
  right: 31%;
  top: 47%;
}

._map__iframe {
  border: 0;
  display: block;
  height: 80vh;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  ._map__title__wrapper {
    top: 50px;
  }
  ._map__title {
    font-size: 24px;
    padding: 14px 15px 10px;
  }
  ._map__pin {
    font-size: 28px;
    height: 50px;
    width: 50px;
  }
}
.site__footer {
  background-color: var(--color-light);
  font-size: 14px;
  padding: 45px 0;
}

.site__footer__brands_wrapper, .site__footer__brands {
  align-items: center;
  display: flex;
  gap: 25px;
}

.site__footer__brands {
  flex-wrap: wrap;
  margin-top: 18px;

}

.site__footer__brands a{ margin-right: 50px;}

.site__footer__brands img {
  max-width: 160px;
 
}



@media only screen and (max-width: 575px) {
  .site__footer__brands img {
    max-width: 140px;
  }
  .p37 img{max-width:74px !important}




}
@media only screen and (max-width: 767px) {
  .site__footer__brands_wrapper {
    flex-wrap: wrap;
  }
  .form{width:650px !important; height: 2200px;}
}
@media only screen and (min-width: 768px) {
  .site__footer__brands_wrapper {
    align-items: flex-start;
  }
  .site__footer__brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .site__footer__brands img {
    height: auto;
    max-width: 100%;
  }

  .p37 img{max-width:115px;}

  .form{width:750px !important; height: 2200px}

}
#site_header {
  overflow: hidden;
  padding: 45px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #site_header {
    padding: 90px 0;
  }
}
#site_nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  #site_nav {
    align-items: center;
    display: flex;
    font-size: 21px;
    gap: 25px;
    justify-content: center;
    margin-bottom: 190px;
    text-transform: uppercase;
    font-family: var(--font-medium);
   
  }
  #site_nav a {
    border-bottom: 3px solid transparent;
    color: var(--color90);
  }
  #site_nav a:hover {
    border-bottom-color: var(--color-contrast);
  }
}

@media only screen and (max-width: 575px) {
 

  .form{width:350px !important; height: 2600px;}


}



/*# sourceMappingURL=style.css.map */
