@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap');
html,
body {
    font-family: 'Roboto' !important;
    max-width: 100vw;
}

figure.sixteen-nine-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
    border-radius: 7px 7px 0px 0px;
}

figure.sixteen-nine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 7px 7px 0px 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 {
    font-family: 'Playfair Display' !important;
}

.dayText {
    height: 40px;
    width: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
}

.dayText-active {
    background-color: #90C71C;
}

.dayText:hover {
    background-color: #90C71C;
}

.headerText {
    font-family: 'Playfair display';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}

.btnDatePicker {
    width: 100%;
    background: #F4F4F4;
    box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.25);
    border-radius: 7px;
    border: 1px solid #F4F4F4;
    color: black;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    font-style: normal;
}

.btnDatePicker:hover,
.btnDatePicker:active,
.btnDatePicker:focus,
.btnDatePicker-active {
    background-color: #90C71C !important;
    border: 1px solid #90C71C !important;
}

.btnDatePick {
    background-color: #90C71C !important;
    border: 1px solid #90C71C !important;
}

.navbarWhite {
    background-color: #231F20;
}

.nav-active {
    color: #90C71C !important;
}

.notEating-disabled {
    background-color: #F4F4F4;
    box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.25);
    border-radius: 7px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.notEating-active {
    background-color: red;
    box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.25);
    border-radius: 7px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.foodItem-added:after {
    content: attr(data-value);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 99;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.foodItem-added:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    border-color: rgba(255, 255, 255, 0) #90C71C rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

@media (min-width: 800px) {
    body {
        /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../images/background.png") no-repeat;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%), url("../images/background.png") no-repeat;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url("../images/background.png") no-repeat;
        background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url("../images/background.png") no-repeat;
        background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url("../images/background.png") no-repeat;
        background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 100%), url("../images/background.png") no-repeat;
        background-size: cover;*/
    }

    .dayText {
        width: 60px;
        height: 60px;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
    }

    .headerText {
        font-style: normal;
        font-weight: bold;
        font-size: 45px;
        line-height: 53px;
        color: #000000;
    }

    .btnDatePicker {
        width: 100%;
        background: #F4F4F4;
        box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.25);
        border-radius: 7px;
        border: 1px solid #F4F4F4;
        color: black;
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        font-style: normal;
    }

    .navbarWhite {
        background-color: #02030b;
        min-height: 94px;
        box-shadow: 0px 7px 10px rgba(199, 199, 199, 0.25);
    }

    .nav-link {
        font-size: 20px !important;
        line-height: 23px !important;
    }
}

.caloryPicker {
    font-size: 27px;
}

@media (max-width: 1600px) {
    .caloryPicker {
        font-size: 22px;
    }
}

@media (min-width: 1600px) {
    .container-md {
        max-width: 1550px;
    }
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #90C71C
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
}

#progressbar li:hover {
    background-color: rgba(0, 0, 0, .06);
    border-radius: 10px;
}


/*#progressbar #main:before {
    font-family: 'Playfair Display';
    font-size: 30px;
    content: "2";
    line-height: 45px;
}

#progressbar #snack:before {
    font-family: 'Playfair Display';
    font-size: 30px;
    content: "3";
    line-height: 45px;
}

#progressbar #soup:before {
    font-family: 'Playfair Display';
    font-size: 30px;
    content: "1";
    line-height: 45px;
}*/


/*#progressbar #drink:before {
    font-family: 'Playfair Display';
    font-size: 30px;
    content: "4";
    line-height: 45px;
}*/

#progressbar #cart:before {
    font-family: 'Playfair Display';
    font-size: 30px;
    content: "5";
    line-height: 45px;
}

#progressbar li:before {
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: -1
}

#progressbar li:last-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #90C71C;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.lowAmount,
.zeroAmount {
    width: 100%;
    height: 130px;
    z-index: 100;
    position: absolute;
    bottom: 60px;
    left: 0;
    background-color: gray;
    color: white;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}


/* tltip text */

.tltip .tltiptext {
    visibility: hidden;
    width: 200px;
    background-color: white;
    color: black;
    border: 1px solid #3B3B3B;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tltip text - see examples below! */
    position: absolute;
    z-index: 15;
    bottom: 100%;
    left: 50%;
    margin-left: -58px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
}


