/*
Kids' Blue:     #00bcd4
Blue:           #2196f3
Bright Yellow:  #FFEB3B
Soft Greens:    #8BC34A
Vibrant Orange: #FF9800
Rich Purple:    #9C27B0
Light Pink:     #E91E63
Crisp White:    #FFFFFF

Black: #01010D

*/ 

html.landing, .landing #container, .landing body {
    background-color: #01010D;
    margin: 0;
}

.landing #container {
    padding: 16px;
    margin:auto;
    background: #01010D;
    padding-top: 44px;
}

h1 {
    color: #fff;
    text-align: center;
    margin: 5px auto;
    z-index: 5;
    position: absolute;
    width: 100%;
    font-size:28px;
}

.landing h2 {
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 0;
}

#landing_bg {
    display: block;
    margin: auto;
    height: 100%;
    width:100%;
    object-fit: cover;
    object-position: bottom;
}

#intro {
    margin-bottom: 20px;
}

#intro p {
    color: #ffffff;
    margin-bottom: 32px;
}

#container {
    line-height: 26px;
    font-size: 16px;
}

.feature {
    border: 1px solid transparent;
    border-radius: 25px;
    background: 
    linear-gradient(to right, #0B0B36, #0B0B36), 
    linear-gradient(to right, var(--color_1), var(--color_2));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    margin-bottom: 24px;
    padding: 24px;
    }

.call_to_action_join {
    margin-top: 10px;
    margin-bottom: 30px;
}

.call_to_action_join p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 32px;
    font-size: 26px;
}


.feature_body {
    display: block;
    gap: 20px;
}

.feature_img {
    flex:1;
}

.feature_text {
    flex:3;
    text-align: left;
    color: #fff;
    opacity: 60%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.feature_title {
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 16px;
    flex:3;
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
}

.feature_img img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    /*    object-fit: cover;*/
    /*    box-shadow: 0 0px 5px 1px gray;*/
}

.cloud {
  position:absolute;
}

footer {
     position:relative;
     padding: 56px 16px 54px 16px;
     background: linear-gradient(90deg, var(--color_1) 0%, var(--color_2) 100%);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    overflow:hidden;
}

footer .button {
    max-width: 640px;
    margin: 0 auto;
}

footer .footer_text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.mx-auto {
margin:0 auto;
}
.block {
display:block;
} 
.mb-37 {
    margin-bottom:37px;
}
.footer_text {
    font-size:26px;
    font-weight:700;
    text-align:center;
    color:white;
    line-height:32px;
    margin-bottom:32px;
}

.cloud1 {
  top: 10px;
  transform:translate(50%);
  animation: moveDiv 30s linear infinite;
}
.footer_copy {
    background:#01010D;
    color:white;
    text-align:center;
    padding:29px 16px 32px 16px;
}
.cloud2 {
  top: 100px;
  transform:translate(-100%);
  animation: moveDiv 20s linear infinite;
}
.text-14 {
    font-size:14px;
    line-height:22px;
}
.text-28 {
    font-size:28px;
    font-weight:700;
    line-height:28px;
    margin-bottom:16px;
}
div#landing_bg_container {
    height: 100vw;
    max-width: 640px;
    max-height: 640px;
    margin: 0 auto;
}
@keyframes moveDiv {
  0% {
    left: -100%; /* Start position outside the left edge */
  }
  100% {
    left: 200%; /* End position outside the right edge */
  }
}
.privacy-policy {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.privacy-policy a {
    color: var(--color_2);
}

.landing #logo {
/*    display: none;*/
}

h1.storielle-title {
    text-transform: none;
}
img#landing_bg_desktop {
    display: none;
}

@media all and (min-width:1024px){
  img#landing_bg {
    display: none;
}

img#landing_bg_desktop {
    display: block;
}

div#landing_bg_container {
    height: auto;
    max-width: initial;
    max-height: initial;
    height: 65vh;
}

div#landing_bg_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#container {
    max-width: initial;
    padding: 20px;
}

div#intro {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

input, select, .button, button {
    height: 60px;
}

.call_to_action_join {
    margin-bottom: 90px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.feature_body {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 70px;
    align-items: center;
    padding: 60px 100px;
}

.feature_img {
    grid-column: auto / span 3;
}

.feature_container {
    grid-column: auto / span 4;
    margin-right: 80px;
}

.feature_title {
    margin-top: 0;
    font-size: 34px;
    line-height: 39px;
}

.feature:nth-child(2n) .feature_body {
    direction: rtl;
}

.feature:nth-child(2n) 
 .feature_container {
    margin-left: 80px;
    margin-right: 0;
    text-align: right;
    direction: ltr;
}

.feature_img img {
    display: block;
}
.landing #container {
    padding: 20px;
    padding-top: 50px;
}

#intro p {
    font-size: 20px;
}

.landing h2 {
    font-size: 42px;
}
footer .button {
    max-width: 300px;
}
div#landing_bg_container:before {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 171px;
}

div#landing_bg_container {
    position: relative;
}
.featu {
    background: var(--color_1)8a;
}

.feature_text {
    opacity: 1;
    line-height: 28px;
}

.feature {
    border: 0;
/*    background: var(--color_3);*/
    background: transparent;
}
} 