body, html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.map {
  position: absolute;
  z-index: -1;
  left: 15vw;
}

.logo {
  position: absolute;
  padding: 20px;
  z-index: 100000000;
}

.mainContainerFullHeight {
  width: 90vw;
  margin: 0 auto;
  min-height: 100vh;
}
.mainContainerFullHeight .flex {
  margin-top: 30vh;
  justify-content: space-evenly;
  align-items: center;
}

.mainText {
  display: flex;
  position: relative;
  top: 30vh;
  left: 6vw;
  width: 35vw;
  flex-direction: column;
  align-items: center;
}
.mainText .search, .mainText .location {
  display: block;
  border: #4D61FC 1px solid;
  box-shadow: inset 0 0 3px #4D61FC;
  width: 300px;
  height: 60px;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
}
.mainText .search, .mainText .search::after {
  border: none;
  background-color: #072AC8;
  color: white;
  transition: background-color 600ms ease, color 200ms ease;
}
.mainText h3 {
  margin: 0 !important;
}
.mainText .search:hover {
  border: #072AC8 1px solid;
  background-color: white;
  color: #072AC8;
  transition: background-color 600ms ease, color 200ms ease;
}
.text {
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.text .search, .text .location {
  width: 300px;
  height: 60px;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
}
.text .search {
  border: none;
  background-color: #072AC8;
  color: white;
  transition: background-color 600ms ease, color 200ms ease;
}
.text .search h3 {
  margin: 0;
}
.text .search:hover {
  border: #072AC8 1px solid;
  background-color: white;
  color: #072AC8;
  transition: background-color 600ms ease, color 200ms ease;
}
.cards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
}
.cards .cardText {
  margin: 25px;
}
.cards h1 {
  font-size: 3.3rem;
  width: 80%;
  color: white;
}
.cards .search {
  width: 400px;
  height: 60px;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
}
.cards .search {
  border: none;
  background-color: #072AC8;
  color: white;
  transition: background-color 600ms ease, color 200ms ease;
}
.cards .search h3 {
  margin: 0;
}
.cards .search:hover {
  border: #072AC8 1px solid;
  background-color: white;
  color: #072AC8;
  transition: background-color 600ms ease, color 200ms ease;
}
.cards .halfCard {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  min-height: 100%;
  flex: 45%;
}
.cards .fullCard {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 100%;
  flex: 100%;
}
.cards .fullCard h1 {
  width: 90%;
}
.cards .card1 {
  background: url("../images/halfCard1.png") no-repeat;
}
.cards .card2 {
  background: url("../images/halfCard2.png") no-repeat;
}
.cards .card3 {
  background: url("../images/fullCard.png") no-repeat;
}

.form {
  display: none;
  overflow-x: auto;
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  margin: 0;
}
.form .amountFound {
  display: none;
}
.form .emailInput {
  display: none;
  border: black 1px solid;
  box-shadow: inset 0 0 3px black;
  width: 300px;
  height: 40px;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 auto;
  margin-top: 100px;
}
.form .nextButton {
  width: 150px;
  background-color: #072AC8;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 50px;
  user-select: none;
  margin-top: 50px;
}
.form .daySelector {
  display: none;
  text-align: center;
  border: none;
  font-size: 2em;
  background-color: transparent;
  appearance: none;
  width: 80px;
  border-bottom: black 1px solid;
  margin: 0 auto;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .chosenActivities {
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 300px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 auto;
  margin-top: 50px;
}
.form .chosenActivities .chosenActivity {
  flex-grow: 1;
  padding: 10px;
  text-transform: capitalize;
  font-weight: bold;
  background-color: #072AC8;
  color: white;
  margin: 3px;
}
.form .formContainer {
  width: 50vw;
  margin: 0 auto;
  margin-top: 150px;
}
.form .formContainer .form-text {
  text-align: center;
}
.form .formContainer .form-text .typeSearch {
  text-transform: capitalize;
  margin-bottom: 50px;
  display: block;
  box-shadow: inset 0 0 3px #4D61FC;
  width: 300px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  background-color: #f5f6fa;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.form .formContainer .form-text .typeSearch .activityName {
  user-select: none;
}
.form .formContainer .form-text .typeSearch .activityName:hover {
  cursor: pointer;
}
.form .formContainer .activitySearch {
  text-transform: capitalize;
  display: block;
  border: #4D61FC 1px solid;
  box-shadow: inset 0 0 3px #4D61FC;
  width: 300px;
  height: 40px;
  border-radius: 50px;
  margin: 5px;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 auto;
}
.form .blueText {
  color: #072AC8;
  text-transform: capitalize;
}

.formQuestion {
  font-size: 2.4em;
}

@media screen and (max-width: 600px) {
  .formContainer {
    width: 80vw !important;
  }

  .logo {
    left: 33%;
    padding: 0;
    padding-top: 10px;
  }

  .mainText {
    width: 90%;
    text-align: center;
  }

  .map {
    display: none;
  }

  .locationFlex {
    flex-direction: column;
    margin-bottom: 90px;
  }

  .text {
    width: 90%;
  }

  .cards {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .cards h1 {
    font-size: 2.8rem;
    width: 100%;
  }
  .cards .search {
    width: 80%;
  }
  .cards .halfCard {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
