/* Global styles */

@font-face {
    font-family: "AvenirBold";
    src: url('/fonts/AvenirNextCondensed-Bold.ttf');
}

body {
    font-family: "josefin sans", sans-serif;
    font-size: 25px;
    margin: 0px;
}

#webheader {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0px 40px;
    display: flex;
    align-items: center;
}

#mobileheader {
    display: none;
}

header {
    background-color: #dad9c5;
    background: linear-gradient(180deg, rgba(218, 217, 197, 1) 0%, rgba(252, 228, 204, 1) 100%);
}

header img {
    width: 38%;
    padding-right: 50px;
}

#h1box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 80px;
    text-transform: uppercase;
    color: #060a46;
    font-family: "AvenirBold";
    text-align: center;
    margin: 0px 0px 20px;
}

h1 span {
    font-style: italic;
    color: #06460a;
    font-size: 1.4em;
    line-height: 1.1em;
}

#sellingpoints {
    font-size: 1.3em;
    line-height: 1.9em;
    font-weight: 300;
    font-family: "josefin sans";
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #7e3700;
}

#sellingpoints div {
    padding: 10px 20px 10px 0px;
    align-items: center;
    margin: 5px 0px;
    border-radius: 2px;
}

@keyframes tilt {
    0% {
        transform: rotate(2deg)
    }

    50% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(2deg)
    }
}

@keyframes tiltup {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}


#sellingpoints>div>p {
    display: inline-block;
    margin: 0px;
    background: rgb(48, 44, 69);
    color: white;
}

#sellingpoints img {
    width: 40px;
    padding-right: 20px;
    margin-bottom: -18px;
}

p {
    line-height: 1.4em;
}

.greenbutton {
    font-family: 'josefin sans';
    background: #a3ffb2;
    color: #00431c;
    box-shadow: 4px 4px black;
}

.greenbutton:hover, #login-button:hover {
    background: hsl(51, 100%, 80%);
    cursor: pointer;
}

.quotes {
    background: linear-gradient(180deg, rgb(0, 15, 0) 0%, rgb(7, 0, 26) 100%);
}

.quotes>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin: 0 auto;
    width: 1200px;
    max-width: 90vw;
    padding: 15px 0px;
}

.quote {
    padding: 30px 0px;
    line-height: 1.4em;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1em;
}

.quote img {
    width: 100px;
    height: 100px;
    border: 0px solid rgb(223, 223, 223);
    filter: drop-shadow(2px 3px 10px #878787);
    border-radius: 50%;
    margin-right: 40px;
}

.quotes a {
    color: white;
    border-bottom: 2px solid white;
}

.quotes a:hover {
    border-bottom: none;
    color: rgb(255, 244, 224);

}

#why {
    font-size: 1.3em;
    line-height: 2em;
}

#why p {
    max-width: 600px;
    border: 0px solid black;
    padding: 70px 90px;
    margin: 0 auto 20px;
}

#petter {
    line-height: 2em;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3em;
    max-width: 600px;
    margin: 80px auto;
}

#why img {
    width: 70%;
    margin: 30px auto;
}

#petter img {
    width: 100%;
    margin: 15px auto;
}

#ytwrap {
    background: linear-gradient(180deg, rgba(218, 217, 197, 1) 0%, rgba(252, 228, 204, 1) 100%);
    padding: 60px 0px;
}

#watch {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0px 20px;
    max-width: 1000px;
}

#watch>div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#watch iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pricedesc {
color: white;
max-width: 600px;
margin: auto;
line-height: 1.4em;
}

#price {
    background: rgb(29, 29, 29);
    padding: 120px 0px 30px;

}

#pricebox {
    font-size: clamp(1.5em, 4.5vw, 4em);
    color: rgb(238, 238, 238);
    text-align: center;
}

