@charset "UTF-8";
.btn-pink-green {
  border-radius: 40px;
  padding: 2px 20px 0px;
  font-family: "anchor-web", sans-serif;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #C80E76;
  color: #C1FF72;
}
@media (min-width: 768px) {
  .btn-pink-green {
    font-size: 20px;
  }
  .btn-pink-green .rsv .all-articles {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .btn-pink-green {
    font-size: 22px;
  }
  .btn-pink-green .rsv .all-articles {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .btn-pink-green {
    font-size: 30px;
  }
}
.btn-pink-green::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn-pink-green:hover::after, .btn-pink-green:focus::after {
  animation: sheen 1s forwards;
}
.btn-pink-green:hover {
  cursor: pointer;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.btn-pink-green:active {
  box-shadow: inset 0px 2px 2px #ccc;
  transform: translate(0, 2px);
}
.btn-pink-green:focus {
  outline: 0;
}

.btn-green-pink {
  border-radius: 40px;
  padding: 2px 20px 0px;
  font-family: "anchor-web", sans-serif;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #C1FF72;
  color: #C80E76;
}
@media (min-width: 768px) {
  .btn-green-pink {
    font-size: 20px;
  }
  .btn-green-pink .rsv .all-articles {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .btn-green-pink {
    font-size: 22px;
  }
  .btn-green-pink .rsv .all-articles {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .btn-green-pink {
    font-size: 30px;
  }
}
.btn-green-pink::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn-green-pink:hover::after, .btn-green-pink:focus::after {
  animation: sheen 1s forwards;
}
.btn-green-pink:hover {
  cursor: pointer;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.btn-green-pink:active {
  box-shadow: inset 0px 2px 2px #ccc;
  transform: translate(0, 2px);
}
.btn-green-pink:focus {
  outline: 0;
}

.btn-blue-pink {
  border-radius: 40px;
  padding: 2px 20px 0px;
  font-family: "anchor-web", sans-serif;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #44FFF9;
  color: #C80E76;
}
@media (min-width: 768px) {
  .btn-blue-pink {
    font-size: 20px;
  }
  .btn-blue-pink .rsv .all-articles {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .btn-blue-pink {
    font-size: 22px;
  }
  .btn-blue-pink .rsv .all-articles {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .btn-blue-pink {
    font-size: 30px;
  }
}
.btn-blue-pink::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn-blue-pink:hover::after, .btn-blue-pink:focus::after {
  animation: sheen 1s forwards;
}
.btn-blue-pink:hover {
  cursor: pointer;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.btn-blue-pink:active {
  box-shadow: inset 0px 2px 2px #ccc;
  transform: translate(0, 2px);
}
.btn-blue-pink:focus {
  outline: 0;
}

.btn-purple-green {
  border-radius: 40px;
  padding: 2px 20px 0px;
  font-family: "anchor-web", sans-serif;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  border: none;
  overflow: hidden;
  background-color: #8C52FF;
  color: #C1FF72;
}
@media (min-width: 768px) {
  .btn-purple-green {
    font-size: 20px;
  }
  .btn-purple-green .rsv .all-articles {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .btn-purple-green {
    font-size: 22px;
  }
  .btn-purple-green .rsv .all-articles {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .btn-purple-green {
    font-size: 30px;
  }
}
.btn-purple-green::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn-purple-green:hover::after, .btn-purple-green:focus::after {
  animation: sheen 1s forwards;
}
.btn-purple-green:hover {
  cursor: pointer;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.btn-purple-green:active {
  box-shadow: inset 0px 2px 2px #ccc;
  transform: translate(0, 2px);
}
.btn-purple-green:focus {
  outline: 0;
}

.btn-nav-mobile {
  width: -moz-fit-content;
  width: fit-content;
}

.btn-cancel-user-rsv {
  margin-left: 0 !important;
}

body,
html {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: #141010;
  font-family: "anchor-web", sans-serif;
  color: #44FFF9;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}

body {
  overflow: hidden;
}

.green-text {
  color: #C1FF72;
}

.blue-text {
  color: #44FFF9;
}

.purple-text {
  color: #8C52FF;
}

.pink-text {
  color: #C80E76;
}

.font1 {
  font-family: "anchor-web", sans-serif;
}

.font2 {
  font-family: "shantell-sans-bouncy", sans-serif;
}

#footer {
  text-align: center;
  height: 600px;
  width: 100%;
  background-color: #C80E76;
}
@media (min-width: 768px) {
  #footer {
    display: flex;
    flex-direction: row;
    height: 440px;
  }
}
@media (min-width: 1024px) {
  #footer {
    height: 480px;
  }
}
@media (min-width: 1920px) {
  #footer {
    height: 600px;
  }
}

#footer-top {
  flex: 0 0 33%;
  margin: 20px;
}
@media (min-width: 1920px) {
  #footer-top {
    flex-basis: 45%;
    margin: 140px 20px;
  }
}

#map {
  flex: 1;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #map {
    height: 100%;
  }
}
#map iframe {
  width: 100%;
  height: 100%;
}

#logo-footer {
  color: #44FFF9;
  font-size: 90px;
  font-family: "brushberry-sans-one", sans-serif;
  margin: 0 100px 8px;
}
@media (min-width: 768px) {
  #logo-footer {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  #logo-footer {
    margin-top: 48px;
  }
}
@media (min-width: 1920px) {
  #logo-footer {
    margin-top: 70px;
    font-size: 100px;
  }
}

#icons {
  display: flex;
  margin: 24px 80px 30px 80px;
  justify-content: space-around;
  margin-top: 12px;
}
@media (min-width: 400px) {
  #icons {
    margin: 24px 150px 30px 150px;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  #icons {
    margin: 24px 50px 30px 50px;
  }
}
@media (min-width: 1024px) {
  #icons {
    margin: 24px 100px 30px 100px;
  }
}
@media (min-width: 1200px) {
  #icons {
    margin: 24px 125px 30px 125px;
  }
}
@media (min-width: 1900px) {
  #icons {
    margin: 24px 245px 30px 245px;
  }
}
#icons .icon {
  height: 40px;
  width: 40px;
}
@media (min-width: 1920px) {
  #icons .icon {
    height: 55px;
    width: 55px;
  }
}

