.loader {
  position: fixed;
  width: 100%;
  color: white;
  background: url("./assets/images/bg/16242609_3195.jpg");
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  z-index: 9999;
}

.button {
  min-width: 5rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1rem;
}
.button--solid--primary {
  color: white;
  border: none !important;
  background-color: #e40724;
}
.button--solid--primary:hover {
  color: #e0fbfc;
  background-color: #e40724 !important;
  transition: all 0.5s ease-in-out;
  transform: translateY(-10px);
}
.button--solid--secondary {
  color: black;
  font-weight: 700;
  border: 0.1rem solid black;
  background-color: #f0fc49;
}
.button--solid--secondary:hover {
  color: #f0fc49;
  background-color: #e40724 !important;
  transition: all 0.5s ease-in-out;
  transform: translateY(-10px);
}
.button--outlined--primary {
  color: #e40724 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0.1rem solid #e40724;
}
.button--outlined--secondary {
  color: #f0fc49 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0.1rem solid #f0fc49;
}

.header {
  min-height: 92vh;
  height: 100%;
  position: relative;
  background: url("../assets/images/bg/header1.2.png");
  background-color: #e40724;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  color: white !important;
}
.header h1 {
  text-transform: uppercase;
}
.header a {
  color: white;
}
.header a:hover {
  transition: all 0.3s ease-in-out;
  color: grey;
  transform: translateY(0.5rem);
}

.man-dog-img {
  display: none;
}

.img-thumbnail {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-container {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.img-container--logo-big {
  width: 600px;
}
.img-container--logo-small {
  width: 250px;
}
.img-container--logo-nav {
  width: 150px;
}
.img-container--header-invite {
  width: 55% !important;
}
.img-container--header-merch {
  width: 45% !important;
}
.img-container--header-small {
  width: 30% !important;
}
.img-container--header-xsmall {
  width: 20% !important;
}

.modal-body {
  overflow: hidden;
}

.sections__gallery-products {
  height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.sections__gallery-products img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.sections__label {
  background: linear(#e40724, #f0fc49), url("../assets/images/header1.jpeg");
  filter: grayscale(1);
  color: white;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7), 0px 8px 13px rgba(0, 0, 0, 0.4), 0px 18px 23px rgba(0, 0, 0, 0.4);
}

.brands-carousel img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}

.days-carousel img {
  -o-object-fit: contain;
     object-fit: contain;
}

.review-card__image {
  width: 150px;
  -webkit-clip-path: circle();
          clip-path: circle();
}

.arrow-down-btn {
  color: black;
  animation: bounce 1s infinite;
  transition: all ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes colorChange {
  0% {
    color: #e40724;
  }
  25% {
    color: #f0fc49;
  }
  50% {
    color: black;
  }
  100% {
    color: #e40724;
  }
}
@media screen and (max-width: 993px) {
  .header {
    background: url("../assets/images/bg/header2.png");
  }
  .img-container--header-invite {
    width: 90% !important;
  }
  .img-container--header-merch {
    width: 85% !important;
  }
}
@media screen and (max-width: 500px) {
  .days-carousel img {
    aspect-ratio: 5/3;
  }
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.owl-prev,
.owl-next {
  color: #f0fc49 !important;
  background-color: #e40724 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}/*# sourceMappingURL=index.css.map */