@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);

@font-face{
  font-family: 'TenorSans';
  src: url(fonts/TenorSans.ttf);
}

@font-face{
  font-family: 'Montserrat Alternates Black';
  src: url(fonts/MontserratAlternates-Black.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: arial; 
} 

html{
scroll-behavior: smooth;
}

main{
  position: relative;
}

header {
    position: fixed;
    height: auto;
    width: 100%;
    float: left;
    background-color: #f4f8f4;
    /* background: rgba(240, 235, 235, 0.15); */
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  /* backdrop-filter: blur(18px);
  
  -webkit-backdrop-filter: blur(18px); */
    padding: 0 20px;
    color: #fff;
    z-index: 1000;
   
}

.brand-logo {
    max-width: 200px;
    float: left;
    padding: 14px 0px;
  
}
.brand-logo img {
    max-width: 100%;
    padding-top: 7px;
   
}


.navigation {
    margin: 0px;
    float: right;
}
.navigation li {
    list-style: none;
    float: left;
}
.navigation li a {
    color: rgb(146, 17, 96);
    padding: 28px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}
.navigation li a i {
    width: 100%;
    font-size: 20px;
    margin-bottom: 7px;
}
.show-menu-btn,
.hide-menu-btn {
    color: blueviolet;
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
}
.show-menu-btn {
    margin: 0px;
    float: right;
}
.show-menu-btn i {
    line-height: 100px;
}
.navigation a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover {
    color: #cf972e;
    cursor: pointer;
}
#toggle-btn {
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}


@media screen and (max-width:767px) {
.show-menu-btn,
.hide-menu-btn {
    display: block;
}
.navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba( 255, 255, 255, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.57 );
     backdrop-filter: blur(18px);
     -webkit-backdrop-filter: blur(18px);
    top: -150%;
    left: 0;
    padding: 50px 0px;
    padding-top: 145px;
    transition: 1s;
    z-index: 10000;
}

.navigation li {
    width: 100%;
}
.navigation li a {
    padding: 15px 25px;
    text-align: center;
}
.navigation li a i {
    width: auto;
    font-size: 20px;
}
.hide-menu-btn {
    position: absolute;
    top: 15px;
    right: 20px;
}
#toggle-btn:checked ~ nav .navigation {
    top: 0px;
}
}

























 ul { list-style: none; }
