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: "Raleway Bold";
  src: url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {

  font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src: local('Raleway'), url('../fonts/Raleway.woff') format('woff');
}
:root {
  --font-regular: "Raleway";
  --font-bold: "Raleway Bold";
  --font-alternative: "Open Sans", sans-serif;
  --color-dark: #000000;
  --color-light: #FFFFFF;
  --color-primary: #ffd500;
  --color-complementary: #e71b73;
  --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;
}

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;
  max-width: 100%;
  width: 100%;
}

@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-primary);
  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: block;
  
    }
  

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

  .landing__intro__brand {
    margin: 0px 0 0 -157px;
    height: auto;
    width: 140%;
  }
}
@media only screen and (min-width: 768px) {



  .landing__intro__brand {
    margin: 0px 0 0 -337px;
    height: auto;
    width: 180%;
  }



  .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;
  }
}
@media only screen and (min-width: 768px) {
  .__title {
    padding-right: 230px;
  }
  .__title__image {
  
      right: -200px;
      top: 100px;
      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}

  .landing__intro__brand {
    margin: 0 0 0 -60px;
    height: auto;
    width: 130%;
  }


}
@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: 45px;
    text-transform: uppercase;
    font-family: var(--font-bold);
  }
  #site_nav a {
    border-bottom: 7px solid transparent;
    color: var(--color-light);
  }
  #site_nav a:hover {
    border-bottom-color: var(--color-primary);
  }
}

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

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


}



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