body,
html {
    font-size: 18px;
    font-family: "Lato", sans-serif;
}
body {
  position: relative;
}
html {
    scroll-padding-top: 60px;
}
.ff-oswald {
    font-family: 'Oswald', sans-serif;
}

.text-color-orange {
    color: #fa7100;
}

.text-color-cyan {
    color: #03a1ac;
}

.text-color-blue {
    color: #462f94;
}
.text-color-purple {
    color: #9d7fca;
}
.text-color-grey {
    color: #3c3b3b;
}

.text-color-gray {
    color: #403f3d;
}

.text-color-turquoise {
    color: #18a6b1;
}

.fw-900 {
    font-weight: 900;
}
.text-underline {
    position: relative;
}
.text-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -60%;
    left: 0;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='188px' height='24px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='100%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(255,120,0)' stop-opacity='0.4' /%3E%3Cstop offset='100%25' stop-color='rgb(255,120,0)' stop-opacity='0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 120, 0)' d='M0.703,7.470 C0.703,7.470 46.595,15.892 94.434,5.543 C168.976,-10.579 188.12,20.625 188.12,20.625 C188.12,20.625 145.468,5.320 95.929,17.515 C20.503,36.83 0.703,7.470 0.703,7.470 Z'/%3E%3Cpath fill='url(%23PSgrad_0)' d='M0.703,7.470 C0.703,7.470 46.595,15.892 94.434,5.543 C168.976,-10.579 188.12,20.625 188.12,20.625 C188.12,20.625 145.468,5.320 95.929,17.515 C20.503,36.83 0.703,7.470 0.703,7.470 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% .3em;
}

.bg-grey {
    background-color: #403f3d;
    color: #fff;
}

.mm-logo {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    width: 100%;
    max-width: 200px;
    margin-top: -0.7rem;
    margin-bottom: 0.7rem;
}


.bg-yellow {
    background-color: #ffd200;
    color: #fff;
    text-align: center;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
}

