@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
}

.col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

/*
* {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}


*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: orange;
}

*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid orange;
}
*/

.space {
    margin-top: 150px;
}

.extra-space {
    margin-top: 200px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

html {
    font-size: 2vmax
}

#top-bar-container {
    background-color: white;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

#top-bar-left-container {
    margin-left: 15px;
}

#top-bar-right-container {
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#product {
    font-size: 1.8rem;
    margin-left: 5px;
    font-weight: bold;
}

/*
#empowering-work{
    background: url(images/Illustration2.png) right bottom no-repeat, url(images/Illustration1.png) left bottom no-repeat;
    padding-top: 50px;
}
*/

.hidden-text {
    color: white;
    font-size: 1.7vw;
}

.hilite {
    color: #f37458;
}

.my-link {
    color: black;
    font-size: 0.69em;
    font-weight: normal;
    text-decoration: none;
    margin-left: 30px;
    padding-bottom: 5px;
}

.my-link:hover {
    text-decoration: none;
    color: black;
}

.page-container-div {
    /*background: rgb(50, 62, 147);*/
    /*background: linear-gradient(rgba(50, 62, 147, 1) 0%, rgba(241, 112, 104, 1) 100%);*/
    background: linear-gradient(rgba(24, 25, 28, 1) 0%, rgba(50, 62, 147, 1) 10%, rgba(241, 112, 104, 1) 100%);
    padding-top: 80px;
}

#blur-control {
    /*background-color: rgba(255,255,255,0.9);*/
}

.heading1 {
    font-family: 'Lato', sans-serif;
    font-size: 2.3em;
    font-weight: 900;
    color: white;
    text-align: center;
    padding: 5px;
}

.matter1 {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: white;
    text-align: center;
}

.my-fadeInUp {
    animation: fadeInUp;
    animation-duration: 2s;
}

#empower {
    margin-bottom: 50px;
    /*visibility: hidden;*/
}

#empowering {
    width: 55%;
    margin: 0px auto;
    position: relative;
    margin-top: 200px;
}

#standing {
    position: absolute;
    left: 0px;
    top: 0px;
}

#sitting {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.email-div {
    margin-top: 50px;
}

.email-wrapper-div {
    width: 40%;
    margin: 0px auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: none;
    justify-content: space-around;
    align-items: center;
}

.my-input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px white;
    outline: none;
    font-size: 1em;
    background-color: transparent;
    color: white;
    width: 100%;
    margin-left: 10px;
}

.my-submit {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.subscribe-note {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

#empowering-work {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    color: white;
    text-align: center;
    text-shadow: 2px 2px #444444;
    /*padding:10px;*/
    padding: 50px 10px 10px 10px;
    background: url(images/Illustration2.png) right bottom no-repeat, url(images/Illustration1.png) left bottom no-repeat;
}

.feature {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.inner-feature {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.white-div {
    background-color: white;
    background-image: url(images/mandala2.5.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}

.audio-container {
    width: 100%;
    max-width: 550px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #f17068;
    box-shadow: 0px 0px 5px 5px #cacaca;
    border-radius: 20px 20px 0px 0px;
    background-color: white;
    /*background-image: url(images/dotted.png);*/
}

.heading2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: white;
}

.matter2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.card-container-div {
    margin-top: 250px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card {
    border: solid 0px transparent;
    background-color: transparent;
    outline: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.card-image {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 25px;
}

.my-card-image {
    height: 150px;
    margin: 0px auto;
}

.card-text {
    font-size: 1.2em;
    text-align: center;
    color: white;
}

.box-strip-container-div {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.box-container {
    width: 350px;
    height: 250px;
    position: relative;
    padding: 10px;
}

.box {
    border: solid 2px white;
    border-radius: 20px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    padding: 25px;
}

.productivity-background {
    background: url('images/productivity_background.png');
    background-repeat: repeat;
}

.mindful-background {
    background: url('images/mindful_background.png');
    background-repeat: repeat;
}

.friends-background {
    background: url('images/friends.png');
    background-repeat: repeat;
}

.play-button-container {
    text-align: center;
    position: relative;
    top: -25px;
}

#get-the-app {
    margin-top: 100px;
}

#get-app-button {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    color: navy;
    padding: 15px 30px 15px 30px;
    font-size: 1.5rem;
    border-radius: 50px;
    border: none;
}

#get-app-button:focus {
    outline: none;
}

#sofa {
    margin-top: 100px;
    text-align: center;
}

#testimonial-container {
    margin-top: 50px;
}

.document {
    background-color: white;
    /*background: linear-gradient(rgba(50,62,147,0.5) 0%, rgba(241,112,104,0.5) 100%);*/
    width: 400px;
    height: 550px;
    margin: 0px auto;
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 2px #00000055;
}

.document-header {
    text-align: center;
}

.document-matter {
    height: 300px;
    margin-top: 20px;
    border-top: solid 1px #f7f7f7;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f7f7f7;
    text-align: justify;
    overflow-y: scroll;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 255, 0, 5) orange;
}

