/*
Theme Name: Star SHL
Author: GetBright
Description: A one pager
Version: 1.0.0
Tags: onepager
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
tt,
var,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Fonts */
@font-face {
  font-family: "xmas";
  src: url("fonts/Miraculous&Christmas.ttf") format("ttf"),
    url("fonts/miraculouschristmas-webfont.woff2") format("woff2"),
    url("fonts/miraculouschristmas-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Nova";
  src: url("fonts/GillSansNovaBook.woff2") format("woff2"),
    url("fonts/GillSansNovaBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Nova";
  src: url("fonts/GillSansNovaBold.woff2") format("woff2"),
    url("fonts/GillSansNovaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Nova";
  src: url("fonts/GillSansNovaHeavy.woff2") format("woff2"),
    url("fonts/GillSansNovaHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/* Main */
body {
  font-family: "Gill Sans Nova";
  font-size: 20px;
  position: relative;
  max-width: 100vw;
}
body > * {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display";
  font-weight: bold;
  line-height: 1;
}
h1 {
  font-size: 91px;
  margin-bottom: 1rem;
  font-weight: 900;
}
h2 {
  font-size: 32px;
  margin: 1.2rem 0 1rem 0;
}
.opties h2 {
  font-size: 24px;
  text-align: center;
}
p {
  line-height: 1.5;
}
#first {
  text-align: center;
  color: white;
  background-color: black;

  background-size: cover;
  background-position: center;
}
#first::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#first p {
font-size: 22px;
line-height: 35px;
}
#first img {
  margin-bottom: 1rem;
  width: 80%;
  max-width: 600px;
  height: auto;
}
#first h1 {
  margin: 4rem 0 3rem;
}

/*#first h1:last-of-type {
  font-family: "xmas";
  font-size: 128px;
  margin-top: -16px;
}*/
section {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.section-content {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin-top: -5rem;
}
.section-content > * {
  width: 100%;
}
#second {
  background-color: #D14A5D;
}
#third {
  background-color: #142d49;
}
#third p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
/* Kaart */
.section-content.kaart {
  display: flex;
  max-width: 1140px;
  flex-wrap: wrap;
}

.section-content.kaart > div {
	transition: all .5s ease-out;	
}

.section-content.kaart > div:first-of-type {
  width: 34%;
  perspective: 2000px;
  perspective-origin: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  transform: translateX(0);
}

.section-content.kaart > div:nth-of-type(2) {
  width: 66%;
  padding-left: 4rem;
  padding-right: 0;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-content.kaart.active > div {
	width: 100%;
}

.section-content.kaart.active > div:first-of-type {
	margin-bottom: 3rem;
}

.section-content.kaart.active > div:nth-of-type(2) {
	padding-right: 4rem;
}

.section-content.kaart > div:nth-of-type(2) .button + .button {
	display: none;
}

.section-content.kaart.active > div:nth-of-type(2) h1,
.section-content.kaart.active > div:nth-of-type(2) h1 + p,
.section-content.kaart.active > div:nth-of-type(2) h1 + p + .button,
.section-content.kaart.active > div:nth-of-type(2) .button + p {
	display: none;	
}


.section-content.kaart.active > div:nth-of-type(2) .button + .button {
	display: inline-block;
	font-size: 20px;
	background-color: transparent;
	border: 4px solid transparent;
	color: #fff;
	width: fit-content;
	text-align: center;
	margin: 4rem auto 0;
	font-weight: 400;
}


.single .kaart-compleet p {
  user-select: none;
}
.single .section-content.kaart > div:first-of-type {
  width: 100%;
  perspective: 2000px;
  perspective-origin: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-content.kaart > div:first-of-type #kaart {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content.kaart > div:first-of-type #kaart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kaart > img + img {
	display: none;
}

.single .section-content.kaart > div:nth-of-type(2) {
  width: 100%;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
}
.kaart-compleet {
  max-height: 500px;
  position: relative;
  height: 50vh;
  width: 35.3vh;
  max-width: 353px;
  perspective: 4000px;
  perspective-origin: center;
  /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25); */
  transform-style: preserve-3d;
  /* transition: margin-left 1s ease-out, margin-top 1s ease-out, box-shadow 1s ease-out; */
}

