@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
:root
{
  --font: "Lexend", sans-serif;
}
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font);
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: capitalize;
}
html
{
  background: var(  --color-gray);
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth;
}
body
{
  line-height: 1.7;
  color: gray;
  font-family: var(--font);
  font-weight: 500;
  font-size: 1rem;
  background: none;
  position: relative;
  padding-bottom: 96px;
}
#btn
{
  position: absolute;
  top: 35px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

::-moz-selection
{
  background: #000;
  color: #fff;
}
::selection
{
  background: #000;
  color: #fff;
}
.copyright
{
  color: #F5F5F5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
button:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
}
.relative
{
  position: relative;
}
a
{
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
  cursor: pointer !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
{
  font-family: var(--font);
}
.index0{z-index:  0;}
.index1{z-index:  1;}
.index2{z-index:  2;}
.index3{z-index:  3;}
.index4{z-index:  4;}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #eef7fe !important;
  -webkit-box-shadow: 0 6px 20px rgba(15, 15, 65, 0.08);
     -moz-box-shadow: 0 6px 20px rgba(15, 15, 65, 0.08);
          box-shadow: 0 6px 20px rgba(15, 15, 65, 0.08);
}

body.has-sticky-nav {
  padding-top: 80px; /* hoogte van je navbar */
}

.navbar.navbar-expand-md.bg-body-tertiary
{
  background-color: #eef7fe !important;
  padding: 0;
}
.navbar-brand >img
{
  width:100%;
  max-width: 160px;
}
.nav-link {
    color: #111 !important;
    font-size: 14px;
    font-weight: 400;
}
.nav-link:hover {
    color: white;
}

.hero-title {
    font-size: 30px;
    margin-bottom: 75px;
    color:#fff;
    font-weight: 400;
}
.nav-item
{
  background: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-dark .navbar-toggler
{
  border: none;
}
.footer-box {
  text-align: center;
  background-color: #f9f9f9;
  color: #2c2c72;
}

.footer-links {
  margin: 10px 0;
}

.footer-links a {
  color: #2c2c72;
  text-decoration: none;
  font-size: 12px;
  margin: 0 10px;
  font-weight: 400;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright
{
  color: #2c2c72;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
.navbar-brand
{
  width:70%;
}
.navbar-toggler
{
  border: none;
  background: #dde9f7;
}
.header{
  position: relative;
  background: #eef7fe;
  padding: 30px 0 0px;
  margin-bottom: 200px;
  background-image: url("../images/blurry.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x:center;
}

.header::after{
  content:"";
  position:absolute;
  left:50%;
  bottom: -140px;
  width: 100%;
  height: 300px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background:#eef7fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  pointer-events:none;
}
.welcome-box
{
  z-index: 1;
}
.welcome_text
{
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  color: #0F0F41;
}
.welcome_text_sub
{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #0F0F41;
}

.title
{
  color:#2C2C72;
  font-size: 35px;
  font-weight: 600;
  border:none;

}
.about-text,.contact-text
{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #0F0F41;
}
#about
{
  background-image: url("../images/blurry.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x:center;
}
button.button_for_contact,.button
{
  background: #FD6253;
  background: -moz-linear-gradient(top,  #FD6253 0%, #FD6253 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD6253), color-stop(100%,#FD6253));
  background: -webkit-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: -o-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#FD6253),to(#FD6253));
  background: -moz-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: linear-gradient(to bottom,  #FD6253 0%,#FD6253 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6253', endColorstr='#FD6253',GradientType=0 );
  border: none;
  padding: 12px 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  max-width: 340px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
  -moz-box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
  box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
}
.button-menu
{
  background: #FD6253;
  background: -moz-linear-gradient(top,  #FD6253 0%, #FD6253 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD6253), color-stop(100%,#FD6253));
  background: -webkit-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: -o-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: -webkit-gradient(linear,  left top, left bottom,  from(#FD6253),to(#FD6253));
  background: -moz-linear-gradient(top,  #FD6253 0%,#FD6253 100%);
  background: linear-gradient(to bottom,  #FD6253 0%,#FD6253 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6253', endColorstr='#FD6253',GradientType=0 );
  color: #fff;
  border: none;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 180px;
  text-transform: uppercase;
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
}
.story-bg
{
  background: #EEF7FE;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.about-bg
{
  background: #F1F8DA;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.subtitle
{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #0F0F41;
}

.basic-text
{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #0F0F41;
}

.check-icon
{
  line-height: 1;
  margin-top: 2p;
  width: 24px
}

.included-item
{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #0F0F41;
}
.gray
{
  color: #6b7280;
}
#priceAmount
{
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: #2C2C72;
}
#pricingBox.card{
  background: #fff;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);

}

#pricingBox .btn-group{
  background: #fff;
  border: 1px solid #0F0F41;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
}

#pricingBox .billing-btn
{
  border: 0 !important;
  background: transparent;
  color: rgba(15, 15, 65, 0.75);
  -webkit-border-radius: 999px !important;
  -moz-border-radius: 999px !important;
  border-radius: 999px !important;
  padding: 10px 10px;
  line-height: 1;
}

#pricingBox .billing-btn.is-active{
  background: #0F0F41;
  color: #fff;
}

#priceMeta,#priceUnit{
  font-size: 14px;
}
#pricingBox #billingSavings.basic-text,#pricingBox #priceUnit.basic-text,#pricingBox #priceMeta.basic-text
{
  font-size: 11px;
}
#submit_button.btn{
  background: #FD6253;
  color: #fff;
  border: none;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: 14px;
  -webkit-box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
     -moz-box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
          box-shadow: rgb(235, 78, 67) 0px 7px 0px 0px;
}

#submit_button.btn:hover{
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
  -webkit-transform: translateY(1px);
     -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: rgb(235, 78, 67) 0px 6px 0px 0px;
     -moz-box-shadow: rgb(235, 78, 67) 0px 6px 0px 0px;
          box-shadow: rgb(235, 78, 67) 0px 6px 0px 0px;
}
#howitworks
{
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(#ffffff),
    color-stop(65%, #ffffff),
    color-stop(65%, #F6F3EF),
    to(#F6F3EF)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 65%,
    #F6F3EF 65%,
    #F6F3EF 100%
  );
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 65%,
    #F6F3EF 65%,
    #F6F3EF 100%
  );
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 65%,
    #F6F3EF 65%,
    #F6F3EF 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 65%,
    #F6F3EF 65%,
    #F6F3EF 100%
  );
}
.how-box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #FBDFD4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
          border-radius: 30px;
  min-height: 300px;
}
.how-box-subtitle
{
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  color: #0F0F41;
}

.how-box-basic-text
{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #0F0F41;
}
.icon
{
  max-width: 50px;
  width: 100%;
  height: 80px;
}
#faq
{
  background: #F6F3EF;
}

.accordion-item{
  background: transparent;
  border: 0;
  border: 1px solid #0F0F41;
  border-right: 0;
  border-left: 0;
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
}

.accordion-button{
  background: transparent !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  padding: 26px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.accordion-button::after{
  display: none !important;
}

.faq-q{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #0F0F41;
}

.faq-toggle-icon{
  width: 11px;
  height: 22;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.9;
}
.accordion-button:not(.collapsed) .faq-toggle-icon{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-body{
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #0F0F41;
}
.welcome-box
{
  top: 40px;
}
.mobile-cta{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 16px 18px;
  z-index: 999;
  background: rgba(238, 247, 254, 0.7);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 -8px 30px rgba(15, 15, 65, 0.15);
     -moz-box-shadow: 0 -8px 30px rgba(15, 15, 65, 0.15);
          box-shadow: 0 -8px 30px rgba(15, 15, 65, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
          transform: translateY(100%);
}
.mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.mobile-cta.is-hidden{
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.info-below-button {
    font-size: 12px;
    font-style: italic;
    color: #6b7280;
}
@media screen and (min-width: 576px)
{
  .welcome_text
  {
  }
    .navbar-brand
  {
    width:initial;
  }
  h3{
    font-size: 22px;
  }
  .included-item{
  }
  .check-icon{
  }
  body
  {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px)
{
  .welcome_text
  {
  }
  #submit_button.btn{
    font-size: 16px;
  }
}
@media screen and (min-width: 992px)
{
  .welcome_text
  {
  }
  .about-text,.contact-text
  {
    font-size: 18px;
  }
  .included-item{
    font-size: 20px;
    line-height: 1.2;
  }
  #pricingBox.card{
    margin-top: 12px;
  }
  .welcome_text
  {
    font-size: 80px;
    line-height: 1.2;
  }
  .welcome_text_sub
  {
    font-size: 22px;
    line-height: 1.5;
  }
  .navbar.navbar-expand-md.bg-body-tertiary
  {
    padding-top: 0;
  }
  .welcome-box
  {
    top: 0px;
  }
  .title
  {
    font-size: 50px;
  }
  .subtitle
  {
    font-size: 20px;
  }
  .basic-text
  {
    font-size: 16px;
  }
  #pricingBox .billing-btn
  {
    padding:10px 18px;
  }
  #pricingBox #billingSavings.basic-text, #pricingBox #priceUnit.basic-text,#pricingBox #priceMeta.basic-text
  {
    font-size: 16px;
  }
   #submit_button.btn
   {
    font-size: 18px;
   }
  #priceAmount
  {
    font-size:30px;
  }
}
@media screen and (min-width: 1200px)
{
  .welcome_text
  {
  }
}
@media screen and (min-width: 1400px)
{

}