.txt-secondary-footer {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 1920px) {
  .txt-secondary-footer {
    font-size: 25px;
  }
}

.txt-primary-footer {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 38px;
}
@media (min-width: 1920px) {
  .txt-primary-footer {
    font-size: 45px;
  }
}

/*@media (min-width:768px) {

}
@media (min-width:1024px) {

}
@media (min-width:1200px) {

}
@media (min-width:1920px) {

}*/
.logo {
  font-family: "brushberry-sans-one", sans-serif;
  font-size: 90px;
  color: #44FFF9;
  margin: 0 auto;
  height: -moz-min-content;
  height: min-content;
}
@media (min-width: 768px) {
  .logo {
    align-self: center;
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .logo {
    font-size: 70px;
  }
}
@media (min-width: 1920px) {
  .logo {
    font-size: 80px;
  }
}

.nav-desktop {
  display: none;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 35px;
  }
}
@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
    margin: 0 160px;
  }
}
@media (min-width: 1200px) {
  .nav-desktop {
    height: 70px;
    margin: 0 95px;
  }
}
@media (min-width: 1920px) {
  .nav-desktop {
    margin: 0 300px;
  }
}
.nav-desktop .nav-links::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}
.nav-desktop .nav-links:not(.selected):hover::after {
  width: 100%;
  left: 0;
}
.nav-desktop .selected::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background-color: currentColor;
}
.nav-desktop .selected::after {
  width: 100%;
  left: 0;
}

.nav-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  z-index: 999;
}
@media (min-width: 768px) {
  .nav-mobile {
    align-items: center;
    display: none;
  }
}

.div-logo-brg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 0 15px;
}

#burger-menu {
  width: 30px;
  height: auto;
  align-self: center;
  justify-self: end;
  margin-right: 20px;
  cursor: pointer;
  position: fixed;
}

.div-nav-links {
  height: 100vh;
}
@media (min-width: 768px) {
  .div-nav-links {
    height: 60px;
    display: flex;
    align-items: center;
  }
}

#mobile-menu {
  display: none;
  align-items: center;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.753);
  border-left: 3px solid #44FFF9;
  border-bottom: 3px solid #44FFF9;
  position: fixed;
  left: calc(100% - 150px);
}
#mobile-menu.active {
  display: flex;
}

.upper-nav-mobile {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-left: 30px;
}
.upper-nav-mobile a {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

#close-menu {
  height: 22px;
  width: 22px;
  align-self: flex-start;
  margin: 20px 20px 75px 75px;
  cursor: pointer;
}

.nav-links {
  position: relative;
  text-decoration: none;
  font-size: 35px;
}
@media (min-width: 768px) {
  .nav-links {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .nav-links {
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1920px) {
  .nav-links {
    font-size: 40px;
  }
}

.btn-login-logout {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 768px) {
  .btn-login-logout {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .btn-login-logout {
    margin-right: 30px;
  }
}

.nav-mobile-log {
  margin-top: 100px !important;
}

.buy-tickets {
  margin-right: 0;
}
@media (min-width: 768px) {
  .buy-tickets {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .buy-tickets {
    margin-right: 24px;
  }
}
@media (min-width: 1920px) {
  .buy-tickets {
    margin-right: 40px;
  }
}

.client-icon {
  width: 25px;
  height: 27px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .client-icon {
    width: 21px;
    height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .client-icon {
    width: 25px;
    height: 27px;
  }
}
@media (min-width: 1920px) {
  .client-icon {
    width: 28px;
    height: 30px;
  }
}

.slidein {
  animation: slideIn 0.4s ease-in-out;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.tickets {
  display: flex;
  flex-direction: column;
}
.tickets h2 {
  color: #C1FF72;
  align-self: center;
  font-size: 35px;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .tickets h2 {
    font-size: 38px;
    margin: 105px 0 50px;
  }
}
@media (min-width: 1024px) {
  .tickets h2 {
    margin: 105px 0 50px;
  }
}
@media (min-width: 1200px) {
  .tickets h2 {
    font-size: 45px;
    margin-top: 180px;
  }
}
@media (min-width: 1920px) {
  .tickets h2 {
    font-size: 60px;
  }
}
.tickets .ticket-option-1 {
  border: 1px solid #C80E76;
}
.tickets .ticket-option-2 {
  border: 1px solid #8C52FF;
}
.tickets .ticket-option-3 {
  border: 1px solid #C1FF72;
}
.tickets .ticket-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 30px;
}
.tickets .ticket-option div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
.tickets .ticket-option span {
  font-size: 30px;
  color: #C1FF72;
  width: 30px;
  text-align: center;
}
@media (min-width: 1920px) {
  .tickets .ticket-option span {
    font-size: 38px !important;
  }
}
.tickets .ticket-add {
  cursor: pointer;
}
.tickets #tickets-container {
  margin: 0 25px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .tickets #tickets-container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 0 35px;
  }
}
@media (min-width: 1024px) {
  .tickets #tickets-container {
    margin: 0 165px;
  }
}
@media (min-width: 1200px) {
  .tickets #tickets-container {
    gap: 45px;
    margin: 0 100px;
  }
}
@media (min-width: 1920px) {
  .tickets #tickets-container {
    gap: 75px;
    margin: 0 305px;
  }
}
.tickets .ticket-description {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 17px;
  color: #C1FF72;
  padding-right: 40px;
  margin-left: 15px;
  margin-top: 0;
}
.tickets .ticket-price {
  font-size: 35px;
  margin-right: 15px;
  margin-top: 25px;
}
.tickets .ticket-title {
  color: #44FFF9;
  font-size: 35px;
  margin: 10px 15px;
}
@media (min-width: 768px) {
  .tickets .ticket-title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .tickets .ticket-title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .tickets .ticket-title {
    font-size: 40px;
    margin: 20px 20px;
  }
}
@media (min-width: 1920px) {
  .tickets .ticket-title {
    font-size: 45px;
  }
}
.tickets .lower-ticket-section {
  margin: 0px 15px;
  height: 70px;
}
.tickets .lower-ticket-section p:first-child {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 17px;
  color: #C1FF72;
  margin: 0 20px 0 0;
}
@media (min-width: 1024px) {
  .tickets .lower-ticket-section p:first-child {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .tickets .lower-ticket-section p:first-child {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .tickets .lower-ticket-section p:first-child {
    margin-right: 60px;
    font-size: 24px;
  }
}
.tickets .lower-ticket-section p:nth-of-type(2) {
  font-family: "anchor-web", sans-serif;
  font-size: 35px;
}
@media (min-width: 1200px) {
  .tickets .lower-ticket-section p:nth-of-type(2) {
    font-size: 38px;
  }
}
@media (min-width: 1920px) {
  .tickets .lower-ticket-section p:nth-of-type(2) {
    font-size: 42px;
  }
}
.tickets .cart {
  margin: 0 25px;
  align-items: stretch;
  padding-bottom: 40px;
}
.tickets .cart .btn-pink-green {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tickets .cart .btn-pink-green {
    margin-top: 15px;
    width: 100%;
  }
}
.tickets .cart input {
  border-radius: 25px;
}
@media (min-width: 768px) {
  .tickets .cart {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 35px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .tickets .cart {
    margin: 0 165px;
    padding-bottom: 105px;
  }
}
@media (min-width: 1200px) {
  .tickets .cart {
    margin: 0 100px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1920px) {
  .tickets .cart {
    margin: 0 305px;
    padding-bottom: 180px;
  }
}
.tickets .cart p {
  color: #C1FF72;
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: x-large;
}
.tickets .cart .total-price {
  color: #44FFF9;
  font-family: "anchor-web", sans-serif;
  font-size: x-large;
}

#form-tickets {
  display: none;
}

#ticket-total {
  height: 100%;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#ticket-total p {
  font-size: 18px;
  margin: 10px 0;
}

#cart-total-div {
  display: flex;
  flex-direction: row;
}

#calendar {
  display: flex;
  flex-direction: column;
}
#calendar label {
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 16px;
  color: #44FFF9;
  margin-bottom: 5px;
  margin-top: 10px;
}