.kaart-compleet.active {
	transform:	perspective(10000vw) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1) !important;
}

.section-content.kaart.active .slick-dots,
.section-content.kaart.active .slick-arrow {
	display: none;
}

.kaart-compleet > div {
  height: 100%;
  width: 100%;
  transform-origin: left;
  background-color: #fcfcfc;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
}
.kaart-front {
  transform: rotateY(15deg)rotateX(15deg);
  z-index: 20;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}
.kaart-front-back {
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fcfcfc;
  z-index: 10;
  display: flex;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(https://hartvoorelkaar.nu/wp-content/uploads/2022/12/Star-SHL-wenskaart-binnenkant.png);
background-size: contain;
}
.kaart-front span,
#logo {
  width: 55%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-family: "Indie Flower";
  user-select: none;
}
#logo {
  bottom: 2rem;
}
.kaart-front span {
  bottom: 5rem;
}

.kaart-inside {
  font-family: "Indie Flower", cursive;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-left: 0;
  transition: transform .2s ease-out, opacity 0.1s 0.1s linear;	
  transform: rotateY(-93deg)rotateX(0deg)translateX(-50px)skew(-5deg);
  border-left: 2px solid #f4f4f4;
  padding: 32px 20px 32px 35px;
  opacity: 0;
  z-index: -1;	
}

body.single .kaart-compleet.active .kaart-inside,
body:not(.single) .section-content.kaart.active .kaart-inside {
  transition: transform .4s .3s  ease-out, opacity 0.1s .33s linear;	
  opacity: 1;
  transform: rotateY(-15deg)rotateX(0)translateX(0)skew(0deg);
  border-left: 1px solid #f3f3f3;
  z-index: 1;
}

.section-content.kaart.active .kaart-inside{ 
	background-image: linear-gradient(5deg, #fcfcfc, #fff);
}
.section-content.kaart.active .kaart-front-back {
	background-image: url(https://hartvoorelkaar.nu/wp-content/uploads/2022/12/Star-SHL-wenskaart-binnenkant.png), linear-gradient(5deg, #fcfcfc, #fff);
}


.kaart-inside > form {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.kaart-compleet .kaart-inside textarea {
  height: 75%;
  letter-spacing: 0.0725em;
}
.kaart-inside > .wrapper {
  width: 100%;
  text-align: left;
  max-height: 100%;
  overflow-y: auto;
}
.kaart-inside > .wrapper > p {
  margin-bottom: 24px;
  width: 100%;
  text-align: left;
}

.single .kaart-compleet {
  margin-bottom: 40px;
}

.single .kaart-compleet.active {
  margin-left: 353px;
}

.kaart-compleet.active .kaart-front {
  transform: rotateY(-150deg);
}
#email:hover {
  cursor: pointer;
}
.email-form {
  position: absolute;
  background-color: white;
  z-index: 100;
  padding: 40px;
  max-width: 1200px;
}
.email-container {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
}

.gform_footer {
  display: flex;
  flex-wrap: wrap;
}
.ginput_recaptcha {
  width: 50%;
}
.single .gform_wrapper input[type="text"],
.single .gform_wrapper input[type="email"] {
  background-color: #eaeaea;
}

.email-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.email-backdrop:hover {
  cursor: pointer;
}
.email-container.active {
  display: flex;
}
@media only screen and (max-width: 1400px) {
	body:not(.privacy) #first a {
  position: absolute;
  bottom: 2vh !important;
  font-size: 5.5vh !important;
	}
	
	.button {
		width: fit-content;
margin-left: auto;
margin-right: auto;
	}
	
	.kaart-compleet.active {
  transform: perspective(10000vw) rotateX(0deg) rotateY(0deg) scale3d(1.25, 1.25, 1.25) !important;
}
	
  .kaart-compleet .kaart-inside p,
  .kaart-compleet .kaart-inside textarea {
    font-size: 0.8em;
    padding: 0;
  }
  .kaart-inside {
    padding: 25px;
  }
}

.kaart-front::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: center;
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f9f9f9;
}