#price span {
    display: block;
    font-size: 3em;
    font-weight: 700;
    margin-top: 50px;
    margin-left: -10px;
    color: #73eaa5;
}

 /*
#price img {
   
    width: 300px;
    padding: 80px;
    margin-left: -90px;
    margin-top: -30px;  
} */

#youget {
    padding: 20px 0px 0px;
}

#yougetmobile,
#inclmobile {
    display: none;
}

.whatyougetlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 30px;
    list-style: none;
    grid-gap: 40px 20px;
    line-height: 0.5em;
    text-align: left;
    font-size: 32.5px;
    max-width: 97vw;
    width: 1200px;
    margin: 30px auto 0px;
}

.whatyougetlist>div {
    padding: 0px;
    border-radius: 5px;
}

.whatyougetlist>div p {
    background: white;
    display: inline-block;
    margin: 3px 0px;
    padding: 0px 2px;
}

#including {
    background: rgb(29, 29, 29);
    padding: 60px 0px 10px;
}

#including>div:nth-child(1) {
    font-size: clamp(1.5em, 4.5vw, 4em);
    color: rgb(238, 238, 238);
    text-align: center;
    margin: 0px;
}

#buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px 70px;
    background: linear-gradient(180deg, rgba(218, 217, 197, 1) 0%, rgba(252, 228, 204, 1) 100%);
}

#buy a {
    border: none;
}

#buy img {
    width: 400px;
    padding-right: 70px;
    margin-left: -80px;
}

button {
    background: rgb(126, 255, 124);
    color: black;
    border: 4px solid black;
    border-radius: 0px;
    font-family: 'josefin sans';
    font-weight: 500;
    padding: 35px 35px 32px;
    font-size: 56.7px;
    cursor: pointer;
    margin: 30px auto;
    display: block;
    box-shadow: 7px 10px rgb(28, 28, 28);
}

button p {
    margin: 0px;
    padding: 4px 14px 0px;
}

button:hover {
    margin-top: 33px;
    background-color: hsl(51, 100%, 80%);
    box-shadow: 6px 5px rgb(28, 28, 28);
    margin-bottom: 27px;
}

.email {
    max-width: 550px;
    margin: 100px auto;
    line-height: 1.4em;
}

.email a {
    border-bottom: 2px solid black;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: rgb(42, 42, 42);
    text-decoration: none;
    border-bottom: 2px solid rgb(232, 232, 232);
}

#comments {
    background-color: rgb(29, 29, 29);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-bottom: 70px;
}

#comments img {
    height: 90px;
}

#resetdiv {
    text-align: center;
    max-width: 400px;
    margin: 50px auto;
    line-height: 1.4em;
}

#createaccountform {
    margin-top: 70px;
}

#createaccountform button {
    font-size: 1em;
    padding: 15px 15px 10px;
    border: 2px solid black;
    filter: drop-shadow(0px 0px 0px);
    margin: 0px;
}

#modaltext>form {
    height: 210px;
}

#signup {
    margin: 80px auto;
    text-align: center;
    line-height: 1.4;
    max-width: 1000px;
    overflow: hidden;

}

#signup img {
    width: 220px;
    transform: rotate(10deg);
    padding: 0px 30px 0px 10px;
}

#signupbox {
    display: flex;
    text-align: left;
    align-items: center;

}

.formkit-form[data-uid="da2c25d073"] {
    max-width: none !important;
}

.formkit-form[data-uid="da2c25d073"] .formkit-fields {
    display: flex !important;
    gap: 10px;
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    justify-content: left;
}

.formkit-form[data-uid="da2c25d073"] .formkit-field,
.formkit-form[data-uid="da2c25d073"] .formkit-submit {
    display: flex !important;
    flex-wrap: wrap;
    flex: none !important;
    -webkit-flex: none !important;
}

.formkit-form[data-uid="da2c25d073"] .formkit-input {
    padding: 12px 10px 8px !important;
    width: 290px !important;
}

