﻿.Page {
    max-width: 63.5em;
    margin: 0 auto;
}
p b {
    font-weight: bold !important;
}
h1 {
    font-size: 150%;
    text-align: center;
}
h2 {
    font-size: 110%;
    text-align: center;
    margin: 5px 0 5px 0;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        input[type="radio"] + label span:first-child {
            display: inline-block;
            width: 25px;
            height: 18px;
            margin: 0 10px 0 25px;
            vertical-align: middle;
            background-image: url('../Images/RadioButton.svg');
            background-repeat: no-repeat;
            cursor: pointer;
        }

    input[type="radio"]:checked + label span:first-child {
        background-image: url('../Images/RadioButtonChecked.svg');
    }

    input[type="radio"] + .radioBankCard {
        display: inline-block;
        width: 110px;
        height: 75px;
        border: 1px dashed #acacac;
        border-radius: 5px;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        margin: 7px;
    }

    input[type="radio"]:checked + .radioBankCard {
        border: 2px solid #00bdd7;
    }

#Header p {
    font-size: 14px;
    line-height: 29px;
    font-family: 'Rubik';
}

.ArrowButton {
    margin-top: 3em;
    align-items: center;
}
    .ArrowButton img {
        width: 49px;
        cursor: pointer;
    }
    .ArrowButton > div:after {
        content: "";
        position: absolute;
        width: 1928px;
        height: 1080px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../Images/BackgroundWood.png);
        left: -936px;
        top: -3.3em;
        z-index: -1;
    }
.SliderButtons{
    display: flex;
}

#PriceToogleSection {
    margin: 40px 10px 10px 10px;
}
#PriceToogleSection span {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: "Rubik";
    font-weight: 500;
}

#PriceBundlesSection {
    height: 400px;
    width: 300px;
    margin-top: 3em;
    /* margin: 3em auto;*/
}
    #PriceBundlesSection > .PriceSectionSlider {
        position: absolute;
        height: 100%;
        flex-direction: row;
        transition: left 0.2s ease-in-out;
        left: 0;
    }
    #PriceBundlesSection .PriceTypeSection {
        width: 225px !important;
        height: 400px;
        margin-left: 20px;
        transition: transform 0.2s ease-in-out;
        transform: scale(1);
        border-radius: 10px;
        box-shadow: 0px 5px 21px rgba(0,0,0,0.16);
        background-color: #ffffff;
        opacity: 0.5;
    }
        #PriceBundlesSection .PriceTypeSection:first-child {
            margin-left: 56px;
        }
        #PriceBundlesSection .PriceTypeSection:last-child {
            margin-right: 56px;
        }
#prev {
    position: absolute;
    cursor: pointer;
    top: 1em;
    left: -5px;
    font-size: 650%;
    transform: scaleX(0.4);
    font-family: 'rubok';
}
#next {
    position: absolute;
    cursor: pointer;
    top: 1em;
    left: 2.75em;
    font-size: 650%;
    transform: scaleX(0.4);
    font-family: 'rubok';
}

/*#region Price Bundle card*/
#PriceBundlesSection .PriceTypeSection.Active {
    transform: scale(1.1);
    opacity: 1;
}
    #PriceBundlesSection .PriceTypeSection.Active #BundleOrderArea {
        display: flex !important;
        min-height: 3em;
        background-color: #00bdd7;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        top: 97%;
        width: 100%;
        cursor: pointer;
        color: white;
    }
    #PriceBundlesSection .PriceTypeSection.Active #BundleOrderArea p{
        font-size: 80%;
        margin: 10px 45px 10px 45px;
        text-align: center;
        line-height: 1;
        font-weight: bold;
        text-decoration: underline;
    }
    #PriceBundlesSection .BundleSizeLetter {
        height: 12%;
        justify-content: center;
    }
    #PriceBundlesSection .BundleSizeLetter > span {
        text-align: center;
        color: gray;
        font-size: 14px;
    }
#PriceBundlesSection .Price {
    align-items: center;
    justify-content: center;
}
    #PriceBundlesSection .Price h2 {
        font-weight: bold;
        font-size: 160%;
    }
    #PriceBundlesSection .Price span {
        text-align: center; 
        line-height: 1;
    }
#PriceBundlesSection .BundleLimitation {
    margin-top: 2em;
    padding: 1em;
    background-color: #f4f4f4;
}
    #PriceBundlesSection .BundleLimitation span {
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        font-family: "Montserrat";
        font-weight: 500;
    }
#PriceBundlesSection .AvailableFunctions {
    margin-top: 1em;
}
    #PriceBundlesSection .AvailableFunctions span {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 26px;
        color: #999999;
        font-family: "Montserrat";
        font-weight: 600;
        text-align: center;
        margin-bottom: 1em;
    }
    #PriceBundlesSection .AvailableFunctions p {
        margin: 1em 1em 0 1em;
        text-align: center;
        font-size: 80%;
    }
.PriceTypeSection .Favorite {
    position: absolute;
    width: 97px;
    height: 23px;
    border-radius: 11px;
    background-color: #8dc63f;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 400;
    justify-content: center;
    text-align: center;
    top: -1em;
    left: 27%;
}
/*#endregion*/

#MissingSection{
    margin-top: 7em;
}
    #MissingSection p {
        font-size: 100%;
        line-height: 24px;
        color: #000000;
        font-family: "Montserrat";
        font-weight: 300;
        text-align: center;
    }