#videoPlayer {
  margin-left: 50vw;
  transform: translate(-50%);
  min-width: 104%;
  overflow-x: hidden;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (min-width: 768px) {
  #videoPlayer {
    display: block;
    height: 360px;
  }
}
@media (min-width: 1024px) {
  #videoPlayer {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #videoPlayer {
    height: 550px;
    width: 100vw;
  }
}
@media (min-width: 1920px) {
  #videoPlayer {
    height: 730px;
  }
}

#headerHome {
  min-width: 100vw;
  position: relative;
  background-image: url("/medias/poster.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #headerHome {
    height: 85vh;
  }
}

#playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0;
  z-index: 10;
  display: none;
}
@media (min-width: 768px) {
  #playPauseBtn {
    display: block;
  }
}
#playPauseBtn:hover {
  color: #C1FF72;
}
#playPauseBtn i {
  font-size: 32px;
}

#schedule {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  background-color: #C80E76;
  padding: 0 16px 0 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #schedule {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 90px 20px 35px;
  }
}
@media (min-width: 1024px) {
  #schedule {
    padding: 55px 160px;
  }
}
@media (min-width: 1200px) {
  #schedule {
    padding: 35px 150px 35px 100px;
  }
}
@media (min-width: 1920px) {
  #schedule {
    padding: 100px 400px 100px 300px;
  }
}

.title-schedule {
  font-size: 35px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .title-schedule {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .title-schedule {
    font-size: 35px;
  }
}
@media (min-width: 1920px) {
  .title-schedule {
    font-size: 50px;
  }
}

.sub-title-schedule {
  font-size: 30px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .sub-title-schedule {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .sub-title-schedule {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .sub-title-schedule {
    font-size: 40px;
  }
}

.text-schedule {
  font-size: 22px;
  color: #C1FF72;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-schedule {
    font-size: 18 px;
  }
}
@media (min-width: 1200px) {
  .text-schedule {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .text-schedule {
    font-size: 35px;
  }
}

.changing-img-desktop {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .changing-img-desktop {
    display: block;
    height: 250px;
    width: 65%;
    margin: 22px 0;
  }
}
@media (min-width: 1200px) {
  .changing-img-desktop {
    height: 465px;
  }
}
@media (min-width: 1920px) {
  .changing-img-desktop {
    height: 490px;
  }
}

.changing-img-mobile {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .changing-img-mobile {
    display: none;
  }
}

#btn-schedule-mobile {
  display: flex;
  margin: 30px 20px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #btn-schedule-mobile {
    display: none;
  }
}

#btn-schedule-desktop {
  display: none;
}
@media (min-width: 768px) {
  #btn-schedule-desktop {
    display: flex;
    justify-content: space-between;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  #btn-schedule-desktop {
    justify-content: space-around;
  }
}

textarea:focus,
input:focus,
select:focus {
  outline-style: none;
  outline-color: transparent;
  border: 2px solid #C1FF72 !important;
  box-shadow: #C1FF72 0 0 10px;
}