/* Share */
.share-box {
  width: 100%;
  height: 6rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.share-box a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: 0.25s;
}

.button {
  border-radius: 0;
  font-size: 40px;
  background-color: white;
  border: 4px solid white;
  color: #e7334c;
  font-family: "Gill Sans Nova";
  font-weight: bold;
  padding: 1rem 2rem;
  margin-top: 4rem;
  transition: 0.1s;
  line-height: 1;
  text-decoration: none;
}

.share-box a.another {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
  border: 4px solid white;
  color: white;
  font-family: "Gill Sans Nova";
  font-weight: bold;
  padding: 1rem 2rem;
  margin-top: 2rem;
  transition: 0.1s;
  line-height: 1;
  width: fit-content;
  display: block;
  text-decoration: none;
}
.share-box a.another:hover {
  background-color: white;
  color: #e7334c;
  opacity: 1;
}
.tekst {
  color: white;
  line-height: 1.5;
}
.optie-bar {
  display: flex;
  justify-content: space-around;
  margin-top: 6rem;
}
.opties {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 5px;
  transition: 0.1s;
}
.opties.active {
  background-color: white;
}
.opties h2 {
  margin-bottom: 1rem;
}
.opties img {
  width: 50%;
  height: auto;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes swipeIn {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0vw);
  }
}
#second {
  perspective: 4000px;
  perspective-origin: center;
}
#second > img {
  height: 80%;
  width: auto;
  transform: rotateY(2.5deg);
  transform-style: preserve-3d;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}
form input,
form textarea {
  border-radius: 0;
  height: 40px;
  font-size: 20px;
  padding: 10px;
  background-color: transparent;
  border: none;
  font-family: "Gill Sans Nova";
}
.kaart-inside form textarea {
  width: 100%;
  line-height: 1.4;
  outline: none !important;
  resize: none;
  font-family: "Indie Flower", cursive;
}
form {
  display: flex;
  flex-wrap: wrap;
}
*::placeholder {
  color: inherit;
}
input[type="submit"] {
  background-color: #e7334c;
  color: white;
  border: 4px solid #e7334c;
  transition: 0.25s;
  width: auto;
  height: auto;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 20px;
  font-family: "Gill Sans Nova";
  font-weight: bold;
  padding: 1rem 1rem;
}

input[type="color"] {
  width: 4rem;
  padding: 0;
}
form > div > * {
  display: block;
}
select,
option {
  height: 40px;
  font-size: 20px;
  border: none;
}
.kaart-opties {
  display: flex;
}
.kaart-opties > div {
  margin-right: 1rem;
  width: 10vw;
}
.kaart-opties div > * {
  display: block;
}
.kaart-opties div > label {
  width: 100%;
}
label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.link::before {
  content: "" !important;
  font-weight: normal;
  font-size: 40px;
  position: absolute;
  right: 0%;
}
.whatsapp::before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
}
.facebook::before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
}
.twitter::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
}
.mail::before {
  content: "\f0e0" !important;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
}
.link i {
  font-size: 40px;
}
.share-box > div:first-of-type {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-box > div {
  margin: 0 1rem;
}
#input-title {
  font-size: 40px;
  font-weight: bold;
  overflow: visible;
  display: flex;
  align-items: center;
  height: 100px;
  line-height: 1;
}
.preview-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.preview-text textarea {
  height: 8rem;
  width: 100%;
  max-width: 700px;
  resize: none;
}
.preview-text > div {
  width: 75%;
  margin: 0 !important;
}
.close {
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  display: block;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  color: black;
}
.align.left::after {
  content: "\f036";
}
.align.center::after {
  content: "\f037";
}
.align.right::after {
  content: "\f038";
}
.align-container {
  display: flex;
  flex-wrap: wrap;
}
.align-container .container {
  height: 40px;
  width: 40px;
  margin-right: 2px;
}
.share-box {
  height: fit-content;
}
body:not(.privacy) #first a {
  position: absolute;
  bottom: 7%;
  font-weight: 400;
  font-size: 150px;
  color: white;
}

body.privacy #first a {
	color: #fff;
	font-weight: 700;
}

