/*Global*/

body > div:first-of-type {
  display: none !important;
}
/* body {
  overflow-x: hidden;
} */
a {
  color: #0f0f0f;
}
a:hover {
  text-decoration: none;
  color: #0f0f0f;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Staatliches', sans-serif  ;
}
.bg-green {
  background-color: #0f0f0f;
}
.green {
  color: #0f0f0f;
}
.img-as-bg {
  left: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 40vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.form-control:focus {
  border-color: #0f0f0f;
  box-shadow: none;
  background-color: transparent;
}

/*Header*/
header {
  /*height: 150px;*/
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #abcc01;
  position: sticky;
  top: 0;
  left: 0;
}
.fas.fa-search {
  margin: 12px;
}
.nav-item {
  border-right: 1px solid #fff8dc;
}
.nav-item:last-child,
.right-items .nav-item {
  border-right: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff8dc;
  font: 700 15px/28px "Roboto", sans-serif;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav.right-items .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dropdown-toggle::after {
  display: none;
}
li.language-selector {
  border: 1px solid #fff !important;
  /* padding-left: 0.5rem; */
  /* padding-right: 0.5rem; */
  padding: 5px;
}
/* Megamenu */
.navbar .megamenu {
  padding: 1rem;
}

.fullscreen-bg__video {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* @media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
} */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background-color: #0f0f0f;
    border: none;
    padding-left: 115px;
    border-radius: 0;
    /*width: calc(100% + 32px);*/
    border-bottom: 1px solid #ffea6c;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  button.navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1) !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar-nav {
    align-items: center;
  }
  .nav-item {
    border-right: none;
  }
  .dropdown-menu.megamenu.show {
    background-color: #0f0f0f;
    text-align: center;
    border: 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 11px;
  }

  .has-megamenu .col-6,
  .counts-section .col-6 {
    width: 100%;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.megamenu .title,
.megamenu .title a {
  font: 700 20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff8dc;
  letter-spacing: 1px;
  text-decoration: none;
  /* overflow-wrap: break-word; */
}
.megamenu ul li {
  margin-bottom: 5px;
}
.megamenu ul li a {
  font: 400 17px "Roboto", sans-serif;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

/* .banner-section img {
  margin: 40px auto;
} */

.hero-section {
  /*padding-top: 150px;*/
  height: auto;
  /*background: url(../img/hero.jpg) no-repeat;*/
  /*background-size: cover;
  position: relative;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;*/
}
.hero-caption {
  text-align: center;
}
.social {
  display: flex;
  width: 240px;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
}
.social a {
  color: #fff;
  font-size: 28px;
}
.floating-whatsapp {
  position: absolute;
  background-color: #32b945;
  color: #fff;
  height: 86px;
  width: 86px;
  border-radius: 50%;
  right: 30px;
  bottom: 30px;
  font-size: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-whatsapp:hover {
  color: #fff;
}
.hero-bottom {
  /* height: 150px; */
  display: block;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 50px 20px;
  border-top: 1px solid #ffea6c;
}
.hero-bottom .line {
  height: 1px;
  display: block;
  width: 100%;
  /* margin: 30px; */
  /* margin-right: 30px; */
  background-color: #fff;
  max-width: 100%;
}

.countdown-section {
  background: url(../img/Expocann_web_sab-20.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 15px;
}
.countdown-timer {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  background-color: #fff;
  border: 2.5px solid #1a1a1a;
}
.countdown-timer .timer-row {
  display: flex;
}
.countdown-timer .top-row span {
  text-align: center;
  font: 700 38px "Staatliches", sans-serif;
  text-transform: uppercase;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2.5px solid #1a1a1a;
}
.countdown-timer .top-row span:nth-of-type(odd) {
  flex-basis: 33.33%;
  background-color: #279b52;
}
.countdown-timer .top-row span:nth-of-type(even) {
  flex-basis: 33.33%;
  background-color: #6fcb67;
  font-size: 45px;
  border-right: none;
  border-left: none;
}
.countdown-timer .mid-row div,
.countdown-timer .bottom-row span {
  flex-basis: 33.33%;
  text-align: center;
  font: 700 100px "Staatliches", sans-serif;
  border: 2.5px solid #1a1a1a;
  border-top: none;
  padding: 30px 30px 15px;
  text-transform: uppercase;
}
.countdown-timer .mid-row div:first-of-type {
  background-color: #f8542c;
}
.countdown-timer .mid-row div:nth-of-type(2) {
  background-color: #6ebacc;
  border-right: none;
  border-left: none;
}
.countdown-timer .mid-row div:last-of-type {
  background-color: #f7c434;
}
.countdown-timer .bottom-row span {
  font-size: 38px;
  padding: 20px;
}
.countdown-timer .bottom-row span:first-of-type {
  background-color: #f6838a;
}
.countdown-timer .bottom-row span:nth-of-type(2) {
  background-color: #0086a5;
  border-right: none;
  border-left: none;
}
.countdown-timer .bottom-row span:last-of-type {
  background-color: #f7e79f;
}

.sponsors-section {
  padding: 120px 0 90px;
}
.sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1135px;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.sponsor {
  display: flex;
  flex-basis: 33%;
  align-items: center;
  justify-content: center;
  height: 314px;
  background-color: #333;
  margin-bottom: 0.5%;
}
.sponsor span {
  font: italic 29px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.sponsors-list {
  justify-content: space-around;
}
.sponsors-list a {
  padding: 0;
  max-width: 300px;
}
.sponsors-list a:first-child {
  padding-left: 0;
}
.sponsors-list a:first-child {
  padding-right: 0;
}
.counts-section .container {
  position: relative;
}
.counts-section h2,
.counts-section h6 {
  font: italic 700 78px/100px "Staatliches", sans-serif;
  text-transform: uppercase;
  color: #abcc01;
}
.counts-section .bigger h2 {
  font-size: 115px;
}
.counts-section h6 {
  font-size: 20px;
  line-height: 28px;
}
.counts-section .with-plus h2::before {
  content: "+";
}
.counts-section .btn,
.heading-with-btn .btn {
  position: absolute;
  display: block;
  max-width: 265px;
  height: 48px;
  bottom: -4.5rem;
  right: 0;
  background-color: #abcc01;
  font: 500 19px "Roboto", sans-serif;
  color: #0f0f0f;
  text-transform: uppercase;
  letter-spacing: 0.19px;
  padding: 10px 30px;
  transition: all 0.2s ease;
}
.counts-section .btn i {
  transition: all 0.2s ease;
}
.counts-section .btn:hover i {
  transform: translate(5px);
}
.heading-with-btn .btn {
  position: static;
}
.heading-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.squares-grid .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 690px;
  overflow: hidden;
}
.squares-grid h2 {
  font: 900 37px "Staatliches", sans-serif;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  max-width: 600px;
  margin-bottom: 90px;
  color: #abcc01 !important;
}
.squares-grid p {
  font: 16px/31px "Roboto", sans-serif;
  max-width: 600px;
  font-weight: normal;
  color: #fff8dc !important;
}
.squares-grid form {
  width: 100%;
  max-width: 600px;
}
input.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #0f0f0f;
  background-color: transparent;
}
.form-floating > label {
  color: #0f0f0f;
}
textarea.form-control {
  border: 2px solid #0f0f0f;
  background-color: transparent;
  resize: none;
}
.squares-grid select {
  border: none;
  border-bottom: 2px solid #0f0f0f;
  border-radius: 0;
}
form .btn {
  font: 500 19px "Roboto", sans-serif;
  color: #abcc01;
  text-transform: uppercase;
  padding: 10px 40px;
  float: right;
  transition: all 0.2s ease;
}
form .btn i {
  transition: all 0.2s ease;
}
form .btn:hover {
  color: #abcc01;
}
form .btn:hover i {
  transform: translate(5px);
}
.squares-grid .carousel-control-next {
  right: 0;
}
.squares-grid .carousel-control-prev,
.squares-grid .carousel-control-next {
  opacity: 1;
  height: 66px;
  top: 50%;
  margin-top: -33px;
}
.squares-grid .carousel-control-prev-icon,
.squares-grid .carousel-control-next-icon {
  background-color: #abcc01;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  opacity: 1;
  background-size: 30px;
}
.squares-grid .carousel-inner a {
  position: absolute;
  font-size: 120px;
  color: #fff;
  z-index: 12;
  width: 120px;
  left: 50%;
  top: 50%;
  height: 180px;
  margin-left: -60px;
  margin-top: -90px;
}

.news-section {
  padding: 100px 0;
}
.news-section h2 {
  font: 700 37px "Staatliches", sans-serif;
  color: #0f0f0f;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.news-section h2 a {
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  color: #0f0f0f;
}
.news-section .news-post {
  background: url(../img/novedades.jpg) no-repeat;
  background-size: cover;
}
.news-section .news-post > div {
  background-color: rgba(14, 48, 41, 0.9);
  padding-top: 150px;
  padding-bottom: 170px;
  padding-left: 120px;
}
.news-section .news-post-content {
  max-width: 580px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.news-section .date {
  font-size: 33px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  display: block;
  line-height: 40px;
  letter-spacing: 2.475px;
}
.news-section .news-title {
  font-size: 27px;
  line-height: 53px;
  letter-spacing: 3.375px;
  font-weight: 300;
  margin-bottom: 40px;
}
.news-section .news-title strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 2.7px;
}
.news-section .prev-next {
  display: flex;
  width: 165px;
  justify-content: space-between;
}
.news-section .prev-next a {
  height: 66px;
  width: 66px;
  background-color: #85d7ab;
  color: #fff;
  font-size: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
}

.contact-section {
  background-color: #3c3c3b;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff8dc;
}
.contact-section h2 {
  font: 700 37px "Staatliches", sans-serif;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff8dc;
}
.contact-section form label {
  color: #fff8dc;
}
.contact-section form .form-control {
  border-color: #ffea6c;
  color: #fff8dc;
}
.contact-section form .btn {
  background-color: #abcc01;
  color: #0f0f0f;
}
.contact-section h2 span {
  font-size: 30px;
  font-weight: 400;
  display: block;
  letter-spacing: 2.25px;
}
.contact-section img {
  max-height: 350px;
}

/*Quiero ir*/
.hero-section h1 {
  font: 700 72px/80px "Staatliches", sans-serif;
  color: #abcc01;
  -webkit-text-stroke: 1px #020202;
  text-transform: uppercase;
}
.hero-section h1 span {
  display: block;
  color: #fff;
  font-size: 110px;
  line-height: 105px;
}
.hero-caption .btn,
.want-to-go-page .btn {
  background-color: #abcc01;
  border: 4px solid #2a1f09;
  font: 700 35px "Staatliches", sans-serif;
  padding: 15px 30px 10px;
  text-transform: uppercase;
  letter-spacing: 2.625px;
}
.want-to-go-section {
  padding-top: 80px;
}
.want-to-go-page h2,
.want-to-go-page h3 {
  font: 700 28px "Staatliches", sans-serif;
  color: #abcc01;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
.want-to-go-page p {
  font: 400 18px/33px "Roboto", sans-serif;
  color: #2a1f09;
}

.want-to-go-page h3 {
  font-size: 28px;
  letter-spacing: 1px;
}
/*.line {
    display: block;
    height: 2px;
    max-width: 280px;
    background-color: #2a1f09;
}*/
.want-to-go-page h4 {
  font: 24px/34px "Staatliches", sans-serif;
  color: #2a1f09;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.want-to-go-page h4 strong {
  display: block;
}
.want-to-go-section .map {
  max-width: 500;
  margin-bottom: 20px;
}
.want-to-go-section .map + p {
  font-size: 25px;
  line-height: 36px;
  max-width: 500px;
  letter-spacing: 1.875px;
}
.want-to-go-section .promo {
  margin-bottom: 40px;
}
.want-to-go-section .btn {
  border-width: 2px;
}
.staying-section {
  padding-bottom: 160px;
}

.staying-section img {
  margin-bottom: 40px;
}

.staying-section p strong {
  display: block;
}

.staying-section .btn {
  font-size: 25px;
  letter-spacing: 1.875px;
}

/* Sobre Nosotros */
.about-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.inner-page .hero-section {
  height: 500px;
}
.inner-page h2 {
  font: 700 40px "Staatliches", sans-serif;
  color: #abcc01;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.inner-page p {
  font: 400 18px/33px "Roboto", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

section.last-section {
  padding-bottom: 150px;
}

/*Novedades*/
.news-page .news-section {
  padding: 80px 0;
}
.news-page .img-container {
  margin-bottom: 30px;
}
.news-page h3.title {
  font: 700 28px "Staatliches", sans-serif;
  color: #0f0f0f;
}
.news-page span.date {
  font: 500 20px "Roboto", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.news-page span.tags {
  font: italic 16px "Roboto", Sans-serif;
  color: #85d7ab;
  margin-bottom: 20px;
  display: block;
}
.news-page a.btn.rounded-pill {
  background-color: #85d7ab;
  color: #fff;
  font: 500 25px "Roboto", sans-serif;
  padding: 10px 30px;
  margin-top: 30px;
}
.news-page ul.pagination.justify-content-center {
  margin-top: 120px;
  position: relative;
}
.news-page a.page-link {
  background-color: #85d7ab;
  border: none;
  color: #fff;
  font: 700 21px/35px "Roboto", sans-serif;
}
.news-page li.page-item {
  background-color: #85d7ab;
}
.news-page .page-item.active .page-link,
.news-page li.page-item:last-child .page-link {
  background-color: #0f0f0f;
  border: none;
  border-radius: 50% !important;
  height: 47px;
  width: 47px;
  text-align: center;
  line-height: 35px;
}
.news-page li.page-item:first-child {
  border-radius: 23px 0 0 23px;
}
.news-page li.page-item:last-child {
  border-radius: 0 23px 23px 0;
}
.news-page ul.pagination.justify-content-center::before,
.news-page ul.pagination.justify-content-center::after {
  content: "";
  border-top: 1px solid #0f0f0f;
  width: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: -1;
}
.news-page ul.pagination.justify-content-center::after {
  left: auto;
  right: 0;
}
.news-page .news-detail h2 {
  margin-bottom: 30px;
}
.news-page .sidebar h5 {
  font: 700 30px "Staatliches", sans-serif;
  color: #0f0f0f;
  margin-bottom: 40px;
}
.news-page .sidebar a {
  font: 300 20px/30px "Roboto", sans-serif;
  color: #0f0f0f;
  letter-spacing: 1.5px;
}
.news-page .sidebar a.btn {
  font-size: 13px;
  font-weight: 500;
  background-color: #0f0f0f;
  margin-bottom: 80px;
}
.news-page .sidebar .social {
  position: static;
  margin-top: 50px;
}
.news-page .sidebar .social a {
  color: #0f0f0f;
  font-size: 34px;
}

/*Conferencistas*/
.speakers-section .avatar {
  height: 400px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px;
  background-color: #333;
}
.speakers-section .name {
  font: 600 30px "Staatliches", sans-serif;
  color: #2a1f09;
  margin-bottom: 30px;
  text-align: center;
}
.speakers-section p {
  font: 400 18px/33px "Roboto", sans-serif;
  color: #2a1f09;
}
.speakers-section p.description {
  font: 400 16px/24px "Roboto", sans-serif;
  min-height: 100px;
}
/*Talleres*/
.workshops-section .workshop-post {
  margin-bottom: 80px;
}
.workshops-section h4.title {
  font-size: 28px;
  font-weight: 600;
  color: #279b52;
  margin-bottom: 20px;
}
.workshops-section h5.description {
  font: 27px/42px "Staatliches", Sans-serif;
  color: #2a1f09;
  margin-bottom: 40px;
}
.workshops-section p {
  margin-bottom: 20px;
}

/*Plano*/
.map-section {
  background-color: #0d0d0b;
  color: #fff;
}
.map-section img {
  margin-bottom: 80px;
}
.map-section ul {
  list-style: none;
  counter-reset: li;
  columns: 4;
  column-gap: 60px;
}
.map-section li {
  counter-increment: li;
  font: 20px/26px "Roboto", Sans-serif;
  margin-bottom: 10px;
} /*
.map-section ul li::before {
  content: counter(li);
  color: #279b52;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  font-weight: 700;
  font-size: 24px;
}*/

/*Regulacion*/
.regulations-section,
.faqs-section {
  padding: 70px 0 140px;
}
.regulations-section li {
  font: 31px/38px "Roboto", sans-serif;
  color: #020202;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.regulations-section li a {
  display: block;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  color: #020202;
}

/*FAQs*/
.faqs-section h3 {
  font: 700 28px/58px "Staatliches", Sans-serif;
  color: #0f0f0f;
  margin-bottom: 20px;
}
.faqs-section p {
  font: 700 21px/30px "Roboto", sans-serif;
  letter-spacing: 1.575px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #0f0f0f;
}
.faqs-section li {
  font: 18px/30px "Roboto", Sans-serif;
  color: #0f0f0f;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

footer img {
  float: left;
  margin-right: 100px;
}
footer form {
  float: left;
  margin-top: -20px;
}
footer form .form-floating label {
  color: #fff8dc;
}
footer form .form-control {
  border-color: #ffea6c;
  color: #fff8dc;
  margin-bottom: 10px;
}
footer form .form-control.focus-visible {
  color: #fff8dc;
}
footer form button.btn {
  background-color: #abcc01;
  color: #0f0f0f;
  font-size: 13px;
}
footer form button.btn:hover {
  background-color: #abcc01;
  color: #0f0f0f;
}
footer .copyright {
  font: italic 14px "Roboto", sans-serif;
  color: #f3e7cb;
  margin-right: 30px;
}
footer a i {
  color: #f3e7cb;
}

/*Conferencistas*/

.speakers-page .person > div {
  margin-bottom: 20px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 90px;
  margin: 0 auto;
}
.speakers-page .person > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers-page .person h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.speakers-page .person .position {
  font-size: 15px;
  line-height: 22px;
  height: 60px;
}
.speakers-page .person .btn {
  font-size: 15px;
}
.speakers-page .modal-title {
  font-size: 24px;
  text-transform: uppercase;
}
.speakers-page .job {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.speakers-page .modal-description {
  font: 400 18px/33px "Roboto", sans-serif;
  color: #2a1f09;
}
.speakers-page .modal-footer a {
  color: #32b945;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .news-section .news-title {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 1.375px;
    font-weight: 300;
    margin-bottom: 0px;
  }

  .news-section .date {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    line-height: 40px;
    letter-spacing: 2.475px;
  }

  .news-section .news-title strong {
    font-size: 33px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 2.7px;
  }

  .contact-section h2 {
    font: 700 42px "Staatliches", sans-serif;
  }
  .news-section {
    padding: 0;
  }

  .hero-bottom {
    padding: 20px 20px;
  }
  div#main_nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  section.hero-section {
    height: auto;
    /*background-position: -120px;
    margin-top: 0;*/
  }
  .social,
  .sponsors-grid {
    display: block;
  }
  .sponsors-list.d-flex {
    flex-direction: column;
    align-items: center;
  }
  .counts-section .btn {
    right: auto;
    left: 50%;
    margin-left: -115px;
  }
  .squares-grid .row {
    margin-left: 0;
    margin-right: 0;
  }
  .squares-grid .row .col-md-6 {
    padding: 30px 16px;
    height: auto;
  }
  .img-as-bg {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: 0;
    margin-bottom: -30px;
  }
  .squares-grid h2 {
    margin-bottom: 24px;
    font: 900 35px "Staatliches", sans-serif;
  }
  .squares-grid p {
    font: 19px/29px "Roboto", sans-serif;
    max-width: 600px;
    font-weight: normal;
  }
  .form-floating > .form-select {
    margin-bottom: 20px;
  }
  section.news-section {
    padding-top: 60px;
  }
  .news-section h2 {
    text-align: center !important;
    font: 700 42px "Staatliches", sans-serif;
  }
  .news-section h2 a {
    display: block;
  }
  .news-section .news-post > div {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-section form .btn {
    margin-bottom: 30px;
  }
  footer img {
    float: none;
    margin-right: 0;
    margin: 0 auto 20px;
    display: block;
  }
  footer form {
    float: none;
    margin-top: 0;
  }
  form .btn {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .row div:last-of-type {
    flex-direction: column;
  }
  footer .copyright {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .social {
    display: flex;
  }
  .hero-section {
    justify-content: flex-start;
    /*padding-top: 50px;*/
  }
  .hero-section h1 {
    font: 700 64px/82px "Staatliches", sans-serif;
    text-shadow: 2px 2px 4px #f3e7cb;
  }
  .hero-section h1 span {
    font-size: 50px;
    line-height: 104px;
  }
  .hero-caption .btn,
  .want-to-go-page .btn {
    font-size: 20px;
  }
  .want-to-go-page h2,
  .want-to-go-page h3 {
    font-size: 28px;
    /*text-align: center;*/
  }
  .speakers-section .avatar {
    height: 280px;
    width: 280px;
  }
  .speakers-section .name {
    font-size: 20px;
  }
  .speakers-section p {
    font-size: 16px;
    line-height: 24px;
  }
  .faqs-page .hero-section {
    background-position: center !important;
  }
  .inner-page h2 {
    font-size: 55px;
  }
  .about-section img {
    margin-bottom: 30px;
  }
  .post-item {
    margin-bottom: 50px;
  }
  .sidebar {
    margin-top: 50px;
  }
  .news-page .sidebar .social {
    width: 100%;
    display: flex;
    padding: 0 20px;
  }
  .map-section ol {
    columns: 1;
    padding-left: 50px;
  }
  .want-to-go-page .btn {
    width: 100%;
  }
  .staying-section .text-end {
    margin-bottom: 30px;
  }
  .regulations-section li a {
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .workshops-section img {
    margin-bottom: 30px;
  }
  .squares-grid .carousel-control-prev,
  .squares-grid .carousel-control-next {
    display: none;
  }
  .squares-grid .carousel-inner a {
    left: 39%;
    top: 16%;
    font-size: 80px;
  }
  .countdown-section {
    display: none;
  }
  .banner-section img {
    margin: -6px auto 0;
  }
}

/* 2024 */
.tickets-cta {
  background-color: #0f0f0f;
  color: #abcc01;
  padding: 64px 0;
}
.tickets-cta h2 {
  font-weight: 700;
}
.tickets-cta .button {
  display: block;
  max-width: 400px;
  margin: 24px auto 0;
  background-color: #abcc01;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  animation: gentleBounce 1s ease-in-out infinite;
}
@keyframes gentleBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.sponsors h2{
  font-size: 64px;
}
.sponsors h3{
  font-size: 36px;
}
