@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "PoppinsL";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: "Mozilla";
    src: url(../fonts/Mozilla_Text/MozillaText-VariableFont_wght.ttf);
}

:root {
    --primary: #00E676FF;
    --primary-t: rgb(0, 230, 119);
    --link: #3b7e7e;

    --background-1: #fafafa;
    --background-1t: #fafafacf;
}

 html, body {
    margin: 0;
    padding: 0;
    font-family: "Poppins";

    font-size: 1.18em;
    height: 100%;

    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--background-1);
}

main {
    display: flex;
    flex-direction: column;
}

 body main .content, footer {
    padding-inline: 13em;
 }

@media (max-width: 1400px) {
    body main .content, footer {
        padding-inline: 4em;
    }
 }

 @media (max-width: 800px) {
    body main .content, footer {
        padding-inline: 0.5em;
    }
    :root {
        font-size: 14px;
    }
    .content {
        min-width: 200px;
    }
 }

 .active-link {
  border: 3px solid #69F0AE !important;
background-color: #69f0af69 !important;
color: var(--background-1) !important;
background-image: none !important;
 }

 .active-link:hover {
  border: 2px solid #51bb88 !important;
background-color: #78e9b269 !important;
 }

nav {
    width: 100%;
    /* border-bottom: 3px solid #0E0EFF0E; */
    background-color: var(--primary);
    overflow-x: scroll;
}

nav > .container {
    display: flex;
    flex-direction: row;
    margin: auto;
    text-align: center;
    width: max-content;
}

nav > .container a {
    padding: 0.3em 0.8em;
    border-radius: 2em;
    background-image: linear-gradient(#c1ffb479, #f3ffff6e), linear-gradient(to bottom left, #41da296e, #14f56a63);
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    color: var(--background-1);

    transition: 0.3s;
}

nav > .container a:hover {
    cursor: pointer;
    background-image: linear-gradient(#c1ffb479, #f3ffff6e), linear-gradient(to bottom left, #69f0af8e, #2cef91ca);
    border: 1px solid var(--background-1);
}

nav > .container > div {
    margin: 0.8em 1em;
}

.btn, .email-button {
    font-size: 0.8em;
    padding: 0.3em 0.8em;
    border-radius: 1em;
    color: var(--primary);
    background-color: var(--background-1);
    transition: 0.3s;
}

.email-button {
    background-color: var(--primary);
    color: var(--background-1);
}

.btn:hover, .email-button:hover {
border: none;
    cursor: pointer;
    border: 1px solid var(--background-1);
    background-color: var(--background-1t);
}

.email-button:hover {
    background-color: var(--background-1);
    color: var(--primary);
    border-color: var(--primary);
}

 h1 {
    font-family: "Mozilla";
    font-style: normal;
    font-weight: 500;
    
 }

footer {
    background-color: var(--primary);
    color: var(--background-1);

    padding: 2em 1em;
    position: relative;
    z-index: 3;
}

footer p {
    margin: 0.2em 0.5em;
}

footer a {
    color: var(--background-1);
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: var(--link);
}

.dl {
    width: 300px;
}

.landing {
    padding: 110px 30px 80px 30px;
    text-align: center;
    background-color: var(--primary-t);
    color: var(--background-1);
    font-size: 1.6em;
}

.content {
    font-family: "PoppinsL";
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    vertical-align: middle;

    margin: 3em auto;
    /* padding: 2em 0 !important; */
    /* height: 20em; */
    padding-top: 2em;
    padding-bottom: 2em;

    background-color: var(--background-1t);

    font-size: 1.1em;

    /* border-bottom: 4px solid var(--background-1);
    border-top: 4px solid var(--background-1); */
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    flex: 1;
}

.col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    flex: 1;
    min-width: 400px;
}

.image-text {
  font-weight: bold;
  background-image: url('/img/money.png');
  background-size: 20%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.box {
    flex: 1;
    display: flex;
    margin: auto;
    flex-direction: column; 

    padding: 0.4em 0.7em;

    min-width: 400px;
}

.wide {
    width: 100%;
}

.narrow {
    max-width: 40%;
}

.features .box {
    color: #468071;
    /* background-color: #7ee9723c; */
    border-radius: 1em;
    text-align: center;
    margin: 0.4em;

    border: 3px solid transparent;

    background-image: linear-gradient(#c1ffb417, #c5f0f010), linear-gradient(to bottom left, #28df6e6f, #28df6e42);
    background-clip: padding-box, border-box;
    background-origin: border-box;

    transition: 0.3s;
}

.features .box:hover {
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.085);
}

#cart-img {
    height: 20em;
    background-image: url(/img/cart.png);
    background-size: 130%;
    background-position: 50%;
    background-repeat: no-repeat;
    /* position: absolute; */
}

.img-box {
    max-width: min-content;
}

.arc {
    width: 100%;
    background-color: var(--primary-t);
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 60%;
    min-height: 130px;
    display: flex;
    border-bottom: 6px solid #0E0EFF0E;
}

.home {
    background-image: url(/img/rice.jpg);
    background-size: cover;
    background-clip: border-box;
    height: 28em;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 35%;
    background-attachment: fixed;
}

.wp {
    background-image: url(/img/rice.jpg);
    background-size: cover;
}

#target-element {
            transition: 0.5s ease-in-out;
        }
        .expanded {
            padding-bottom: 160svh !important;
            margin-bottom: -160svh !important;
            border-radius: 0 !important;
        }
        


        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-15px);
            }
            60% {
                transform: translateY(-8px);
            }
        }