.form-auth {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.form-auth a {
  color: #C1FF72;
  text-decoration: underline;
  font-family: "shantell-sans-bouncy", sans-serif;
}
.form-auth input, .form-auth select {
  color: #8C52FF;
  font-size: 20px;
  background-color: white;
  border: 2px solid #44FFF9;
  padding: 0px 10px;
  height: 24px;
  border-radius: 10px;
  width: calc(100% - 22px);
  font-family: "anchor-web", sans-serif;
}
.form-auth label {
  font-size: 24px;
  color: #C1FF72;
}

.login-register {
  background-image: url("/medias/fireworks.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 60px);
  padding-top: 120px;
}
.login-register .register {
  display: none;
}
.login-register .form-link {
  color: #C1FF72;
  font-family: "shantell-sans-bouncy", sans-serif;
  margin: auto;
}
.login-register button {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .login-register {
    margin-top: 0px;
  }
}
.form-container-auth {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 90%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 592px) {
  .form-container-auth {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .form-container-auth {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .form-container-auth {
    width: 30%;
  }
}

.schedule-container {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.schedule-container .form-container {
  margin: 0;
}
.schedule-container .schedule {
  margin-top: 10rem;
  padding: 1rem;
}
.schedule-container .schedule:nth-child(2) {
  height: 10%;
}
.schedule-container .schedule .form {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.schedule-container .schedule h1,
.schedule-container .schedule h2 {
  padding: 0 1rem;
}
.schedule-container .schedule .schedule-section {
  padding: 1rem;
  height: 100%;
}
.schedule-container .schedule label {
  margin-bottom: 0.5rem;
}
.schedule-container .schedule input,
.schedule-container .schedule select {
  margin-bottom: 1.5rem;
}

.welcome {
  color: #C80E76 !important;
  font-size: 25px;
  text-align: center;
}
@media (min-width: 592px) {
  .welcome {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .welcome {
    text-align: left;
  }
}

.dashboard {
  display: flex;
  width: 90%;
  flex-direction: column;
  margin: 0 auto;
  gap: 50px;
  height: 100vh;
}
@media (min-width: 592px) {
  .dashboard {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .dashboard {
    margin-top: 0px;
    width: auto;
    margin: 0 35px;
  }
}
@media (min-width: 1024px) {
  .dashboard {
    margin: 0 160px;
  }
}
@media (min-width: 1200px) {
  .dashboard {
    margin: 0 95px;
  }
}
@media (min-width: 1920px) {
  .dashboard {
    margin: 0 300px;
  }
}
.dashboard .btn-pink-green {
  margin: 20px;
}
.dashboard .delete-btn * {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #C80E76;
  color: white;
  border: none;
  padding: 5px;
}
.dashboard .reservations {
  width: 100%;
}
.dashboard .reservations input {
  margin-left: 0;
}
.dashboard .reservations-container {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .dashboard .reservations-container {
    margin-top: 20px;
  }
}
.dashboard .reservations-container h1 {
  color: #C1FF72;
  text-align: center;
}
@media (min-width: 592px) {
  .dashboard .reservations-container h1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dashboard .reservations-container h1 {
    text-align: left;
  }
}
.dashboard .reservations-container h2 {
  margin-top: 40px;
  font-size: 30px;
}
@media (min-width: 592px) {
  .dashboard .reservations-container h2 {
    margin-top: 0px;
  }
}
.dashboard .reservations-container p {
  color: #C1FF72;
  font-size: 25px;
  margin: 10px 0;
}
.dashboard .form-container {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  padding-bottom: 0px;
  border: 2px solid #44FFF9;
  border-radius: 15px;
}
@media (min-width: 592px) {
  .dashboard .form-container {
    margin-top: 42px;
  }
}
.dashboard .form-container h2 {
  color: #44FFF9;
  text-align: center;
  margin-top: 0px;
}
.dashboard .form-container form {
  display: flex;
  flex-direction: column;
}
.dashboard .form-container form a {
  color: #C1FF72;
  text-decoration: underline;
  font-family: "shantell-sans-bouncy", sans-serif;
}
.dashboard .form-container form input {
  color: #8C52FF;
  font-size: 20px;
  background-color: white;
  border: 2px solid #44FFF9;
  padding: 0px 10px;
  height: 24px;
  border-radius: 30px;
  width: calc(100% - 22px);
  font-family: "anchor-web", sans-serif;
}
.dashboard .form-container form label {
  font-size: 24px;
  color: #C1FF72;
}

/*
@media (min-width:768px) {

}
@media (min-width:1024px) {

}
@media (min-width:1200px) {

}
@media (min-width:1920px) {

}
*/
#h1-articles {
  display: flex;
  color: #C1FF72;
  width: 100%;
  justify-content: space-around;
  font-size: 35px;
  margin: 100px 0 30px;
}
@media (min-width: 768px) {
  #h1-articles {
    font-size: 38px;
    margin: 40px 0 50px;
  }
}
@media (min-width: 1200px) {
  #h1-articles {
    font-size: 45px;
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  #h1-articles {
    font-size: 60px;
  }
}

.article-container {
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
@media (min-width: 768px) {
  .article-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 50px;
    gap: 45px;
  }
}
@media (min-width: 1024px) {
  .article-container {
    margin: 0 160px;
  }
}
@media (min-width: 1200px) {
  .article-container {
    margin: 0 100px;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  .article-container {
    margin: 0 300px;
    gap: 60px;
  }
}
.article-container article:has(.article-overlay:hover) {
  border-color: #C1FF72 !important;
}
.article-container article:hover {
  border-color: #C1FF72 !important;
}
.article-container article {
  border: #C80E76 solid 2px;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  border: solid 2px #C80E76;
  border-radius: 25px;
  backface-visibility: hidden;
}
.article-container article:hover {
  border-color: #C1FF72;
}
@media (min-width: 768px) {
  .article-container article {
    height: 265px;
  }
}
@media (min-width: 1200px) {
  .article-container article {
    height: 340px;
  }
}
.article-container article:last-child {
  margin-bottom: 30px;
}
.article-container article .article-overlay {
  position: absolute;
  /* left: 2px; */
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  width: 94%;
  padding: 3%;
  color: #C1FF72;
  display: flex;
  flex-direction: column;
  /* bottom: -3px; */
  bottom: 0;
  border-radius: 0px 0px 25px 25px;
  border: none;
}
.article-container article .article-overlay * {
  margin: 0;
}
.article-container article .article-overlay h2 {
  color: #C1FF72;
  font-size: 24px;
}
.article-container article .article-overlay p {
  color: #C80E76;
  font-family: "shantell-sans-bouncy", sans-serif;
}
.article-container article .article-overlay p:before {
  scale: 1.06;
}
.article-container article .article-overlay a {
  color: #C1FF72;
}
.article-container article .article-overlay a:hover {
  color: #44FFF9;
}
.article-container article:hover {
  scale: 1.06;
}
.article-container article img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  /* border: $pink solid 2px; */
  /* &:hover {
      border-color: $green;
  } */
}
.article-container .article-container article:hover {
  scale: 1.06;
}

@media (min-width: 768px) {
  #article-show-page h1 {
    display: none;
  }
}
#article-show-page .article {
  margin: 60px 35px 35px;
}
@media (min-width: 768px) {
  #article-show-page .article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px 35px;
  }
}
@media (min-width: 1024px) {
  #article-show-page .article {
    margin: 50px 160px;
  }
}
@media (min-width: 1200px) {
  #article-show-page .article {
    margin: 60px 95px;
  }
}
@media (min-width: 1920px) {
  #article-show-page .article {
    margin: 70px 300px;
  }
}
#article-show-page .article img {
  max-height: 80vh;
  width: 100%;
}
@media (min-width: 768px) {
  #article-show-page .article img {
    width: 90%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  #article-show-page .article #article-media-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  #article-show-page .article #article-media-mobile {
    display: none;
  }
}
#article-show-page .article h2 {
  font-size: 35px;
  margin-bottom: 0%;
  color: #C1FF72;
}
@media (min-width: 768px) {
  #article-show-page .article h2 {
    margin-top: 0;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #article-show-page .article h2 {
    font-size: 35px;
  }
}
@media (min-width: 1920px) {
  #article-show-page .article h2 {
    font-size: 45px;
  }
}
#article-show-page .article h3 {
  font-size: 21px;
  color: #C80E76;
}
@media (min-width: 768px) {
  #article-show-page .article h3 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #article-show-page .article h3 {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  #article-show-page .article h3 {
    font-size: 30px;
  }
}
#article-show-page .article p {
  font-size: 17px;
  color: #44FFF9;
}
@media (min-width: 768px) {
  #article-show-page .article p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #article-show-page .article p {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  #article-show-page .article p {
    font-size: 28px;
  }
}

