@font-face {
  font-family: 'Monument Grotesk Semi';
  src: url('../fonts/Monument/ABCMonumentGroteskMono-Heavy-Trial.otf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'Monument Grotesk Light';
  src: url('../fonts/Monument/ABCMonumentGrotesk-Light-Trial.otf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'Monument Grotesk normal';
  src: url('../fonts/Monument/ABCMonumentGrotesk-Black-Trial.otf');
}

body {
  overflow-x: hidden !important;

}

:root {
  --first-primary: #3333FF;
  --second-primary: #0066FF;
  --bg-secondary: #CEE6FF;
  --margin-per-section: 120px;
  --font-white: #FFFF;
  --bg-card: #CEE6FF;
}

.bg-druid {
  background-image: url('../assets/Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

.navbar-nav .nav-link {
  color: var(--font-white);
}

.logo {
  width: 196px;
}

.outlined-font-primary {
  font-family: 'Monument Grotesk normal', sans-serif;
  font-size: 116px;
  color: transparent;
  -webkit-text-stroke: 3px var(--bg-secondary);
  text-align: justify;
  line-height: .8;
  text-transform: uppercase;
}

.outlined-text {
  font-family: 'Monument Grotesk normal', sans-serif;
  font-size: 64px;
  color: transparent;
  -webkit-text-stroke: 1px var(--bg-secondary);
  text-align: justify;
  line-height: .8;
  text-transform: uppercase;
}

.text-outlined-secondary {
  font-family: 'Monument Grotesk Semi', sans-serif;
  font-size: 108px;
  color: var(--first-primary);
  -webkit-text-stroke: 3px var(--first-primary);
  text-align: justify;
  line-height: .8;
  text-transform: uppercase;
}

.outlined-text-brand {
  font-family: 'Monument Grotesk normal', sans-serif;
  font-size: 75px;
  color: transparent;
  -webkit-text-stroke: 2px var(--bg-secondary);
  text-align: justify;
  line-height: .8;
  text-transform: uppercase;
}

.druid {
  color: var(--second-primary);
  -webkit-text-stroke: 3px var(--second-primary);
}

.btn-primary {
  background-color: var(--first-primary) !important;
  border: none;
  border-radius: 24px;
}

.btn-secondary {
  background-color: var(--bg-card) !important;
  border: none;
  border-radius: 34px;
  color: var(--first-primary);
  padding: 15px 19px;
  font-weight: 800;
}

.fourth-section {
  padding: 20px;
}

.p-bg-black {
  color: var(--font-white);
  font-size: 23px;
  font-weight: 100;
}

.first-section .container {
  padding-top: var(--margin-per-section);
  padding-bottom: var(--margin-per-section);
}

.first-section {
  background-color: #CEE6FF33;
}

.second-section {
  background-image: url('../assets/section.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  padding: var(--margin-per-section);
}

.second-section img {
  width: 420px;
}

.card {
  background-color: var(--bg-card);
  padding: 40px;
  border-radius: 20px;
  min-height: 320px;
  border: none;
}

.card .info {
  font-family: 'Monument Grotesk Light', sans-serif;
  font-size: 23px;
  font-weight: 800 !important;

}

.main-text {
  font-family: 'Monument Grotesk Light', sans-serif;
  font-size: 20px;
}

.monument-main {
  font-family: 'Monument Grotesk Semi', sans-serif;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1;
  font-weight: 100 !important;
}

.number {
  font-size: 70px;
}

.third-section,
.sixth-section {
  background: linear-gradient(93.3deg, #000000 61%, #3333FF 100%);
  color: var(--font-white);
  padding: var(--margin-per-section);

}

.card-participate {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.bg-primary {
  background-color: var(--first-primary) !important;
  font-weight: 800;
  font-size: 20px;

}

.bg-secondary {
  background-color: var(--second-primary) !important;
  font-size: 20px;
  font-weight: 800;
}

.player img {
  max-height: 430px;
  max-width: 700px;
  border-radius: 30px;
  opacity: 0.5;
}

.list-unstyled li,
.list {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000 !important;
}

.fifth-section {
  background-image: url('../assets/section_flickty.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  padding: var(--margin-per-section);
}

.carousel-cell {
  min-height: 700px;
  max-height: 700px;
  max-width: 334px;
  margin-right: 40px !important;
  border-radius: 20px;
  background-color: var(--bg-card);
  margin-bottom: 30px !important;
}

.carousel-cell img {
  border-radius: 20px;
  width: 335px;
  object-fit: cover;
}

.flickity-prev-next-button {
  background-color: var(--secondary) !important;
}

.spacement-desc {
  margin: 30px 30px 0;
  font-family: 'Monument Grotesk Light', sans-serif;
  -webkit-text-stroke: thin;
}

.spacement-desc p {
  font-family: 'Trenda regular', sans-serif;
}

.spacement-name {
  padding: 20px 0px 0px 30px;
}

.spacement-name p {
  font-size: 20px;
  font-weight: bold;
  color: var(--first-primary);
  text-transform: uppercase;
  font-family: 'Monument Grotesk Semi', sans-serif;

}

.btn-terciary {
  border-radius: 32px;
  border: 1px solid grey;
}

.spacement-name a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.underline {
  text-decoration: underline;
  text-transform: none !important;
  font-family: 'Monument Grotesk bold', sans-serif;
  color: #000;
}

.creators {
  text-transform: none !important;
  font-family: 'Monument Grotesk bold', sans-serif;
  color: #000;
}


.flickity-page-dots {
  display: none;
}

.flickity-button {
  color: white !important;
  font-weight: 900 !important;
}
.wrap {
  position: relative;
  display: inline-block;
}

.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px !important;
  color: white; 
  cursor: pointer;
  z-index: 10;
  animation: bounce 2s infinite;
}


.video {
  object-fit: contain;
  width: 620px;
  border-radius: 20px !important;
}

.slide-enter-active,
.slide-leave-active {
  transition: margin-left 0.4s;
}

.slide-enter,
.slide-leave-to {
  margin-left: 100%;
}

.validation-container {
  overflow: hidden;
}

.border {
  border-radius: 8px;
  padding: 10px;
}

.span-list {
  color: var(--first-primary);
  font-weight: 100;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--first-primary);
  padding: 6px;
  border-radius: 40px;
}

.span-lista a {
  color: var(--first-primary);
  cursor: pointer;
  text-decoration: none;
}

.form-floating>.form-select {
  height: 34px !important;
  border: none;
  padding: 8px !important;
  color: var(--first-primary);


}

.form-select:focus {
  outline: none;
  box-shadow: none;
}

.form-control.link {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.form-control.link:focus {
  outline: none;
  box-shadow: none;

}

.form-control.link {
  color: var(--first-primary);
  padding: 0;

}

.font-label {
  font-size: 12px;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21px;
  height: 19px;
  border: 1px solid var(--first-primary);
  border-radius: 3px;
  outline: none;
  transition: background-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: var(--first-primary);
}

.custom-checkbox input[type="checkbox"]:checked::before {
  content: '\2713';
  display: block;
  text-align: center;
  font-size: 12px;
  color: white;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .first-section .my-5 {
    margin: 0 !important;
  }

  .first-section .main-text {
    text-align: center;
  }

  h2 {
    text-align: center;
  }

  .outlined-font-primary,
  .text-outlined-secondary,
  .outlined-text,
  .outlined-text-brand {
    font-size: 40px;
    text-align: center;
  }
  .monument-main {
    font-size: 30px;

  }
  p, b {
    font-size: 15px !important;
  }

  .p-bg-black {
    text-align: center;
  }

  .btn-primary {
    width: 100%;
    padding: 13px !important;
  }

  .first-section .container {
    padding: 0 !important;
  }

  .first-section,
  .second-section,
  .third-section,
  .fifth-section,
  .sixth-section {
    padding: 100px 5px !important;
  }

  .second-section .col-md-4 {
    margin-bottom: 20px;
  }

  .second-section .btn-secondary {
    width: 100%;
  }

  .third-section img {
    width: 321px;
  }

  .third-section .brands {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .card-participate {
    font-size: 14px;
  }
  .card {
    min-height: 288px;
  }

  .sixth-section p {
    text-align: center;
  }

  .sixth-section img {
    display: none;
  }

  .navbar-toggler-icon {
    filter: invert(1);
    padding: 15px;
    border-radius: 10px;
  }

  footer .list-unstyled {
    display: block !important;
    text-align: center;
  }

  footer .list-unstyled img {
    display: flex;
    justify-content: center;
  }

  footer .list-unstyled li {
    margin-bottom: 15px;
  }

  footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }

  .mb {
    margin-bottom: 22px !important;
  }

  .navbar-nav {
    align-items: start !important;
  }

  .navbar-nav .logo {
    margin-bottom: 12px;
  }

  .navbar-nav .btn {
    margin-top: 12px;
  }
}