/* Show the tltip text when you mouse over the tltip container */

.tltip:hover .tltiptext {
    visibility: visible;
}

#btnShop {
    animation: leaves 2s ease-in-out infinite alternate;
    -webkit-animation: leaves 2s ease-in-out infinite alternate;
}

.notify-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    color: black;
    padding: 5px 10px;
    font-size: 18px;
    z-index: 1000;
    font-weight: 600;
    font-size: 20px;
}

.veggie-badge {
    position: absolute;
    right: 10px;
    top: 50px;
    text-align: center;
    color: black;
    padding: 5px 10px;
    font-size: 18px;
    z-index: 1000;
    font-weight: 600;
    font-size: 20px;
}

@media only screen and (min-width: 961px) {
    #btnShop {
        height: 75px;
        width: 59px;
    }
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.social {
    color: white;
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
}

.social :hover {
    color: white;
}

h2 {
    font-family: 'Playfair display';
}

label {
    font-family: 'Playfair display';
}

input[type=number] {
    /*for absolutely positioning spinners*/
    position: relative;
    padding: 5px;
    width: auto;
    padding-right: 25px;
    max-width: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.contact_form__bg {
    background-image: linear-gradient(180deg, rgba(20, 22, 21, 0.19) 0%, rgba(20, 22, 21, 0.19) 84.37%, #141615 100%),
    url('/images/bg-3.png'),
    linear-gradient(180deg, #414649 0%, #141615 100%);
    color: white;
    padding-top: 3rem;
    padding-bottom: 10.5rem;
    padding-left: 2rem;
    padding-right: 2rem;

    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}


.contact_form__left {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
}

.contact_form__right {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
}

.contact_form__title {
    font-size: 2.25rem;
    font-weight: 700;
}

.contact_form__info {
    font-size: 1.125rem;
    font-weight: 500;
    display: grid;
    row-gap: 2.5rem;
    margin-top: 2rem;
}

.contact_form__info h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 0;
}

.contact_form__info p {
    margin-bottom: 0;
}

.contact_form__input {
    background: #282B2B;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    color: #fff;
    padding: 0.75rem 1.125rem;
}

.contact_form__button {
    padding: 8px 16px;
    background: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    margin-top: 1rem;
}

.contact_form__checkbox {
    display: none;
}

.contact_form__checkbox__custom {
    background: #282B2B;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    color: #282B2B;
    width: 1.063rem;
    height: 1.063rem;
    font-size: 0.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 1.375rem;
}

.contact_form__checkbox:checked + .contact_form__checkbox__custom {
    color: #fff;
}

@media (min-width: 670px) {
    .contact_form__bg {
        padding-top: 5rem;
        padding-left: 4.25rem;
        padding-right: 4.25rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact_form__left {
        padding-right: 0;
        border: 0;
    }

    .contact_form__right {
        padding-left: 0;
    }

    .contact_form__title {
        font-size: 3rem;
    }

    .contact_form__info {
        margin-top: 2rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (min-width: 1024px) {
    .contact_form__bg {
        padding-top: 6rem;
        padding-left: 6rem;
        padding-right: 6rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact_form__left {
        padding-right: 6rem;
        border-right: 5px solid #8EB833;
    }

    .contact_form__right {
        padding-left: 6rem;
    }

    .contact_form__info {
        margin-top: 3rem;
        font-size: 0.9rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact_form__info h4 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1280px) {
    .contact_form__bg {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .contact_form__left {
        padding-right: 6rem;
    }

    .contact_form__right {
        padding-left: 6rem;
    }

    .contact_form__info {
        margin-top: 7.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: 10.625rem;
        font-size: 1rem;
    }
}

@media (min-width: 1536px) {
    .contact_form__bg {
        padding-right: 10rem;
        padding-left: 10rem;
    }

    .contact_form__info {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .contact_form__left {
        padding-right: 9.875rem;
    }

    .contact_form__right {
        padding-left: 9.875rem;
    }

    .contact_form__info h4 {
        font-size: 1.5rem;
    }
}

.project-green {
    color: #8EB833;
}
