html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body{
  user-select: none;
  }

.body_day_mode{
  background-image: url('../img/evenbetter_motif.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.body_night_mode{
  background-color: #0b0d1c;
}

* {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  }

a:focus {
  outline: none;
}

a{
  text-decoration : none;
}

a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

.slick-slide {
    outline: none
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* -------------////////////LOADING SCREEN///////////------------- */

.preloader{
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    opacity: 1;
    padding-top: 40vh;
    background-color: #0c1024;
}

.iconloader {
    margin: 0 auto;
    border: 1px solid #ffb5b3; /* Light grey */
    border-top: 1px dotted #666; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.logo_loader{
    width: 100%;
    height: 20px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px 35px;
    margin-bottom: 0;
    text-align: center;

    animation: load 1s alternate infinite;
    text-decoration: none;
}

.logo_loader h1{
    margin: 0px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 100;
    letter-spacing: 3px !important;
    color: #ffb5b3;
    font-size: 10px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    line-height: 18px;
  }

@keyframes load {
    from { opacity: 0.2; }
/*    to { opacity: 100; }*/
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* -------------////////////MAIN FRAMES///////////------------- */

.cookies{
  /* display: block;
  margin: 0 auto; */
  display: flex;
  text-align: center;
  align-items: center;
  justify-content:space-between;
  align-self: center;
  margin-left:5vw;
  /* margin: 0 auto; */
  z-index: 400;
  position: absolute;
  bottom: 3vh;
  /* width: contain; */
  width: 90vw;
  height:8vh;
  border-radius: 1.5vh;
  background-color: white;
  filter: drop-shadow(8mm 8mm 7mm rgba(15, 15, 40, 0.4));
  transition: all 0.6s cubic-bezier(0.5,0,0,1);
}

.cookies p{
  margin-left: 1.5vw;
  /* margin-right: 1vw; */
  text-align: center;
  /* margin: 0; */
  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #7a7ab0;
  letter-spacing: 0px;
  font-size: 1.6vh;
}

.cookies_ok{
  margin-right: 1.5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;

  /* margin-top: 4vh; */
  text-align: center;
  vertical-align: center;
  width:60px;
  height: 30px;
  border-radius: 15px;
  background-color: #fdb2bc;

  transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.cookies_ok:hover{
    width:60px;
    background-color: #161d39;
    transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.cookies_ok span{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;
}


.topbar{
  z-index: 125;
  position:fixed;
  width:100vw;
  height:10vh;
}

.logo_topbar{
  position:absolute;
  margin-left: 5vw;
  margin-top: 2.5vh;
  width:15vh;
  height:5vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.8s cubic-bezier(0.5,0,.25,.9);
}

/* ///FADEIN CLASS/// */

.logo_off{
  opacity: 0;
  transition: all 0.8 cubic-bezier(0.5,0,.25,.9);
}
.logo_on{
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.5,0,.25,.9);
}

/* ///DARK_LIGHT MODES/// */

.light_mode{
    background-image: url('../img/even_better_logo_header.png');
}
.dark_mode{
    background-image: url('../img/even_better_logo_header_p.png');
}

.main_wrapper{
  display: flex;
  justify-content: center;
  align-items:center;
  width:100vw;
  height:100vh;
}

.star_side{
  position: fixed;
  float: right;
  right: 0;
  width:50vw;
  height:100vh;

  background-image: url('../img/evenbetter_polygon03.webp');
  background-position:right;
  background-repeat: no-repeat;
  background-size:cover;

  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
}

.str_side_init{
  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
  width: 100vw;
  height: 100vh;
  transform-origin:right center;
}

.main_center{
  z-index: 100;
  overflow: hidden;
  width: 90vw;
  height:80vh;
}

.m_center_expand_init{
  margin-top: 10vh;
}

.main_frame{
  z-index: 100;
  overflow: hidden;
  float:right;
  width: 90vw;
  height: 80vh;
  background-color: #ffb5b3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.6s cubic-bezier(0.5,.66,.19,.98);
}

.mf_off{
  width: 0vw;
  height: 80vh;
  transform-origin:right center;
  transition: all 1s cubic-bezier(0.5,.66,.19,.98);
}

.mf_on{
  transition: all 1s cubic-bezier(0.5,.66,.19,.98);
  width: 90vw;
  height: 80vh;
  background-color: #0c1024;
}

.mf_floatswitch{
  float:left;
}

.under_frame{
  z-index: 100;
  float:right;
  background-color: #fb8597;
}

.um_off{
  width: 0vw;
  height: 80vh;

  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
  transform-origin:right center;
}

.um_on{
  width: 90vw;
  height: 80vh;

  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
  transform-origin:right center;
}

.um_resetcolor{
  background-color: rgba(0, 0, 0, 0);
}

video {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;

  transition: all 0.6s cubic-bezier(0.5,.66,.19,.98);
}

.vid_off{
  opacity:0;
  transition: all 4s cubic-bezier(0.5,0,.25,.9);
}

.vid_on{
  opacity:1;
  transition: all 4s cubic-bezier(0.5,0,.25,.9);
}

.overlay_content{
  z-index: 120;
  position: absolute;
  overflow: hidden;
  right:5vw;
  top:10vh;
  width: 90vw;
  height: 80vh;
  transition: all 0.3s cubic-bezier(0.5,.66,.19,.98);
  transform-origin:right center;
}

.center_content{
  float: right;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;

  width: 78vw;
  height: 80vh;
  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
}

.flower_eb{
  width: 4vh;
  height: 7vh;
  background-image: url("../img/evenbetter_flower.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}
.tagline{
  width: 40vw;
  height: 4vh;
}

.logo_l{
  width: 14vw;
  height: 3vw;
  background-image: url("../img/Logo_Even_Better_L.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}

.tagline h1{
  text-align: center;
  display: block;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #fff;
  letter-spacing: 0px;
  font-size: 10px;
}

.separator{
  width: 0vh;
  height: 8vh;
  border-left: 1px dotted #eba5ab;
}

.cta{
  width: 50vw;
  height: 4vh;
}

.cta h1{
  text-align: center;
  display: block;
  margin: 0;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0px;
  font-size: 2.4vw;
}

.cta_content{
  margin-top: 1.5vw;
  width: 45vw;
  height: 7vh;
}

.cta_content p{
  display: inline-block !important;
  display: block;
  margin: 0;

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  font-size: 2vh;
}

.discover{
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 4vh;
  text-align: center;
  vertical-align: center;
  width:120px;
  height: 30px;
  border-radius: 15px;
  background-color: #fdb2bc;

  transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.discover:hover{
    width:110px;
    background-color: #161d39;
    transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.discover span{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;
}

.center_content a{
  text-decoration: none;
}

.rs_content{
  float:right;
  margin-top: 0;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  width: 6vw;
  height: 80vh;
  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);

}

.rs_icon{
  margin-top: 1vh;
  margin-bottom: 1vh;
  width:20px;
  height: 20px;
  transition: all 0.4s cubic-bezier(0.5,.66,.19,.98);

}

.rs_icon:hover{
  margin-top: 1vh;
  margin-bottom: 1vh;
  width:20px;
  height: 20px;
  opacity:0.4;
  transition: all 0.4s cubic-bezier(0.5,.66,.19,.98);

}

.ig_icon{
  background-image: url("../img/ig_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}

.fb_icon{
  background-image: url("../img/fb_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}

.hidder{
  opacity:0;
  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
}
.visible{
  opacity:1;
  transition: all 2s cubic-bezier(0.5,.66,.19,.98);
}

/* ////////// SPLASHS ////////// */

.splash_app{
  overflow:hidden;
  float:left;
  margin-bottom: 0;
  bottom: 0px;
  width: 50%;
  height: 80vh;
  background-image: radial-gradient(farthest-corner at 80vw 20vh,#262957 0,#191c36 90%);

  transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
  transform-origin: center bottom !important;
}

.splash_box{
  overflow:hidden;
  float:left;
  width: 50%;
  height: 81vh;
  background-image: radial-gradient(farthest-corner at 10vw 80vh,#fed0cc 30%,#faa8a8 100%);

  transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
  transform-origin:center top;
}

.spl_h_box_shrink{
    height: 150vh;
}

.spl_h_app_shrink{
    height: 100vh;
}

.app_back{
  position: fixed;
  display: flex;
  align-items: center;
  margin-top: 1vw;
  margin-left: 2vw;

  width : 10vw;
  height: 2vw;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #fff;
  letter-spacing: 0px;
  font-size: 0.7vw;

  opacity: 1;
  transition: all 0.6s cubic-bezier(0,0,0,1.0);
}

.box_back{
  position: fixed;
  display: flex;
  align-items: center;
  margin-top: 1vw;
  margin-left: 2vw;

  width : 10vw;
  height: 2vw;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #fff;
  letter-spacing: 0px;
  font-size: 0.7vw;

  opacity: 1;
  transition: all 0.6s cubic-bezier(0,0,0,1.0);
}
.app_back:hover{
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0,0,0,1.0);
}
.box_back:hover{
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0,0,0,1.0);
}

.ico_arrow {
    width: 0.4vw;
    height: 0.4vw;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    margin-right: 0.5vw;
  }

/* ////////// SPLASHS CONTAINERS ////////// */

.spl_box_container{
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;

  transition: background-image 4s cubic-bezier(0.7,0,0,1.0);
  opacity:0;
}

.spl_box_c_init{
    transition-delay: 0.6s;
    transition: all 1s cubic-bezier(0.7,0,0,1.0);
    opacity:1;
}

.spl_box_bg_init{
  background-image: url("../img/bg_spl_box_overlay_03.webp");
  background-position:top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
  transition: background-image 4s cubic-bezier(0.7,0,0,1.0);
}
.spl_box_bg_expand{
  background-image: url("../img/bg_spl_box_overlay_03.webp");
  background-position:top;
  background-attachment: center;
  background-repeat: no-repeat;
  background-size:cover;
  transition: background-image 4s cubic-bezier(0.7,0,0,1.0);

}

.spl_app_container{
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  width: 100%;

  transition: background-image 0.2s cubic-bezier(0.7,0,0,1.0);
  opacity:0;
}

.spl_app_c_init{
    transition-delay: 0.6s;
    transition: all 1s cubic-bezier(0.7,0,0,1.0);
    opacity:1;
}

.spl_app_bg_init{
  background-image: url("../img/bg_spl_app_overlay_02.webp");
  background-position:top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
  transition: background-image 0.4s cubic-bezier(0.7,0,0,1.0);
}

/* --Splash_Container - Effects-- */

.expand_w{
  width: 60%;
}
.shrink_w{
  width: 40%;
}

.spl_expand{
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height:100vh;
}
.spl_expand_app{
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height:130vh;
}


/* ////////// SPLASHS CONTENT ////////// */

.splash_b_header{
  display: block;
  margin-top: -15vh;


  background-image: url("../img/box_header_04.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;

}

.box_h_init{
    /* transition-delay: 400Ms; */
    transition: all 0.4s cubic-bezier(0.7,0,0,1.0);
    opacity:0;
}

.header_anim_setup{
transition-delay: 400Ms;
transition: all 0.4s cubic-bezier(0.7,0,0,1.0);
}

.box_h_slideup{
    animation: slidedown 1s cubic-bezier(0,0.7,0,1.0);
}

@keyframes slidedown {
    from {
      margin-top: -100vh;
    }
   to {
     margin-top: -15vh;
   }
}

.splash_title{
  display: block;
  margin-top: -4vh;
  height:7vh;
  transition-delay: 400Ms;
  transition: all 0.4s cubic-bezier(0.7,0,0,1.0);
}

.splash_title h2{
  text-align: center;
  display: block;
  margin: 0;
  margin-top: -5vh;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0px;
  font-size: 2.4vw;
}

.splash_title h1{
  text-align: center;
  display: block;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #fff;
  letter-spacing: 0px;
  font-size: 10px;
}

.spec_box{
    margin-top: -4vh;
}

.spec_app{
    margin-top: 10vh;
}

.discover_box{
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 2vh;
  vertical-align: center;
  width:120px;
  height: 30px;
  border-radius: 15px;
  background-color: #161d39;

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.discover_box:hover{
  width:110px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0,.5,0,1);
  color: #fdb2bc;
}

.dive_box{
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 2vh;
  vertical-align: center;
  width:120px;
  height: 30px;
  border-radius: 15px;

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fdb2bc;

  background-color: #fff;
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.dive_box:hover{
  width:110px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.splash_a_header{
  display: block;
  margin-top: 2vh;
  background-image: url("../img/app_header_07.webp");
  background-position:top;
  background-repeat: no-repeat;
  background-size:contain;
}
.app_h_init{
  transition: all 0.4s cubic-bezier(0.7,0,0,1.0);
  opacity:0;
}

.h_a_init{
  width: 40vw;
  height:50vw;
}

.h_b_init{
  width: 40vw;
  height:35vw;
}

.app_h_expand{
  transition: all 0.8s cubic-bezier(0.5,0.5,0,1);
  height:50vw;
}
.app_h_slideup{
  animation: slideup 1s cubic-bezier(0,0.7,0,1.0);
}

@keyframes slideup {
  from {
    margin-top: 50vh;
    opacity: 0;
  }
 to {
   margin-top: 2vh;
   opacity: 1;
 }
}

.discover_app{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 2vh;
  margin-bottom: 2vh;
  text-align: center;
  vertical-align: center;
  width:120px;
  height: 30px;
  border-radius: 15px;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  background-color: #fdb2bc;
  transition: all 0.5s cubic-bezier(0,.5,0,1);
}

.discover_app:hover{
  width:110px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0,.5,0,1);
  color: #fdb2bc;
}

.dive_app{
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 2vh;
  margin-bottom: 2vh;
  vertical-align: center;
  width:120px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.dive_app:hover{
  width:110px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0,.5,0,1);
  color: #fdb2bc;
}

.app_cta_container{
  height:7vh;
}


.elementtest{
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: DarkSlateBlue;
}

.section_b{
  float: right;
  width:90vw;
  height: 90vh;
  background-image: url("../img/bg_spl_box_overlay.png");
  background-position:top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
}

.section_b02{
  float: right;
  width:90vw;
  height: 90vh;
  overflow: hidden;

  background-image: url('../img/evenbetter_motif_light.webp');
  background-position:center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:contain;
}

.section_b03{
  display: flex;
  align-items: center;
  float: right;
  width:90vw;
  height: 82vh;

  background-image: radial-gradient(farthest-corner at 80vw 20vh,#262957 0,#191c36 90%);
}

.section_a{
  float: right;
  width:90vw;
  height: 80vh;

  background-image: url("../img/bg_spl_app_overlay.png");
  background-position:top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
}

.section_a0{
  display: flex;
  float: right;
  width:90vw;

}

.sb01{
}
.sb02{
}
.sb03{
}

.sb_01_wrapper{
  width:90vw;
  height: 90vh;
  background-image: radial-gradient(farthest-corner at 80vw 20vh,#fed0cc 0,#faa8a8 90%);
}

.sa01{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  background-image: radial-gradient(farthest-corner at 80vw 20vh,#fed0cc 0,#faa8a8 90%);
}
.s_a0_content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 75vh;
}

.app_links{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width:30vw;;
  height: 10vh;
}

.appstore{
  width:12.5vw;
  height: 3.4vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .2);
  background-image: url("../img/appstore_soon.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

.googleplay{
  width:12.5vw;
  height: 3.4vw;
  border-radius: 1vw;
  border: 1px solid rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .2);
  background-image: url("../img/googleplay_soon.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;

}

.s_a0_content h1{
  text-align: center;
  display: block;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #3e3c85;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;
}

.s_a0_content p{
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #3e3c85;
  letter-spacing: 0px;
  font-size: 2.2vh;
}

.sa02{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;

  background-image: url("../img/app_bg2_motif_02.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;
}

.sa02_visual{
  margin-right: 5%;
  width: 40%;
  height: 70vh;
}

.app_viz_forground{
  margin-top: 5vh;
  width:70%;
  height:70vh;
  background-color: yellow;
}

.app_viz_background{
  width:100%;
  margin-top: 2vh;
  height:65vh;
  background-image: url("../img/evenbetter_app_visual.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;

  filter: drop-shadow(8mm 8mm 7mm rgba(15, 15, 40, 0.4));
  /* background-color: DarkSlateBlue; */
}

.sa02_content{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 45%;
  height: 70vh;
}

.sa02_content h1{
  text-align: left;
  display: block;
  margin: 0;

  /* margin-top: -5vh; */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: rgb(252, 195, 193);
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;
}

.sa02_content h2{
  text-align: left;
  display: block;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #9a97c4;
  letter-spacing: 0px;
  font-size: 10px;
}

.sa02_content p{
  display: inline-block !important;
  display: block;
  margin: 0;
  margin-top: 2vh;

  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #9a97c4;
  letter-spacing: 0px;
  font-size: 1.3vw;
}

.app_subscription{
  /* display: block;
  margin: 0 auto; */
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 2vh;
  margin-bottom: 1vh;
  vertical-align: center;
  width:130px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(253, 178, 188,1);

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.app_subscription:hover{
  color: #7a7ab0;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.sa03{
  z-index: 50;
  align-items:center;
  justify-content: center;
  align-content: center;

  height: 82vh;

  background-image: radial-gradient(farthest-corner at 80vw 20vh,#262957 0,#191c36 90%);
  filter: drop-shadow(0 -14mm 7mm rgba(15, 15, 40, 0.6));
}

/*/////////////////////SECTION BOX 01////////////////*/

.sb_01_container{
  width: 90vw;
  height: 90vh;
  background-image: url("../img/landing_box_section_03.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

.sb01_content{
  float: right;
  margin-top: 20vh;
  width: 35vw;
  height: 60vh;
}
.mc01_t_container{
  margin-top:-15vh;
  float: right;
  width: 35vw;
  height: 10vh;
  opacity: 0.4;
}

.sb01_content h1{
  text-align: left;
  display: block;
  margin: 0;
  margin-top: 15vh;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;
}

.sb01_content h2{
  text-align: left;
  display: block;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #fff;
  letter-spacing: 0px;
  font-size: 10px;
}

.sb01_content p{
  display: inline-block !important;
  display: block;
  margin: 0;
  margin-top: 2vh;

  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  font-size: 1.3vw;
}

.mc01_top h1{
  text-align: left;
  display: block;
  margin: 0;

  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  font-size: 12vh;
}

.l_col_01{
  float: left;
  width: 15vw;
  height: 90vh;
}

.m_col_01{
  float: left;
  width: 60vw;
  height: 90vh;
}

.r_col_01{
  float: left;
  width: 15vw;
  height: 90vh;
}

.mc01_top{
  width: 60vw;
  height: 15vh;
}
.mc01_middle{
  width: 60vw;
  height: 60vh;
}
.mc01_bottom{
  width: 60vw;
  height: 15vh;
}

.b_pflower{
  margin-top: 100vh;
  display: block;
  width: 10vw;
  height: 10vw;
  background-image: url("../img/blures_purple_flower_02.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

.b_cflower{
  margin-top: 170vh;
  display: block;
  width: 6vw;
  height: 6vw;
  background-image: url("../img/blures_cream_flower.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

/*/////////////////////SECTION BOX 02////////////////*/

.mc02_top{
  overflow: hidden;
  width: 100%;
  height: 25vh;
  background-image: linear-gradient(rgba(200, 80, 110, 0.2), rgba(200, 80, 110, 0));
}
.sb02_title{
  transform: translateY(-12vh);
  width: 100%;
  height: 10vh;
}

.sb02_middle{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  height: 45vh;
  transform: translateY(-12vh);
}

.sb02_bottom{
  transform: translateY(-8vh);
  margin: 0 auto;
  display: block;
  width: 70%;
  height: 10vh;
}

.mc02_top h1{
  margin: 0;
  margin-top: -32vh;
  text-align: center;
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  font-size: 12vh;
  opacity: 0.4;
}

.sb02_title h1{
  display: block;
  margin: 0;
  text-align: center;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #3e3c85;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;
}

.sb02_title h2{
  text-align: center;
  display: block;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px !important;
  color: #3e3c85;
  letter-spacing: 0px;
  font-size: 10px;
}

/*------BOX SLIDER-------*/

.box_slider{
  overflow: hidden;
  width:50%;
  height: 45vh;
}
.box_slide{
  margin-top: 5vh;
  width: 100%;
  height: 50vh;
}

.slide_controler{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 5vw;
  height: 30vh;
}

.prev {
  color: #fff;
  background: none;
  width:3vw;
  height: 3vw;

  border: 2px solid rgba(255, 255, 255, .6);
  font-size: 16px;
  border-radius: 50%;
  margin: .4em;

  background-image: url("../img/slider_arrow.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:50%;

  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.5,.66,.19,.98);
}
.next {
  color: #fff;
  background: none;
  width:3vw;
  height: 3vw;

  border: 2px solid rgba(255, 255, 255, .6);
  font-size: 16px;
  border-radius: 50%;
  margin: .4em;

  background-image: url("../img/slider_arrow.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:50%;
  transform: scale(-1);
  transition: all 0.4s cubic-bezier(0,0,0,1);

}
.prev:hover {
  color: #fff;
  background: none;
  border: 2px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  border-radius: 50%;
  margin: .4em;

  background-image: url("../img/slider_arrow.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:50%;
  background-color: rgba(255, 255, 255, 0.2);

  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0,0,0,1);
}

.next:hover {
  color: #fff;
  background: none;
  border: 2px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  border-radius: 50%;
  margin: .4em;

  background-image: url("../img/slider_arrow.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:50%;
  background-color: rgba(255, 255, 255, 0.2);

  transform: scale(-0.8);
  transition: all 0.4s cubic-bezier(0.5,.66,.19,.98);
}

/*SLIDES*/

.bs01{
  /* background-color: black; */
}
.bs02{
  /* background-color: blue; */
}
.bs03{
  /* background-color: yellow; */
}

.box_visual{
  display: block;
  margin: 0 auto;
  width: 25vw;
  height: 30vh;
}

.bv_01{
  background-image: url("../img/box_visual_01.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
  filter: drop-shadow(7mm 7mm 7mm rgba(165, 70, 80, 0.4));
  transition: all 0.5s cubic-bezier(0.5,0,0,1);
}

.bv_02{
  transform: translateY(-2vh);
  background-image: url("../img/box_visual_f_02.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
  filter: drop-shadow(7mm 14mm 7mm rgba(165, 70, 80, 0.4));
}

.bv_03{
  transform: translateY(-2vh);
  background-image: url("../img/box_visual_f_03.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
  filter: drop-shadow(14mm 7mm 7mm rgba(165, 70, 80, 0.4));
}

.box_title{
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 100%;
  height: 3vh;
  /* background-color: blue; */
}
.box_title h1{
  z-index: 50;
  text-align: center;
  display: block;
  margin: 0;
  /* margin-top: -5vh; */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vh;
}

.box_description{
  display: block;
  margin: 0 auto;
  margin-top: -10vh;
  width: 24vw;
  height: 10vh;
  margin-bottom: 0vh;
  transition: all 0.5s cubic-bezier(0.5,0,0,1);
}

.box_description p{
  margin: 0;

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #3e3c85;
  letter-spacing: 0px;
  line-height:2.2vh;
  font-size: 1.8vh;
}

.preorder{
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 1vh;
  margin-bottom: 1vh;
  vertical-align: center;
  width:140px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(40, 40, 80, 1);

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.preorder:hover{

  background-color: rgba(40, 40, 80, 0.4);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.order_btn{
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 1vh;
  margin-bottom: 1vh;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: center;
  /* width:140px; */
  height: 30px;
  border-radius: 15px;
  background-color: rgba(40, 40, 80, 1);

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;
  outline: none;
  border:0;
  cursor:pointer;
  text-align: center;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.order_btn:hover{

  background-color: rgba(40, 40, 80, 0.4);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

/*SOLDOUT OVERLAY*/

.keepmeposted input{
    text-align: center;
    outline:none;
    background:none;
    border:none;

    width:130px;
    height: 30px;

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px !important;
    font-size: 10px;
    color: #fff;
}

.keepmeposted input:hover{
    color: #7a7ab0;
    transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}
.keepmeposted{
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 1vh;
  margin-bottom: 1vh;
  vertical-align: center;
  width:130px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(150, 150, 215, 0.4);
  outline:none;

  text-align: center !important;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.keepmeposted:hover{
  color: #7a7ab0;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.kmp_form input {
  position: relative;
  margin-bottom: 2vh;
  float: left;
  width:40vw;
  height: 50px;
  background: none;
  border: none;
  resize: none;
  outline: none;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color:rgb(253, 178, 188) !important;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 4vh;
  text-align: center;

  border-bottom: 1px solid #fff;
  opacity: 0.4;
  transition: all 0.5s cubic-bezier(0,.66,.19,.98);

}
.kmp_form input:focus {
  position: relative;
  float: left;
  width:40vw;
  height: 50px;
  background: none;
  border: none;
  resize: none;
  outline: none;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fcc3c1 !important;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 3vh;
  text-align: center;

  border-bottom: 1px solid #9696d5;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0,.66,.19,.98);
}

.kmp_form input::placeholder{
    color:#7a7ab0;
}

.kmp_form input:focus::placeholder{
    color:#7a7ab0;
    opacity: 0;
}

.keepmeposted input{
    text-align: center;
    outline:none;
    background:none;
    border:none;

    width:130px;
    height: 30px;

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px !important;
    font-size: 10px;
    color: #fff;
}

.keepmeposted input:hover{
    color: #7a7ab0;
    transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}
.keepmeposted{
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 1vh;
  margin-bottom: 1vh;
  vertical-align: center;
  width:130px;
  height: 30px;
  border-radius: 15px;
  background-color: rgb(253, 178, 188);
  outline:none;

  text-align: center !important;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.keepmeposted:hover{
  color: #7a7ab0;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.kmp_s_container{
  display: flex;
  align-content:center;
  align-items:center;
  align-self: center;

  width:fit-content;
  height: 30px;
}

.kmp_done{
  width: fit-content;
  height: 30px;
  float: left;
  margin-left:1vh;

  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #fcc3c1;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 1.4vh;
  transition: all 0.4s cubic-bezier(0.5,0,0,1);
}

.km_posted{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bpd_top{
  display: flex;
  justify-content:flex-end;
  width:100%;
  height:10vh;
}
.menu_close{
  margin-right: 2vh;
  margin-top: 2vh;
  width:2vw;
  height:2vw;

  background-image: url('../img/menu_closer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  transition: all 0.6s cubic-bezier(0.5,0,0,1);
}

/*BOX HOVER*/

.product_detail{
  z-index: 200;
  position: absolute;

  margin-top: 10vh;
  margin-left: 5vw;
  width: 90vw;
  height: 80vh;

  background-color: rgba(3, 0, 24, 0.9);
  transition: all 0.8s cubic-bezier(0.7,0,0,1);
}

.p-detail_content{
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 60vh;
}

.p-detail_content h1{
  text-align: center;
  display: block;
  margin: 0;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: rgb(252, 195, 193);
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;
}

.p-detail_content p{
  margin: 0;
  margin-top:2vh;
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #9696d5;
  letter-spacing: 0px;
  font-size: 2vh;
}

.sb02_bottom p{
  margin: 0;

  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #3e3c85;
  letter-spacing: 0px;
  font-size: 1.8vh;
}

/*/////////////////////SECTION BOX 03////////////////*/

.sb_03_side{
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 50%;
  height: 70vh;
}

.sb03_l_side{
  align-items: flex-end;
}

.sb03_ls_bottom{
  width: 38vw;
  height: 14vh;
}

.sb03_r_side{
  align-items: center;
  align-content: center;
  background-image: url("../img/evenbetter_motif_footer.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

.sb_03_r-side_content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width:25vw;
  height: 30vh;
}

/*---------FORM----------*/

.sb03_ls_top{
  margin-top: 2vh;
  margin-bottom: 1vw;
  width: 38vw;
  height: 12vh;
}

.sb03_ls_top h1{
  z-index: 50;
  text-align: left;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fcc3c1;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vh;
}

.sb03_ls_top p{
  margin: 0;
  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #9696d5;
  letter-spacing: 0px;
  font-size: 2vh;
}

.sb03_ls_middle{
  margin-bottom: 7vh;
  width: 38vw;
  height: 20vh;
}

input {
    border-radius: 0;
}
input:focus {
    outline:none;
}

.nl_form input {
  position: relative;
  float: left;
  margin-bottom: 2vh;
  width:100%;
  height: 50px;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color:#7a7ab0 !important;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 4vh;

  background: none;
  border: none;
  resize: none;
  outline: none;
  border-bottom: 1px solid #fff;

  opacity: 0.2;
  transition: all 0.5s cubic-bezier(0,.66,.19,.98);
}
.nl_form input:focus {
  position: relative;
  float: left;
  /* margin-left: 5px; */
  width:100%;
  background: none;
  border: none;
  resize: none;
  outline: none;
  height: 50px;

  transition: all 0.5s cubic-bezier(0,.66,.19,.98);

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #fcc3c1 !important;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 3vh;

  border-bottom: 1px solid #9696d5;
  opacity: 1;

}

.nl_form input::placeholder{
    color:#7a7ab0;
}

.nl_form input:focus::placeholder{
    color:#7a7ab0;
    opacity: 0;
}

.subscription input{
    text-align: center;
    outline:none;
    background:none;
    border:none;

    width:130px;
    height: 30px;

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px !important;
    font-size: 10px;
    color: #fff;
}

.subscription input:hover{
    color: #7a7ab0;
    transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}
.subscription{
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: 1vh;
  margin-bottom: 1vh;
  vertical-align: center;
  width:130px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(150, 150, 215, 0.4);
  outline:none;

  text-align: center !important;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px !important;
  font-size: 10px;
  color: #fff;

  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}

.subscription:hover{
  color: #7a7ab0;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s cubic-bezier(0,.5,0.5,1);
}
.sent_container{
  display: flex;
  align-content:center;
  align-items:center;
  float: left;
  margin-top: 1vh;
  margin-left: 1vw;
  width:20px;
  height: 30px;
}

.sent{
  width:20px;
  height: 20px;
  border-radius: 10px;
  background-image:url('../img/checkmark.png');
  background-size: contain;
  background-position: center;
  background-color: rgba(253, 178, 188,1);
  transition: all 0.5s cubic-bezier(0.5,.66,.19,1.5);
}

.done{
  width: 200px;
  height: 30px;
  float: left;
  margin-top:1vh;
  margin-left: 1vh;

  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #fcc3c1;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 1.4vh;
  transition: all 0.5s cubic-bezier(0.5,.66,.19,1.5);
}

/*---------PETIT PLUS----------*/

.petitplus_visual{
  float: left;
  width:4vw;
  height: 4vw;
  background-image: url("../img/petitplus_icon.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}

.petitplus{
  margin-left: 1vw;
  float: left;
  width:32vw;
  height: 14vh;
}

.petitplus h2{
  margin: 0;
  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  color: #fcc3c1;
  letter-spacing: 0px;
  font-size: 1.8vh;
}

.petitplus p{
  margin: 0;
  text-align: left;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #7a7ab0;
  letter-spacing: 0px;
  font-size: 1.6vh;
}

/*-------TESTIMONIAL--------*/

.testimonial_b_slider{
  overflow: hidden;
  width:22vw;
  height: 12vw;

}

.testi_b_slider{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width:22vw;
  height: 12vw;
}

.testi_b_slider h3{
  margin: 0;
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  color: #fcc3c1;
  letter-spacing: 0px;
  font-size: 1.8vh;
}

.testi_b_slider p{
  z-index: 50;
  text-align: center;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: #7a7ab0;
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 1.6vw;
}


/* ////////// FOOTER ////////// */

.footer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 125;
  position:fixed;
  bottom: 0;
  width:100vw;
  height:10vh;

}

.footer_content{
  margin-left: 5vw;
  width: 45vw;
  height: 2vh;
  /* background-color: blue; */
    transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}

.footer_content p{
  margin: 0 auto;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.5px !important;
  font-size: 10px;
}

.footer_content a{
  margin: 0 auto;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.5px !important;
  font-size: 10px;
  transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}

.footer_content a:hover{
opacity:0.4;
transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}

.fc_light_lmode{
    color: #161d39;
      transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}
.fc_dark_lmode{
    color: #a9a4d0;
      transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}

.fc_light_lmode a{
    color: #161d39;
      transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}
.fc_dark_lmode a{
    color: #a9a4d0;
      transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}

.footer_rs_content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  margin-right: 5vw;
  width: 50px;
  height: 4vh;
  transition: all 0.8s cubic-bezier(0.7,0,0,1.0);
}


/* //////// CONTACT OVERLAY //////// */

.contact_detail{
  margin-top: 10vh;
  margin-left: 5vw;
  z-index: 200;
  position: absolute;
  width: 90vw;
  height: 80vh;
  background-color: rgba(3, 0, 24, 1);
  transition: all 0.8s cubic-bezier(0.7,0,0,1);
}

.contact_content{
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 70vh;
}


.contact_content h1{
  text-align: center;
  display: block;
  margin: 0;

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  color: rgb(252, 195, 193);
  line-height: 1em;
  letter-spacing: 0px;
  font-size: 2.5vw;

}

.contact_content p{
  margin: 0;
  margin-top:2vh;
  text-align: center;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  color: #9696d5;
  letter-spacing: 0px;
  font-size: 2vh;
}

.mail_container{
  display:flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 35%;
}

.contact_box{
  width:30%;
  height:40%;
}

.contact_box h1{
  text-align: center;
  display: block;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4px !important;
  color : rgb(252, 195, 193);
  letter-spacing: 0px;
  font-size: 2vh;
}

.contact_box h2{
  text-align: center;
  display: block;
  margin:0;
  margin-bottom: 1vh;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;

  color : rgba(150, 150, 213, 0.6);
  letter-spacing: 0px;
  font-size: 2vh;
}

.contact_box a{
  text-align: center;
  display: block;
  margin:0;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;

  color : rgba(150, 150, 213,1);
  letter-spacing: 0px;
  font-size: 16px;
  transition: all 0.8s cubic-bezier(0,0.25,0,1);
}

.contact_box a:hover{
  text-align: center;
  display: block;
  margin:0;

  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;

  color : rgba(255, 255, 255,1);
  letter-spacing: 0px;
  font-size: 16px;
    transition: all 0.8s cubic-bezier(0,0.25,0,1);
}

.f_contact{
  font-weight: 800;
transition: all 0.5s cubic-bezier(0,0.25,0,1);
}

.f_contact:hover{
  cursor: pointer;
  opacity: 0.5;
transition: all 0.5s cubic-bezier(0,0.25,0,1);
}

/* //////// GENERAL EFFECTS //////// */

#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.expand_full{
  width: 100%;
}

.shrink_full{
  width: 0%;
}

.smaller{
  display: none;
}

.dismiss_w{
  width: 0;
  /* transform: scaleX(0); */
  transition: all 0.8s cubic-bezier(0.5,.66,.19,.98);
}

.dismiss_h{
  transform: scaleY(0);
  transition: all 0.4s cubic-bezier(0.5,.66,.19,.98);
}

.hide{
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5,.66,.19,.98);
}

.hide_scale{
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5,.66,.19,1.3);
}

.slideout{
  transform: translateX(2vw);
}

.eraser{
  display: none;
}

.disable{
  pointer-events: none;
}

.y_scrollable{
  overflow-y: scroll;
}

.x_scrollable{
  overflow-x: scroll;
}

.b_slideup{
  transform: translateY(-8vh);
}

.b_slide_in{
  opacity: 0;
  transform: translateY(8vh);
  transition: all 0.4s cubic-bezier(0.5,0,0,1);
}
