/* Gatherist */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  height: 100%;
  background-color: #FEF2EE;
}

body, header, main section, section div, footer {
  max-width: 100%;
}

header nav, main section, section div, footer {
  max-width: 100%;
}
@media (min-width: 480px) {
  header nav, main section, section div, footer {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  header nav, main section, section div, footer {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  header nav, main section, section div, footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  header nav, main section, section div, footer {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  padding: 1.5rem;
  background-color: #FEF2EE;
  border-bottom: 1px solid #dee2e6;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
}
@media (min-width: 768px) {
  header nav {
    justify-content: space-between;
  }
}

footer {
  text-align: center;
  font-size: 0.875rem;
  padding-block: 1.5rem;
}
@media (min-width: 768px) {
  footer {
    font-size: 1rem;
  }
}

main section:first-of-type {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
  background-image: url("../img/hero-bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom -10px right 0;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  main section:first-of-type {
    background-size: auto;
  }
}
@media (min-width: 1440px) {
  main section:first-of-type {
    background-size: contain;
    background-position: bottom;
  }
}

main section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0rem;
  max-width: 100%;
}

main section:nth-of-type(2), footer {
  background: linear-gradient(90deg, rgb(248, 242, 234) 0%, rgb(254, 251, 246) 50%, rgb(248, 242, 234) 100%);
  margin: 0 auto;
  padding: 2rem 0rem;
}

main section .section-content {
  padding: 5rem 0;
}
main section .section-content h2 {
  text-align: center;
  margin: 0 0 4rem;
}

.features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .features-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.feature .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.feature .icon img {
  width: 26px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.feature .turf {
  background-color: #E6F6F1;
  box-shadow: 0 8px 16px 0px lightgray;
}
.feature .trust {
  background-color: #E8ECFC;
  box-shadow: 0 8px 16px 0px lightgray;
}
.feature .listing {
  background-color: #FFF7E6;
  box-shadow: 0 8px 16px 0px lightgray;
}
.feature .rewards {
  background-color: #FEEEF2;
  box-shadow: 0 8px 16px 0px lightgray;
}
.feature .content h3 {
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.callout-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #FBC9A2;
  background: linear-gradient(135deg, #fffbe9 0%, #ffe6f1 100%);
  border-radius: 1rem;
}
.callout-content div {
  margin: 2rem 4rem;
}
@media (min-width: 1024px) {
  .callout-content div {
    margin: 2rem 3rem;
  }
}
.callout-content div:first-of-type {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

div.callout-illustration {
  display: none;
}
@media (min-width: 1024px) {
  div.callout-illustration {
    display: block;
  }
}

nav picture img {
  height: 50px;
}

main picture {
  display: block;
  margin: 4rem auto 0;
  max-width: 100%;
  height: auto;
}

main img {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  main img {
    max-width: 100%;
  }
}

picture.cta {
  margin: 0 auto;
  max-width: 290px;
}
picture.cta img {
  border-radius: 1.5rem;
}

nav a.button {
  display: none;
}
@media (min-width: 768px) {
  nav a.button {
    display: block;
  }
}

nav a.button,
a.button {
  background-color: #5C4DFF;
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
nav a.button:hover,
a.button:hover {
  background-color: #0C2A47;
  transform: scale(1.05);
}
nav a.button:active,
a.button:active {
  transform: scale(0.95);
}

nav a.button, div a.button {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  color: #0C2A47;
  line-height: 1.2;
  font-weight: 600;
  font-size: 2rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #707070;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 4rem;
    max-width: 850px;
  }
}

strong {
  font-weight: bolder;
}

h1 + p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  h1 + p {
    font-size: 1.2rem;
    max-width: 850px;
  }
}

h2 {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */