﻿/*#region Remember Section*/
.Remember {
    margin-top: 1em !important;
    margin-bottom: 4em !important;
}

    .Remember h2 {
        margin-bottom: 0.5em;
        font-size: 225%;
    }

    .Remember h4 {
        margin-bottom: 1.5em;
        font-size: 112.5%;
        font-family: 'Rubik';
        font-weight: 500;
    }

    .Remember p {
        font-size: 85%;
        font-family: Montserrat;
        font-weight: lighter;
    }

        .Remember p b {
            font-weight: bold;
        }
/*#endregion*/

/*#region Know Section*/
.Know {
    margin-top: 1em;
}

    .Know h2 {
        margin-bottom: 0.5em;
        font-size: 209%;
    }

    .Know h4 {
        margin-bottom: 1.5em;
        font-size: 112.5%;
        font-family: 'Rubik';
        font-weight: 500;
    }

    .Know p {
        font-size: 85%;
        font-family: Montserrat;
        font-weight: lighter;
    }

        .Know p b {
            font-weight: bold;
        }

/*#endregion*/

/*#region General Info Section*/
.GeneralInfo {
    display: flex;
    flex-direction: column;
}

    .GeneralInfo p {
        font-size: 85%;
        font-family: Montserrat;
        font-weight: lighter;
    }

        .GeneralInfo p b {
            font-weight: bold;
        }

    .GeneralInfo .ArrowHolder {
        margin: 2em 0 2em 8em;
        align-self: center;
    }
/*#endregion*/

/*#region One software Section*/
.OneSoftware {
    margin-top: 1em;
    margin-bottom: 4em !important;
}

    .OneSoftware h2 {
        margin-bottom: 0.5em;
        font-size: 225%;
    }

    .OneSoftware h4 {
        margin-bottom: 1.5em;
        font-size: 112.5%;
        font-family: 'Rubik';
        font-weight: 500;
    }

    .OneSoftware p {
        font-size: 85%;
        font-family: Montserrat;
        font-weight: lighter;
    }

        .OneSoftware p b {
            font-weight: bold;
        }
/*#endregion*/

/*#region What you need Section*/
.WhatYouNeed {
    margin-top: 1em;
}

    .WhatYouNeed h2 {
        margin-bottom: 0.5em;
        font-size: 225%;
    }

    .WhatYouNeed h4 {
        margin-bottom: 1.5em;
        font-size: 112.5%;
        font-family: 'Rubik';
        font-weight: 500;
    }

    .WhatYouNeed p {
        font-size: 85%;
        font-family: Montserrat;
        font-weight: lighter;
    }

        .WhatYouNeed p b {
            font-weight: bold;
        }
/*#endregion*/

/*#region Try Section*/
.Try {
}

    .Try h3 {
        font-size: 200%;
        font-family: 'Rubik';
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .Try .TryFreeButton {
        padding: 15px 35px 15px 35px;
        color: white;
        font-weight: bold;
        font-size: 90%;
        margin-bottom: 5em !important;
    }
/*#endregion*/

/*#region Footer*/
#Footer {
    margin-bottom: 7em;
    background-color: #e4eff1;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

    #Footer > .Content > div {
        max-width: 25em;
    }

    #Footer > .Content .Text {
        max-width: 23em;
        text-align: left;
    }

    #Footer > .Content .Header {
        align-items: center;
    }

    #Footer > img {
        max-width: 385px;
        z-index: -1;
        transform: translateY(-50vh);
    }

    #Footer span {
        max-width: 24rem;
    }

    #Footer .ArrowHolder img:first-child {
        height: 4em;
    }

    #Footer .ArrowHolder img:last-child {
        margin-top: -4em;
    }

    #Footer #FooterImageHolder:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 140px;
        max-width: 741px;
        background-image: url('../Images/HomeProtrusion.png');
        background-repeat: no-repeat;
        background-size: contain;
        align-self: normal;
        top: 34px;
    }
/*#endregion*/

.Section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.Pencil1 {
    display: none;
}

img.BackgroungWoodImage {
    position: absolute;
    width: 50em;
    top: 20em;
    background-image: none;
    height: 50em;
}

img.BackgroungBlueImage {
    position: absolute;
    width: 50em;
    top: 68em;
    background-image: none;
    height: 50em;
    z-index:-5;
}

.NumberSquareButton {
    background-color: white;
    padding: 20px 40px;
    border-radius: 42px;
    font-size: 200%;
    font-family: 'rubik';
    font-weight: bold;
    box-shadow: 2.572px -1.545px 18px rgba(0,0,0,0.15);
}


@media only screen and (min-width: 480px) {
    #Footer > .Content .Header {
        align-items: flex-start;
    }

    .BackgroungWoodImage {
        left: -30%;
    }

    .GeneralInfo .ArrowHolder {
        margin: 1.4em 0 2em -1.4em;
    }

    img.BackgroungBlueImage {
        position: absolute;
        width: 100em;
        top: 65em;
        background-image: none;
        height: 35em;
        left: -35em;
    }

    #Footer > .Content > div {
        max-width: none;
    }

    .GeneralInfo .ArrowHolder::after {
        content: "";
        background-color: #e4eff1;
        position: absolute;
        border-radius: 10em;
        width: 4em;
        height: 4em;
        margin-left: -33px;
        margin-top: -64px;
        z-index: -1;
    }
}

@media only screen and (min-width: 490px) {
    img.BackgroungBlueImage {
        top: 62em;
    }
}

@media only screen and (min-width: 535px) {
    img.BackgroungBlueImage {
        top: 59em;
    }
}

@media only screen and (min-width: 600px) {
    .Section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .GeneralInfo .ArrowHolder {
        margin: 1.2em 0 2em 1em;
    }

    img.BackgroungBlueImage {
        left: -30em;
        top: 59em;
    }

    img.BackgroungWoodImage {
        left: -5em;
        top: 17em;
    }

    #Footer #FooterImageHolder:after {
        left: calc(50% - 50vw);
    }
}

@media only screen and (min-width: 685px) {
    img.BackgroungBlueImage {
        top: 53em;
    }
}


@media only screen and (min-width: 768px) {
    img.BackgroungWoodImage {
        left: -5em;
        top: 15em;
        width: 60em;
    }

    img.BackgroungBlueImage {
        left: -25em;
        top: 53em;
    }

    .GeneralInfo .ArrowHolder {
        margin: 0.9em 0 2em 0.5em;
    }

    .Try .TryFreeButton {
        padding: 15px 35px 15px 35px;
        color: white;
        font-weight: bold;
        font-size: 110%;
        margin-top: 2em !important;
        margin-bottom: 5em !important;
    }

    #Footer #FooterImageHolder:after {
        left: calc(50% - 370px);
    }
}

@media only screen and (min-width: 800px) {
    img.BackgroungWoodImage {
        left: -5em;
        top: 15em;
        width: 60em;
    }

    img.BackgroungBlueImage {
        left: -24em;
        top: 53em;
    }

    .GeneralInfo .ArrowHolder {
        margin: 1em 0 2em 0.6em;
    }
}

@media only screen and (min-width: 1024px) {
    #Footer {
        margin-bottom: 15em;
    }

    img.BackgroungWoodImage {
        left: 0px;
        top: 15em;
        width: 100vw;
    }

    img.BackgroungBlueImage {
        left: 0px;
        top: 59em;
        width: 100vw;
    }

    .GeneralInfo .ArrowHolder {
        margin-top: 5em !important;
        margin: 1em 0 2em 0.6em;
    }

    .GeneralInfo .Pencil1 {
        margin-top: -17em;
        margin-left: 15em;
        position: absolute;
        display: initial;
    }


    #Footer h1 {
        text-align: start;
        font-size: 56px;
        line-height: 62px;
        font-family: "Rubik";
        font-weight: 700;
    }

    #Footer p {
        font-size: 20px;
        line-height: 29px;
        font-family: "Montserrat";
        font-weight: 400;
    }

    #Footer #SingleCoffeLine {
        font-size: 14px;
        line-height: 21px;
        font-family: "Montserrat";
        font-weight: 300;
        text-align: start;
    }

    #Footer .HeaderSection {
        margin-top: 80px;
        margin-bottom: 10px !important;
    }

    #Footer #Text2 {
        margin: 10px 30px 70px 30px;
    }

    #Footer > div:after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        max-width: 741px;
        background-image: url('../Images/FooterCoffee.png');
        background-repeat: no-repeat;
        background-size: contain;
        left: 31em;
        top: 4em;
    }
}