.formkit-form[data-uid="da2c25d073"] .formkit-button>span,
.formkit-form[data-uid="da2c25d073"] .formkit-submit>span {
    padding: 15px 15px 13px !important;
    text-transform: none;
    width: 230px;
}

.formkit-submit {
    box-shadow: 2px 4px rgb(28, 28, 28) !important;
    color: ;
}

.formkit-form[data-uid="da2c25d073"] .formkit-powered-by-convertkit[data-variant="dark"],
.formkit-form[data-uid="da2c25d073"] .formkit-powered-by-convertkit[data-variant="light"] {
    display: none;
}

.formkit-modal.guard .formkit-close {
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */




@media screen and (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }


    #sellingpoints>div>p {
        font-size: 0.8em;
    }

    #login-button {
        top: 10px;
        right: 10px;
        font-size: 18px;
        padding: 10px 10px 6px;
    }

    .quotes>div {
        max-width: 90vw;
    }

    .quote {
        font-size: 0.8em;
    }

    .quote img {
        width: 70px;
        height: 70px;
    }

    #price span {
        margin: 40px 0px 12px;
    }

    .whatyougetlist {
        font-size: 25px;
        max-width: 90vw;
    }

    #buy img {
        width: 350px;
    }
}

@media screen and (max-width: 1000px) {
    #sellingpoints img {
        display: none;
    }

    header img {
        width: 35%;
    }

    #yougetweb,
    #inclweb {
        display: none;
    }

    #yougetmobile,
    #inclmobile {
        display: grid;
        text-align: center;
    }

    #yougetmobile>div {
        max-width: 329px;
        justify-self: center;
        align-self: center;
    }

    button {
        font-size: 45px;
    }

    #signup {
        max-width: 800px;
        padding: 0px 20px;
    }

    #signup img {
        width: 200px;
        padding-left: 40px;
    }

    #signup h1 {
        font-size: 30px;
        margin: 0px;
    }

    .formkit-form[data-uid="da2c25d073"] .formkit-fields {
        flex-direction: column;
        max-width: 700px;
    }

    .formkit-form[data-uid="da2c25d073"] .formkit-button>span,
    .formkit-form[data-uid="da2c25d073"] .formkit-submit>span {
        margin: 0 auto;
    }
}

@media screen and (max-width: 810px) {


    #webheader {
        display: none;
    }

    #mobileheader {
        display: block;
    }

    h1, h2 {
        font-family: "Josefin Sans" !important;
    }

    header {
        margin: 0 auto;
        text-align: left;
        padding-top: 0px;
        overflow: hidden;
    }


    #frontmobile {
        display: flex;
        align-items: center;
    }

    #headerbox {
        background: rgba(168, 243, 139);
        background: linear-gradient(99deg, rgba(0,0,0,1) 37%, rgba(1,27,0,1) 100%);
        /*  transform: rotate(0.5deg); */
        padding: 23px 0px 13px;
        margin-bottom: 50px;
      /*  margin: 0vw -5vw 40px -5vw; */
        box-sizing: border-box;
    }

    #mobileh1 {
        margin-bottom: 0px;
        line-height: 1.4em;
        font-size: 12.55vw;
        text-align: center;
        color: rgb(255, 255, 255);
        text-transform: none;
        width: fit-content;
        text-align: left;
        margin: auto;


    }

    h2 {
        font-size: 6.4vw;
        text-align: center;
        font-family: AvenirBold;
        text-transform: uppercase;
        margin: 0px 0px;
        color: rgb(36, 35, 41);
    }

    h2 strong {
        color: rgb(0 98 178);
    }

    #mobilemockup {
        width: 55vw;
        margin: 0 auto 10px;
        padding-right: 80px;
    }

    #sellingpoints {
        margin: 0 auto 0px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;

    }

    #sellingpoints>div {
        padding: 0px;
        text-align: center;
    }

    #sellingpoints>div>div {
        padding: 10px 0px;
    }

    #sellingpoints>div p {
        display: inline-block;
        margin: 1px 0px 1px 0px;
        background: rgb(36, 35, 41);
        font-size: 4.5vw;
        padding: 3px 7px;
        color: white;

    }

    #sellingpoints img {
        width: 20px;
        margin: 0 auto;
        padding: 0px;
        display: none;
    }

    .quotes>div {
        grid-template-columns: 1fr;
        padding-top: 40px;
        grid-gap: 0px;
    }

    .quote {
        flex-direction: column;
        text-align: center;
        padding: 30px 30px;
    }

    #why p,
    #petter p {
        font-size: 1em;
        padding-right: 30px; 
        padding-left: 30px;
    }

    #yougetmobile,
    #inclmobile {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pricedesc {
        padding: 0px 30px;
    }

    #buy img {
        width: 250px;
        padding-right: 50px;
        margin-left: -70px;
    }

    button {
        font-size: 28px;
        padding: 20px 20px 15px;
    }

    #signupbox {
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }

    #signup img {
        width: 180px;
        padding:
            30px 0px 00px 0px;
    }
}