.document-matter::-webkit-scrollbar {
    width: 12px;
}

.document-matter::-webkit-scrollbar-track {
    background: orange;
}

.document-matter::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 20px;
    border: 3px solid orange;
}

#read-next-button {
    background-color: orange;
    color: white;
    padding: 15px 15px 15px 15px;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#read-next-button:focus {
    outline: none;
}

.slide-out-fwd-center {
    -webkit-animation: slide-out-fwd-center 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-fwd-center 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-fwd-center {
    0% {
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }
}

@keyframes slide-out-fwd-center {
    0% {
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }
}

.swirl-out-fwd {
    -webkit-animation: swirl-out-fwd 0.65s ease-in both;
    animation: swirl-out-fwd 0.65s ease-in both;
}

@-webkit-keyframes swirl-out-fwd {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        opacity: 0;
    }
}

@keyframes swirl-out-fwd {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        opacity: 0;
    }
}

.swirl-out-bck {
    -webkit-animation: swirl-out-bck 0.6s ease-in both;
    animation: swirl-out-bck 0.6s ease-in both;
}

@-webkit-keyframes swirl-out-bck {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0;
    }
}

@keyframes swirl-out-bck {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0;
    }
}

#close-div {
    width: 100;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
    margin-top: 100px;
}

.extra-large-font {
    font-family: 'Lato', sans-serif;
    font-size: 5em;
    font-weight: 900;
    color: white;
    /*text-shadow: 2px 2px #444444;*/
    /*
	background: linear-gradient(90deg, rgba(50,62,147,1) 0%, rgba(241,112,104,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(50,62,147,1) 0%, rgba(241,112,104,1) 100%);
	*/
    /*
	background-image: url(images/fire.jpg);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
	*/
}

.notify {
    font-size: 3vw;
    font-weight: 700;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: white;
    padding-top: 15px;
}

.footer-text {
    color: #565656;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.group1 {
    background-image: url(images/mandala1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.group2 {
    background-image: url(images/mandala2.png);
    background-repeat: no-repeat;
    background-position: left;
}

.group3 {
    background-image: url(images/mandala3.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 150px;
}

@media (max-width: 700px) {
    #top-bar-container {
        background-color: #fcfcfc;
        padding: 10px 5px 10px 5px;
        font-size: 1.2rem;
        display: flex;
        flex-direction: column;
        a flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .my-link {
        color: #de4821;
        font-size: 0.8rem;
        font-weight: bold;
        text-decoration: none;
        margin-left: 30px;
        padding-bottom: 5px;
    }
    .email-wrapper-div {
        width: 80%;
    }
    .my-card-image {
        height: 100px;
        margin: 0px auto;
    }
    .group1 {
        background-image: url(images/mandala1_mobile.png);
        background-position: center top;
    }
    .group2 {
        background-image: url(images/mandala2_mobile.png);
    }
    .group3 {
        background-image: url(images/mandala3_mobile.png);
    }
    .extra-large-font {
        font-family: 'Lato', sans-serif;
        font-size: 3em;
        font-weight: 900;
        color: white;
    }
}

audio {
    filter: sepia(20%) saturate(99%) grayscale(0) contrast(99%) invert(12%);
    width: 300px;
    height: 50px;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 22px;
    }
}