@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800&display=swap");

.row:before,
.row:after {
  display: inline-block !important;
}

.overlay {
  position: fixed; /* Sit on top of the page content */

  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.popupBlock {
  background-color: white;
}

body {
  overflow-x: hidden;
}

.response {
  margin-top: 3%;
}

.mobile {
  display: none;
}
/* header css */

.header.header-absolute {
  position: fixed !important;
  z-index: 999;
}

.hero-image {
  background-color: transparent !important;
}

.hero-image .hero-text h1 {
  font: normal 800 60pt "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  word-spacing: normal;
}

.hero-image .hero-text p {
  font-size: 21pt !important;
  margin-bottom: 5%;
  font: normal 600 "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
}

/* main & mobile menu */

.logo {
  margin-right: 10%;
}

.logos {
  padding-left: 10%;
  padding-top: 0.8%;
}

.main-menu ul li a {
  color: #292d78;
  font: normal 400 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin-right: 3px;
  margin-left: 3px;
}

.main-menu {
  width: 50%;
  margin-left: 80%;
}

.main-menu {
  margin-left: 25% !important;
}

.menu-item-home a:hover,
.menu-item-product a:hover,
.menu-item-educatie a:hover,
.menu-item-leisure a:hover,
.menu-item-over.ons a:hover,
.menu-item-about.us a:hover,
.menu-item-contact a:hover {
  background-color: white !important;
}

.menu-item-home.active a,
.menu-item-product.active a,
.menu-item-educatie.active a,
.menu-item-leisure.active a,
.menu-item-over.ons.active a,
.menu-item-about.us.active a,
.menu-item-contact.active a {
  background-color: white !important;
}

.main-menu ul li:hover {
  background-color: white!;
}

.main-menu ul li a span {
  padding-bottom: 8px;
}

.main-menu ul li a span.active,
.main-menu ul li a:hover {
  color: #292d78;
}

.cc-link {
  display: none !important;
}

.main-menu > ul > li.active:hover > a > span {
  border-bottom-color: #00aeef !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  background: white !important;
}

.main-menu > ul > li.active > a > span {
  color: #00aeef !important;

  background: white !important;
  font: normal 600 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
}

.active-drop {
  color: #292d78 !important;
  border-bottom-color: #00aeef !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  font: normal 600 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
}

.active-for > span {
  color: #292d78 !important;
  border-bottom-color: #00aeef !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  font: normal 600 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  border-bottom-width: 50% !important;
}
.active > a > span {
  color: #292d78 !important;
  border-bottom-color: #00aeef !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  background: white !important;
}

.main-menu > ul > li.active:hover > a,
.main-menu > ul > li > a {
  color: #292d78 !important;
}

.main-menu > ul > li.active > a:hover {
  color: #292d78 !important;
  background: white !important;
}

.main-menu ul {
  margin-right: -50%;
  margin-top: 1%;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  background-color: #292d78 !important;
}

.main-menu-mobile {
  background-color: #292d78 !important;
  font: normal 600 "Work Sans", Helvetica, Arial, Verdana, sans-serif;
}

.main-menu-mobile.open {
  z-index: 2 !important;
  opacity: 1 !important;
}

.ml-items {
  width: 10%;
  margin-right: -10%;
}

.ml-items ul li {
  float: left;
  margin-right: 3%;
}

.menu-item-,
.menu-item- {
  border-style: solid;
  border-color: #00aeef;
  border-radius: 5px;
  padding-top: 0%;
  margin-top: -0.3% !important;
  margin-right: 10px;
}

.menu-item- {
  border-color: #00aeef;

  background: transparent;
}

.menu-item-:hover,
.menu-item- a:hover,
.menu-item- a span:hover {
  background-color: #292d78 !important;
}

#request-demo:hover {
  color: white !important;
}

.dropdown-menu {
  margin-right: -50%;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  font-family: "Work Sans" !important;
  padding-bottom: 18px;
}

.for-home-title {
  margin-top: 23% !important;
}
#home .col-md-6 {
  /* background: #292d78;*/
  /* light blue color: #c3eafd; */
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  background-color: #00aeef !important;
}

#home .home-img {
  background: url("../images/home-img.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95vh;
  padding: 0 45px 0 45px;
}

.video-home {
  margin-top: 8%;
}

.video-home a {
  color: #fff;
}

.video-home img {
  width: 4%;
  float: left;
}

.video-home p {
  float: left;
  margin-left: 3%;
}

.video-home:hover {
  opacity: 0.7;
}

.home-first-section {
  padding-top: 15%;
  padding-left: 8% !important;
  padding-right: 5% !important;
}

.home-first-section p {
  margin-top: 4%;
  margin-bottom: 7%;
}

#youtubeLink:hover {
  opacity: 0.5;
}
#youtubeLink p {
  padding-top: 3px;
  text-decoration: underline;
}

#youtubeLink p:hover {
  text-decoration: underline;
  font-weight: 700 !important;
}

.home-video img {
  width: 5%;
  float: left;
}

.home-video p {
  float: left;
  margin-left: 3%;
  margin-top: 0.5%;
}

.home-first-image img {
  padding-top: 20%;
  float: right;
  width: 100%;
  margin-right: -5%;
}

.this-is-picoo {
  margin-top: 8%;
  height: 80vh;
}

.text-in-block {
  padding: 5% 10%;
}

.text-in-block p,
.text-in-block h2,
.testimonials h2 {
  color: white !important;
}

