.our-rooms-wrapper {
  padding: 4% 15% 0 15%;
  box-sizing: border-box;
  text-align: center;

  /* background-image: url("media/blue-bear-background.png");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten; */
}
.our-rooms-wrapper h1 {
  color: var(--logoBlue);
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}

.our-rooms-wrapper .facilities {
  margin-bottom: 50px;
}

.our-rooms-wrapper p span {
  display: block;
  margin-bottom: 20px;
}

.room-btns-wrapper {
  display: flex;
  margin: 70px auto;
  width: 85%;
}

.room-btn {
  flex: 1 1 33%;
  gap: 20px;
  display: flex;
  justify-content: center;
}

.room-btn a {
  font-size: 1.2rem;
  background-color: var(--logoBlue);
}
.room-btn a :hover {
  font-size: 1.2rem;
  background-color: var(--logoRed);
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}
.room-img {
  position: absolute;
}

.room-img-v {
  width: 100%;
}

.room-img-h {
  height: 100%;
}

.text-wrapper {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 50px 50px 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-wrapper {
  flex-basis: 50%;
  aspect-ratio: 1/1;
}

.text-wrapper h1 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.text-wrapper h2 {
  color: var(--logoRed);
  margin-bottom: 20px;
}

#piglets {
  background-color: var(--heroBackground);
  padding: 20px 0;
}
.piglets-wrapper {
  display: flex;
}

.piglets-text-wrapper {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 50px 50px 20px 50px;
}
.piglets-text-wrapper h1 {
  color: var(--logoBlue);
  font-size: 3rem;
}

.piglets-text-wrapper p {
  margin-bottom: 20px;
}

.piglets-img-wrapper {
  flex-basis: 50%;
  background-color: lightgray;
  background-image: url(media/rooms/piglets.png);
  background-size: cover;
}

.baby-care-wrapper {
  display: flex;
}

.baby-care-text-wrapper {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 50px 100px 30px 50px;

  /* background-image: url("media/baby-bear-background.png");
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: lighten;
    aspect-ratio: 1/1; */
  background-color: transparent !important;
}

.baby-care-img-wrapper {
  flex-basis: 50%;
  background-image: url(media/rooms/baby-care.png);
  background-size: cover;
}

.baby-care-text-wrapper h1 {
  font-size: 3rem;
  color: var(--logoBlue);
}

.explorers-wrapper {
  display: flex;
}

#explorers {
  padding: 20px 0;
  background-color: var(--backgroundBlue);
}

.explorers-section .text-wrapper h1 {
  color: #fff;
  padding-top: 40px;
}

.explorers-section .text-wrapper p {
  color: #fff;
}

.explorers-img-wrapper {
  background-image: url(media/rooms/explorers.png);
  background-size: cover;
  background-position: center;
}

.explorers-Gallery {
  padding: 30px 0;
  display: flex;
  column-gap: 15px;
  justify-content: center;
}

.Gallery-img {
  height: 210px;
  flex-basis: calc(33.3333% - 15px);
}
@media (min-width: 2000px) {
  .Gallery-img {
    height: 350px;
  }
}

.Gallery-img-1 {
  background-image: url(media/rooms/explorers-mini-1.png);
  background-size: cover;
}
.Gallery-img-2 {
  background-image: url(media/rooms/explorers-mini-2.png);
  background-size: cover;
}
.Gallery-img-3 {
  background-image: url(media/rooms/explorers-mini-3.png);
  background-size: cover;
}

.noahs-ark-section {
  padding-top: 50px;
  text-align: center;
  background-color: var(--heroBackground);
}

.noahs-ark-section h1 {
  color: var(--logoBlue);
  font-size: 3rem;
  margin-bottom: 15px;
}

.noahs-ark-section h2 {
  color: var(--logoRed);
  margin-bottom: 20px;
  font-size: 2rem;
}

.noahs-ark-section p {
  width: 75%;
  margin: 0 auto;
}

.noahs-Gallery-wrapper {
  margin-top: 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.noahs-Gallery-img {
  flex-basis: calc(33.3333% - 15px);
  aspect-ratio: 16/11;
  background-color: aqua;
}

.noahs-img-1 {
  background-image: url(media/rooms/noahs-mini-1.png);
  background-size: cover;
}
.noahs-img-2 {
  background-image: url(media/rooms/noahs-mini-2.png);
  background-size: cover;
}
.noahs-img-3 {
  background-image: url(media/rooms/noahs-mini-3.png);
  background-size: cover;
}
.noahs-img-4 {
  background-image: url(media/rooms/noahs-mini-4.png);
  background-size: cover;
}
.noahs-img-5 {
  background-image: url(media/rooms/noahs-mini-5.png);
  background-size: cover;
}
.noahs-img-6 {
  background-image: url(media/rooms/noahs-mini-6.png);
  background-size: cover;
}

.events {
  width: 80%;

  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 30px auto;
  justify-content: center;
}

.event-card {
  flex-basis: calc(25% - 15px);
  text-align: center;
}

.event-card img {
  width: 30%;
}

.event-card h3 {
  margin: 20px auto 0 auto;
  color: var(--logoBlue);
  text-align: center;
}

.pre-school-section {
  padding: 20px 0;
  background-color: var(--heroBackground);
}

.pre-school {
  display: flex;
}

.pre-school-text-wrapper {
  padding: 100px 40px;
}

.pre-school-text-wrapper h1 {
  font-family: 3rem;
  color: var(--logoBlue);
}

.pre-school-img-wrapper {
  flex-basis: 50%;
  background-image: url(media/rooms/preschool.png);
  background-size: cover;
}

@media (max-width: 800px) {
  .our-rooms-wrapper {
    padding: 4% 50px 0 50px;
  }
  .room-btns-wrapper {
    display: block;
    width: 100%;
  }

  .room-btn a {
    display: block;
    width: 100%;
  }

  .custom-btn {
    display: block;
    text-align: center;
  }

  .piglets-wrapper {
    flex-direction: column;
  }

  .img-wrapper {
    overflow: visible;
    min-height: 300px;
  }

  .baby-care-wrapper {
    flex-direction: column-reverse;
  }

  .baby-care-text-wrapper {
    padding-right: 50px;
  }

  .explorers-wrapper {
    display: block;
  }

  .explorers-Gallery {
    padding: 10px;
    gap: 5px;
  }
  .Gallery-img {
    height: 100px;
    flex-basis: calc(33.3333% - 5px);
  }

  .noahs-Gallery-img {
    flex-basis: calc(50% - 15px);
  }

  .event-card {
    flex-basis: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .pre-school {
    display: block;
  }

  .pre-school-text-wrapper {
    padding: 50px 50px 20px 50px;
  }
}