/* Index */
.activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 35px 0;
  cursor: default;
}
@media (min-width: 768px) {
  .activity {
    margin: 0 35px 0;
    max-width: calc(100% - 35px);
  }
}
@media (min-width: 1024px) {
  .activity {
    max-width: calc(100% - 320px);
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .activity {
    max-width: calc(100% - 190px);
  }
}
.activity h1 {
  color: #C1FF72;
  font-size: 35px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .activity h1 {
    font-size: 38px;
    margin: 40px 0 50px;
    grid-column: 1/4;
  }
}
@media (min-width: 1200px) {
  .activity h1 {
    font-size: 45px;
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  .activity h1 {
    font-size: 60px;
  }
}
.activity .activity-container {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .activity .activity-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container {
    gap: 4rem;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container {
    max-width: calc(100% - 300px);
  }
}
.activity .activity-container .arrow-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 40px;
  color: #C1FF72;
}
@media (min-width: 768px) {
  .activity .activity-container .arrow-container {
    display: none;
  }
}
.activity .activity-container .arrow-container .arrow {
  color: #C1FF72;
  cursor: pointer;
}
@media (min-width: 768px) {
  .activity .activity-container .arrow-container .arrow {
    display: none;
  }
}
.activity .activity-container .day-information {
  display: none;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .activity .activity-container .day-information {
    display: flex;
  }
}
.activity .activity-container .day-information:nth-of-type(2) {
  display: flex;
}
.activity .activity-container .day-information p {
  padding: 0;
  margin: 0;
}
.activity .activity-container .day-information .activity-day {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .activity .activity-container .day-information .activity-day {
    padding-bottom: 4px;
    border-bottom: 2px solid #C1FF72;
  }
}
.activity .activity-container .day-information .activity-day #day-of-week {
  color: #C80E76;
  font-family: "shantell-sans-bouncy", sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .activity .activity-container .day-information .activity-day #day-of-week {
    text-align: start;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container .day-information .activity-day #day-of-week {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container .day-information .activity-day #day-of-week {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .activity .activity-container .day-information .activity-day p {
    font-size: 16px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container .day-information .activity-day p {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container .day-information .activity-day p {
    font-size: 2rem;
  }
}
.activity .activity-container article {
  margin-bottom: 2rem;
  position: relative;
  height: 200px;
}
@media (min-width: 1920px) {
  .activity .activity-container article {
    height: 250px;
  }
}
.activity .activity-container article img {
  border-radius: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #8C52FF;
}
.activity .activity-container article .activity-info-container {
  border-radius: 0 0 25px 25px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  background-color: #141010;
  z-index: 2;
  padding: 1rem;
  width: calc(100% - 4px);
  box-sizing: border-box;
  bottom: 2px;
  left: 2px;
  text-align: left;
}
@media (min-width: 768px) {
  .activity .activity-container article .activity-info-container {
    top: 135px;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container article .activity-info-container {
    top: 127px;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container article .activity-info-container {
    top: 160px;
  }
}
.activity .activity-container article .activity-info-container span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.activity .activity-container article .activity-info-container p {
  color: #44FFF9;
}
@media (min-width: 768px) {
  .activity .activity-container article .activity-info-container p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container article .activity-info-container p {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container article .activity-info-container p {
    font-size: 24px;
  }
}
.activity .activity-container article .activity-info-container p:first-child {
  color: #C1FF72;
}
@media (min-width: 768px) {
  .activity .activity-container article .activity-info-container p:first-child {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .activity .activity-container article .activity-info-container p:first-child {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .activity .activity-container article .activity-info-container p:first-child {
    font-size: 28px;
  }
}
.activity .activity-container .read-more {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  color: #C1FF72;
  text-decoration: none;
}

/* Create/Edit */
#activity-manage, #article-manage {
  display: flex;
  justify-content: center;
}
#activity-manage .activity-form-container, #activity-manage .article-form-container, #article-manage .activity-form-container, #article-manage .article-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10rem 0 35px;
  width: calc(100% - 35px);
  max-width: 320px;
  border: 1px solid #2b4746;
  border-radius: 10px;
  padding-bottom: 20px;
  background: rgba(89, 89, 89, 0.14);
  box-shadow: 0 8px 32px 0 rgba(68, 255, 249, 0.2705882353);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (min-width: 1200px) {
  #activity-manage .activity-form-container, #activity-manage .article-form-container, #article-manage .activity-form-container, #article-manage .article-form-container {
    max-width: 500px;
  }
}
#activity-manage .activity-form-container h2, #activity-manage .article-form-container h2, #article-manage .activity-form-container h2, #article-manage .article-form-container h2 {
  color: white;
  font-size: 28px;
}
@media (min-width: 1200px) {
  #activity-manage .activity-form-container h2, #activity-manage .article-form-container h2, #article-manage .activity-form-container h2, #article-manage .article-form-container h2 {
    font-size: 34px;
    font-size: 48px;
  }
}
#activity-manage .activity-form-container form, #activity-manage .article-form-container form, #article-manage .activity-form-container form, #article-manage .article-form-container form {
  display: flex;
  flex-direction: column;
}
#activity-manage .activity-form-container form div, #activity-manage .article-form-container form div, #article-manage .activity-form-container form div, #article-manage .article-form-container form div {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
#activity-manage .activity-form-container form div:first-of-type, #activity-manage .article-form-container form div:first-of-type, #article-manage .activity-form-container form div:first-of-type, #article-manage .article-form-container form div:first-of-type {
  margin-top: 0;
}
#activity-manage .activity-form-container form div label, #activity-manage .article-form-container form div label, #article-manage .activity-form-container form div label, #article-manage .article-form-container form div label {
  color: #44FFF9;
  font-size: 24px;
}
@media (min-width: 1200px) {
  #activity-manage .activity-form-container form div label, #activity-manage .article-form-container form div label, #article-manage .activity-form-container form div label, #article-manage .article-form-container form div label {
    font-size: 30px;
    font-size: 40px;
  }
}
#activity-manage .activity-form-container form div input,
#activity-manage .activity-form-container form div select,
#activity-manage .activity-form-container form div textarea, #activity-manage .article-form-container form div input,
#activity-manage .article-form-container form div select,
#activity-manage .article-form-container form div textarea, #article-manage .activity-form-container form div input,
#article-manage .activity-form-container form div select,
#article-manage .activity-form-container form div textarea, #article-manage .article-form-container form div input,
#article-manage .article-form-container form div select,
#article-manage .article-form-container form div textarea {
  border-radius: 25px;
  color: black;
  padding: 4px 10px;
}
#activity-manage .activity-form-container form div textarea, #activity-manage .article-form-container form div textarea, #article-manage .activity-form-container form div textarea, #article-manage .article-form-container form div textarea {
  resize: vertical;
  max-height: 250px;
}
#activity-manage .activity-form-container form div button, #activity-manage .article-form-container form div button, #article-manage .activity-form-container form div button, #article-manage .article-form-container form div button {
  margin-top: 30px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #activity-manage .activity-form-container form div button, #activity-manage .article-form-container form div button, #article-manage .activity-form-container form div button, #article-manage .article-form-container form div button {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #activity-manage .activity-form-container form div button, #activity-manage .article-form-container form div button, #article-manage .activity-form-container form div button, #article-manage .article-form-container form div button {
    font-size: 34px;
  }
}
#activity-manage .activity-form-container form .date-time, #activity-manage .article-form-container form .date-time, #article-manage .activity-form-container form .date-time, #article-manage .article-form-container form .date-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#activity-manage .activity-form-container form .date-time select, #activity-manage .article-form-container form .date-time select, #article-manage .activity-form-container form .date-time select, #article-manage .article-form-container form .date-time select {
  height: -moz-min-content;
  height: min-content;
  padding: 2px 5px;
}
#activity-manage .activity-form-container form .date-time .hour, #activity-manage .article-form-container form .date-time .hour, #article-manage .activity-form-container form .date-time .hour, #article-manage .article-form-container form .date-time .hour {
  height: -moz-min-content;
  height: min-content;
  padding: 1px 2px;
}

