@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Piazzolla:ital,opsz,wght@0,8..30,100..900;1,8..30,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
.main-font-3 {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main-font-1 {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main-font-2 {
  font-family: "Piazzolla", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  font-family: "Sofia Sans", sans-serif;
}

.messages .error {
  font-weight: 500;
  color: red;
}
.messages .success {
  font-weight: 500;
  color: rgb(155, 231, 41);
}

main {
  min-height: 64vh;
}

.bg-main-1 {
  background-color: #1b3930 !important;
}

.bg-main-1-90 {
  background-color: rgba(27, 57, 48, 0.9607843137) !important;
}

.bg-main-1-hover:hover {
  background-color: #225345 !important;
}

.bg-pop-1 {
  background-color: #9aad14 !important;
}

.bg-pop-1:hover {
  background-color: #adc01e !important;
}

.text-pop-1 {
  color: #9aad14;
}

.text-pop-1-onhover:hover {
  color: #9aad14;
}

.text-main-1 {
  color: #fffdfb;
}

.text-main-2 {
  color: #1b3930;
}

.bg-main-2 {
  background-color: #5d692a;
}

.bg-main-3 {
  background-color: #a6ab4f;
}

.nameUnderlineAnimation::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  left: 0;
  bottom: -2px;
  background-color: rgb(255, 255, 255);
  transition: 300ms;
}

.nameUnderlineAnimation:hover::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: rgb(255, 255, 255);
}

#player * {
  width: 100% !important;
  left: 0px !important;
}
#player * video {
  width: 100% !important;
  left: 0px !important;
}

.swal2-confirm {
  background-color: #9aad14 !important;
}

.textItem {
  text-shadow: 0px 3px 0px #b2a98f, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1) !important;
}

.textItem {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15) !important;
}

main {
  min-height: 80vh;
}

.hoverMenuLinks {
  color: #fff;
}
.hoverMenuLinks .icon {
  transform: translateX(-5px);
  transition: all 300ms ease;
}
.hoverMenuLinks:hover {
  color: #9aad14 !important;
}
.hoverMenuLinks:hover .icon {
  transform: translateX(2px) !important;
}

.hoverMenuLinks2 {
  color: #fff;
}
.hoverMenuLinks2 .icon {
  transform: translateX(-5px);
  transition: all 300ms ease;
}
.hoverMenuLinks2:hover {
  cursor: pointer;
  color: #fff !important;
}
@media (min-width: 800px) {
  .containerImage {
    align-items: unset !important;
  }
}

.slick-slide {
  margin: 0 10px; /* Adjust this value as needed */
}

/* Override Slick's inline width */
.slick-list .slick-slide {
  width: auto !important;
}/*# sourceMappingURL=index.css.map */