body {
  background-image: url(../images/background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

section {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 5% 88px;
  background: url(images/Environment_MayanTomb.webp) no-repeat center/cover fixed;
  gap: 16px;
  overflow-x: hidden;
}
section h1, section h2 {
  background: var(--bs-title-color);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
}
section h3 {
  color: var(--bs-custom-one);
  font-weight: bolder;
}
section a {
  color: var(--bs-custom-five);
  font-weight: bolder;
  font-size: 2rem;
  -webkit-text-stroke: 0.5px var(--bs-custom-one);
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  section a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) and (min-height: 800px) {
  section a {
    font-size: calc(1.25rem + 1vh);
  }
}
section p {
  margin-bottom: 0;
}
section ol, section ul {
  color: var(--bs-white);
}
section .title-wd {
  color: var(--bs-white);
  font-size: calc(1rem + 0.5vw);
}
section .border-wd-box {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, var(--bs-custom-six) 0%, var(--bs-custom-four) 100%);
  border: 4px solid var(--bs-border-solid);
  border-radius: 1vw;
  box-shadow: 0 0 2px 2px var(--bs-custom-five), 0 0 2px 2px var(--bs-custom-three) inset;
  padding: 1.5%;
}
@media screen and (max-width: 755px) {
  section .border-wd-box {
    padding: 5%;
  }
}
section .border-wd-box h2 {
  background: linear-gradient(to top, #772006, #fbb81d, #ff7d01);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
}
section .border-wd-box p {
  color: var(--bs-white);
  font-size: calc(1rem + 0.25vw);
}
section .fishing-msg-1 {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 755px) {
  section .fishing-msg-1 {
    flex-direction: column;
  }
}
section .fishing-msg-1 img {
  width: 25%;
}
@media screen and (max-width: 755px) {
  section .img-fishing-1 {
    margin-bottom: -15vw;
  }
}
section .grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 755px) {
  section .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
section .grid-1 img {
  width: 30%;
}
@media screen and (max-width: 755px) {
  section .grid-1 img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
section .slot-img-1 {
  margin: -4vw 0 -27vw;
}
@media screen and (max-width: 755px) {
  section .slot-img-1 {
    margin: -15vw 0 -55vw;
  }
}
section .slot-ol li {
  color: var(--bs-white);
  font-size: calc(1rem + 0.25vw);
}
section .slot-img-2 {
  width: 25%;
  margin-bottom: -1.5%;
}
@media screen and (max-width: 755px) {
  section .slot-img-2 {
    display: none;
  }
}
section .sport-img-2 {
  position: absolute;
  bottom: -10vw;
  right: -10vw;
  width: 30%;
  z-index: 1;
}

.back-btn {
  position: fixed;
  top: 8px;
  left: 2.5%;
  background: transparent;
  border: none;
}/*# sourceMappingURL=other.css.map */