.back-color-picoo-blue {
  background-color: #292d78 !important;
  color: white !important;
  background-image: url("../images/icons-vertical.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.back-color-picoo-blue ul li {
  font: normal 400 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  margin-bottom: 1%;
}

.btn-picoo-white {
  margin-top: 3%;
  background-color: white;
  padding: 2% 8% !important;
  color: #292d78 !important;
  border-radius: 40px !important;
  font-family: "Work Sans" !important;
}

.home-second-block {
  background-image: url("/images/blue-blocks/running-children.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.demo-image {
  background-image: url("/images/blue-blocks/demo-form.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.set-image {
  background-image: url("/images/blue-blocks/picoo-set.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.picoo-usps {
  margin-top: 10%;
  margin-bottom: -3%;
}

.picoo-usps h2 {
  margin-bottom: 4%;
}

.usp-home {
  margin-top: 4% !important;
}

.usp-home h3 {
  float: left;
  margin-top: -4px;
  margin-left: 3%;
}

.faq-home {
  margin-top: 4%;
}

.faq-home h3 {
  float: left;
  margin-top: -4px;
  margin-left: 3%;
  width: 90%;
}
.faq-home p {
  float: left;
  margin-left: 6%;
}

.faq-x {
  width: 3% !important;
}

.usp-home p {
  float: left;
  margin-left: 7%;
}

.picoo-x {
  width: 4%;
  float: left;
}

.picoo-three-togheter {
  width: 200% !important;
  padding-top: 12%;
}

.picoo-circle {
  width: 160% !important;
  padding-top: 0%;
  margin-left: -55%;
}

.picoo-circle-about-us {
  width: 140% !important;
  padding-top: 0%;
  margin-right: -30%;
}

.picoo-wallmount {
  width: 130% !important;
  padding-top: 0%;
  margin-left: -45%;
}

.picoo-set-subtitle p {
  padding-top: 2% !important;
  font-weight: 900 !important;
  margin-bottom: 0% !important;
}

.picoo-blowout-section {
  margin-top: 8%;
  text-align: center;
}

.picoo-specifications h2 {
  color: white !important;
  text-align: center;
  padding: 5% 5% 2% 5%;
}

.picoo-specs {
  margin-top: 8%;
  padding-bottom: 5%;
}

.title-specs p {
  font-weight: bolder !important;
}

.white-bar {
  margin-top: 3%;
  padding: 3% 3% 1% 3%;
  background-color: white;
}

.picoo-testimonials {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #292d78 !important;
}

.picoo-testimonials h2,
.picoo-testimonials p {
  text-align: center;
  color: #ffffff !important;
  padding: 0% 20%;
}

.picoo-testimonials h2 {
  margin-bottom: 5%;
}

.school-list p {
  color: white !important;
}

/* picoo-play css */

.picoo-play-images img {
  width: 50%;
  margin-left: 25%;
  border-radius: 500px;
}
.archive-text {
  padding-top: 5%;
  padding-left: 8% !important;
  padding-right: 8% !important;
}

.archive-text h2 {
  font-size: 48pt !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  padding-top: -4%;
}

.archive-text h4 {
  font-size: 22pt !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  padding-top: -4%;
  color: white;
}

/* tankyou page css */

.thankyou-page h2 {
  font-size: 48px !important;
  margin-top: 5%;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
}

.thankyou-page p {
  font-size: 18px !important;
  margin-top: 3%;
  font-family: "Work Sans", sans-serif !important;
}

.archive-text h2 {
  font-size: 48px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  padding-top: -4%;
}

.archive-text h4 {
  font-size: 22px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  padding-top: -4%;
  color: white;
}

.faq-home {
  margin-top: 4%;
  padding-bottom: 4%;
}

.faq-home h5 {
  float: left;
  margin-top: 1px;
  margin-left: 3%;
  width: 90%;
  color: white;
  padding-top: 2px;
}

.faq-home p {
  float: left;
  margin-left: 6%;
}

.faq-home ul li {
  float: left;
  width: 230%;
  margin-left: -36%;
}

.faq-x {
  width: 2% !important;
}

.picoo-x {
  width: 4%;
  float: left;
  margin-top: 1%;
}

.post-picoo {
  font-weight: 800;
  text-decoration: underline;
  color: white;
}

.post-text {
  font-weight: 400;
  padding-bottom: 4%;
}

.picoo-two-text-tankyou {
  padding: 6% 10%;
}

/* Indiegogo button */

.live-button-indiegogo {
  background-color: white;
  width: 20%;
  margin-left: 80%;
  margin-top: -130%;
  position: fixed;
  z-index: 10;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 3%;
  padding-top: 1%;
  padding-left: 4%;
  border-left-color: #707070;
  border-top-color: #707070;
  border-bottom-color: #707070;
  border-right-color: white;
  border-width: 1px;
  border-style: solid;
  display: none;
}

.live-button-indiegogo img {
  width: 90%;
}

/* picoo-used css */

.picoo-used {
  margin-top: 5%;
}

.picoo-used h2,
.picoo-used h3,
.picoo-used p {
  text-align: center;
}

.picoo-use {
  margin-top: 5% !important;
}

.picoo-use img {
  width: 40%;
  margin-left: 20%;
}

/* picoo-demo css */
.picoo-demo {
  margin-top: 8%;
  height: 80vh;
  margin-bottom: 8%;
}

.picoo-demo p a {
  color: white;
  font-weight: 800;
}

.picoo-demo h4 {
  font-weight: 800;
  margin-bottom: -2%;
  margin-top: 9%;
}

.back-color-picoo-blue-light {
  background-color: #00aeef !important;
  color: white !important;
  background-image: url("../images/icons-vertical.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-demo-form {
  background-color: #00aeef;
  width: 50%;
  padding: 2% !important;
  margin-left: 25%;
  border-color: white !important;
  border-radius: 20px !important;
  margin-top: 3%;
}

.button-demo-form {
  background-color: #00aeef !important;
  border-color: transparent;
}

.home-page-demo-button {
  background-color: #db4a2a !important;
  width: 39% !important;
  float: right;
  border-color: transparent !important;
}

.home-page-demo-email {
  border-color: transparent !important;
  color: black;
}

.extended-demo-exclusion {
  width: 53% !important;
  float: left;
  margin-top: -11%;
  font-weight: 100;
}

/* picoo-games css */
.picoo-games {
  margin-top: 15%;
}

.picoo-games h2,
.picoo-games h3,
.picoo-games p {
  text-align: center;
}

.picoo-games h3 {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  color: #292d78 !important;
}
/*----------------------------
     404 page not found
----------------------------*/
.not-found img {
  width: 10%;
}

.not-found h2 {
  font-size: 72pt !important;
  margin-top: 5%;
}

.not-found h4 {
  font-size: 48pt;
  margin-top: 3%;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800;
}

.not-found p {
  font-size: 18pt;
  margin-top: 5%;
}

.not-found button {
  background-color: #292d78;
  padding: 1% 4%;
  border-radius: 50px;
  color: white;
  border-color: transparent;
  font: normal 500 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
}

.not-found button a {
  color: white;
  text-decoration: none;
}

/* overige css */

.places-images img {
  width: 60%;
}

.privacy-policy h3 {
  margin-top: 5%;
}

.privacy-policy h4 {
  margin-top: 3%;
}

.footer {
  display: none;
}
.add-space-between-blocks {
  padding-top: 2%;
  padding-bottom: 2%;
}

.bg-picoo-image {
  padding: 4% 0% 0% 4%;
  background-color: #ffffff;
}
.bg-picoo-image-white {
  background-image: url("/images/header_one_v3.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5%;
  padding-right: 5%;
  padding-left: 10%;
}

.block-one {
  background-image: url("/images/usp/first-icon-usp.png");
  background-repeat: no-repeat;
  background-size: 50%;
}
.block-two {
  background-image: url("/images/usp/second-icon-usp.png");
  background-repeat: no-repeat;
  background-size: 90%;
}
.block-three {
  background-image: url("/images/usp/third-icon-usp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -2%;
}

.usp-blocks {
  border-radius: 5px;
  padding: 8%;
}

.dropdown-menu {
  width: 77px !important;
}

.content-usp {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
  -moz-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
  box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
  background-color: white;
  padding: 8% 8%;
  border-radius: 20px;
  font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  word-spacing: normal;
  color: #4c4e7fba;
  height: 290px;
}

.content-usp h2 {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 800 !important;
  color: #292d78;
}

#usp-two-space {
  padding-top: 11%;
}

/*
.usp-blocks h2{
    color: white;
}
.usp-blocks p{
    margin-top: 10%;
    color: white;
}

*/

/*--------------------------
    Handleidingen & Games pagina
---------------------------*/
.tutorials-header {
  padding-top: 20%;
}
.games-overview {
  margin-top: 8%;
}

.bottom-line {
  display: none;
}

.games-overview img {
  float: left;
  width: 20%;
}

.games-overview h4 {
  float: left;
  margin-top: 5%;
  margin-left: 8%;
  color: #292d78;
}

.games-overview p {
  margin-top: 5%;
  float: left;
  font: normal 500 14px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  word-spacing: normal;
  color: #4c4e7fba;
  height: 60px;
}

.games-overview button {
  background-color: #292d78;
  padding: 5% 7%;
  border-radius: 50px;
  color: white;
  border-color: transparent;
  float: left;
  margin-top: 4%;
  font: normal 500 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
}

.games-overview button a {
  color: white;
  text-decoration: none;
}

.games-overview button:hover {
  opacity: 0.7;
}

.image-icon {
  background-color: #e6e6e6;
  border-radius: 50px;
  padding: 4%;
}

.modal-body label {
  margin-top: 1%;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12pt;
}

.modal-body input {
  margin-top: 2% !important;
}

.demo-form [type="text"],
.demo-form [type="phone"],
.demo-form [type="email"],
.demo-form select,
.demo-form option {
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-color: #33333350;
  border-radius: 5px;
  margin-bottom: 3%;
  margin-top: 1%;
}

.image-home img {
  width: 95%;

  margin-top: -10%;
  margin-bottom: -10%;
  margin-right: 7%;
  left: 0;
}

.image-homepage img {
  width: 95%;

  margin-bottom: -10%;
  margin-right: 7%;
  left: 0;
}

.image-home-left img {
  width: 95%;
  margin-left: 7%;
  margin-top: -10%;
  margin-bottom: -10%;
}

.here-image {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.footer {
  background: #00aeef !important;
}

.sub-footer {
  background: white !important;
}

.home-style-1 {
  padding-left: 8% !important;
  padding-right: 5% !important;
}

.home-style-1 h1 {
  font-weight: bold;
  margin-bottom: 3%;
  font-size: 32pt;
  font-family: "Work Sans", sans-serif;
  font-weight: 800 !important;
  color: #292d78 !important;
  margin-top: -10%;
}
.home-style-1 h2 {
  font-weight: bold;
  margin-bottom: 3%;
  font-size: 32pt;
  font-family: "Work Sans", sans-serif;
  font-weight: 800 !important;
  color: #292d78 !important;
}

.home-style-1 h3 {
  font-weight: bold;

  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  color: #292d78 !important;
}

.button-picoo-out-light {
  border-color: rgb(0, 174, 239);
  color: rgb(0, 174, 239);
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  padding: 10px 15px;
  margin-top: 10% !important;
  border-radius: 30px;
}

.button-picoo-out-dark {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  padding: 10px 40px;
  margin-top: 10% !important;
  border-radius: 30px;
  margin-right: 0% !important;
}

.button-picoo-fill-dark {
  border-color: rgb(0, 174, 239);
  color: white;
  background-color: rgb(0, 174, 239);
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px;
  margin-top: 20% !important;
  border-radius: 30px;
}

.button-picoo-out-dark:hover {
  background-color: white;
  color: #313131;
}

.home-style-1 a {
  margin-top: 5% !important;
}

.home-style-1 p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  color: #4c4e7fba !important;
  margin-top: 6%;
  margin-bottom: -2%;
  padding-right: 10%;
}

.bg-picoo {
  background-color: #292d78 !important;
}

.home-style-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 5%;
}

.home-style-2 h2 {
  font-weight: bold;
  margin: 23% 12% 5% 12%;
}

.about-title h4 {
  font-weight: lighter;
  color: white;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: 12pt;
}

.about-title h2 {
  font-weight: bold;
  color: #ffffff !important;
  margin: 1% 12% 5% 12%;
}

.text-white h2,
.text-white p {
  color: white !important;
}

.home-style-2 p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  font-weight: normal;

  margin: 4% 12% 5% 12%;
}

.home-style-2 ul li {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif !important;
  word-spacing: normal;
  font-weight: normal;
  color: #ffffff;
  margin-left: 12%;
}

.home-style-2 a {
  margin: 5% 12% 5% 12%;
}

.home-style-2 img {
  width: 80%;
  margin-top: 10%;
}

.usp p {
  margin-top: 12%;
  font: normal 500 32px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
}

.footer h2 {
  font-weight: bold;
  margin-bottom: 6%;
}

.padding-delete {
  padding-left: 0px !important;
}

.buttons-home {
  margin-top: 3%;
}

.testimonials {
  background-color: #292d78;
  padding-top: 9% !important;
}

.testimonials-content {
  border-style: solid;
  border-width: 1px;
  border-radius: 40px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2%;
  padding-top: 5%;
  margin-bottom: 10%;
  background-color: white;
  color: #292d78 !important;
}

.testimonials-content img {
  position: absolute;
  margin-top: -34%;
  margin-left: -20%;
  border-radius: 50px !important;
}

.testimonials-content p {
  color: #4c4e7fba !important;
  margin-top: -26% !important;
  margin-bottom: 33%;
}

.testimonials-content h4 a {
  color: #292d78 !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.home-style-3 h2 {
  font-weight: bold;
  color: #292d78;
  margin-top: 1%;
  margin-bottom: 2%;
}

.home-style-3 h3 {
  color: #292d78;
}

.home-style-3 h4 {
  font-weight: lighter;
  color: #292d78;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: 12pt;
}

.home-style-3 p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  font-weight: normal;
  color: #4c4e7fba;
  margin-bottom: 0px;
}

.home-style-3 img {
  margin-top: 4%;
  width: 100%;
}

.white-title h2,
.white-title h4 {
  color: white !important;
}

.home-style-6 h2 {
  font-weight: bold;
  color: #333333;
  margin-top: 1%;
  margin-bottom: 4%;
}

.home-style-6 h4 {
  font-weight: lighter;
  color: #292d78;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: 12pt;
}

.home-style-6 p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  font-weight: normal;
  color: #4c4e7fba;
  margin-bottom: 0px;
}

.home-style-6 img {
  height: 100%;
}

.home-style-7 {
  opacity: 0.5;
}

.home-style-7 h2 {
  font-weight: bold;
  color: #333333;

  margin-bottom: 4%;
}

.home-style-7 h4 {
  font-weight: lighter;
  color: #292d78;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: 12pt;
}

.home-style-7 p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  font-weight: normal;
  color: #4c4e7fba;
  margin-bottom: 0px;
}

.home-style-7 img {
  width: 50%;
}

.clients-row {
  opacity: 0.5;
}

.clients-row img {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 1%;
}

.clients-row h4 {
  margin-top: 10%;
  text-transform: none;
  color: rgb(51, 51, 51);
  font: 300 20px/30px "Work Sans", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

.iframe-container {
  position: relative;
  width: 90%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-content {
  color: black;
  display: flex;
  align-items: center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}
.icon-about img {
  width: 3%;
}

.icon-about h3 {
  margin-top: 5% !important;
  color: #292d78;
}

.text-about {
  margin-left: 15.5% !important;
  margin-top: -3% !important;
}

.games-row {
  margin-top: 5%;
}

.games-row img {
  width: 40%;
  margin-bottom: 8%;
}

.ready-block {
  margin-top: 5%;
}

.ready-form {
  padding-top: 7%;
  padding-left: 12%;
}

.ready-form input {
  width: 50%;
  margin-left: 7%;
}

.social-vimeo img {
  width: 100%;
}

.social {
  margin-top: 2% !important;
}

.add-margin {
  margin-top: 5%;
  margin-bottom: 5%;
}

.add-padding-bottom {
  padding-bottom: 5%;
}

.sub-footer-style {
  padding-top: 5%;
  padding-bottom: 5%;
}

.sub-footer-style h3 {
  font: normal 600 16px / 26px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  text-transform: none;
  color: #4c4c4c;
}

.sub-footer-style p {
  font-size: 14px;
  line-height: 25px;
  color: #4c4e7fba;
}

.sub-footer-style p a {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  color: #4c4c4c;
}

.product-item {
  margin-bottom: 5%;
}

.product-img img {
  width: 90%;
  padding-right: 0px !important;
  position: relative;
  z-index: 5;
  margin-left: 5%;
  float: right;
}

.product-title {
  display: flex;
  align-items: center;
  margin-left: 10%;
}

.product-title h3 {
  margin-top: 20%;
  margin-left: 3%;
  font-size: 25px;
  margin-bottom: 5%;
  font-family: "Work Sans", sans-serif;
}

.product-text {
  margin-left: 13.5%;
  color: #4c4e7fba;
}

.title-margin h2 {
  margin-top: 4%;
}

.second-colum {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.second-colum img {
  width: 100%;
}

.add-margin {
  margin-top: 10%;
}

.add-spacing {
  margin-top: 4%;
  margin-bottom: 7%;
}

.add-spacing-detail {
  margin-top: 8%;
  margin-bottom: 7%;
}

.second-colum-blue {
  padding: 5% 7%;

  color: white;
  background-color: #292d78;
  margin-top: 10%;
}

.second-colum-blue ul li {
  float: left;
  margin-top: 3%;
  margin-right: 4%;
}

.second-colum-blue p {
  margin-top: 12%;
  margin-bottom: -5%;
}

.second-colum-blue a {
  font-size: 11.5px;
}

.product-img-second img {
  width: 100%;
  padding-right: 0px !important;
  margin-top: 45%;
}

.decrease-margin {
  margin-top: -5%;
}
.image-schools img {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 4%;
}

.timeline-desktop {
  margin-left: 6%;
  margin-top: 3%;
}

.timeline-mobile {
  display: none;
}

.timeline-desktop img,
.timeline-mobile img {
  width: 90%;
}

.team {
  text-align: center;
}

.team img {
  width: 100%;
}

.team h4 {
  margin-top: 10%;
  text-transform: none;
  color: #292d78;
  font: 300 20px/30px "Work Sans", Helvetica, Arial, Verdana, sans-serif;
}

.team h6 {
  word-spacing: normal;
  color: rgb(133, 134, 140);
  font: 500 15px/27px "Work Sans", Helvetica, Arial, Verdana, sans-serif;
  margin-top: -4%;
  margin-bottom: 20%;
}

.contact-block {
  margin-top: -4%;
}
.contact-block img {
  width: 70%;
  margin-left: 15%;
}

.contact-block h4 {
  margin-top: 6%;
  color: #292d78;
  font: normal 600 20px / 30px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
}

.contact-block p {
  font: normal 500 15px / 27px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif;
  word-spacing: normal;
  color: #4c4e7fba;
}

.founders-block {
  background-image: url("/images/background-icons.jpg");
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  padding-left: 10%;
}

.iframe-container {
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
}

.iframe-container-maps {
  margin-top: 5%;
  position: relative;
  width: 100%;
  padding-bottom: 26.25%;
  height: 0;
}

.iframe-container-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.social svg {
  fill: #fff !important;
  height: 40px !important;
  width: 60px !important;
}

ul.social li a :hover {
  opacity: 0.8 !important;
}

.button-top {
  margin-top: -5%;
}

.hero-text h1,
.hero-text p {
  width: 100% !important;
}

.picoos-background {
  background-image: url("/images/picoos-background-demo-request.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ready-block {
  background-color: #292d78;
  padding: 6% !important;
  color: white;
}
.ready-block form input {
  width: 100%;
  padding: 2%;
}

.form-button {
  margin-top: 0% !important;
  width: 100% !important;
  margin-left: 5%;
  padding: 5%;
  border-radius: 0px;
  background-color: #fbb040;
  border-color: #fbb040;
  float: right;
}

.home-style-3 h5 {
  font-style: italic;
  color: blue;
  margin-top: 4%;
}
.header {
  height: 70px !important;
}

.header-schools {
  padding-top: 8%;
  padding-bottom: 5%;
  color: #292d78;
  margin-top: -5%;
}

.header-schools h2 {
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800 !important;
}

.header-schools p {
  font-size: 16pt;
}

.place-played h2 {
  font-weight: bold;
  margin-bottom: 5%;
  font-family: "Work Sans", sans-serif;
  color: white !important;
}

.package {
  color: white;
}

.package h3 {
  font-weight: bold;
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: "Work Sans", sans-serif;
  color: white;
}

.schools-desc h2 {
  font-weight: bold;
  margin-top: 18%;
  margin-bottom: 6%;
  font-family: "Work Sans", sans-serif;
}

.game-detail {
  margin-top: 5%;
}

.game-detail img {
  width: 50%;
}

.game-detail h3 {
  margin-top: 8%;

  font-family: "Work Sans", sans-serif;
}

.game-detail p {
  margin-left: 10%;
}

.book-now-background {
  background-color: #292d78;
}

.book-now {
  background-color: #292d78;
  padding: 6% !important;
  color: white !important;
}

.book-now p,
.book-now h2 {
  color: white !important;
}
.book-now-button {
  margin-top: 5%;
  margin-bottom: -3%;
  width: 35%;
  padding: 2% 2%;
  background-color: #fbb040;
  border-color: transparent;

  border-radius: 5px;
  color: white;
  font: normal 500 17px / 21px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif !important;
}

.book-now-button:hover {
  opacity: 0.8;
}

.package-list li {
  margin-top: 2%;
  margin-bottom: 2%;

  font: normal 400 17px / 21px "Work Sans", Helvetica, Arial, Verdana,
    sans-serif !important;
}

.x-icon img {
  width: 2%;
  margin-right: 2%;
}

.package-button button {
  margin-top: 3%;
  background-color: #fbb040;
  border-color: transparent;
  padding: 4% 7%;
  border-radius: 5px;
}

.package-button button:hover {
  background-color: #f8cd8c;
}

.header-product {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("/images/picoo-product.png");
  padding-top: 15%;
  padding-bottom: 15%;
  margin-top: -5%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
}

.header-product h2 {
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 80px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800 !important;
}

.header-product p {
  font-size: 16pt;
}

.product-details h2 {
  font-weight: bold;
  margin-bottom: 1%;
  color: #292d78;
  font-family: "Work Sans", sans-serif;
  font-weight: 800 !important;
}

.product-details img {
  padding-bottom: 5%;
  width: 90%;
  margin-left: 10%;
}

.package-image img {
  width: 80%;
  margin-left: 10%;
}

/*---------------------------------------------------
    Footer
----------------------------------------------------*/
.sub-footer {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.footer-image {
  margin-top: 15%;
  background-color: #292d78;
  padding-bottom: 2%;
  padding-top: 5%;
}

.menu-item- {
  border-color: #292d78;
  background: transparent;
}

.logo-footer img {
  width: 50%;
  margin-left: 10%;
  float: left;
  margin-top: 5%;
}

.footer-socialmedia {
  margin-top: 4%;
  width: 10% !important;
  float: left;
  margin-right: -6% !important;
}

.footer-lists h4 {
  color: white;
  font-family: "Quicksand", sans-serif !important;
}

.footer-lists ul a:hover {
  text-decoration: none;
}

.footer-lists li {
  color: white;
  font-family: "Quicksand", sans-serif !important;
}

.footer-lists p {
  color: white !important;
  font-family: "Quicksand", sans-serif !important;
}

.footer-lists li:hover {
  opacity: 0.5;
}

.footer-lists p a {
  color: white !important;
  text-decoration: none;
}

.footer-lists p a:hover {
  opacity: 0.8;
}

.logo-footer a img:hover {
  opacity: 0.8;
}

.sitemap {
  padding-left: 10% !important;
}

/*------------------------------------
    formulier
  ------------------------------------*/
.acces-form input {
  border-style: solid;
  border-width: 3px !important;
  border-radius: 5px !important;
  border-color: white !important;
  padding: 2% 3%;
  width: 50%;
  margin-left: 0%;
}

.button-demo-form:hover {
  opacity: 0.7;
}

/*------------------------------------
    hier gebruik je Picoo
  ------------------------------------*/

.picoo-used-column {
  margin-top: 4%;
}

.picoo-used-column img {
  width: 100%;
  background-color: #292d78;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.picoo-blue-blocks-colums {
  background-color: #292d78 !important;
  color: white;
  padding-bottom: 15%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center !important;
  height: 30vh !important;
}

.picoo-blue-blocks-colums h3,
.picoo-blue-blocks-colums p {
  color: white !important;
}

.picoo-blue-blocks-colums p {
  font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  margin-bottom: 8%;
}

.picoo-blue-blocks-colums a {
  font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  color: #ffffff;
  text-decoration: underline;
}

.picoo-blue-blocks-colums a:hover {
  font: normal 800 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  color: #ffffff;
  text-decoration: none;
}
/* dropdown menu */
.dropdown-content {
  display: none;
  position: absolute;
  left: -15px;
  background-color: white;
  min-width: 140px;
  border-radius: 15px !important;
  z-index: 1;
  height: auto;
}

.dropdown-content a {
  height: 40px;
  position: relative;
  left: -3px;
  
}

.dropdown-content p{
  margin-left: 18px;
  margin-top: 5px;
}

.dropdown-content a:hover {
  background-color: #e4e4e2;
  border-radius: 15px !important;
  /* border-bottom-color: #00aeef !important;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important; */
  /* width: 100%; */
  /* background-color: red; */
  /* font: normal 600 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important; */
}

a.nav-link.dropdown-toggle {
  display: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*    CSS from form page - start */

.picoo-text {
  margin-top: 4%;
  text-align: center;
}

.picoo-title h2 {
  font-size: 23pt;
  font-weight: 800;
}

.picoo-text p {
  margin-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.picoo-text-fluid p {
  margin-top: 2%;
  padding-left: 30%;
  padding-right: 30%;
}

.play-video {
  width: 24% !important;
  margin-left: 40%;
  background-color: #00aeef;
  padding: 0.5% 1% 0.5% 1.5%;
  color: white;
  border-radius: 40px;
  margin-top: 3%;
}

.play-video img {
  width: 10%;
  float: left;
  padding-top: 4.6%;
}

.play-video h5 {
  float: left;
  margin-left: 10%;
  font-style: initial;
  color: white;
}

.play-video:hover {
  background-color: #24286d;
}

.link-to-video:hover {
  opacity: 0.5;
}

.picoo-intro {
  padding-top: 10%;
}

.picoo-sub-intro {
  margin-bottom: -10% !important;
}

.ambience-impression {
  margin-top: 8%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#ambience-left {
  background-image: url("../images/image-ambience-left.jpg");
}

#ambience-center {
  background-image: url("../images/image-ambience-center.jpg");
}

#ambience-right {
  background-image: url("../images/image-ambience-right.jpg");
}

.picoo-action iframe {
  margin-top: 3%;
  width: 100%;
  height: 50vh;
}

.picoo-fluid-blue {
  margin-top: 8%;
  background-color: #00aeef;
}

.picoo-fluid-blue h2,
.picoo-fluid-blue h3,
.picoo-fluid-blue p,
.picoo-fluid-blue ul {
  color: white !important;
  font-family: "Work Sans", sans-serif;
}

.picoo-fluid-blue ul {
  text-align: left;
  padding-left: 20%;
  padding-right: 25%;
}

.picoo-fluid-blue a {
  color: white !important;
  text-decoration: underline;
}

.picoo-fluid-min {
  padding: 3% 10%;
}

.picoo-usp {
  text-align: center;
  padding-left: 7%;
  padding-right: 7%;
  align-content: center;
}

.picoo-usp img {
  width: 40%;
}

#image-robust img {
  width: 33% !important;
}

#elements-right {
  background-image: url("../images/icons-vertical.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#playing-kids {
  background-image: url("../images/running-children-2.png");
  background-size: cover;
  background-position: 50% 50%;
}

.picoo-two-blocks {
  height: 460px;
}

.picoo-two-block-add h2,
.picoo-two-block-add h3,
.picoo-two-block-add p,
.picoo-two-block-add ul {
  margin-left: 10%;
  margin-right: 13%;
}

.picoo-two-block-add p {
  margin-top: 5%;
}

.picoo-two-text {
  padding-top: 6%;
}

.sign-up-form-picoo {
  margin-top: 8%;
  background-color: #79b739;
  color: white;
}

.sign-up-form-picoo h2,
.sign-up-form-picoo h3,
.sign-up-form-picoo p {
  color: white !important;
}

.sign-up-form-picoo p {
  padding: 3% 20% 0% 20% !important;
}

.picoo-inside img {
  margin-top: 3%;
  width: 100%;
}

/*    CSS from form page - close */

/* hubspot form layout */

.hs-input {
  border-radius: 5px;
  border-style: none;
  padding: 1% 1%;
  color: black;
  width: 40%;
}

.legal-consent-container
  .hs-form-booleancheckbox-display
  input[type="checkbox"] {
  margin-left: -45% !important;
}

.hs-form-booleancheckbox {
  margin-top: 2%;
  margin-left: 35%;
}

.grecaptcha-badge {
  display: none;
}

.hs-richtext {
  display: none;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
  padding: 0% !important;
  margin-left: -68% !important;
}

.hs-richtext {
  margin-top: -5% !important;
}

.sub-text {
  margin-top: -4%;
  margin-bottom: 8%;
}

.hs-form-booleancheckbox-display a,
.sub-text a {
  font-weight: 800;
  color: #24286d;
  text-decoration: underline;
}

.hs-form-field {
  margin-top: 2%;
}

.mobile {
  display: none;
}

#image-robust img {
  width: 33% !important;
}
.picoo-hire {
  margin-top: 10%;
}

@media only screen and (max-width: 1920px) {
  .play-video {
    width: 20% !important;
    margin-left: 40%;
    background-color: #00aeef;
    padding: 0.5% 1% 0.5% 1.5%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 4.8%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 70vh;
  }

  .faq-x {
    width: 1.2% !important;
  }

  .logos {
    padding-left: 10%;
    padding-top: 0.5% !important;
  }

  .main-menu {
    width: 50%;
    margin-left: 80%;
  }
  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -57% !important;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1500px) {
  .logos {
    padding-left: 10%;
    padding-top: 0.5%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 60vh;
  }

  .for-home {
    margin-top: -15%;
    width: 75%;
    margin-left: 10%;
  }

  .ambience-impression {
    margin-top: 8%;
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .picoo-use img {
    width: 40%;
    margin-left: 31%;
  }
  .main-menu {
    width: 60%;
    margin-left: 25% !important;
  }
  .faq-x {
    width: 1.6% !important;
  }
}

.mobile-blowout {
  display: none;
}

.desktop-blowout {
  display: block;
}

.button-styling-news {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 1600px) {
  .logos {
    padding-left: 10%;
    padding-top: 1%;
  }

  #usp-two-space {
    padding-top: 0%;
  }
  .alignment-great {
    margin-top: 3%;
  }
  .text-head-great {
    margin-top: 3%;
  }

  .back-color-picoo-blue {
    padding: 8% !important;
  }

  .picoo-blue-blocks-colums {
    height: 23vh;
  }

  .picoo-play-images img {
    width: 30%;
    margin-left: 35%;
  }
  .picoo-wallmount {
    width: 130% !important;
    padding-top: 0%;
    margin-left: -95%;
  }

  .home-page-demo-button {
    border-radius: 49px !important;
  }

  .home-first-section {
    padding-top: 15%;
    padding-left: 10% !important;
    padding-right: 5% !important;
  }
  .btn-picoo-white {
    margin-top: 3%;
    background-color: white;
    padding: 2% 8% !important;
    color: #292d78 !important;
    border-radius: 40px !important;
    font-family: "Work Sans" !important;
  }

  .picoo-blue-blocks-colums {
    background-color: #292d78 !important;
    color: white;
    padding-bottom: 15%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center !important;
    height: 25vh !important;
  }

  .picoo-use img {
    width: 40%;
    margin-left: 30%;
  }
  .picoo-used {
    margin-top: 0%;
  }

  .faq-home h3 {
    float: left;
    margin-top: -4px;
    margin-left: 3%;
    width: 90%;
  }

  .picoo-blowout-section {
    margin-top: 8%;
    text-align: center;
  }

  .picoo-specifications h2 {
    color: white !important;
    text-align: center;
    padding: 0% 5% 2% 5%;
  }

  .picoo-usps {
    margin-top: 8%;
  }
}

@media screen and (max-width: 1400px) {
  .image-homepage img {
    width: 95%;
    margin-top: 3%;
    margin-bottom: -10%;
    margin-right: 7%;
    left: 0;
  }

  .add-button-offerte a {
    width: 300px;
  }

  .picoo-use img {
    width: 40%;
    margin-left: 30%;
  }

  .picoo-usps {
    margin-top: 20%;
    margin-bottom: -3%;
  }
  .content-usp {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    background-color: white;
    padding: 8% 8%;
    border-radius: 20px;
    font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
    color: #4c4e7fba;
    height: 315px;
  }
  .main-menu ul li a {
    color: #292d78;
    font: normal 400 13px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none;
    margin-right: 3px;
    margin-left: 3px;
  }

  .main-menu ul li a:hover {
    color: #292d78;
    font: normal 600 13px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none;
    margin-right: 3px;
    margin-left: 3px;
  }
  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 40% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -55% !important;
  }
}

@media screen and (max-width: 1300px) {
  .image-homepage img {
    width: 95%;
    margin-top: 3%;
    margin-bottom: -10%;
    margin-right: 7%;
    left: 0;
  }

  .add-button-offerte {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3% 6%;
  }

  .button-styling-news {
    display: flex;
    flex-direction: column;
  }

  .content-usp {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    background-color: white;
    padding: 8% 8%;
    border-radius: 20px;
    font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
    color: #4c4e7fba;
    height: 315px;
  }
  .main-menu ul li a {
    color: #292d78;
    font: normal 400 15px "Work Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    margin-right: 3px;
    margin-left: 3px;
  }

  .main-menu {
    width: 60%;
    margin-left: 12% !important;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 15% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -40% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .play-video {
    width: 22% !important;
    margin-left: 40%;
    background-color: #00aeef;
    padding: 0.5% 1% 0.5% 1.5%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 4.8%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 80vh;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 40% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -40% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .home-img {
    margin-top: -5%;
  }

  .acces-form input {
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: white !important;
    padding: 2% 3%;
    width: 100%;
  }

  .play-video {
    width: 28% !important;
    margin-left: 36%;
    background-color: #00aeef;
    padding: 0.5% 1% 0.5% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 3%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
  }

  .for-home {
    margin-top: -13%;
    width: 75%;
    margin-left: 14%;
  }
  .content-usp {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    background-color: white;
    padding: 8% 8%;
    border-radius: 20px;
    font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
    color: #4c4e7fba;
    height: 372px;
  }

  .this-is-picoo {
    margin-top: 8%;
    height: 46vh;
  }

  .picoo-demo {
    margin-top: 8%;
    height: 42vh;
  }

  .logo {
    display: none;
  }
  .main-menu ul li a {
    color: #292d78;
    font: normal 400 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: none;
    margin-right: 0px;
    margin-left: -7px;
  }

  .main-menu > ul > li.active > a > span {
    font: normal 900 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 40% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -75% !important;
  }
}

@media only screen and (max-width: 768px) {
  .logos {
    display: block !important;
  }

  iframe {
    width: 100% !important;
  }

  #elements-right h2 {
    margin-top: 2%;
  }

  /* dropdown menu */

  .dropdown-content-mobile {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .dropdown-content-mobile a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content-mobile a:hover {
    background-color: #ddd;
    color: black;
  }

  .dropdown:hover .dropdown-content-mobile {
    display: block;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content-mobile {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .mobile,
  .home-second-block {
    display: none;
  }

  .mobile-blowout {
    display: block;
  }

  .desktop-blowout {
    display: none;
  }
  .picoo-used {
    margin-top: 60%;
  }

  .picoo-blue-blocks-colums h3 {
    margin-top: 0px;
    padding-top: 30px;
  }

  .faq-x {
    width: 5% !important;
  }

  .content-usp {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 10px -1px rgba(176, 176, 176, 1);
    background-color: white;
    padding: 4% 4%;
    border-radius: 20px;
    font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
    color: #4c4e7fba;
    height: 400px;
  }

  h4 {
    font-size: 17px;
  }

  .games-overview button {
    background-color: #292d78;
    padding: 5% 7%;
    border-radius: 50px;
    color: white;
    border-color: transparent;
    float: left;
    margin-top: 19%;
    font: normal 500 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  }
  .mobile-faq {
    margin-top: 0% !important;
  }

  .footer-content {
    margin-top: 2%;
  }

  .picoo-three-togheter {
    width: 100% !important;
    padding-top: 12%;
  }

  .picoo-play-images {
    margin-top: 4%;
  }

  .this-is-picoo {
    margin-top: 8%;
    height: 40vh;
  }

  .picoo-demo {
    margin-top: 8%;
    height: 55vh;
  }

  .home-page-demo-button {
    background-color: #db4a2a !important;
    width: 100% !important;
    float: right;
    border-color: transparent !important;
  }

  .extended-demo-exclusion {
    width: 100% !important;
    float: left;
    margin-top: -44%;
    font-weight: 100;
  }

  .picoo-testimonials {
    padding-top: 5%;
    padding-bottom: 10%;
    background-color: #292d78 !important;
    margin-top: 8%;
  }

  .back-color-picoo-blue {
    padding-bottom: 20% !important;
  }

  .picoo-x {
    width: 4%;
    float: left;
    margin-top: 1%;
  }

  .picoo-text-fluid p {
    margin-top: 2%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 0% !important;
  }

  #LEGAL_CONSENT.subscription_type_6958004-f838dd9e-1f23-49f3-8cee-9b997eea9b1b {
    width: 20% !important;
  }

  .legal-consent-container .hs-form-booleancheckbox-display p {
    width: 80% !important;
    padding-left: 0% !important;
    margin-left: -24% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -18% !important;
    margin-right: 5%;
  }
}

@media only screen and (max-height: 969px) {
  .light-blue-section input[type="checkbox"],
  .light-blue-section input[type="radio"] {
    margin: 9px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    margin-left: 0% !important;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
    padding-left: 0%;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -50% !important;
    margin-right: 5%;
  }
}

@media only screen and (max-height: 755px) {
  .light-blue-section input[type="checkbox"],
  .light-blue-section input[type="radio"] {
    margin: 9px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    margin-left: -39% !important;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 600px) {
  .mobile {
    display: inline;
  }
  .logos {
    padding-left: 10%;
    padding-top: 0%;
  }

  .menus {
    padding-left: 60%;
  }

  .logo-mobile {
    width: 80px !important;
  }
  .request-demo {
    border-style: solid;
    border-color: #fff;
    border-radius: 5px;
    margin-left: 5%;
    padding-top: 0%;
    font-size: 21pt;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .home-style-1 h1 {
    font-weight: bold;
    margin-bottom: 0%;
    font-size: 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800 !important;
    color: #292d78 !important;
  }

  .home-style-1 {
    margin-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .home-style-3 {
    margin-top: 5%;
  }

  .this-is-picoo {
    margin-top: 8%;
    height: 90vh;
  }

  .picoo-demo {
    margin-top: 8%;
    height: 80vh;
  }

  .timeline-desktop {
    display: none;
  }
  .timeline-mobile {
    display: block;
  }
  .team img {
    width: 80%;
  }

  .testimonials {
    background-color: #292d78;
  }

  .testimonials-content {
    border-style: solid;
    border-width: 1px;
    border-radius: 40px;
    margin-left: 3%;
    padding: 2%;
    padding-top: 19%;
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .testimonials-content img {
    position: absolute;
    margin-top: -40%;
    margin-left: -20%;
    border-radius: 50px !important;
  }

  .home-style-3 h2 {
    font-weight: bold;
    color: #292d78;
    margin-top: 1%;
    margin-bottom: 7%;
  }
  .home-style-1 h1 {
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 32pt;
    font-family: "Work Sans", sans-serif;
    font-weight: 800 !important;
    color: #292d78 !important;
    margin-top: 0%;
  }

  .image-home img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 5%;
  }
  .image-schools img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 4%;
  }

  .image-homepage img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 5%;
  }
  .image-home-left img {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 11%;
    margin-bottom: -4%;
  }

  .testimonials-content h3 {
    margin-top: 4%;
  }

  .testimonials-content h5,
  .testimonials-content h2 {
    color: #00aeef;
  }
  .footer h2 {
    font-size: 14pt;
  }

  .header-schools {
    padding-top: 40%;
    padding-left: -5% !important;
    margin-top: -5% !important;
  }

  .header-schools h2 {
    font-weight: bold;
    margin-bottom: 1%;
    font-size: 40px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800 !important;
  }

  .header-product h2 {
    margin-top: 30%;
    font-size: 40px;
  }

  .product-title h3 {
    margin-top: 10%;
    margin-left: -5%;
    font-size: 25px;
    margin-bottom: 5%;
    font-family: "Work Sans", sans-serif;
  }

  .product-text {
    margin-left: 5.5%;
    margin-bottom: 10%;
  }

  .places-images img {
    margin-bottom: 5%;
  }
  .picoo-used {
    margin-top: 60%;
  }

  .icon-about img {
    width: 5%;
  }

  .icon-about h3 {
    margin-top: 5% !important;
    margin-left: 5%;
    font-size: 21pt;
  }

  .package-image img {
    width: 100%;
    margin-left: 0%;
    margin-top: 10%;
  }

  .text-about {
    margin-left: 11% !important;
    margin-top: -3% !important;
  }

  .contact-block img {
    width: 90%;
    margin-left: 0%;
  }

  .book-now-button {
    margin-top: 5%;
    margin-bottom: -3%;
    width: 40%;
    padding: 2% 2%;
    background-color: #fbb040;
    border-color: transparent;
    border-radius: 5px;
    color: white !important;

    font: normal 500 17px / 21px "Work Sans", Helvetica, Arial, Verdana,
      sans-serif !important;
  }

  .package-list li {
    margin-top: 2%;
    margin-bottom: 2%;

    font: normal 400 17px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  }

  .schools-desc h2 {
    font-weight: bold;
    margin-top: 18%;
    margin-bottom: 2%;
    margin-left: 3%;
    font-family: "Work Sans", sans-serif;
  }

  .school-image img {
    width: 100%;
  }

  .bg-picoo-image {
    padding: 4% 8% 0% 8%;
    background-color: #ffffff;
  }
  .bg-picoo-image-white {
    background-image: url("/images/header_one_v3.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5%;
    padding-right: 5%;
    padding-left: 10%;
  }

  .block-one {
    margin-top: 10%;
    background-image: url("/images/usp/first-icon-usp.png");
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .block-two {
    margin-top: 10%;
    background-image: url("/images/usp/second-icon-usp.png");
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .block-three {
    margin-top: 10%;
    background-image: url("/images/usp/third-icon-usp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10%;
  }

  .usp-blocks {
    border-radius: 5px;
    padding: 20% 5%;
  }

  .content-usp {
    padding: 2% 2%;
    border-radius: 20px;
    height: 200px;
  }

  .content-usp h2 {
    font-size: 20px;
    font-weight: 600;
  }

  #usp-two-space {
    padding-top: 2%;
  }

  .home-style-3 {
    margin-bottom: 10%;
  }
  .menu-item-home a:hover,
  .menu-item-product a:hover,
  .menu-item-educatie a:hover,
  .menu-item-leisure a:hover,
  .menu-item-over.ons a:hover,
  .menu-item-about.us a:hover,
  .menu-item-contact a:hover {
    background-color: transparent !important;
  }

  .menu-item-home.active a,
  .menu-item-product.active a,
  .menu-item-educatie.active a,
  .menu-item-leisure.active a,
  .menu-item-over.ons.active a,
  .menu-item-about.us.active a,
  .menu-item-contact.active a {
    background-color: transparent !important;
    opacity: 0.7;
  }
  .desktop {
    display: none;
  }

  .tech-specs-mobile {
    margin-bottom: 15%;
  }

  .tech-specs-mobile h3 {
    color: #292d78;
    padding-left: 5%;
  }

  .tech-specs-mobile ul li {
    margin-bottom: 2%;
    font: normal 400 16px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    padding-left: 5%;
  }

  .places-images img {
    width: 60%;
  }

  .x-icon img {
    width: 4%;
    margin-right: 2%;
  }

  .home-img {
    display: none;
  }
  .bottom-line {
    display: inline;
    border-bottom-style: solid;
    border-bottom-color: #292d78;
    border-bottom-width: 1px;
    width: 90%;
    margin-left: 5%;
    margin-top: 8%;
    opacity: 0.2;
  }

  /*---------------------------------------------------
    Footer
----------------------------------------------------*/
  .sub-footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .footer-lists,
  .logo-footer {
    margin-bottom: 10%;
  }

  .logo-footer img {
    width: 35%;
    margin-left: 0%;
    float: left;
    margin-top: 5%;
  }

  .footer-socialmedia {
    margin-top: 4%;
    width: 10% !important;
    float: left;
    margin-right: 5% !important;
  }

  .footer-lists h4 {
    color: white;
  }

  .footer-lists ul a:hover {
    text-decoration: none;
  }

  .footer-lists li {
    color: white;
    font-family: "Quicksand", sans-serif !important;
  }

  .footer-lists p {
    color: white !important;
    font-family: "Quicksand", sans-serif !important;
  }

  .footer-lists li:hover {
    opacity: 0.5;
  }
  .sitemap {
    padding-left: 5% !important;
  }

  .games-overview p {
    margin-top: 5%;
    float: left;
    font: normal 500 14px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
    color: #4c4e7fba !important;
    height: 30px;
  }

  .games-overview button {
    background-color: #292d78;
    padding: 3% 4%;
    border-radius: 50px;
    color: white;
    border-color: transparent;
    float: left;
    margin-top: 4%;
    font: normal 500 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  }

  .button-demo-form {
    margin-top: 3%;
    background-color: #292d78 !important;
    border-color: transparent;
    margin-bottom: 50% !important;
  }

  .product-details img {
    padding-bottom: 5%;
    width: 90%;
    margin-left: 0%;
    margin-top: 10%;
  }
  .home-page-demo-button {
    background-color: #db4a2a !important;
    width: 100% !important;
    float: right;
    border-color: transparent !important;
  }

  .picoo-use img {
    width: 40%;
    margin-left: 30%;
  }
  .mobile-faq {
    margin-top: 0% !important;
  }

  /*----------------------------
   404 page not found mobile
----------------------------*/
  .not-found img {
    width: 20%;
  }

  .not-found h2 {
    font-size: 35pt !important;
    margin-top: 5%;
  }

  .not-found h4 {
    font-size: 25pt;
    margin-top: 3%;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 800;
  }

  .not-found p {
    font-size: 18pt;
    margin-top: 5%;
  }

  .not-found button {
    background-color: #292d78;
    padding: 3% 6%;
    border-radius: 50px;
    color: white;
    border-color: transparent;
    margin-top: 5%;
    font: normal 500 12px "Work Sans", Helvetica, Arial, Verdana, sans-serif !important;
  }

  .not-found button a {
    color: white;
    text-decoration: none;
  }

  .hs-form-booleancheckbox-display p {
    width: 80% !important;
    padding-left: 54% !important;
    margin-left: -54% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: 0% !important;
    margin-right: -30%;
  }
}

@media only screen and (max-width: 400px) {
  .picoo-text {
    margin-top: 15%;
  }

  .sign-up-form-picoo p {
    padding: 3% 3% 0% 3% !important;
  }

  .picoo-usp {
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    align-content: center;
    margin-bottom: 10%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 30vh;
  }

  .picoo-text p {
    margin-top: 3%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .content-usp {
    padding: 2% 2%;
    border-radius: 20px;
    height: 240px;
  }

  .picoo-used {
    margin-top: 60%;
  }
  .home-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90vh;
    padding: 60px 45px 0 45px !important;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .play-video {
    width: 65% !important;
    height: 5vh;
    margin-left: 17%;
    background-color: #00aeef;
    padding: 0% 1% 0% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 5%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 5%;
    margin-top: -2% !important;
    margin-left: 0%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
    margin-top: 3.5% !important;
  }
  .home-style-1 h1 {
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 26pt;
    font-family: "Work Sans", sans-serif;
    font-weight: 800 !important;
    color: #292d78 !important;
    margin-top: 0%;
  }
  #home h1 {
    font-family: "Work Sans" !important;
    padding-bottom: 18px;
    font-size: 16pt !important;
  }

  .for-home-title {
    margin-top: 0% !important;
  }

  .home-second-block {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .picoo-text {
    margin-top: 15%;
  }

  .sign-up-form-picoo p {
    padding: 3% 3% 0% 3% !important;
  }

  .picoo-usp {
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    align-content: center;
    margin-bottom: 10%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 30vh;
  }

  .picoo-text p {
    margin-top: 3%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .content-usp {
    padding: 2% 2%;
    border-radius: 20px;
    height: 240px;
  }

  .picoo-used {
    margin-top: 60%;
  }
  .home-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90vh;
    padding: 60px 45px 0 45px !important;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .play-video {
    width: 65% !important;
    height: 5vh;
    margin-left: 17%;
    background-color: #00aeef;
    padding: 0% 1% 0% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 5%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 5%;
    margin-top: -2% !important;
    margin-left: 0%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
    margin-top: 3.5% !important;
  }
  .home-style-1 h1 {
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 26pt;
    font-family: "Work Sans", sans-serif;
    font-weight: 800 !important;
    color: #292d78 !important;
    margin-top: 0%;
  }
  #home h1 {
    font-family: "Work Sans" !important;
    padding-bottom: 18px;
    font-size: 16pt !important;
  }

  .for-home-title {
    margin-top: 0% !important;
  }

  .home-second-block {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .play-video {
    width: 28% !important;
    margin-left: 36%;
    background-color: #00aeef;
    padding: 0.5% 1% 0.5% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 5%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
  }
}
@media only screen and (max-width: 700px) {
  .play-video img {
    width: 10%;
    float: left;
    /* padding-top: 5%; */
    margin-top: -17.5%;
    margin-left: -6%;
  }
  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
    margin-top: -12.5%;
  }

  .play-video {
    width: 28% !important;
    margin-left: 36%;
    background-color: #00aeef;
    padding: 4% 1% 0.5% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }
}

@media only screen and (max-width: 450px) {
  .home-first-section {
    padding-top: 24%;
    padding-left: 8% !important;
    padding-right: 5% !important;
  }
  .play-video {
    width: 50% !important;
    height: 5vh;
    margin-left: 17.5%;
    background-color: #00aeef;
    padding: 0% 1% 0.5% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 10%;
    float: left;
    padding-top: 5%;
    margin-top: -0.5% !important;
    margin-left: 0%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
    margin-top: 5.5% !important;
  }
}

/* mobile-css iphone 6/7/8 plus website 2.0 */
@media only screen and (max-width: 500px) {
  .home-first-section {
    padding-top: 24%;
    padding-left: 8% !important;
    padding-right: 5% !important;
  }

  .picoo-hire {
    margin-top: 20%;
  }
  .play-video {
    width: 60% !important;
    height: 5vh;
    margin-left: 20%;
    background-color: #00aeef;
    padding: 0% 1% 0.5% 3%;
    color: white;
    border-radius: 40px;
    margin-top: 3%;
  }

  .play-video img {
    width: 8%;
    float: left;
    padding-top: 5%;
    margin-top: -0.5% !important;
    margin-left: 0%;
  }

  .play-video h5 {
    float: left;
    margin-left: 10%;
    font-style: initial;
    color: white;
    margin-top: 5% !important;
  }

  .picoo-demo {
    margin-top: 8%;
    height: 90vh;
  }

  .home-second-block {
    display: none;
  }
  .picoo-usps {
    margin-top: 14%;
    margin-bottom: 3%;
  }
  .picoo-testimonials h2,
  .picoo-testimonials p {
    text-align: center;
    color: #ffffff !important;
    padding: 0% 5%;
  }

  .picoo-play-images img {
    margin-top: 3%;
  }
  .picoo-use {
    margin-top: 10%;
  }

  .picoo-games {
    margin-top: 8%;
  }

  .mobile-faq {
    margin-top: 0% !important;
  }

  .picoo-used {
    margin-top: 24%;
  }

  .picoo-set-height {
    height: 70vh !important;
  }
  /* hubspot form layout */

  .mc-field-group {
    width: 100%;
    margin-left: 5%;
  }

  .hs-input {
    border-radius: 5px;
    border-style: none;
    padding: 3% 2%;
    color: black;
    width: 90%;
  }

  .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    padding: 0% !important;
    margin-left: -50% !important;
  }

  .sub-text {
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .sub-text a {
    font-weight: 800;
    color: white;
    text-decoration: underline;
  }

  .footer-logo {
    margin-top: 8%;
    width: 40%;
    margin-left: 0%;
  }

  /* tankyou page css */

  .thankyou-page h2 {
    font-size: 28pt !important;
    margin-top: 5%;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 800 !important;
  }

  .thankyou-page p {
    font-size: 14pt !important;
    margin-top: 3%;
    font-family: "Work Sans", sans-serif !important;
  }

  .archive-text h2 {
    font-size: 28pt !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 800 !important;
    padding-top: -4%;
  }

  .archive-text h4 {
    font-size: 14pt !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 800 !important;
    padding-top: -4%;
    color: white;
  }

  .faq-home {
    margin-top: 4%;
  }

  .faq-home h5 {
    float: left;
    margin-top: 1px;
    margin-left: 3%;
    width: 90%;
    color: white;
  }

  .faq-home p {
    float: left;
    margin-left: 6%;
  }

  .faq-x {
    width: 3% !important;
  }

  .picoo-x {
    width: 4%;
    float: left;
    margin-top: 2.7%;
  }

  .faq-home ul li {
    float: left;
  }

  .post-picoo {
    font-weight: 800;
    text-decoration: underline;
    color: white;
  }

  .post-text {
    font-weight: 400;
  }

  .picoo-two-text-tankyou {
    padding: 6% 10%;
  }

  .easy-side-menu {
    width: 30%;
    float: left;
    margin-left: -94% !important;
    margin-top: 12%;
  }

  .archive-text {
    padding-top: 5%;
    padding-left: 8% !important;
    padding-right: 26% !important;
  }

  .picoo-text {
    margin-top: 15%;
  }

  .sign-up-form-picoo p {
    padding: 3% 3% 0% 3% !important;
  }

  .picoo-usp {
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    align-content: center;
    margin-bottom: 10%;
  }

  .picoo-action iframe {
    margin-top: 3%;
    width: 100%;
    height: 30vh;
  }

  .picoo-text p {
    margin-top: 3%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media only screen and (max-width: 374px) {
  .hs-form-booleancheckbox-display input {
    margin-left: -20% !important;
  }

  .hs-form-booleancheckbox {
    margin-top: 2%;
    margin-left: 0% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -80% !important;
  }

  .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    padding: 0% !important;
    margin-left: -45% !important;
  }

  .legal-consent-container
    .hs-form-booleancheckbox-display
    input[type="checkbox"] {
    margin-left: -39% !important;
    margin-right: 0%;
  }
}