input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1024px) {
  section {
    min-height: 100vh;
    height: fit-content;
    padding: 10vh 7.5vw;
  }
  .gform_wrapper table.gfield_list td {
    width: 100%;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_even,
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    display: flex;
    flex-wrap: wrap;
  }
  #first p {
    font-size: 22px;
	line-height: 35px;
  }
  body:not(.privacy) #first a {
    font-size: 50px;
  }
  .section-content.kaart > div:first-of-type,
  .section-content.kaart > div:last-of-type {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .section-content.kaart > div:first-of-type {
    margin-bottom: 10vh;
  }
  .email-form {
    top: 0;
    left: 0;
    width: 100%;
  }
  .email-backdrop {
    position: fixed;
    top: 0;
    left: 0;
  }
  .ginput_recaptcha {
    width: 100%;
    margin-bottom: 1rem;
  }
  .ginput_recaptcha * {
    box-shadow: 0;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  .button {
    font-size: 24px;
  }
  .gform_footer {
    padding: 0;
    margin: 0;
  }
  .kaart-compleet {
    min-height: 50vh;
    max-height: unset;
    height: 500px;
    min-width: 35.3vh;
    width: 353px;
    transform: rotateY(-5deg);
  }
  .kaart-compleet .kaart-inside p,
  .kaart-compleet .kaart-inside textarea {
    font-size: 1em;
    padding: 0;
  }
  .single .kaart-compleet.active {
    margin-left: 0;
    margin-top: 0;
  }
  .single .section-content.kaart > div:first-of-type {
    order: 0;
  }
  .share-box a {
    width: auto;
    margin: auto;
    text-align: center;
  }
  .share-box > div {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin: 0 0.5rem;
  }
  .share-box > div:first-of-type {
    width: 100%;
  }
  .single .kaart-compleet:focus {
    cursor: pointer;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.35);
  }
  .share-box a:focus {
    opacity: 0.5;
  }
  .button:focus {
    cursor: pointer;
    background-color: transparent;
    color: white;
  }
  .opties:focus {
    cursor: pointer;
  }
  .overlay-backdrop:focus {
    cursor: pointer;
  }
  input[type="submit"]:focus {
    background-color: transparent;
    cursor: pointer;
    color: #e7334c;
  }
  .close:focus {
    background-color: black;
    color: white;
    cursor: pointer;
  }
  .container:focus input ~ .checkmark {
    background-color: #ccc;
  }
  .section-content.kaart > div:first-of-type {
    /* order: 2; */
    /* margin-top: 10vh; */
    margin-bottom: 10rem;
  }
  section p,
  section h1,
  section h2 {
    text-align: center;
  }
  .section-content {
    margin-top: 0;
  }
  .optie-bar {
    flex-wrap: wrap;
  }
  .opties {
    width: 100%;
  }
  .opties h2 {
    text-decoration: underline;
  }
  
  .kaart-compleet.active {
  transform: perspective(10000vw) rotateX(0deg) rotateY(0deg) scale3d(1.15, 1.15, 1.15)translateX(50%) !important;
}

.opties {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
  html, body {
	  overflow-x: hidden;
  }

}
@media only screen and (min-width: 1024px) {
  .single .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  #field_1_3 label {
    font-size: 24px;
    width: 95%;
    font-weight: 900;
  }
  #field_1_1 {
    max-width: calc(50% - 32px);
  }
  #field_1_2 {
    max-width: calc(50% - 16px);
  }
  .single .kaart-compleet:hover {
    cursor: pointer;
    /* box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.35); */
  }
  .share-box a:hover {
    opacity: 0.5;
  }
  .button:hover {
    cursor: pointer;
    background-color: transparent;
    color: white;
  }
  .opties:hover {
    cursor: pointer;
  }
  .overlay-backdrop:hover {
    cursor: pointer;
  }
  input[type="submit"]:hover {
    background-color: transparent;
    cursor: pointer;
    color: #e7334c;
  }
  .close:hover {
    background-color: black;
    color: white;
    cursor: pointer;
  }
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
}
@media only screen and (max-width: 600px) {
  
  .kaart-compleet.active {
	  transform: perspective(10000vw) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)translateX(0%)translateY(-5px) !important
  }
}