﻿/* ====== main-bunner ====== */
.main-bunner {
    /* padding-top: 10rem; */
    /* padding-bottom: 10rem; */
    background-color: #ffffff;
    /* background-image: url("/Content/img/bunner.png"); */
    padding-top: 95px;
    border-radius: 1rem;
}

    .main-bunner .content {
        background-color: #EFF8FE;
        background-image: url("/Content/new-landing-assets/images/background.png");
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 400px;
        max-width: 1332px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*
    .main-bunner .content:before {
        content: '';
        width: 71rem;
        height: 71rem;
        background: #eff8fe;
        border-radius: 50%;
        right: -11.5rem;
        bottom: -34.2rem;
        position: absolute;
        z-index: -1;
    }
    */
    .main-bunner .article {
        position: relative;
        width: 100%;
        max-width: 43rem;
    }

        .main-bunner .article h1 {
            font-size: 38px;
        }

        .main-bunner .article .start-free {
            position: relative;
            height: 100%;
        }

            .main-bunner .article .start-free .btn {
                padding: 0.56em 1.55em 0.6em 1.3em;
                font-size: 1.63em;
            }

            .main-bunner .article .start-free p {
                /* margin-top: 2rem; */
                font-size: 16.3px;
                font-weight: normal;
            }

                .main-bunner .article .start-free p a {
                    text-decoration: underline;
                    cursor: pointer;
                }

        .main-bunner .article h1, .main-bunner .article p {
            /* font-size: 3.09rem!important; */
            line-height: 2.6rem !important;
            font-family: Helvetica,Arial,sans-serif;
            letter-spacing: -.5px;
            line-height: 1.3;
            font-size: 36px;
            color: #4A4A4A;
            font-weight: bold;
        }

/* ====== main-bunner ====== */
/* ====== finances-awards ====== */
.finances-awards {
    position: relative;
    max-width: 1333px;
    margin: 0 auto;
}

    .finances-awards img {
        width: 250px;
        position: absolute;
        top: -44px;
        left: 60px;
    }

    .finances-awards small {
        margin-left: 320px;
        margin-top: 1rem;
        color: #7998b6;
        display: inline-block;
    }

.apps {
    right: 15%;
    width: 140px;
    height: 75px;
    position: absolute;
    /*    margin-right: 150px;*/
    margin-top: 1rem;
    top: 2rem;
    opacity: 0.8;
}

    .apps:hover {
        opacity: 1;
    }

    .apps img {
        width: 140px;
        height: 75px;
        top: -3.9rem;
        position: absolute;
        /* background: #eff8fe; */
        padding: 0 1.5rem;
        border-radius: 15px;
    }

    .apps span {
        color: #7998b6;
        display: inline-block;
        position: absolute;
        top: -1.9rem;
        left: -5rem;
        font-size: 13.6px;
    }

@media (max-width: 1024px) {
    .apps {
        display: none;
    }
}

/* ====== finances-awards ====== */
/* ====== track-time ====== */
.track-time {
    padding: 20px 0 62px 0;
}

    .track-time .article {
        padding-right: 36px;
    }

/* ====== track-time ====== */
/* ====== programs ====== */
.programs {
    padding: 71px 0 71px 0;
}

    .programs h2 {
        line-height: 3.6rem;
        margin-bottom: 3rem;
        margin-top: 40px;
    }

/* ====== programs ====== */
/* ====== project ====== */
.project {
    padding: 109px 0 104px 0;
}

    .project .article {
    }

    .project h2 {
        margin-bottom: 2.9rem;
        margin-top: 1rem;
    }

/* ====== project ====== */
/* ====== statistic ====== */
.statistic {
    padding: 66px 0 95px 0;
}

    .statistic .article {
    }

    .statistic img {
        margin-top: 18px;
    }

    .statistic .article h2 {
        margin-bottom: 28px;
        margin-top: 1px;
    }

    .statistic .article p {
        margin: 0 0 27px;
    }

/* ====== statistic ====== */
/* ====== feedback ====== */
.feedback {
    padding: 66px 0 0 0;
}

    .feedback .article {
    }

        .feedback .article h2 {
            margin-bottom: 28px;
            margin-top: 1px;
        }

        .feedback .article p {
            margin: 0 0 27px;
        }

    .feedback .review_card {
        display: block;
        background: rgba(255,255,255,1);
        border-style: solid;
        border-width: 1px;
        border-color: #4D045C;
        border-radius: 0px;
        position: relative;
    }

        .feedback .review_card::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 60%;
            top: 40%;
            left: 0;
            box-shadow: 1em 1em;
            color: #eee5ff;
            z-index: -1;
        }

/* ====== feedback ====== */
/* ======== Media ======== */
@media (max-width: 1120px) {
    .main-bunner .content {
        /*height: 260px;*/
    }

    .main-bunner .article h1 {
        font-size: 25px;
    }
}

@media (max-width: 1010px) {
    .main-bunner {
        padding-top: 0px;
    }
}

@media (max-width: 1024px) {
    .main-bunner .content {
        background-image: none;
    }

    .main-bunner .article {
        text-align: center;
    }

        .main-bunner .article h1 {
            font-size: 38px;
        }
}

@media (max-width: 767px) {
    .finances-awards {
        display: none;
    }

    .feedback .review_card {
        margin-top: 50px;
    }

    .programs img {
        margin: 0 auto;
        padding: 0;
        padding-top: 3rem;
    }

    .track-time .article {
        padding: 0;
    }

    .main-bunner .article .start-free {
        display: table;
        margin: 8% auto 0 auto;
    }

    .main-bunner .article {
        max-width: none;
    }

        .main-bunner .article p {
            text-align: center;
        }

        .main-bunner .article .start-free .btn {
            font-size: 1rem;
        }

    .main-bunner {
        background-image: none;
    }

    .track-time, .programs, .project, .statistic, .feedback, .action-block, .footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/* YouTube video styling for thumb */
.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    /* background: #000; */
}

    .youtube-video img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        cursor: pointer;
        margin-top: 0 !important
    }

    .youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .youtube-video img:hover {
        opacity: 0.7;
    }

    /* image poster clicked, player class added using js */
    .youtube-video.player img {
        display: none;
    }

    .youtube-video.player:after {
        display: none;
    }

.content-box-holder {
    width: 500px;
    position: relative;
    perspective: 100vw;
}

.content-box {
    position: relative;
    display: grid;
    grid-template-rows: 2fr 1fr 2fr;
    height: 330px;
    width: 100%;
    min-height: 200px;
    background-color: #dddddd;
    border-radius: 0.4rem;
    border-right: 5px solid #414040;
    transform: rotateX(0deg) rotateY(-30deg);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px,rgba(0, 0, 0, 0.05) 35px 0px 30px;
    transition: all 0.3s ease-out;
    transition-property: transform, border-width, box-shadow;
}

    .content-box:hover {
        transform: rotateX(0deg) rotateY(0deg);
        border-width: 0px;
        box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px,rgba(0, 0, 0, 0.2) 1px 1px 8px;
        transition: all 0.5s ease-out;
        transition-property: border-width, transform, box-shadow;
    }

.home-content {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}

    .home-content h2 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #36404e;
        text-align: left;
        text-transform: uppercase;
    }

    .home-content p {
        font-size: 1.1rem;
        line-height: 1.8rem;
        color: #3a3e43;
    }

.slick-arrow {
    text-shadow: none !important;
    width: 40px !important;
    height: 40px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    opacity: .75;
    color: #a1cdee !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -50px !important;
}

.slick-next {
    right: -50px !important;
}
