@import url('../fonts/fonts.css');

body {
    font-family: 'pt_sans_narrowregular';
}

h1, h2, h3, h4 {
    margin: 0px;
    font-family: 'museo_slab';
}

i, div, li, section {
    position: relative;
}

button, button:focus {
    outline: none;
    cursor: pointer;
}

    button a {
        color: inherit;
        text-decoration: none;
        display: block;
    }

        button a:hover {
            color: inherit;
            text-decoration: none;
            display: block;
        }

.center-block {
    float: none;
    margin: 0 auto;
}

.animate, a, input, button, input, select {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

/*font-family: 'pt_sans_captionregular';
font-family: 'museo_slab';
font-family: 'pt_sans_narrowregular';*/
.header {
    background: #fff;
}

    .header .login_btn {
        float: right;
    }

.login_btn {
    background: #389fc2;
    border: 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    width: 306px;
    height: 128px;
    color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

    .login_btn:hover {
        background: #f48363;
    }

.header .logo {
    display: inline-block;
    padding: 27px 0px;
}

.header_image {
    background: url(../images/header_img.png) no-repeat;
    background-size: cover;
    padding: 20px 0px;
    min-height: 600px;
}

    .header_image h1 {
        color: #fff;
        font-size: 44px;
        margin-top: 238px;
        text-shadow: 4px 3px 0px rgba(0,0,0,0.2);
    }

    .header_image p {
        color: #fff;
        font-size: 27px;
        margin-top: 10px;
    }

.solutions {
    min-height: 850px;
    background: url(../images/solutions_bg.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0px;
}

.solutions_box {
    padding: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    border-radius: 10px;
}

    .solutions_box img {
        margin-top: 50px;
        margin-bottom: 30px;
        height: 143px;
        max-width: 100%;
    }

    .solutions_box h1 {
        font-size: 33px;
        margin: 24px 0px;
    }

    .solutions_box p {
        font-size: 18px;
        margin: 0px 49px;
        margin-bottom: 36px;
    }

.learnMore_btn {
    background: #389fc2;
    border: 0px;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 25px;
    padding: 0px 40px;
    height: 80px;
    text-align: center;
    border-radius: 6px;
}

    .learnMore_btn:hover {
        background: #f48363;
    }

.button_box {
    margin-bottom: -50px;
}

.solutions h2 {
    text-align: center;
    color: #fff;
    margin-top: 128px;
    font-size: 46px;
}

.for_parent {
    background: url(../images/for_parent.jpg) no-repeat;
    background-size: cover;
}

.for_schools {
    background: url(../images/for_school.jpg) no-repeat;
    background-size: cover;
}

.for_restaurants {
    background: url(../images/for_restaurant.jpg) no-repeat;
    background-size: cover;
}

.wantTotalk {
    padding: 100px 0px;
    text-align: center;
}

    .wantTotalk button {
        color: #fff;
    }

    .wantTotalk h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .wantTotalk p {
        font-size: 21px;
        margin-bottom: 70px;
    }

    .wantTotalk h3 {
        font-size: 40px;
        margin-bottom: 38px;
    }

.footer_box {
    background: #79868f;
    padding: 50px 0px;
    color: #fff;
}

    .footer_box a {
        color: #fff;
    }

    .footer_box h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .footer_box ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .footer_box ul li {
            padding: 5px 0px;
            font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
            font-size: 15px;
        }

.footer_bottom {
    background: #5d666d;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 11px;
}

.footer_box ul li a img {
    vertical-align: text-top;
    margin-right: 5px;
}

@media (max-width: 990px) {
    .solutions_box {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .footer_box ul {
        margin-bottom: 20px;
    }

    .solutions_box {
        margin-bottom: 60px;
    }

    .header {
        text-align: center;
    }

        .header .login_btn {
            float: none;
            width: 100%;
        }

    .container {
        width: 100%;
    }

    .header .container {
        padding: 0px;
    }
}

/** oz work ---start **/

@font-face {
    font-family: 'noto-sans';
    src: url('../fonts/landing-page/noto-sans/NotoSans-Regular.ttf');
}

.landing-page-new h1, .landing-page-new h2, .landing-page-new h4, .landing-page-new .footer_box h3 {
    font-family: 'museo-slab', 'museo-sans', 'Roboto Slab', sans-serif;
}


.landing-page-new p, .landing-page-new .btn, .landing-page-new li, .landing-page-new h3 {
    font-family: 'museo-sans', 'noto-sans', 'Noto Sans', sans-serif;
}

.landing-page-new .banner-text p {
    font-family: 'noto-sans', 'Noto Sans', sans-serif;
}

.landing-page-new .footer_box {
    background: rgb(83, 91, 97);
}

.landing-page-new .footer_bottom {
    background: rgb(62, 68, 72);
}

.landing-page-new .banner {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../images/landing_page/landing_page-banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
}

    .landing-page-new .banner.ex-margin {
        margin-bottom: 40px;
    }

.landing-page-new .logo-container {
    padding: 20px 20px 20px 96px;
}

.landing-page-new .banner {
    padding-left: 96px;
}

.left-grey-shadow {
    background: url("../images/landing_page/landing_gradien_grey.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 80vh;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
}

.right-blue-shadow {
    background: url("../images/landing_page/landing_gradient_blue.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 72vh;
    position: absolute;
    width: 800px;
    top: 30px;
    right: 0;
}


.banner-btns .login_btn {
    background-color: #33C7DF;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    transition: all 0.3s linear;
    background-image: linear-gradient(to right, #27CDB4, #33C7DF) !important;
    text-align: center;
    height: 60px;
    border: 1px solid #33C7DF;
    border-radius: 2px;
    font-family: 'noto-sans', sans-serif;
}

    .banner-btns .login_btn:hover {
        background: #33C7DF !important; /* Standard syntax (must be last) */
        color: #fff;
        text-shadow: 0 2px 3px #444;
    }

.landing-page-new .banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
    left: 20%;
    z-index: 2;
}

    .landing-page-new .banner .banner-text p {
        font-size: 18px;
    }

    .landing-page-new .banner .banner-text h1 {
        font-size: 55px;
    }

.landing-page-new .banner .banner-text {
    text-shadow: 0 2px 3px #444;
    color: #fff !important;
}


.landing-page-new ul.block li {
    display: block;
    margin: 10px;
}

    .landing-page-new ul.block li p {
        font-weight: 600;
        font-size: 20px;
        margin-top: 10px;
        padding-left: 20px;
        color: #515151;
    }

.landing-page-new .school-administrators {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../images/landing_page/landing_rectangle_blue.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    margin: 40px 120px 100px 120px;
    color: #fff;
}

    .landing-page-new .school-administrators .for-section {
        background-color: transparent;
        padding: 20px 20px 0 0;
        min-height: 240px;
        position: relative;
    }

        .landing-page-new .school-administrators .for-section p {
            font-size: 18px;
        }


.families p {
    font-size: 16px;
}

.landing-page-new .school-administrators .btn-mmo-home {
    position: absolute;
    bottom: -59px;
}

.position-rel {
    position: relative;
}

.landing-page-new .school-administrators .landing-lunch {
    min-height: 240px;
}

    .landing-page-new .school-administrators .landing-lunch img {
        width: 440px;
        position: absolute;
        bottom: -69px;
        left: -12px;
    }

.gradient-line {
    background: url("../images/landing_page/landing_gradient_line.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 20px 0 20px 0;
    height: 5px;
}

.btn-mmo-home {
    transition: all 0.3s linear;
    background-image: linear-gradient(to right, #27CDB4, #33C7DF) !important;
    color: #fff;
    font-size: 16px !important;
    padding: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1px solid #33C7DF;
    min-width: 240px;
    text-align: center;
    position: absolute;
    font-family: 'noto-sans', sans-serif;
}

    .btn-mmo-home:hover {
        background-color: #27CDB4;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 2px 3px #444;
    }

.landing-page-new .link {
    color: #2A408E;
}

.font-bold {
    font-weight: 600;
}

.text-lunch {
    font-size: 25px !important;
    color: #42535A;
}


/**For small screens */

@media only screen and (max-width: 768px) {

    .landing-page-new {
        overflow-x: hidden;
    }

    .left-grey-shadow {
        display: none;
    }

    .banner {
        padding-left: 0 !important;
    }

    .landing-page-new .banner .banner-text {
        position: relative;
        top: 20px;
        transform: inherit;
        text-align: center;
        left: 0;
    }

        .landing-page-new .banner .banner-text h1 {
            font-size: 38px;
        }

    .landing-page-new .families {
        text-align: center;
    }

    .logo-container {
        padding: 0 !important;
        text-align: center;
    }

        .logo-container img {
            margin: 20px auto;
        }

    .landing-page-new .school-administrators {
        height: auto;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .landing-page-new .families .container {
        padding: 30px;
    }

    .landing-page-new .school-administrators .for-section {
        margin: 5px;
    }

    .landing-lunch h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .school-administrators img {
        position: relative !important;
        top: 0;
        bottom: 0 !important;
        left: 0 !important;
    }

    .school-administrators .btn-mmo-home {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
    }
}

/**iPad pro*/
@media only screen and (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .left-grey-shadow {
        display: none;
    }

    .landing-page-new .school-administrators {
        margin: 40px 60px 80px 60px;
    }
}

.heading-aligned {
    margin-left: 0;
    margin-bottom: 5px;
}

.loader_container {
    position: fixed;
    /*background: rgba(0,0,0,0.3);*/
    z-index: 99999;
    width: 128px;
    height: 128px;
    padding: 28px;
    margin: 0 auto;
    margin-top: 20%;
}

.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #4ec9ee;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #9ad089;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #f48363;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #fece63;
        animation-delay: 0.2s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
    font-weight: bold;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}