@media (min-width: 768px) {
  .activity-item {
    opacity: 0.1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
}

.activity-item.visible {
  opacity: 1;
}

.datepicker-main {
  color: #C80E76;
  background-color: #141010;
}
.datepicker-main * {
  font-family: "shantell-sans-bouncy", sans-serif;
}

.day {
  background-color: rgb(194, 194, 194);
}

.datepicker-cell.disabled {
  color: #858585;
  background-color: black;
}

.focused {
  background-color: rgb(194, 194, 194) !important;
  color: #C80E76;
}

.range-start {
  background-color: rgb(90, 92, 255) !important;
  color: aqua !important;
}

.range-end {
  background-color: rgb(90, 92, 255) !important;
  color: aqua !important;
}

.range {
  background-color: rgb(90, 92, 255) !important;
  color: aqua !important;
}

.day :not(.disabled):hover {
  background-color: white !important;
}

#article-home-page {
  background-image: url("/medias/fireworks.webp");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#article-home-page h2:first-child {
  font-size: 38px;
  color: #C1FF72;
  text-align: center;
  margin: 0;
  padding: 90px 0 40px;
}
@media (min-width: 768px) {
  #article-home-page h2:first-child {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1024px) {
  #article-home-page h2:first-child {
    padding: 65px 0 50px;
  }
}
@media (min-width: 1200px) {
  #article-home-page h2:first-child {
    padding: 70px 0 50px;
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  #article-home-page h2:first-child {
    padding: 110px 0 90px;
    font-size: 60px;
  }
}
#article-home-page .home-article-container {
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
@media (min-width: 768px) {
  #article-home-page .home-article-container {
    flex-direction: row;
    margin: 0 50px;
    gap: 45px;
  }
}
@media (min-width: 1024px) {
  #article-home-page .home-article-container {
    margin: 0 160px;
  }
}
@media (min-width: 1200px) {
  #article-home-page .home-article-container {
    margin: 0 100px;
    gap: 100px;
  }
}
@media (min-width: 1920px) {
  #article-home-page .home-article-container {
    margin: 0 300px;
    gap: 185px;
  }
}
#article-home-page .home-article-container article:has(.article-overlay:hover) {
  border-color: #C1FF72 !important;
}
#article-home-page .home-article-container article:hover {
  border-color: #C1FF72 !important;
}
#article-home-page .home-article-container article {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  border: #C80E76 solid 2px;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #article-home-page .home-article-container article {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  #article-home-page .home-article-container article {
    height: 430px;
  }
}
@media (min-width: 1920px) {
  #article-home-page .home-article-container article {
    height: 450px;
  }
}
#article-home-page .home-article-container article .article-overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  width: 94%;
  padding: 3%;
  color: #C1FF72;
  display: flex;
  flex-direction: column;
  bottom: -3px;
  border-radius: 0px 0px 25px 25px;
  border: none;
}
#article-home-page .home-article-container article .article-overlay * {
  margin: 0;
}
#article-home-page .home-article-container article img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-home-page .home-article-container article h3 {
  color: #C1FF72;
  font-size: 24px;
}
#article-home-page .home-article-container article p {
  color: #C80E76;
  font-family: "shantell-sans-bouncy", sans-serif;
}
#article-home-page .home-article-container article a {
  color: #C1FF72;
}
#article-home-page #btn-see-all-articles {
  display: flex;
  justify-content: center;
  padding: 55px 0 40px;
}
@media (min-width: 768px) {
  #article-home-page #btn-see-all-articles {
    padding: 40px 0 30px;
  }
}
@media (min-width: 1024px) {
  #article-home-page #btn-see-all-articles {
    padding: 60px 0 50px;
  }
}
@media (min-width: 1200px) {
  #article-home-page #btn-see-all-articles {
    padding: 60px 0 70px;
  }
}
@media (min-width: 1920px) {
  #article-home-page #btn-see-all-articles {
    padding: 105px 0 140px;
  }
}
#article-home-page .home-article img:hover {
  border-color: #C1FF72;
}

