@import url("https://fonts.googleapis.com/css2?family=Lato&family=Pacifico&display=swap");
html {
  font-size: 125%;
}

h1, h2, h3, h4, h5, .logo, button {
  font-family: "Pacifico", cursive;
  font-weight: lighter;
  margin: 0;
}

a, p {
  font-family: "Lato", sans-serif;
  margin: 0;
}

h1 {
  color: #1A315C;
  font-size: 2.75rem;
  line-height: 3.25rem;
  max-width: 28rem;
  margin-top: 2.5rem;
}

h2 {
  color: #1A315C;
  font-size: 2rem;
  letter-spacing: 0.25rem;
}

h3 {
  font-size: 1.85rem;
  line-height: 58px;
  letter-spacing: 2.5px;
}

.logo {
  font-size: 1.35rem;
  letter-spacing: 0.2rem;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #1E1713;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover, a:focus {
  -webkit-text-decoration: solid underline #0CADC0 2px;
          text-decoration: solid underline #0CADC0 2px;
}

button {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #1A315C;
  margin: 0;
  border: none;
  width: 30%;
}

.upcomingSection i {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center;
  border: solid 0.75rem #0CADC0;
  border-radius: 3rem;
  background-color: #0CADC0;
}

p {
  font-size: 0.88rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

.upcomingSection p {
  margin-left: 3rem;
}

.readMoreSection p {
  margin-bottom: 0;
}

.readMoreContainer button {
  color: #1E1713;
  background-color: #CCEDFB;
}

.searchSection button {
  width: 20%;
  margin-top: 2rem;
}

header {
  background-image: url(../../../assets/header-home.jpg);
  height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 1rem;
}

.navMenu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navMenu li {
  margin-left: 0.3rem;
}

.navMenu a {
  padding: 0.5rem;
}

.burgerMenu {
  position: absolute;
  right: 1.5rem;
  display: none;
}

figure {
  max-width: 700px;
  width: 60%;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: -32%;
}

footer {
  background: #161515;
  padding: 0.5rem 0;
}

footer p {
  color: #FFFFFF;
  text-align: center;
}

.wrapper {
  max-width: 1250px;
  width: 80%;
  margin: 0 auto;
}

img {
  width: 100%;
}

.learnSection {
  height: 75vh;
  background: #CCEDFB;
}

.learnFlexContainer {
  display: flex;
  justify-content: space-between;
  padding-top: 15%;
}

.learnTextFlex {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.learnImgContainer {
  width: 25%;
}

.learnImg {
  width: 275px;
}

.learnImg img {
  box-shadow: #0CADC0 -20px 20px;
}

.gallery {
  background-color: #1A315C;
  padding: 4rem 0;
}

.galleryFlex {
  display: flex;
  justify-content: space-around;
}

.galleryFlex li {
  width: calc((100% / 3) - 1rem);
}

.galleryFlex li:nth-child(2) {
  margin: 0 0.5rem;
}

.upcomingSection {
  background-color: #CCEDFB;
  padding: 4rem 0;
}

.upcomingFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upcomingFlex li {
  width: 50%;
}

.readMoreSection {
  background-color: #113d4f;
  padding: 2rem 0;
}

.readMoreContainer {
  color: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  grid-template-rows: repeat(2, 1fr);
}

.discoverTxt, .locationTxt {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discoverTxt {
  text-align: right;
  align-items: left;
  margin-top: 3rem;
  margin-bottom: 1rem;
  margin-left: auto;
}

.pinkImg, .handsImg {
  width: 43vw;
  position: relative;
}

.pinkImg img {
  width: 100%;
  box-shadow: #0CADC0 20px 20px;
  position: absolute;
  left: 0;
  top: -3rem;
}

.handsImg img {
  width: 100%;
  box-shadow: #0CADC0 -20px 20px;
  position: absolute;
  right: -1.6rem;
}

.ropeBackgroundImg {
  height: 50vh;
  background: url(../../../assets/banner.jpg);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.searchSection {
  background: #CCEDFB;
  padding: 4rem 0;
}

.searchSection div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  figure {
    display: none;
  }

  h1 {
    margin-top: 8rem;
  }

  .learnSection {
    height: auto;
  }

  .learnFlexContainer {
    padding: 4rem 0;
  }
}
@media (max-width: 1115px) {
  h1 {
    text-align: center;
    margin: 8rem auto 0 auto;
  }

  .learnFlexContainer {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
    padding: 5rem 0;
  }

  .learnImg img {
    box-shadow: #0CADC0 -20px 20px, #0CADC0 20px -20px;
  }

  .learnTextFlex {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-top: 5rem;
  }

  .upcomingFlex li {
    width: 100%;
    margin: 1rem 0;
  }

  .readMoreSection {
    height: auto;
    padding: 2rem 0;
  }

  .readMoreContainer {
    display: flex;
    flex-direction: column;
    -moz-column-gap: normal;
         column-gap: normal;
  }

  .discoverTxt, .locationTxt {
    text-align: center;
    align-items: center;
    margin: 4rem auto;
  }

  .discoverTxt button, .locationTxt button {
    margin-top: 1rem;
  }

  .pinkImg, .handsImg {
    width: 70%;
    margin: 2rem auto;
  }

  .pinkImg img, .handsImg img {
    position: static;
    box-shadow: none;
  }

  .searchSection div {
    text-align: center;
  }

  .searchSection div button {
    width: auto;
    padding: 0 0.5rem;
  }
}
@media (max-width: 690px) {
  header {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .navMenu {
    display: none;
  }

  .burgerMenu {
    font-size: 1.25rem;
    display: inline-block;
    padding-top: 0.75rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p, button {
    font-size: 0.9rem;
  }

  .learnTextFlex {
    padding-top: 2.5rem;
  }

  .galleryFlex {
    flex-direction: column;
  }

  .galleryFlex li {
    width: 100%;
  }

  .galleryFlex li:nth-child(2) {
    margin: 1rem 0;
  }

  .discoverTxt, .locationTxt {
    text-align: center;
    align-items: center;
    margin: 1.5rem auto;
  }
}/*# sourceMappingURL=style.css.map */