.bg-header, .modal-header {
    background: rgb(142,217,231);
    background: -moz-linear-gradient(0deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    background: linear-gradient(0deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed9e7",endColorstr="#8353d7",GradientType=1);
    color: #fff;
}



.bg-woman {
    background: rgb(175,228,238);
    background: -moz-linear-gradient(90deg, rgba(175,228,238,1) 0%, rgba(191,170,224,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(175,228,238,1) 0%, rgba(191,170,224,1) 50%);
    background: linear-gradient(90deg, rgba(175,228,238,1) 0%, rgba(191,170,224,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afe4ee",endColorstr="#bfaae0",GradientType=1);
    position: relative;
}
.bg-nat {
    background: rgb(142,217,231);
    background: -moz-linear-gradient(116deg, rgba(142,217,231,1) 30%, rgba(123,111,213,1) 70%);
    background: -webkit-linear-gradient(116deg, rgba(142,217,231,1) 30%, rgba(123,111,213,1) 70%);
    background: linear-gradient(116deg, rgba(142,217,231,1) 30%, rgba(123,111,213,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed9e7",endColorstr="#7b6fd5",GradientType=1);
    position: relative;
}
.bg-woman::before, .bg-nat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/MM_211123_challenge_bg_woman1.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    z-index: 115;
}

.bg-nat::before {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/MM_211123_challenge_bg_nat0.png);
}

.bg-woman .container, .bg-nat .container {
    position: relative;
    z-index: 117;
}

.bg-tstm1 {
    background: #142025;
    background: -moz-linear-gradient(left, #142025 0%, #120922 100%);
    background: -webkit-linear-gradient(left, #142025 0%, #120922 100%);
    background: linear-gradient(to right, #142025 0%, #120922 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142025', endColorstr='#120922',GradientType=1 );
    color: #fff;
}
/*
.bg-nat {
    background-color: #eaf6f6;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/dailyflowsystem/DFS_210922_bg_nat.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
} */

.bg-mountains {
    background-color: #e9e9ea;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/MM_210923_challenge_bg_mountains.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.bg-zoom {
    background-color: #333636;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/MM_210923_challenge_bg_zoom.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.bg-grad {
    background: rgb(196,225,231);
    background: -moz-linear-gradient(0deg, rgba(196,225,231,1) 0%, rgba(191,170,224,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(196,225,231,1) 0%, rgba(191,170,224,1) 100%);
    background: linear-gradient(0deg, rgba(196,225,231,1) 0%, rgba(191,170,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e1e7",endColorstr="#bfaae0",GradientType=1);
}


footer {
    background-color: #202020;
    color: #fff!important;
}

footer a {
    color: #fff!important;
}

.form-control {
    background: rgb(196,225,231);
    background: -moz-linear-gradient(0deg, rgba(196,225,231,.5) 0%, rgba(191,170,224,.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(196,225,231,.5) 0%, rgba(191,170,224,.5) 100%);
    background: linear-gradient(0deg, rgba(196,225,231,.5) 0%, rgba(191,170,224,.5) 100%);
}

.img-natsig {
    max-width: 240px;
    width: 100%;
}

.btn-contest {
    background: rgb(142,217,231);
    background: -moz-linear-gradient(-5deg, rgb(142, 217, 231) 0%, rgba(131,83,215,1) 100%);
    background: -webkit-linear-gradient(-5deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    background: linear-gradient(-5deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed9e7",endColorstr="#8353d7",GradientType=1);
    text-align: center;
    color: #fff;
    padding: .3rem .8rem;
    border-radius: .4rem;
    font-size: .7rem;
}


/* ======================================================= */

ul.numbers, ul.numbers-2 {
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: numbers;
}

ul.numbers li, ul.numbers-2 li {
    padding-left: 0;
    position: relative;
    padding-left: 2rem;
    line-height: 1.3;
    padding-bottom: 0.5rem;
    margin-bottom: .3rem;
    counter-increment: numbers;
}

ul.numbers li:before, ul.numbers-2 li:before {
    content: counter(numbers)".";
    display: block;
    position: absolute;
    color: #b095d8;
    font-weight: 900;
    font-size: 1.5em;
    left: 0;
    top: 0.3rem;
}
ul.numbers-2 li {
    line-height: 1;
}
ul.numbers-2 li:before {
    top: -0.22rem;
}


ul.triangles {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.triangles li {
    padding-left: 0;
    position: relative;
    padding-left: 2rem;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}

ul.triangles li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.8rem;
    border-color: transparent transparent transparent #333333;
}




.testimonials {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.t-box {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 .1rem .5rem rgba(0, 0, 0, 0.3);
    border-radius: .5rem;
    padding: .75rem;
}

.t-box .stars {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 14'%3E%3Cpath fill='%23FF9500' d='M6.496.173L4.521 5.251H.007l3.738 2.751-1.481 5.149 4.232-3.386 4.232 3.386-1.482-5.149 3.739-2.751H8.471z' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  width: 120px;
  background-size: 24px 25px;
  height: 25px;
  background-position: top left;
  display: inline-block;
  float: left;
}

div[class^='tstm-'], div[class*='tstm-'] {
    /* border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div[class^='tstm-']:not(:first-child), div[class*='tstm-']:not(:first-child) {
    display: none;
}

div[class^='tstm-']:before, div[class*='tstm-']:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4yODltbSIgaGVpZ2h0PSIxMy43NThtbSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQzBDMEMwIiBkPSJNMzEuMjYzIDM4LjIwNUwxNC4zNiAxOS4zOTUgMzEuMjY0LjU4NUgxNi45MjZMLjAyMyAxOS4zOTVsMTYuOTAzIDE4LjgxaDE0LjMzN3oiLz48L3N2Zz4=');
    position: absolute;
    top: 40%;
    left: -30px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

div[class^='tstm-']:after, div[class*='tstm-']:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4yODltbSIgaGVpZ2h0PSIxMy43NThtbSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQzBDMEMwIiBkPSJNLjczNyAzOC4yMDVsMTYuOTAyLTE4LjgxTC43MzYuNTg1aDE0LjMzN2wxNi45MDMgMTguODEtMTYuOTAzIDE4LjgxSC43Mzd6Ii8+PC9zdmc+');
    position: absolute;
    top: 40%;
    right: -50px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}



div[class^='tstm-']:before, div[class*='tstm-']:before, div[class^='tstm-']:after, div[class*='tstm-']:after {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}

/* div[class^='tstm-']:hover:before, div[class*='tstm-']:hover:before, div[class^='tstm-']:hover:after, div[class*='tstm-']:hover:after,
div[class^='tstm-']:hover:focus, div[class*='tstm-']:hover:focus, div[class^='tstm-']:focus:after, div[class*='tstm-']:focus:after,
div[class^='tstm-']:active:before, div[class*='tstm-']:active:before, div[class^='tstm-']:active:after, div[class*='tstm-']:active:after {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

 */


@media (max-width:768px) {

    div[class^='tstm-'], div[class*='tstm-'] {
        display: block!important;
    }

    div[class^='tstm-'], div[class*='tstm-'] {
        border-left: none;
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 10px;
    }

    div[class^='tstm-']:before, div[class*='tstm-']:before {
        content: none;
    }

    div[class^='tstm-']:after, div[class*='tstm-']:after {
        content: none;
    }

}



/* ======================================================= */

.btn-warning {
    text-transform: capitalize;
    background-color: #ff9000;
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 0.5rem 0.7rem rgba(0, 0, 0, 0.2);
}

nav .btn-warning {
    font-size: 1.1rem;
    padding: 0.1rem 1rem;
    margin-right: 1rem;
}
/*
.col-md .btn-warning {
    font-size: 1.1rem;
    padding: 0.5rem;
} */

/* ======================================================= */

.counter-black {
    display: inline-block;
    margin: 0.7rem 0.2rem;
}
.counter-black span {
    background-color: #000;
    color: #fff;
    padding: 0.7rem 1rem;
    font-size: 2.1rem;
    border-radius: 0.6rem;
    display: inline-block;
    font-weight: 900;
}

.counter-black:after {
    content: " ";
    display: block;
    background-color: transparent;
    color: #555;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.counter-black.days:after {
    content: "days";
}

.counter-black.hours:after {
    content: "hours";
}

.counter-black.mins:after {
    content: "mins";
}

.counter-black.secs:after {
    content: "secs";
}

/* ==================================== */


.blue-box {
    white-space: initial;
    background: rgb(142,217,231);
    background: -moz-linear-gradient(46deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    background: -webkit-linear-gradient(46deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    background: linear-gradient(46deg, rgba(142,217,231,1) 0%, rgba(131,83,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed9e7",endColorstr="#8353d7",GradientType=1);
    color: #fff;
    padding: .25rem;
    border-radius: .5rem;
    min-height: 312px;
    font-size: .9rem;
}


.blue-box p:first-child {
    position: relative;
    text-align: center;
    font-size: 1.1rem;
}

.blue-box p:first-child::after {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    bottom: -.5rem;
    height: .2rem;
    background: rgba(138,145,145,1);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(138,145,145,1) 100%);
    opacity: .77;
    border-radius: .2rem;
}

.blue-box p:last-child{
    margin-bottom: 0;
}


/* ==================================== */

.card .card-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: .9;
    margin-bottom: .75rem;
}

.card .card-title small {
    font-size: 60%;
    font-weight: 400;
}

.card .card-text {
    text-align: center;
    font-style: italic;
}

/* ==================================== */

@media (max-width: 575.98px) {
    body,
    html {
        font-size: 16px;
    }

    .carousel-control-prev {
        left: -5px;
    }

    .carousel-control-next {
        right: -5px;
    }


    .blue-box {
        min-height: 10px;
    }

    .card-img-top {
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
    }
    .img-sm {
        max-height: 180px;
    }
    .img-xs {
        max-height: 120px;
    }
    .bg-woman::before, .bg-nat::before {
        background-image: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body,
    html {
        font-size: 16px;
    }
    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }
    .blue-box {
        min-height: 10px;
    }
    .card-img-top {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .bg-woman::before, .bg-nat::before {
        background-image: none;
    }
    .img-sm {
        max-height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-control-prev {
        left: -35px;
    }

    .carousel-control-next {
        right: -35px;
    }

    .blue-box {
        min-height: 10px;
    }
    .bg-woman::before, .bg-nat::before {
        background-position: 350px center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }
    .mt-lg-n5 {
        margin-top: -3rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }
    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }
    .mt-lg-n5 {
        margin-top: -3rem;
    }
}