.articles:has(article:hover) article:not(:hover) {
  filter: blur(1px);
}

.home-article:hover {
  scale: 1.06;
}

/* Error message */
.error {
  padding: 4px 10px;
  border-radius: 24px;
  color: #ff005c;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 5px 0;
}
.error img {
  width: 17px;
  height: 17px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title a {
  color: #eaeaea;
}

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  background-color: #1a1a1a;
  margin: 20px 0;
  border-radius: 5px;
}
.header a {
  border-radius: 10px;
  color: #eaeaea;
  text-decoration: none;
  padding: 10px 15px;
  transition: background-color 0.3s;
}
.header a:hover {
  background-color: #343434;
}
.header .selected {
  background-color: #121212;
}

.options {
  display: flex;
  justify-content: space-between;
}
.options * {
  width: 38px;
}
.options #search {
  width: calc(100% - 140px);
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
}
.options #search:focus {
  border-color: #66afe9;
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}
.options .sort {
  position: relative;
}

.sort-popout {
  position: relative;
  display: flex;
  flex: 2 2 50%;
}
.sort-popout .sorting-options {
  color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  width: 120px;
  border: #1a1a1a solid 1px;
  padding: 10px;
  border-radius: 5px;
  z-index: 2;
  transition: all 0.1s ease-in-out;
  scale: 0;
}
.sort-popout .popout {
  scale: 1;
}
.sort-popout .close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 3;
}
.sort-popout .close * {
  width: 20px;
}
.sort-popout .test­ {
  display: block;
}