@media screen and (max-width: 550px) {

    body {
        font-size: 20px;
    }

    #mobilemockup {
        width: 70vw;
    }

    #sellingpoints>div p {
        font-size: 6.5vw;
    }


    #petter img {
        width: 100%;
    }

    .quote img {
        width: 70px;
        height: 70px;
        margin: 0px;
    }

    #why p,
    #petter p {
        max-width: 100%;
        padding: 60px 30px;
        margin: 0 auto;
    }

    #ytwrap {
        padding: 30px 0px;
    }

    #watch {
        padding: 0px 30px;
    }

    #petter {
        margin: 0px;
    }

 


    .whatyougetlist {
        padding: 30px 0px 60px;
        font-size: 1.0em;
        text-align: center;
    }

    #inclmobile {
        margin-top: 0px;
    }

    #yougetweb,
    #inclweb {
        display: none;
    }

    #price {
        padding: 67px 0px 0px;
    }

    #price span {
        margin: 20px 0px 10px;
    }

    #youget {
        padding: 0px;
    }

    #buy {
        display: flex;
        flex-direction: column;
        padding: 50px 0px 50px;
        margin: 0px;
    }

    button {
        font-size: 1.7em;
        box-shadow: 3px 4px black;
        border-radius: 6px;
        padding: 20px 10px 16px;
        width: 78vw;
    }

    #buy img {
        width: 200px;
        padding-right: 0px;
        margin-left: -40px;
    }

    .email {
        padding: 30px;
        margin: 0px;
    }

    #comments {
      
    }

    #comments img {
        height: 75px;
    }

    input {
        font-size: 0.8em;
        max-width: 50vw;
    }

    #signup {
        margin: 70px 0px 50px;
    }

    #signupbox {
        text-align: center;
    }

    #signup h1 {
        font-size: 1.2em;
        text-align: center;
        margin: 0 auto;
        max-width: 450px;
    }

    #signup img {
        width: 130px;
        padding: 20px 0px 0px 0px;
    }

    .narrowbr {
        display: none;
    }

    .formkit-form[data-uid="da2c25d073"] .formkit-input {
        max-width: 100%;
    }

    .formkit-form[data-uid="da2c25d073"] {
        margin-top: 10px;
    }

    .formkit-form[data-uid="da2c25d073"] .formkit-fields {
        gap: 0px;
    }

    .formkit-modal.guard .formkit-close {
        box-shadow: none;
        padding: 0px;
        margin: 0px;

    }

    .modal-content {
        width: 80vw;
        padding: 30px 0px 20px;
    }

    #login-button {
        position: absolute;
        padding: 5px;
        border: none;
        border-bottom: 0px solid black;
        background: none;
        color: black;
        box-shadow: none;
        top: 10px;
        right: 10px;
        text-decoration: underline;
        font-size: 1em;
    }


}