html {
    font-size: 14px;
}

body {
    font-weight: 400;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #1f351c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fefdf6;
    margin: 0px;
    overflow-wrap: break-word;
    hyphens: auto;
}

section {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    margin-bottom: 10%;
}

h1 {
    font-size: 4.5rem;
    font-family: "Playfair Display", serif;
    font-weight: normal;
}

h2 {
    font-size: 3.5rem;
    font-family: "Archivo Black", sans-serif;
}

h3 {
    font-weight: normal;
    font-size: 2.5rem;
}

h4 {
    color: #fefdf6;
    font-size: 2.5rem;
    padding: 5%;
    width: 75%;
    margin: 2%
}

h5 {
    background: radial-gradient(circle at center, #1b4e10 50%, #ffffff00 50%);
    color: #fefdf6;
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 25%;
    padding-bottom: 40%;
    margin: 0%;
}

p,
li {
    margin: 0%;
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    list-style-position: inside;
}

li>a {
    text-decoration: none;
}

a {
    color: #8cc63f;
}

a:hover {
    color: #1c4e10;
    text-decoration: none;
}

header {
    background-color: #1f351c;
    font-family: "DM Sans", sans-serif;
    color: #fefdf6;
    display: grid;
    align-items: center;
    font-size: 2.0rem;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0.5rem;
    position: sticky;
    top: 0;
    margin-bottom: 2.0rem;
    z-index: 300;
}

.hamburger {
    display: none;
    text-decoration: none;
}

header>a {
    padding: 10%;
    text-decoration: none;
}

header>a.active {
    background-color: #1b4e10;
}

header>a:hover {
    background-color: #fefdf6;
}



img {
    max-width: 100%;
    max-height: 100%;
}

footer {
    background-color: #1f351c;
    font-weight: 400;
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    color: #fefdf6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

video {
    width: 100%;
    height: 100%;
}




h2.super {
    font-size: 3.0rem
}



.headerDownload {
    background-color: #8cc63f;
    border: 0.2rem solid #8cc63f;
    border-radius: 1.5rem;
    color: #fefdf6;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 10%;
    padding: 5%;
}

.headerDownload:hover {
    background-color: #1c4e10;
    color: #fefdf6;
    border: 0.2rem solid #1c4e10;
}



.bodyWrapper {
    margin-left: 8%;
    margin-right: 8%
}



.introSection {
    background-image: url('assets/introBanner.svg');
    background-size: cover;
    color: #fefdf6;
    font-family: "DM Sans", sans-serif;
    padding-bottom: 3%;
    padding-top: 1%;
    border-radius: 5.0rem;
}

.introTransparent {
    color: #fefdf6;
    /* Fallback for older browsers */
    color: #fefdf680;
    font-size: 1.0rem;
}



.transparent {
    color: #1c3c20;
    /* Fallback for older browsers */
    color: #1c3c2080;
    font-family: "DM Sans", sans-serif;
}



.listBox {
    box-shadow: 0rem 0rem 4.0rem 0.5rem #00000014;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-top: 5%;
    border-radius: 1.6rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    height: 100%;
}

.listBox>p,
li {
    font-size: 1.2rem;
}

.iconFeatures {
    background: radial-gradient(circle at center, #1b4e10 47%, #ffffff00 47%);
    background-size: 100% 100%;
    padding: 15%;
    width: 15%;
}



.iconCheck {
    background: radial-gradient(circle at center, #1d80f5 47%, #ffffff00 47%);
    padding: 4%;
}



.dimension {
    background-color: #1f351c;
}

.downloadSection {
    background-image: url('assets/downloadBanner.svg');
    background-size: cover;
    color: #fefdf6;
    padding: 5%;
    padding-left: 12%;
    padding-right: 12%;
    font-family: "Archivo Black", sans-serif;
    border-radius: 5.0rem;
}

.downloadSection>h2 {
    font-size: 3.0rem;
}

.exploreButton {
    border-radius: 0.8rem;
    line-height: 300%;
    color: #fefdf6;
    border: 0.1rem solid;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "DM Sans", sans-serif;
    font-size: 1.0rem;
    text-decoration: none;
}

.exploreButton:hover {
    background-color: #fefdf6;
    color: #1b4e10;
    border-color: #fefdf6;
}

.getNowButton {
    border-radius: 0.8rem;
    line-height: 300%;
    background-color: #f7b643;
    color: #fefdf6;
    margin-top: 20%;
    margin-bottom: 20%;
    padding: 1%;
    font-family: "DM Sans", sans-serif;
    font-size: 1.0rem;
    text-decoration: none;
}

.getNowButton:hover {
    background-color: #fefdf6;
    color: #f7b643;
}



.iconFeaturesYellow {
    background: radial-gradient(circle at center, #fef1d8 47%, #ffffff00 47%);
    background-size: 100% 100%;
    padding: 10%;
    width: 10%;
    margin-top: 20%;
}

.iconFeaturesOrange {
    background: radial-gradient(circle at center, #fbe0c7 47%, #ffffff00 47%);
    background-size: 100% 100%;
    padding: 10%;
    width: 10%;
    margin-top: 20%;
}



.faq {
    background-color: #fef1d8;
    border-radius: 3.2rem;
    padding: 5%;
}



.priceButton1 {
    border-radius: 0.8rem;
    line-height: 200%;
    color: #1d80f5;
    border: 0.1rem solid #1d80f53d;
    margin: 5%;
    padding: 5%;
    font-family: "DM Sans", sans-serif;
    font-size: 1.0rem;
    text-decoration: none;
    display: inline-block;
}

.priceButton1:hover {
    background-color: #1d80f5;
    color: #fefdf6;
    border: 0.1rem solid #1d80f53d;
}

.greenButton {
    border-radius: 0.8rem;
    line-height: 100%;
    background-color: #1b4e10;
    color: #fefdf6;
    margin-top: 5%;
    padding: 5%;
    font-family: "DM Sans", sans-serif;
    font-size: 2.0rem;
    text-decoration: none;
    display: inline-block;
}

.greenButton:hover {
    background-color: #fefdf6;
    color: #1b4e10;
}



.tos {
    border-top: #d8d8d8 solid 0.1rem
}



.blogcontainer {
    margin-left: 10%;
    margin-right: 10%;
}

.blogcontainer .containergrid2 {
    column-gap: 2.0rem;
}

.blogBox {
    box-shadow: 0rem 0rem 4.0rem 0.5rem #00000014;
    border-radius: 1.6rem;
    padding: 4%;
    padding-bottom: 1%;
    margin-bottom: 5%;
    height: 24.0rem;
    max-width: 35.0rem;
    align-content: end;
    text-shadow: 0.1rem 0.1rem #000000, -0.1rem -0.1rem #000000, 0.1rem -0.1rem #000000, -0.1rem 0.1rem #000000;
}

.blogBox>h2 {
    color: #fefdf6;
    font-size: 2.5rem;
    text-decoration: none;
}



.containergrid2, .containergrid2Rev {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    margin-bottom: 5%;
}

.containergrid2>.listBox {
    margin-left: 2%;
    margin-right: 2%;
}

.containergrid2Dom {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    column-gap: 1.0rem;
    margin-bottom: 5%;
}

.containergrid3 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0.5rem;
}

.containergrid3>.listBox {
    margin-left: 2%;
    margin-right: 2%;
}

.containergrid4 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 0.5rem;
}

.containergrid5 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0.5rem;
}


.button {
    border-radius: 0.8rem;
    line-height: 300%;
    background-color: #8CC63F;
    color: #fefdf6;
    margin-top: 20%;
    margin-bottom: 20%;
    padding: 2%;
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
}

.button:hover {
    background-color: #1f351c;
    color: #fefdf6;
}

.collapsible {
    background-color: #FBE0C7;
    color: #444;
    cursor: pointer;
    padding: 1.8rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2.0rem;
}

.bigLeft {
    text-align: left;
}

.bigRight {
    text-align: right;
}

/* 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,
.collapsible:hover {
    background-color: #F7B643;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    background-color: #F7B643;
    color: #444;
    padding: 5%;
    display: none;
    overflow: hidden;
}



@media screen and (max-width: 1200px) {
    header {
        font-size: 1.5rem;
    }
}



@media screen and (max-width: 900px) {
    body {
        text-align: center;
    }

    body>* {
        text-align: center;
    }

    h1 {
        font-size: 3.0rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.0rem;
    }

    h4 {
        font-size: 2.0rem;
    }

    h5 {
        display: none;
    }

    section {
        border-top: solid #1c3c20;
    }

    header {
        float: none;
        text-align: left;
        grid-template-columns: 1fr;
        position: sticky;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    header>a {
        padding: 2%;
    }

    .headerDownload {
        background-color: #8cc63f;
        border: 0.2rem solid #8cc63f;
        border-radius: 1.5rem;
        color: #fefdf6;
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 2%;
        padding: 2%;
    }

    .containergrid2 {
        grid-template-columns: 1fr;
        display: block;
    }

    .containergrid2Rev {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse;
    }

    .containergrid2Dom {
        grid-template-columns: 1fr;
        display: block;
    }

    .containergrid3 {
        grid-template-columns: 1fr;
        display: block;
    }

    .containergrid4 {
        grid-template-columns: 1fr;
        display: block;
    }

    .containergrid5 {
        grid-template-columns: 1fr;
        display: block;
    }

    .listBox {
        padding-bottom: 5%;
        padding-top: 1%;
        text-align: center;

    }

    .button {
        margin: 1%;
        white-space: nowrap;
    }

    .collapsible {
        font-size: 1.5rem;
    }

    .content>p {
        font-size: 1rem;
    }

    header a:not(:first-child) {
        display: none;
    }

    header a.hamburger {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: sticky;
    }

    .topnav.responsive a.hamburger {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .bigLeft, .bigRight {
        text-align: center;
    }
}