#TryButton > span {
    padding: 8px 15px 8px 15px;
    margin-top: 1em;
    background-color: #00bdd7;
    font-size: 17px;
    color: #ffffff;
    font-family: "Rubik";
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0px 5px 21px rgba(0,0,0,0.16);
    width: -moz-max-content;
    width: max-content;
}

#Footer {
    background-color: #e4eff1;
    position: relative;
    margin-bottom: 7em;
}
    #Footer > div {
        margin: 0 auto;
    }
    #Footer #Text2 {
        margin: 10px 30px 51px 30px;
    }
    #Footer #FooterImageHolder:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100px;
        max-width: 741px;
        background-image: url('../Images/HomeProtrusion.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

@media only screen and (min-width: 480px) {
    h1{
        font-size:200%;
    }
    h2{
        font-size:150%;
    }
    #PriceToogleSection > div:first-child {
        width: 25em !important;
    }
    #PriceBundlesSection .PriceTypeSection:first-child {
        margin-left: 9em;
    }
    #next {
        left: 4.28em;
    }
    #Footer {
        margin-bottom: 10em;
    }
}

@media only screen and (min-width: 600px) {
    #Footer h1 {
        text-align: start;
    }
    #Footer p {
        text-align: start;
    }
    #Footer .HeaderSection{
        margin-bottom: 0 !important;
    }
    #Footer #FooterImageHolder:after {
        align-self: start;
    }
        #PriceBundlesSection .PriceTypeSection:first-child {
        margin-left: 12.5em;
    }

    #next {
        left: 5.43em;
    }

    #TryButton > span {
        padding: 17px 37px 17px 37px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
    h2 {
        font-size: 24px;
        line-height: 29px;
    }
    #next {
        left: 7.06em;
    }
    #PriceBundlesSection .PriceTypeSection:first-child {
        margin-left: 17.5em;
    }
}

@media only screen and (min-width: 800px) {
    #next {
        left: 7.36em;
    }

    #PriceBundlesSection .PriceTypeSection:first-child {
        margin-left: 18.6em;
    }
}

@media only screen and (min-width: 1024px) {
    .ArrowButton {
        margin-top: 3em;
        align-items: center;
    }
        .ArrowButton img {
            width: 49px;
        }
        .ArrowButton > div:after {
            content: "";
            position: absolute;
            width: 1928px;
            height: 1080px;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url(../Images/BackgroundWood.png);
            left: -936px;
            top: -3.3em;
            z-index: -1;
        }

    #PriceToogleSection {
        margin: 60px 10px 40px 10px;
    }
    #PriceBundlesSection .PriceTypeSection:first-child {
        margin-left: 24.95em;
    }
    #next {
        left: 9.3em;
    }

    #PriceBundlesSection {
        height: 410px;
    }
        #PriceBundlesSection .PriceTypeSection {
            height: inherit;
        }
        #PriceBundlesSection .AvailableFunctions {
            margin-top: 1.5em;
        }
            #PriceBundlesSection .AvailableFunctions p {
                margin: 1.5em 1em 0 1em;
            }
        #PriceBundlesSection .PriceTypeSection.Active #BundleOrderArea {
            top: 98%;
            height: 5em;
            justify-content: center;
        }
            #PriceBundlesSection .PriceTypeSection.Active #BundleOrderArea p {
                line-height: 1.5;
            }

    #MissingSection{
        margin-top: 20em;
    }
        #MissingSection h2 {
            font-size: 200%;
            color: #00bdd7;
            font-family: "Rubik";
            font-weight: 700;
            text-align: center;
        }

    #Footer {
        margin-bottom: 15em;
    }
    #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;
    }
    #Footer .HeaderSection {
        margin-top: 80px;
        margin-bottom: 10px !important;
    }
    #Footer #Text2 {
        margin: 10px 30px 70px 30px;
    }
    #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;
        left: -5em;
    }
    #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;
    }

    .DiaryLogo:after {
        content: "";
        position: absolute;
        width: 615px;
        height: 1110px;
        max-width: 741px;
        background-image: url('../Images/ArrowPriceList1.svg');
        background-repeat: no-repeat;
        background-size: contain;
        left: -3em;
        top: 5.8em;
        cursor: default;
        z-index: -1;
        pointer-events: none;
    }

    .DiaryLogo:before {
        content: "";
        position: absolute;
        width: 325px;
        height: 325px;
        max-width: 741px;
        background-image: url('../Images/PencilHome1.png');
        background-repeat: no-repeat;
        background-size: contain;
        left: 8.0em;
        top: 58.95em;
        transform: rotate(-113deg);
        cursor: default;
        pointer-events: none;
    }

    #PriceToogleSection:after {
        content: "";
        position: absolute;
        width: 345px;
        height: 390px;
        max-width: 741px;
        background-image: url('../Images/Calendar.png');
        background-repeat: no-repeat;
        background-size: contain;
        left: 60em;
        top: -2.05em;
        cursor: default;
    }
}

@media only screen and (min-width: 1240px) {
    .SliderButtons {
        display: none;
    }

    #PriceBundlesSection {
        width: 0;
        margin-top: 3em !important;
        margin: 0 auto;
    }

        #PriceBundlesSection > .PriceSectionSlider {
            left: -602.5px !important;
        }

        #PriceBundlesSection .PriceTypeSection:first-child {
            margin-left: 0;
        }
}
