@import url('https://fonts.googleapis.com/css2?family=Londrina+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
  font-family: 'IntroRust';
  src: url('intro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IntroRust';
    font-weight: 100;

}

body {
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

#hero {
    min-height: 100svh;
    display: grid;
    place-items: center;
    background-size: contain;
    background-position: center;
    background-image: url('Images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

#hero h1 {
    font-family: 'IntroRust';
    margin: 0;
    font-size: clamp(3rem, 10vw, 8rem);
    color: white;
    font-weight: 100;
}

#hero div {
    width: min(60rem, 90vw);
    padding: 0;
    text-align: center;
}

#hero a {
    text-decoration: none;
    font-family: 'IntroRust';
    color: rgb(119, 10, 156);
    font-size: 1.2rem;
    background-color: #eeebdd;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    corner-shape: squircle;
    border: 2px inset rgb(119, 10, 156);
}


#intro {
    min-height: 100svh;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 10vh 5vw;
    background-image: url('Images/intro.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro h2 {
    font-size: clamp(3rem, 6vw, 4rem);
    margin: 0;
    font-family: 'IntroRust';
    text-align: center;
    color: whitesmoke;
    font-weight: 100;
}

#brief {
    width: min(60rem, 90vw);
    padding: 2rem;
    justify-self: center;
    transition: box-shadow 0.5s ease-in-out;
    background-color: #fff6cd;
    box-shadow: 10px 10px rgb(204, 204, 129);
    border: rgb(124, 124, 77) solid 2px;
}

#brief:hover {
    box-shadow: 5px 5px rgb(204, 204, 129);
}

#brief p {
    width: 100%;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgb(0, 42, 106);
    font-family: 'Manrope', sans-serif;
}

#intromain {
    width: min(60rem, 90vw);
    text-align: center;
    padding: 0;
}

.subtitle {
    width: 100%;
    margin: 1.5rem 0;
    color: whitesmoke;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

#ushipweship {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    color: rgb(0, 42, 106);
    font-family: 'Manrope';
    text-align: left;
}

#ushipweship div {
    min-width: 0;
    padding: 1.25rem;
    border: 2px solid rgb(67, 82, 105);
    border-radius: 25px;
    corner-shape: squircle;
}

#ushipweship h3 {
    font-family: 'IntroRust', sans-serif;
    font-size: 1.5rem;
    width: auto;
    margin-bottom: 0.75rem;
}

#ushipweship p {
    width: auto;
    font-size: 1rem;
}

@media (max-width: 600px) {
    #ushipweship {
        grid-template-columns: 1fr;
    }
}

.liquidglass {
    background: #fffefe20;
    background: hsl(0 0% 0% / var(--glass-frost, 0));
    -webkit-backdrop-filter: var(--filter-id,url(#glass-filter))saturate(var(--glass-saturation,1));
    backdrop-filter: var(--filter-id, url(#glass-filter)) saturate(var(--glass-saturation, 1));
    box-shadow: inset 0 0 2px 1px #ffffff59, inset 0 0 10px 4px #ffffff26, inset 0 4px 16px #11111a0d, inset 0 8px 24px #11111a0d, inset 0 6px 56px #11111a0d;
    box-shadow: inset 0 0 2px 1px lab(100% 0 0 / .35), inset 0 0 10px 4px lab(100% 0 0 / .15), inset 0 4px 16px lab(5.32203% 1.61424 -5.88284 / .0509804), inset 0 8px 24px lab(5.32203% 1.61424 -5.88284 / .0509804), inset 0 6px 56px lab(5.32203% 1.61424 -5.88284 / .0509804);
}

#shop {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('Images/shop.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#shop h2 {
    font-size: clamp(3rem, 6vw, 4rem);
    font-family: 'IntroRust';
    color: whitesmoke;
    font-weight: 100;
    padding-top: 10vh;
}

#shop p {
    font-family: 'Manrope', sans-serif;
    color: whitesmoke;
}

.rate {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    text-align: left;
    justify-content: center;
}

#carousel {
    height: 60vh;
    background-color:#fff6cd;
    width: 60vw;
    justify-items: center;
    border-radius: 25px;
    corner-shape: squircle;
    border: 2px inset #ced570;
}

#carousel p {
    color: rgb(0, 42, 106);
    padding-top: 20vh;
}

.currency {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    filter: drop-shadow(0 0 10px white);
}

#howitworks{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('Images/howitworks.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#howitworks h2 {
    font-size: clamp(3rem, 6vw, 4rem);
    font-family: 'IntroRust';
    color: whitesmoke;
    font-weight: 100;
    padding-top: 10vh;
    background: url('Images/bg.png') center/cover no-repeat;

    /* 2. Clip the background specifically to the text geometry */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. Make the actual text transparent so the background shows through */
    -webkit-text-fill-color: transparent;
    color: transparent
}

#howitworks p {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    padding-left: 5vw;
    padding-right: 5vw;
    color:  rgb(0, 42, 106);
}

#howitworks h2 {
    font-family: 'IntroRust';
    font-weight: 100;
    color:  rgb(0, 42, 106);
    font-size: clamp(2rem, 4vw, 3rem);
}

.steps {
    text-align: center;
    padding-bottom: 10vh;
    margin-bottom: 5vh;
    margin-top: 10vh;
    background-color: #fff6cd;
    box-shadow: 10px 10px rgb(204, 204, 129);
    border: rgb(124, 124, 77) solid 2px;
}

.steps p {
    font-size: 1.3rem !important;
}

#howitworksh {
    color: whitesmoke !important;
    font-size: clamp(3rem, 6vw, 4rem);
}

#step2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10vw;
}

#step2a, #step2b {
    width: 40vw;
}

#step2a h2, #step2b h2{
    font-size: 2rem;
}

.stomp-text {
    font-size: 4rem;
    transform: scale(8);
}

.stomp-text.stomp {
    animation: stomp 0.9s cubic-bezier(.16, 1, .3, 1) forwards;
}

@keyframes stomp {
    0% {
        transform: scale(8);
        opacity: 0;
    }

    45% {
        transform: scale(1);
        opacity: 1;
    }

    55% {
        transform: scale(1.15);
    }

    70% {
        transform: scale(0.96);
    }

    85% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.examples h2 {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}

.values p {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.values h2 {
    padding-top: 0;
    text-align: center;
}

#grant {
     /* 1. Apply the background image */
  background: url('Images/bg.png') center/cover no-repeat;

  /* 2. Clip the background specifically to the text geometry */
  -webkit-background-clip: text;
  background-clip: text;

  /* 3. Make the actual text transparent so the background shows through */
  -webkit-text-fill-color: transparent;
  color: transparent
}

#faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    background-image: url('Images/faq.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

#faq h2 {
    font-size: 4rem;
    color: whitesmoke;
}

#faq p {
    font-size: 1rem;
    color: whitesmoke;
    font-family: 'Manrope', sans-serif;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    padding: 2vw;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    width: 70vw;
    font-size: 1.5rem;
    background-color: #fff6cd !important;
    border: rgb(124, 124, 77) solid 2px;
}

.accordion p, button {
    font-family: 'IntroRust', sans-serif;
    color: rgb(59, 5, 84) !important;
    padding: 2vw;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 70vw;
    border-left: rgb(124, 124, 77) solid 2px;
    border-right: rgb(124, 124, 77) solid 2px;
}

.panel p {
        color: rgb(0, 42, 106) !important;
        padding: 1.5rem 2rem;
        line-height: 1.7;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

footer p {
    font-family: 'Manrope', sans-serif;
    padding: 2vw;
    width: 50vw;
}