.admin-panel {
  min-height: calc(100vh - 100px);
  font-family: "Lexend", sans-serif;
  background-color: #212121;
  color: #eaeaea;
  margin: 0;
  padding: 20px;
}
@media (min-width: 1200px) {
  .admin-panel {
    padding: 0px 10%;
  }
}
.admin-panel section {
  margin-bottom: 30px;
  display: none;
}
.admin-panel section:first-of-type {
  display: block;
}
.admin-panel section .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 35px);
  border-radius: 5px;
  margin-bottom: 20px;
}
.admin-panel section .top-bar a {
  color: #44fff9;
}
.admin-panel section .content-container {
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 240px);
  justify-items: center;
  background-color: #2c2c2c;
  width: calc(100% - 40px);
  justify-content: space-around;
  gap: 80px 20px;
}
.admin-panel section h2 {
  color: #eaeaea;
  font-size: 24px;
  margin: 10px;
}
.admin-panel section .content {
  width: 220px;
  background-color: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-bottom: 15px;
  height: 200px;
  position: relative;
  text-wrap: wrap;
}
.admin-panel section .content p {
  margin: 5px 0;
  word-break: break-all;
}
.admin-panel section .content span.id {
  color: #C80E76;
  font-size: 24px;
  position: absolute;
  left: calc(100% - 30px);
  background-color: #1a1a1a;
}
.admin-panel section .content a {
  color: #44fff9;
  text-decoration: none;
}
.admin-panel section .content a:hover {
  text-decoration: underline;
}
.admin-panel section .content form {
  margin: 0;
}
.admin-panel section .content .buttons {
  padding: 4px 0px;
  position: absolute;
  left: 0;
  top: 90%;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  background-color: #44fff9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.admin-panel section .content .buttons button,
.admin-panel section .content .buttons .edit-btn {
  display: flex;
  background-color: #44fff9;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.admin-panel section .content .buttons button img,
.admin-panel section .content .buttons .edit-btn img {
  width: 24px;
  height: 24px;
  margin: 0;
}
.admin-panel section .content .buttons button:hover,
.admin-panel section .content .buttons .edit-btn:hover {
  background-color: #ddfffe;
}
.admin-panel section .content .buttons a {
  height: -moz-fit-content;
  height: fit-content;
}
.admin-panel section .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.admin-panel section .list .content {
  width: 100%;
  height: 120px;
}
.admin-panel section .list .content .buttons {
  padding: 0;
  width: 100px;
  top: auto;
  bottom: 10px;
  border-radius: 8px;
  left: auto;
  right: 10px;
}
.admin-panel section .list .content .buttons button,
.admin-panel section .list .content .buttons .edit-btn {
  width: 100%;
  border-radius: 5px;
}

.alert {
  width: 190px;
  background-color: #f3f3f3;
  color: black;
  position: fixed;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 70px;
  padding: 20px;
  padding-right: 30px;
  border-radius: 25px;
  left: 0;
  bottom: 6px;
  animation: 0.5s ease-out slideInFromLeft forwards;
  animation-delay: 0.3s;
  transform: translateX(calc(-100% - 4px));
  font-size: 20px;
  z-index: 5;
}
.alert img {
  width: 20px;
  position: absolute;
  right: 10px;
}

.alert-success {
  background-color: #c3ff77;
  box-shadow: #e5ffc4 4px 4px;
}

.alert-danger {
  background-color: #f679bf;
  box-shadow: #fbc1e1 4px 4px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Create */
#user-admin-manage {
  display: flex;
  justify-content: center;
}
#user-admin-manage .user-admin-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10rem 0 35px;
  width: calc(100% - 35px);
  max-width: 320px;
  border: 1px solid #2b4746;
  border-radius: 10px;
  padding-bottom: 20px;
  background: rgba(89, 89, 89, 0.14);
  box-shadow: 0 8px 32px 0 rgba(68, 255, 249, 0.2705882353);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (min-width: 1200px) {
  #user-admin-manage .user-admin-form-container {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  #user-admin-manage .user-admin-form-container {
    margin-top: 7rem;
  }
}
#user-admin-manage .user-admin-form-container h2 {
  color: white;
  font-size: 28px;
}
@media (min-width: 1200px) {
  #user-admin-manage .user-admin-form-container h2 {
    font-size: 34px;
    font-size: 48px;
  }
}
#user-admin-manage .user-admin-form-container form {
  display: flex;
  flex-direction: column;
}
#user-admin-manage .user-admin-form-container form div {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
#user-admin-manage .user-admin-form-container form div:first-of-type {
  margin-top: 0;
}
#user-admin-manage .user-admin-form-container form div label {
  color: #44FFF9;
  font-size: 24px;
}
@media (min-width: 1200px) {
  #user-admin-manage .user-admin-form-container form div label {
    font-size: 30px;
    font-size: 40px;
  }
}
#user-admin-manage .user-admin-form-container form div input {
  border-radius: 25px;
  color: black;
  padding: 4px 10px;
}
@media (min-width: 1200px) {
  #user-admin-manage .user-admin-form-container form div input {
    height: 16px;
  }
}
#user-admin-manage .user-admin-form-container form div select {
  width: 100px;
  border-radius: 25px;
  padding: 5px 10px;
}
#user-admin-manage .user-admin-form-container form div button {
  margin-top: 30px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #user-admin-manage .user-admin-form-container form div button {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #user-admin-manage .user-admin-form-container form div button {
    font-size: 34px;
  }
}

.counter {
  display: none;
}

@media (min-width: 768px) {
  .counter {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), black);
    width: 100%;
    padding-top: 40px;
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    font-family: "Kablammo", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "MORF" 40;
    display: flex;
    flex-direction: row;
  }
  .counter .seconds {
    color: #C80E76;
  }
  .counter .minutes {
    color: #C1FF72;
  }
  .counter .hours {
    color: #44FFF9;
  }
  .counter .days {
    color: #8C52FF;
  }
  .counter .separator-day {
    color: #8C52FF;
    font-size: 40px;
  }
  .counter .separator-hour {
    color: #44FFF9;
    font-size: 40px;
  }
  .counter .separator-minute {
    color: #C1FF72;
    font-size: 40px;
  }
  .counter .number {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .counter .number .num-track {
    position: relative;
    bottom: 16px;
    transition: translate 1500ms cubic-bezier(0.1, 0.67, 0, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: vars 6s ease-in-out infinite alternate;
  }
  @keyframes vars {
    0% {
      font-variation-settings: "MORF" 0;
    }
    50% {
      font-variation-settings: "MORF" 30;
    }
    100% {
      font-variation-settings: "MORF" 60;
    }
  }
}
.void {
  background-color: rgb(0, 0, 0);
  color: white;
  position: relative;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
  /* https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites */
}
.void h1 {
  font-family: "Martian Mono", monospace;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  animation: glitch 2000ms infinite;
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  5% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  10% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  18% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  19% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  20% {
    text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}

.void::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  z-index: -1;
  background: url("/medias/void.jpeg");
  background-position: center;
  background-size: 50%;
  animation: rotate 300s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */