@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
    color: #292929;
}

header{
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
}

.topnav {
    background-color: white;
    display: flex;
    justify-content: flex-end;
    box-shadow: 0px 5px 5px #29292956;
    z-index: 999;
}
header a {
    color: #292929;
    padding: 15px;
    text-decoration: none;
}
.topnav a:hover {
    background-color: #F0F0EE;
    color: #292929;
    border-radius: 10px;
}
.topnav .icon {
    display: none;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    color: whitesmoke;
    padding: 0;
    display: flex;
}

.logoarea{
    height: 23px;
    padding: 14px 0 14px 15px;
}

.logosvg{
    height: 100%;
    width: auto;
}

.videoarea iframe{
    height: 220px;
    width: 100%;
    display: block;
    margin: 0 0 45px 0;
}

.grid{
    display: flex;
    flex-wrap: wrap;
}

.griditem1{
    display: flex;
    margin: 15px;
    width: 100%;
}

.limimg{
    width: 100%;
    border-radius: 40px;
}

.griditem3{
    margin: 15px;
    color: #292929;
    background-color: #DCFF74;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
}

.textspace h2{
    font-family: "Bricolage grotesque";
    padding-bottom: 15px;
}

.textspace {
    margin: 0 15px;
    line-height: 150%;
}

.devices{
    background: linear-gradient(180deg,rgb(0, 67, 61, 1) 10%, rgba(255, 255, 255, 1) 70%);
}

.gen6{
    margin-bottom: 90px;
}

.devices h2{
    color: #DCFF74;
    font-family: "Bricolage Grotesque";
    margin-left: 15px;
    padding-top: 15px;
}

#XLh2{
    color: #00433D;
}

.gen6 p{
    color: #F0F0EE;
    padding: 0 0 15px 15px;
}

/* .pi1, .pi2, .pi3{
    margin: 15px;
    background-color: red;
} */

.trio{
    display: flex;
    justify-content: space-between;
    margin: 0 15px 15px 15px;
}

.pimgs{
    width: 100%;
}

.XLzone{
    margin-bottom: 30px;
}

.XLzone p{
    color: #292929;
    padding: 0 0 15px 15px;
}

.XLimg{
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0 15px 15px 15px;
}

.front{
    margin: 0 15px 0 0px;
    height: auto;
}

.i1{
  width: 100%;
  border-radius: 40px;
  display: block;
}

.side{
    height: 100%;
}

.i2{
   width: 100%;
   border-radius: 40px;
   display: block;
}

.power h1{
    text-align: center;
}

.power span{
    background-color: #DCFF74;
    padding: 0 5px;
}

.campaigntext{
    display: flex;
    justify-content: flex-end;
    line-height: 150%;
}

.campaigntext p{
    background-color: #DCFF74;
    color: #00433D;
    margin: 0 15px 15px 30%;
    padding: 25px;
    border-radius: 40px;
}

.powerimg{
    width: 100%;
    display: block;
}

h1{
    font-family: "Bricolage Grotesque";
    padding: 15px;
    margin-top: 30px;
}

.gen6 ul li{
    color: #F0F0EE;
}

ul{
    list-style: inside;
    margin-left: 15px;
    line-height: 150%;
}

.buttonarea2{
    display: flex;
    justify-content: flex-end;
    margin: 15px 15px 0 0;
    text-decoration: none;
}

.bbutton{
    color: #292929;
    background-color: #DCFF74;
    padding: 15px 30px 15px 30px;
    border-radius: 40px;
    text-decoration: none;
}

.bbutton p{
    color: #292929;
}

.bbutton p{
    padding: 0;
}

footer{
    background-color: #00433D;
    color: #DCFF74;
    padding-bottom: 15px;
}

footer p{
    margin: 0 0 0 15px;
    padding-bottom: 15px;
}

.footerlogo{
    height: 50px;
    margin: 15px 0 0px 15px;
}

.footercontent a{
    color: #DCFF74;
}

.footercontent ul li{
    list-style: none;
    margin: 0 15px 0px 0;
}

/* mobile menu  */
@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }
    .topnav .icon {
        display: block;
        font-size: 1em;
    }
    .responsive {
        position: relative;
        padding: 60px 0 40px 0;
        flex-direction: column;
        align-items: center;
    }
    .responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .responsive a {
        display: block;
        font-size: 1.2em;
    }
    .logo {
        z-index: 1;
    }
} 

@media screen and (min-width: 800px) {
    
    .videoarea iframe{
    height: 600px;
    margin: 0 0 45px 0;
    }

    .devices h2{
        padding: 15px;
    }

    .XLzone{
        display: flex;
        flex-direction: row-reverse;
        padding: 15px;
    }

    .gen6{
        display: flex;
        padding: 15px;
    }

    .grid{
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .devices h2{
        font-size: xx-large;
    }

    body{
        font-size: larger;
    }

    .griditem1{
        height: unset;
        width: 50%;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .textandbbtn{
        width: 50%;
    }

    .textspace{
        background-color: #F0F0EE;
        border-radius: 40px;
        padding: 30px;
    }

    .griditem3{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    h1{
        font-size: 100px;
    }
}