a { text-decoration: unset; }
ul > li > a { color:#fff; }
a:hover{color: #20bd22;}
.column a{color: #a41cb6;
font-size: 20px;}
/* a:hover { text-decoration: underline; }

ul > li { line-height: 1.5em; }  */




#dashboard{
  background-color: lavender;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


#dashboard{
  animation: 55s infinite appear;
}

@keyframes appear {
  0% {
    background-color: #5e4589;
  }

  20% {
   background-color: #5e4589 ;
  }

  21% {
    background-color: #65a849 ;
  }

  40% {
    background-color: #65a849 ;
  }

  41% {
    background-color: #c81f5a ;
  }

  60%{
    background-color: #c81f5a ;
  }
  61% {
    background-color: #bd4c54;
  }

  80%{
    background-color: #bd4c54;
  }
  81% {
    background-color: #c81f5a ;
  }

  100%{
    background-color: #c81f5a ;
  }
}



.dashboard{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  padding-top: 130px;
}

.dashtext{
  width: 400px;
  filter: drop-shadow(1.5px 1.5px 4px #2a97908f) drop-shadow(2px 2px 5px #2a97908f) 
  drop-shadow(2.5px 2.5px 6px #2a97908f);
}
.dashnoottext{
  width: 300px;
}
.dashboard .dashboardtext{
  position: relative;
  width: 40%;
  height: auto;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dashboard .dashboardimages{
 position: relative;
  width: 60%;
  height: auto;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  font-size: 1.1em;
  line-height: 27px;
  text-align: center;
  font-family: 'TenorSans';
}

.dashboard .dashboardimages .dashboardimage{
  position: absolute;
}

.dashboardimages .dashboardimage2{
  position: absolute;
}
.dashboardimages .dashboardimage3{
  position: absolute;
}

.dashboardimages .dashboardimage4{
  position: absolute;
}

.dashboardimages .dashboardimage5{
  position: absolute;
}

.dashboardimages .dashboardimage{
  animation: 55s infinite slidein;
}

@keyframes slidein {
  0% {
    transform: translateX(550px);
  }

  6% {
    transform: translateX(0%);
  }

  13.6% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(550px);
  }
  100%{
    transform: translateX(550px);
  }
}


 .dashboardimages .dashboardimage2{
  animation: 55s infinite slider
}

@keyframes slider {
  0%{
    transform: translateX(550px);
  }
  20% {
    transform: translateX(550px);
  }

  26% {
    transform: translateX(0%);
  }

  33.6% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(550px);
  }
  100% {
    transform: translateX(550px);
  }
}
.dashboardimages .dashboardimage3{
  animation: 55s infinite sliders;
}

@keyframes sliders {
  0% {
    transform: translateX(550px);
  }

  40% {
    transform: translateX(550px);
  }

  46% {
    transform: translateX(0%);
  }

  53.6% {
    transform: translateX(0%);
  }

  60%{
    transform: translateX(550px);
  }

  100%{
    transform: translateX(550px);
  }
}

.dashboardimages .dashboardimage4{
  animation: 55s infinite sliders4;
}

@keyframes sliders4 {
  0% {
    transform: translateX(550px);
  }

  60% {
    transform: translateX(550px);
  }

  66% {
    transform: translateX(0%);
  }

  73.6% {
    transform: translateX(0%);
  }

  80% {
    transform: translateX(550px);
  }

  100%{
    transform: translateX(550px);
  }
}

.dashboardimages .dashboardimage5{
  animation: 55s infinite sliders5;
}

@keyframes sliders5 {
  0% {
    transform: translateX(550px);
  }

  80% {
    transform: translateX(550px);
  }

  86% {
    transform: translateX(0%);
  }

  93.6% {
    transform: translateX(0%);
  }

  100%{
    transform: translateX(550px);
  }
}

.nootdashboard-back{
  position: absolute;
  /* z-index: 2; */
}

.nootdashboard-back img{
  position: relative;
  height: 510px;
  /* z-index: 2; */
}

@media screen and (max-width:900px){
  .dashboard{
    flex-direction: column;
  
    
  }
  /* .dashboard .dashnoottext{
    height: 200px;
    
  }

  .dashboard .dashtext{
    height: 200px;
    
  } */

  .nootdashboard-back img{
    position: relative;
    height: 410px;
    /* z-index: 2; */
  }
 


  .dashboard .dashboardtext{
    /* position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    display: none;
  }

  
  .dashboard .dashboardimages{
   position: relative;
    width: 100%;
    height: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 700px 25px; */
    font-size: 1.1em;
    line-height: 27px;
    text-align: center;
    font-family: 'TenorSans';
  }








   /* .dashboardimage{
    height: 800px;
  }

  .dashboardimages .dashboardimage2{
    height: 800px;
  }
  .dashboardimages .dashboardimage3{
    height: 800px;
  } */





  .dashboardimages .dashboardimage{
    animation: 55s infinite slidein;
  }
  
  @keyframes slidein {
    0% {
      transform: translateX(650px);
    }
  
    6% {
      transform: translateX(0%);
    }
  
    13.6% {
      transform: translateX(0%);
    }
    20% {
      transform: translateX(650px);
    }
    100%{
      transform: translateX(650px);
    }
  }
  
  
   .dashboardimages .dashboardimage2{
    animation: 55s infinite slider
  }
  
  @keyframes slider {
    0%{
      transform: translateX(650px);
    }
    20% {
      transform: translateX(650px);
    }
  
    26% {
      transform: translateX(0%);
    }
  
    33.6% {
      transform: translateX(0%);
    }
    40% {
      transform: translateX(650px);
    }
    100% {
      transform: translateX(650px);
    }
  }
  .dashboardimages .dashboardimage3{
    animation: 55s infinite sliders;
  }
  
  @keyframes sliders {
    0% {
      transform: translateX(650px);
    }
  
    40% {
      transform: translateX(650px);
    }
  
    46% {
      transform: translateX(0%);
    }
  
    53.6% {
      transform: translateX(0%);
    }
  
    60%{
      transform: translateX(650px);
    }
  
    100%{
      transform: translateX(650px);
    }
  }
  
  .dashboardimages .dashboardimage4{
    animation: 55s infinite sliders4;
  }
  
  @keyframes sliders4 {
    0% {
      transform: translateX(650px);
    }
  
    60% {
      transform: translateX(650px);
    }
  
    66% {
      transform: translateX(0%);
    }
  
    73.6% {
      transform: translateX(0%);
    }
  
    80% {
      transform: translateX(650px);
    }
  
    100%{
      transform: translateX(650px);
    }
  }
  
  .dashboardimages .dashboardimage5{
    animation: 55s infinite sliders5;
  }
  
  @keyframes sliders5 {
    0% {
      transform: translateX(650px);
    }
  
    80% {
      transform: translateX(650px);
    }
  
    86% {
      transform: translateX(0%);
    }
  
    93.6% {
      transform: translateX(0%);
    }
  
    100%{
      transform: translateX(650px);
    }
  }

}




















#products{
  width: 100%;
  height: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  /* background-color: #d8e5ed; */
  background-image: linear-gradient(to right, #c4d9e6, #e2edf3, #eff4f7, #e2edf3, #c4d9e6);
  font-family: 'TenorSans';
  overflow: hidden;
}

#products .description{
  position: relative;
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  padding-left: 155px;
  padding-right: 155px;
  font-family: 'TenorSans';
  margin-top: 11px;
  margin-bottom: 35px;
}

@media screen and (max-width: 800px){
  #products .description{
    font-size: 1.1em;
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media screen and (max-width: 600px){
  #products .description{
    font-size: 1.1em;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 400px){
  #products .description{
    font-size: 1.11em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.categories{
  text-align: center;
  font-family: 'TenorSans';
  font-size: 1.1em;
  letter-spacing: 7px;
  color: #c81f5a;
  font-style: bold;
  margin-bottom: 21px;
}

.prods-container{
  position: relative;
  width: 95%;
  padding-left: 5%;
  height: auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.card{
  position: relative;
  width: 310px;
  height: 860px;
  margin-bottom: 21px;
}

.card .back{
  position: absolute;
  width: 300px;
  height: 850px;
  transform: translate(10px, 10px);
  background-color: #5e4589 ;
  border-radius: 17px;
}

.card .front{
  position: absolute;
  width: 300px;
  height: 850px;
  background-color: #ffffff;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hair-growth .card{
  position: relative;
  width: 310px;
  height: 720px;
  margin-bottom: 21px;
}

.hair-growth .card .back{
  position: absolute;
  width: 300px;
  height: 710px;
  transform: translate(10px, 10px);
  background-color: #5e4589 ;
  border-radius: 17px;
}

.hair-growth .card .front{
  position: absolute;
  width: 300px;
  height: 710px;
  background-color: #ffffff;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card .front .top{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}



.card .front .top .prods{
  position: relative;
  width: 150px;
  height: 280px;
  margin-top: 11px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, transparent, rgba(0, 0, 0, 0.319));
  filter: drop-shadow(3px 3px 3px #222222d5);
}

.card .front .top .content .name{
  position: relative;
  font-size: 1.4em;
  font-family: 'TenorSans';
  margin-top: 27px;
}

.card .front .top .content .name span{
  color: #06423e;
  font-size: 0.6em;
  font-family: 'TenorSans';
  text-transform: uppercase;
}

.card .front .top .content .order{
  position: relative;
  padding: 7px 21px;
  border-radius: 11px;
  /* font-family: 'TenorSans'; */
  font-family: 'Montserrat Alternates Black';
  font-size: 1.1em;
  border: none;
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: 7px 7px 7px #222222ad;
  margin-top: 17px;
  margin-left: 21px;
  cursor: pointer;
}

.massage .card:nth-child(2) .back{
  background-color: #65a849;
}

.massage .card:nth-child(3) .back{
  background-color: #bd4c54;
}

.hair-growth .card:nth-child(1) .back{
  background-color: #c81f5a;
}

.hair-growth .card:nth-child(2) .back{
  background-color: #c81f5a;
}

/* #809a73 */

.massage .card:nth-child(1) .front .top .content 
.name{
 color: #5e4589;
}

.massage .card:nth-child(2) .front .top .content 
.name{
 color: #65a849;
}

.massage .card:nth-child(3) .front .top .content 
.name{
 color: #bd4c54;
}

.hair-growth .card:nth-child(1) .front .top .content 
.name{
 color: #c81f5a;
}

.hair-growth .card:nth-child(2) .front .top .content 
.name{
 color: #c81f5a;
}

.massage .card:nth-child(1) .front .top .content .order{
  background-image: linear-gradient(150deg, #5e4589, #6c5496, #7b64a3, #8d79b1);
}

.massage .card:nth-child(2) .front .top .content .order{
  background-image: linear-gradient(150deg, #65a849, #79b85e, #87c46d, #96ce7e);
}

.massage .card:nth-child(3) .front .top .content .order{
  background-image: linear-gradient(150deg, #bd4c54, #c26167, #c5767b, #c48c8f);
}

.hair-growth .card:nth-child(1) .front .top .content .order{
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
}

.hair-growth .card:nth-child(2) .front .top .content .order{
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
}

.card .front .top .content .formats{
  position: relative;
  margin-top: 17px;
  margin-left: 25px;
}

.card .front .top .content .formats div{
  position: relative;
  margin-left: 7px;
  display: flex;
  flex-direction: column;
}

.card .front .top .content .formats div span{
  position: relative;
  width: 70px;
  height: 27px;
  margin-bottom: 5px;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: 'TenorSans';
}

.massage .card .front .top .content .formats div span:nth-child(1){
  background-image: linear-gradient(150deg, #5e4589, #6c5496, #7b64a3, #8d79b1);
  color: #ffffff;
}

.massage .card:nth-child(2) .front .top .content .formats div span:nth-child(1){
  background-image: linear-gradient(150deg, #65a849, #79b85e, #87c46d, #96ce7e);
}

.massage .card:nth-child(3) .front .top .content .formats div span:nth-child(1){
  background-image: linear-gradient(150deg, #bd4c54, #c26167, #c5767b, #c48c8f);
}

.hair-growth .card:nth-child(1) .front .top .content .formats div span:nth-child(1){
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
}

.hair-growth .card:nth-child(2) .front .top .content .formats div span:nth-child(1){
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
}

/* actie prijs */
.card .front .top .content .old-price{
  position: relative;
  width: 100%;
  margin-top: 11px;
  font-family: 'TenorSans';
  font-size: 0.9em;
  text-align: center;
  color: #222222;
  text-decoration: line-through;
}

.card .front .top .content .price{
  position: relative;
  width: 100%;
  margin-top: 11px;
  font-family: 'TenorSans';
  font-size: 1.1em;
  text-align: center;
  color: #06423e;
}

.desc-ingr{
  position: absolute;
  width: 100%;
  height: auto;
  top: 360px;
}

.desc-ingr .btns{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.desc-ingr .btns button{
  position: relative;
  width: 48%;
  height: 27px;
  font-family: 'TenorSans';
  cursor: pointer;
  border: none;
}

.desc-ingr1 .btns button{
  background-image: linear-gradient(150deg, #5e4589, #6c5496, #7b64a3, #8d79b1);
  color: #ffffff;
}

.desc-ingr1 .btns button:nth-child(1){
  background: #cccccc;
  color: #000;
}

.desc-ingr2 .btns button{
  background-image: linear-gradient(150deg, #65a849, #79b85e, #87c46d, #96ce7e);
  color: #ffffff;
}

.desc-ingr2 .btns button:nth-child(1){
  background: #cccccc;
  color: #000;
}

.desc-ingr3 .btns button{
  background-image: linear-gradient(150deg, #bd4c54, #c45f66, #ca7076, #cc858a);
  color: #ffffff;
}

.desc-ingr3 .btns button:nth-child(1){
  background: #cccccc;
  color: #000;
}

.desc-ingr4 .btns button{
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
  color: #ffffff;
}

.desc-ingr4 .btns button:nth-child(1){
  background: #cccccc;
  color: #000;
}

.desc-ingr5 .btns button{
  background-image: linear-gradient(150deg, #c81f5a, #ce2f66, #d44476, #da5986);
  color: #ffffff;
}

.desc-ingr5 .btns button:nth-child(1){
  background: #cccccc;
  color: #000;
}
.desc-text{
  position: relative;
  padding: 0px 3px;
  font-family: 'TenorSans';
  font-size: 0.8em;
  text-align: center;
  margin-top: 7px;
  line-height: 17px;
  color: #222222;
}























.contact{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #faeccb;
}

.contact .noot-back{
  overflow: hidden;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v54/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.contact-container{
  font-family: sans-serif;
  font-size: 14px;
  color: #222;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-color: #faeccb;
  background-size: 100vw 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .contact-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-container {
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .contact-container {
    align-items: baseline;
  }
}

.contact_wrapper {
 
  display: flex;
  background: white;
  padding: 40px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 800px;
  align-items: center;
  justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper {
    width: 80%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact_wrapper {
    width: 90%;
    flex-direction: column;
    padding-top: 0px;
  }
}
.contact_wrapper .contact_info {
  position: relative;
  width: 250px;
  flex: 0 0 230px;
  background: #5e4589;
  color: #f6f6f6;
  margin-left: calc(-230px / 2 - 30px);
  padding: 25px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper .contact_info {
    width: 100%;
    flex: 0 0 100%;
    margin-left: -50px;
    margin-top: -15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_info {
    width: 100%;
    flex: 0 0 100%;
    margin-left: -25px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact_wrapper .contact_info .title {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact_wrapper .contact_info .icons_wrapp {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}
.contact_wrapper .contact_info .icons_wrapp li {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
}
.contact_wrapper .contact_info .icons_wrapp li .icon .material-icons-outlined {
  vertical-align: middle;
  font-size: 24px;
  width: 32px;
}
.contact_wrapper .contact_info .icons_wrapp li .text {
  vertical-align: middle;
  line-height: 1.4;
}
.contact_wrapper .contact_info .soci_wrap {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 25px;
}
.contact_wrapper .contact_info .soci_wrap li {
  margin: 0px 5px;
}
.contact_wrapper .contact_info .soci_wrap li a {
  color: #f4f4f4;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact_wrapper .contact_info .soci_wrap li a:hover {
  color: #fff38f;
}
.contact_wrapper .contact_info .soci_wrap li a .material-icons-outlined {
  font-size: 32px;
}
.contact_wrapper .contact_msg {
  width: calc(100% - 230px / 2 - 55px);
  flex: 0 0 calc(100% - 230px / 2 - 55px);
  padding: 25px 30px;
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper .contact_msg {
    width: calc(100% - 25px - 30px);
    flex: 0 0 calc(100% - 25px - 30px);
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_msg {
    width: calc(100%);
    flex: 0 0 calc(100%);
    padding: 25px 0px;
  }
}
.contact_wrapper .contact_msg .title {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #095a54;
}
.contact_wrapper .contact_msg .form_fild {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_wrapper .contact_msg .form_fild .input_group {
  position: relative;
  margin-bottom: 25px;
  padding: 0 15px;
}
.contact_wrapper .contact_msg .form_fild .input_group.w_50 {
  width: calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
}
@media (max-width: 767px) {
  .contact_wrapper .contact_msg .form_fild .input_group.w_50 {
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}
.contact_wrapper .contact_msg .form_fild .input_group.w_100 {
  width: calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
}
.contact_wrapper .contact_msg .form_fild .input_group .input {
  width: 100%;
  min-height: 30px;
  padding: 5px 0px;
  border: none;
  font-size: 18px;
  color: #444;
  outline: none;
  font-weight: 400;
  border-bottom: solid 2px #e9e9e9;
}
.contact_wrapper .contact_msg .form_fild .input_group .input.input_textarea {
  min-width: 100%;
  min-height: 75px;
  max-height: 75px;
  max-width: 100%;
}
.contact_wrapper .contact_msg .form_fild .input_group .input:hover {
  border-bottom-color: #ddd;
}
.contact_wrapper .contact_msg .form_fild .input_group .input:focus {
  border-bottom-color: #aaa;
}
.contact_wrapper .contact_msg .form_fild .input_group .input:valid ~ .placeholder, .contact_wrapper .contact_msg .form_fild .input_group .input:focus ~ .placeholder {
  top: -50px;
  font-size: 12px !important;
  color: #095a54;
}
.contact_wrapper .contact_msg .form_fild .input_group .input:valid ~ .placeholder.textarea, .contact_wrapper .contact_msg .form_fild .input_group .input:focus ~ .placeholder.textarea {
  top: -12px;
}
.contact_wrapper .contact_msg .form_fild .input_group .placeholder {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #bbb;
  font-weight: 400;
  transition: all 0.3s ease;
  pointer-events: none;
}
.contact_wrapper .contact_msg .form_fild .input_group .placeholder.textarea {
  align-items: baseline;
}
.contact_wrapper .contact_msg .form_fild .input_group .btn {
  padding: 12px;
  border: none;
  border-radius: 0px;
  background-color: #095a54;
  color: white;
  min-width: 120px;
  outline: none;
  transition: all 0.3s ease;
}
.contact_wrapper .contact_msg .form_fild .input_group .btn:hover {
  background-color: #06423e;
}
.contact_wrapper .contact_msg .form_fild .input_group .btn:active {
  transform: scale(0.95);
}







#about{
    background-color: #faeccb;
    width: 100%;
    height: auto;
    padding-top: 21px;
    padding-bottom: 121px;
    overflow: hidden;
}

.titles{
  text-align: center;
  font-family: 'TenorSans';
  font-size: 2.1em;
  letter-spacing: 7px;
  color: #c81f5a;
  font-style: bold;
}

.parent{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.parent .label{
  position: relative;
  width: 50%;
  height: auto;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent .text{
  position: relative;
  width: 50%;
  height: auto;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  font-size: 1.1em;
  line-height: 27px;
  text-align: center;
  font-family: 'TenorSans';
}

.parent .text div:nth-child(2){
  z-index: 3;
}

.noot-back{
  position: absolute;
  /* z-index: 2; */
}

.noot-back img{
  position: relative;
  height: 410px;
  /* z-index: 2; */
}

.parent .label img{
  height: 400px;
}

.container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  gap: 40px 60px;
  font-family: 'TenorSans';
}

.container .drop{
  position: relative;
  width: 310px;
  height: 310px;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0,0.05), 25px 35px 20px rgba(0, 0, 0,0.05), 25px 30px 30px rgba(0, 0, 0,0.05), inset -20px -20px 25px rgba(255,255,255,0.9);
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'TenorSans';
}

.container .drop:nth-child(1){
  border-radius: 57% 43% 43% 57% / 43% 43% 57% 57%;
  animation: drops1 5s ease-in-out infinite;
  background-color: #c81f5a1f;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0,0.07), 25px 35px 20px rgba(0, 0, 0,0.07), 25px 30px 30px rgba(0, 0, 0,0.07), inset -20px -20px 25px #c81f5a5e;
  
}

.container .drop:nth-child(2){
  border-radius: 63% 39% 52% 48% / 44% 59% 41% 56%;
  animation: drops2 5s ease-in-out infinite;
  background-color: rgba(96, 79, 127, 0.295);
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0,0.07), 25px 35px 20px rgba(0, 0, 0,0.07), 25px 30px 30px rgba(0, 0, 0,0.07), inset -20px -20px 25px #5e45897c;

}

.container .drop:nth-child(3){
  border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
  animation: drops3 5s ease-in-out infinite;
  background-color: #66a8493d;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0,0.07), 25px 35px 20px rgba(0, 0, 0,0.07), 25px 30px 30px rgba(0, 0, 0,0.07), inset -20px -20px 25px #66a8499d;
  
}

@keyframes drops1 {
  0%{
    border-radius: 57% 43% 43% 57% / 43% 43% 57% 57%;
  }
  50%{
    border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
  }
  100%{
    border-radius: 57% 43% 43% 57% / 43% 43% 57% 57%;
  }
}

@keyframes drops2 {
  0%{
    border-radius: 63% 39% 52% 48% / 44% 59% 41% 56%;
  }
  50%{
    border-radius: 57% 43% 43% 57% / 43% 43% 57% 57%;
  }
  100%{
    border-radius: 63% 39% 52% 48% / 44% 59% 41% 56%;
  }
}

@keyframes drops3 {
  0%{
    border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
  }
  50%{
    border-radius: 63% 39% 52% 48% / 44% 59% 41% 56%;
  }
  100%{
    border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
  }
}

.container .drop::before{
  content: '';
  position: absolute;
  top: 50px;
  left: 85px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
}

.container .drop::after{
  content: '';
  position: absolute;
  top: 70px;
  left: 125px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
}

.container .drop .content{
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 40px;
gap: 15px;
font-family: 'TenorSans';
}

.container .drop .content p{
  font-family: 'TenorSans';
}

.container .drop .content h2{
  position: relative;
  width: auto;
  height: 50px;
  text-shadow: 11px 11px 5px rgba(0, 0, 0,0.2), 11px 10px 8px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: var(--clr);
  font-family: 'TenorSans';
}






@media screen and (max-width: 900px){
  .parent .label{
    position: relative;
    width: 40%;
  }
  
  .parent .text{
    position: relative;
    width: 60%;
  }
}

@media screen and (max-width: 700px){
  .parent .label{
    position: relative;
    width: 40%;
  }
  
  .parent .text{
    position: relative;
    width: 60%;
    font-size: 1.0em;
  }
}

@media screen and (max-width: 650px){
  .parent{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .parent .label{
    width: 100%;
  }

  .parent .text{
    width: 100%;
    font-size: 0.9em;
  }

  .parent:nth-child(3){
    flex-direction: column-reverse;
  }

  .noot-back img{
    position: relative;
    height: 310px;
    /* z-index: 2; */
  }
}






























/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 100000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 21px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close, .close1, .close2, .close3 {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: #000000;
}

.modal-body {padding: 2px 16px;}

.modal-title{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}

.modal-body .prod-img{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal-body .prod-img img{
  width: 300px;
  margin-bottom: 5px;
}

.form{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 11px;
  padding-bottom: 11px;
}

.radios{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px 27px 14px 27px;
  font-size: 1.1em;
}

.delivery, .payment{
  position: relative;
  width: 50%;
}

.pricing{
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 11px;
}

@media  screen and (max-width: 750px) {
  .delivery, .payment{
    width: 100%;
  }  

  .delivery{
    margin-bottom: 17px;
  }
}

.pricing .prices{
  position: relative;
  width: 200px;
  height: 31px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
}

.pricing .amount{
  position: relative;
  width: 70px;
  height: 31px;
  padding: 0px 3px;
}

.pricing .amount:focus{
  border: 0.3px solid #06423e;
}

.form .btn{
  position: relative;
  width: 100%;
  margin-top: 11px;
  display: flex;
  justify-content: center;
}

.form .btn button{
  position: relative;
  padding: 11px 35px;
  color: #ffffff;
  background-color: #06423e;
  border: none;
  font-size: 1.1em;
  border-radius: 11px;
}

.form .input_group {
  position: relative;
  margin-bottom: 25px;
  padding: 0 15px;
}
.form .input_group.w_50 {
  width: calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
}
@media (max-width: 767px) {
  .form .input_group.w_50 {
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}
.form .input_group.w_100 {
  width: calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
}
.form .input_group .input {
  width: 100%;
  min-height: 30px;
  padding: 5px 0px;
  border: none;
  font-size: 18px;
  color: #444;
  outline: none;
  font-weight: 400;
  border-bottom: solid 2px #e9e9e9;
}
.form .input_group .input .input_textarea {
  min-width: 100%;
  min-height: 75px;
  max-height: 75px;
  max-width: 100%;
}
.form .input_group .input:hover {
  border-bottom-color: #ddd;
}
.form .input_group .input:focus {
  border-bottom-color: #aaa;
}
.form .input_group .input:valid ~ .placeholder, .form .input_group .input:focus ~ .placeholder {
  top: -50px;
  font-size: 12px !important;
  color: #095a54;
}

.form .input_group .placeholder {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #bbb;
  font-weight: 400;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form .input_group .placeholder.textarea {
  align-items: baseline;
}
.form .input_group .btn {
  padding: 12px;
  border: none;
  border-radius: 0px;
  background-color: #095a54;
  color: white;
  min-width: 120px;
  outline: none;
  transition: all 0.3s ease;
}
.form .input_group .btn:hover {
  background-color: #06423e;
}
.form .input_group .btn:active {
  transform: scale(0.95);
}

@media screen and (max-width: 500px){
  .modal-body .prod-img img{
    position: relative;
    width: 90%;
  }

  .modal-content{
    width: 95%;
  }
}




















#maps{
  background-image: url(images/7811.jpg);
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 55px;
  justify-content: center;
  overflow: hidden;
}


#maps h3{
  color: #a88923;
  
  margin-bottom: 21px;
}

.map-buttons{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 35px;
}

.map-buttons button{
  padding: 14px 34px;
  border-radius: 21px;
  background: #c81f5a;
  background-image: linear-gradient(150deg, #c81f5a, #cf376c, #db5282, #e66d97);
  color: #ffffff;
  font-size: 1.1em;
  font-family: 'TenorSans';    
  border: none;
  cursor: pointer;
  box-shadow: 10px 35px 45px rgba(0,0,0,0.7);
}

.map-cards{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

iframe{
  position: relative;
  box-shadow: 7px 7px 7px #222222;
  width: 800px;
  height: 450px;
}


.card-back{
  position: relative;
  z-index: 2;
  background: #ffffff;
}


.card-front{
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 900px){
  iframe{
    position: relative;
    width: 700px;
    height: 450px;
  }
}

@media screen and (max-width: 800px){
  iframe{
    position: relative;
    width: 600px;
    height: 450px;
  }
}

@media screen and (max-width: 700px){
  iframe{
    position: relative;
    width: 500px;
    height: 450px;
  }
}

@media screen and (max-width: 600px){
  iframe{
    position: relative;
    width: 400px;
    height: 450px;
  }

  .map-buttons button{
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 500px){
  iframe{
    position: relative;
    width: 350px;
    height: 400px;
  }
}

@media screen and (max-width: 400px){
  iframe{
    position: relative;
    width: 310px;
    height: 380px;
  }
}



































.footer {
    
  display: flex;
flex-direction: column;
  width: 100%;
  position: relative;
  
  padding: 110px 25px 30px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  
}
.footer-start {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 50px 100px;
  
  background: rgb(101,168,73);
background: linear-gradient(90deg, rgba(101,168,73,1) 0%, rgba(58,110,119,1) 27%, rgba(94,69,137,1) 48%, rgba(89,68,125,1) 61%, rgba(139,67,109,1) 78%, rgba(200,31,90,1) 100%);
  border-radius: 15px;
}

.illustration{
position: relative;
width: 350px;
}
.start-learning {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {
  body {
      height: 200vh;
      overflow-y: scroll;
      overflow-x: hidden;
  }

  .footer .inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .start-learning {
      position: unset;
  }
  .footer-start {
      width: 100%;
      display: block;
      padding: 30px 20px;
      margin: 30px 0;
  }
  .section-title {
      font-size: 30px;
  }
  .section-sub-heading {
      font-size: 18px;
  }
  footer.footer {
      padding-top: 0;
  }
  a.button {
      height: 50px;
      margin-top: 10px;
  }
  .column.is-logo {
      order: 3;
  }
}



.sectiontwo{
  height: 800px;
}


@media screen and (max-width: 500px) {
  .illustration{
    position: relative;
    width: 270px;
    }
}

@media screen and (max-width: 400px) {
  .illustration{
    position: relative;
    width: 230px;
    }
}




















footer {
background-color:#2d3e36;
color: #fff;
padding: 16px;
display: flex;
justify-content: space-between;
}


.contact-info {
  flex: 1;
}

.contact-info h2 {
  font-size: 18px;
}

.contact-info p {
  font-size: 14px;
  margin: 5px 0;
}

/* Styling for social media links */
.social-media {
  flex: 1;
}

.social-media h2 {
  font-size: 18px;
}

.icon {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 5px 0;
}


@media (max-width: 768px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
}

.footer-copyright {

background-color: #222;
color: #fff;
padding: 15px;
text-align: center;
}

.footer-copyright-wrapper {

margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.footer-copyright-text {
color: #fff;
font-size: 15px;
font-weight: 400;
line-height: 18px;
margin-bottom: 0;
margin-top: 0;
}

.footer-copyright-link {
color: #fff;
text-decoration: none;
}

.csh{
background: -webkit-linear-gradient(#4f67ca, #a76cb5);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
text-shadow: 0 0 0 transparent, 
0 0 10px transparent, 
0 0 20px #a76cb5 , 
0 0 40px #a76cb5, 
0 0 100px #a76cb5, 
0 0 200px #4f67ca, 
0 0 300px #4f67ca, 
0 0 500px #4f67ca, 
0 0 1000px #4f67ca;

}
.copyright{
color: #656565;;
}













.row {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  
  text-align: center;
}

.column h3 {
  font-size: 16px;
  margin: 0;
}


@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .column {
    margin: 10px 0;
  }
}


#footertext{
  font-size: 1.9em;
}

.typed{
  font-size: 0.8em;
  color: brown;
}

.typetext{
font-family: 'TenorSans';
letter-spacing: 7px;
}

.fa-brands{
cursor: pointer;
}

#vlag{
  height: 35px;
  cursor: pointer;
}
























.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.popup-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 7px;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close-popup {
  position: relative;
  color: #000000;
  float: right;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.tag{
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'TenorSans';
  color: #ffffff;
}

.popup-content .outer{
  position: relative;
  width: 90%;
  height: 90%;
  border: 1px solid #222222;
  margin-top: 5%;
  margin-left: 5%;
  margin-bottom: 27px;
  background-color: #06423e;
  text-align: center;
}

.outer img{
  position: relative;
  width: 70%;
}

.outer h4{
  position: relative;
  color: #f8d96a;
  margin-top: 17px;
}

.outer h4 span{
  font-size: 1.7em;
}

@media screen and (max-width: 700px) {
  .popup-content{
    width: 80%;
  }

  .outer h4{
    font-size: 0.9em;
  }
}


