/* CSS Document */

/* 
 * Top Menu
 * ------------------------------*/

.top-bar {
  position: absolute;
  width: 20%;
  display: flex;
  justify-content: flex-end;
  /*	padding-right: 15px;*/
  top: 20px;
  right: 42px;
}

.top-bar a {
  font-size: 14px;
  font-family: var(--font-heading);
  color: var(--color-white);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
}

.top-bar a:hover {
  font-weight: 600;
}

.header ul.menu {
  margin-top: 30px;
  max-height: 40px;
  ;
}

.login-menu-item {
  display: none;
}

@media only screen and (max-width: 900px) {
  .top-bar {
    display: none;
  }

  .login-menu-item {
    display: inline-block;
  }

  .header ul.menu {
    margin-top: 0;
  }
}

.header__logo-box.sponsor-image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  /* margin-top: 95px; */

  background: linear-gradient(rgba(var(--color-primary-rgb), 1),
  rgba(var(--color-primary-rgb), 0.3));
  padding-top: 140px;
}

.home .header__logo-box.sponsor-image {
  padding-top: 75px;
  padding-bottom: 60px;
  /* background: var(--color-primary); */
}

.header__logo-box.sponsor-image a {
  display: flex;
  justify-content: center;
}

.header__logo-box.sponsor-image img {
  width: 50%;
  /* margin-top: -130px; */
}

.home .header__logo-box.sponsor-image img {
    margin-top: -130px;
}

@media only screen and (max-width: 800px) {
  .header__logo-box.sponsor-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .home .header__logo-box.sponsor-image {
    /* padding-top: 40px; */
  }
}

/*
 * Homepage
 *--------------------------*/
section.section-hero {
  margin: 0;
  position: relative;
  height: 90vh;
  width: 100%;
  min-height: 580px;
}

.hero-texts {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4% 20% 4% 20%;
  margin-top: 75px;
}

.hero__hosting-plans {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.hero__hosting-plans--icon i {
  color: var(--color-white);
  font-size: 60px;
  transition: all 0.25s ease-in-out;
}

a.hero__hosting-plans--icon i:hover {
  transform: scale(103%);
}

a.hero__hosting-plans--text {
  padding-top: 16px;
  color: var(--color-white);
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #000;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

a.hero__hosting-plans--text:hover {
  transform: scale(103%);
  color: var(--color-white);
}

.hero_title {
  color: var(--color-white);
  font-size: 62px;
  font-weight: 700;
  text-shadow: 0 0 9px #000000;
  text-align: center;
  /*	padding-bottom: 50px;*/
}

.hero_sub_title {
  line-height: 1.4;
  font-size: 44px;
}

.hero-image-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1100px) {
  .hero-texts {
    padding: 10% 15%;
  }
}

@media only screen and (max-width: 900px) {
  .hero-texts {
    padding: 15% 10%;
  }
}

@media only screen and (max-width: 800px) {
  .hero_title {
    font-size: 50px;
  }

  .hero_sub_title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-texts {
    padding: 15% 5%;
  }

  .domain-search-bar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .domain-search-bar__form-field--input {
    width: 100%;
    height: 45px;
    padding: 0 1rem;
    font-weight: 400;
    margin-top: 30px;
  }

  .domain-search-bar__search-button {
    height: 45px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .hero-texts {
    margin-top: 40px;
    justify-content: center;
  }

  section.section-hero {
    height: 80vh;
  }
}

@media only screen and (max-width: 500px) {
  section.section-hero {
    height: 70vh;
  }

  .hero_title {
    font-size: 42px;
  }

  .hero_sub_title {
    font-size: 36px;
  }

  .hero-texts {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 375px) {
  section.section-hero {
    height: 300px;
  }

  .hero_title {
    font-size: 38px;
  }

  .hero_sub_title {
    font-size: 30px;
  }

  .hero-texts {
    margin-top: 0;
  }
}

.linear-space-devider {
  height: 200px;
  background: linear-gradient(rgba(var(--color-primary-rgb), 1),
      rgba(var(--color-primary-rgb), 0.3));
}

/* 
 * Footer
 *-------------------------------------*/

.footer.fsh-footer {
  background-color: var(--color-text);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px;
  height: auto;
  flex-wrap: wrap;
  /* margin-top:80px; */
}

.footer.fsh-footer a,
.footer.fsh-footer .address {
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
}

.footer.fsh-footer nav ul {
  list-style: none;
  margin-bottom: 0;
}

.footer.fsh-footer h4 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Details*/
.fsh-details {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 32%;
    width: 32%;
}

.fsh-legal-menu,
.fsh-contact-form {
  max-width: 32%;
  width: 32%;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
}



.fsh-legal-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fsh-details__logo-box {
  position: relative;
  padding-bottom: 12px;
  max-width: 100%;
  height: auto;
}

.fsh-details__logo-box img {
  max-width: 300px;
}

/*
.fsh-details__logo-box.sponsor-image:first-of-type {
	margin-bottom:12px;
}
*/

.fsh-details__logo-box.sponsor-image {
  margin-bottom: 12px;
}

.fsh-details__other-details {
  /*	padding-top: 40px;*/
  display: flex;
  flex-direction: column;
}

.footer.fsh-footer .fsh-details__other-details a,
.footer.fsh-footer .fsh-details__other-details .address {
  margin-bottom: 1rem;
  /*	color:black;*/
}

.footer.fsh-footer .fsh-details__other-details a i,
.footer.fsh-footer .fsh-details__other-details .address i {
  padding-right: 10px;
  color: var(--color-secondary);
}

.footer.fsh-footer .fsh-details__other-details a i.fa-phone {
  transform: rotate(135deg);
  padding-right: 0;
  padding-left: 10px;
}

/*Legal menu*/

/* Footer form  */

.fsh-contact-form p {
  margin-bottom: 0.5rem;
}

.fsh-contact-form form {
  margin-bottom: 0;
}

.fsh-contact-form ul {
  list-style: none;
  font-size: 16px;
  color: var(--color-white);
}

.fsh-contact-form ul span {
  padding-right: 10px;
  color: var(--color-secondary);
}
/*
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 32px;
	padding: 6px 10px;
	background-color: #323538;
	border: 1px solid #323538;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--color-white);
	font-size: 14px;
	font-family: var(--font-text);
}

.fsh-contact-form input[type="submit"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: var(--color-white);
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: var(--color-secondary);
	border-radius: 0;

	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	margin-bottom:0;
	transition: all 0.25s ease-in-out;
}

.fsh-contact-form input[type="submit"]:hover {
	transform:scale(103%);
}

*/
#fsh-contact-form .wpforms-container .wpforms-field-row.wpforms-field-medium {
/* #fsh-contact-form .wpforms-field-row .wpforms-field-medium { */
  width: 100%;
  max-width: 100%;
}

#fsh-contact-form .wpforms-field-container input {
  width: 100%;
  max-width: 100%;
}

#fsh-contact-form #wpforms-1674 {
  margin: 0;
}

#fsh-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 233;
}

 /* #fsh-contact-form button#wpforms-submit-1674.wpforms-submit { */
 #fsh-contact-form button {
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}

center {
  display: none;
}

@media only screen and (max-width: 1120px) {
  .fsh-details__logo-box {
    /* display: none; */
  }

  .fsh-details {
    /*		order: 2;*/
    width: 50%;
    max-width: 50%;
    /*		flex-direction: column-reverse;*/
    padding-top: 0;
    
  }

  .fsh-details__other-details {
    padding-top: 0;
  }

  .fsh-legal-menu {
    /*		order:1;*/
    width: 50%;
    max-width: 50%;
    padding-left: 5%;
    padding-top: 100px;
  }

  .fsh-contact-form {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    order: 3;
  }

  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .footer.fsh-footer {
    /*		flex-direction: row-reverse;*/
    padding: 0 60px 60px 30px;
  }

  .fsh-details {
    padding-top: 40px;
    order: 1;
    width: 100%;
    max-width: 100%;
    /* flex-direction: column-reverse; */
  }

  .fsh-details__logo-box {
    display: flex;
    padding-bottom: 40px;
    justify-content: center;
  }

  .fsh-details__logo-box.sponsor-image {
    padding-bottom: 0;
  }

  .fsh-details__logo-box.sponsor-image a {
    width: 100%;
    height: auto;
  }

  .fsh-details__logo-box img {
    /* padding-top: 50px; */
    width: 100%;
    max-width: 100%;
  }

  .fsh-legal-menu {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .fsh-contact-form {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
    order: 3;
  }

  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .footer.fsh-footer {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 400px) {
  .footer.fsh-footer {
    padding: 60px 20px;
  }
}

/*After footer*/
.after-footer {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #323538;
  padding: 14px 60px;
  color: var(--color-white);
}

a.after-footer-skinfaxi,
.after-footer-reserved,
.after-footer-uisce-box {
  /* width: 33%; */
  min-width: 300px;
}

a.after-footer-skinfaxi {
  display: flex;
  justify-content: flex-end;
}

.after-footer a {
  color: var(--color-white);
  text-decoration: none;
}

.uisce-footer__link {
  display: flex;
  justify-content: center;
}

a.uisce-footer__link {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1050px) {
  .after-footer-reserved {
    width: 50%;
    justify-content: flex-start;
  }

  /*	a.uisce-footer__link,*/
  .after-footer-uisce-box {
    display: flex;
    width: 50%;
    justify-content: flex-end;
  }

  a.after-footer-skinfaxi {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 750px) {
  .after-footer-reserved {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  /*	a.uisce-footer__link,*/
  .after-footer-uisce-box {
    width: 100%;
    justify-content: center;
  }

  a.after-footer-skinfaxi {
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  .after-footer {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 400px) {
  .after-footer {
    padding: 10px 20px;
  }
}

/******************************************/
/* Nieuws en Blogs

/

/******************************************/
section.blog-overview {
  font-size: 16px;
}

@media only screen and (max-width: 700px) {
  section.blog-overview {
    font-size: 14px;
  }

  section.blog-overview .box-img {
    width: 150px;
    height: 150px;
  }
}

section.blog-overview a {
  text-decoration: none;
  margin-bottom: 12px;
  height: 200px;
  color: var(--color-white);
  transition: all 0.25s ease-in-out;
}

section.blog-overview a:hover {
  font-weight: 300;
  /* transform: translateY(-8px) translateX(3px); */
  transform: translateY(-5px);
  box-shadow: -2px 5px 5px var(--color-grey);
}

section.blog-overview a:nth-child(odd) {
  background-color: var(--color-secondary);
}

section.blog-overview a:nth-child(even) {
  background-color: var(--color-primary);
}

section.blog-overview a h2 {
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  color: var(--color-white);
}

section.blog-overview a p {
  margin-bottom: 1rem;
  font-weight: 300;
  color: var(--color-white);
}

.overview .entry-item {
  padding-bottom: 0;
}

section.blog-overview a .item-content.blog-and-news {
  height: 100%;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.overview .entry-item .box-img {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.entry-footer .inspiration-cat {
  display: flex;
  flex-wrap:wrap;
}
/*.overview .entry-item:hover .box-img img,*/
.overview .entry-item .box-img img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  transition: all 0.25s ease-in-out;
}

.overview .entry-item:hover .box-img img {
  height: 100%;
  width: 100%;
  /* transform: rotate(10deg); */
  transform: scale(1.05);
}

/*@media only screen and (max-width: 700px) {*/
@media only screen and (max-width: 780px) {
  section.blog-overview {
    font-size: 12px;
  }

  section.blog-overview a {
    height: 150px;
  }

  section.blog-overview a .item-content.blog-and-news {
    padding: 10px 12px;
    /*		height: 100%;*/
  }

  section.blog-overview a h2 {
    font-size: 2rem;
  }

  .overview .entry-item .box-img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 550px) {

  .overview .entry-item .item-content {
    background-color: var(--color-primary);
    color: var(--color-white);
  }

  .overview .entry-item {
    transition: all 0.25s ease-in-out;
  }

  .overview .entry-item:hover {
    transform: translateX(3px);
    transform: translateY(-5px)
  }

  section.blog-overview a {
    height: 100px;
  }

  section.blog-overview a .item-content.blog-and-news {
    justify-content: space-around;
  }

  .overview .entry-item .box-img {
    /* width: 100px; */
    display: none;
  }

  .overview .entry-item {
    justify-content: flex-start;
  }

  section.blog-overview .excerpt {
    display: none;

  }

  section.blog-overview .excerpt-short {
    display: flex;
  }
}

/***********************************/
/*  Wegwijzer in Ierland           */
/***********************************/

.paginate-links,
.paginate-links a {
  color: var(--color-primary);
}

a.prev.page-numbers {
  padding-right: 8px;
  color: var(--color-primary);
}

a.next.page-numbers {
  padding-left: 8px;
  color: var(--color-primary);
}

/* Block edito alterations */

.wp-block-media-text .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text .wp-block-media-text__content {
  align-self: start;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 40px 0;
  }

  blockquote.wp-block-quote {
    width: 90%;
  }
}

/******************************************/

/* section blogCarrousel                    /
/******************************************/

section.blogCarrousel {
  /* background-color: lime; */
  padding: 80px 20px;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: 300px;
  /* background-color: blue; */
}

.swiper-slider__interior {
  position: relative;
  height: 300px;
  width: auto;
}

.swiper-slider__interior--title-box {
  position: absolute;
  height: 300px;
  top: 0;
  display: flex;
  align-items: flex-end;

  color: var(--color-white);
}

.swiper-slider__interior--title-box-title {
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  font-weight: 600;
}

.swiper-slider__image-box {
  position: absolute;
  height: 300px;
  width: 100%;
  top: 0;
}

.swiper-slider__image-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-pagination-bullet-active {
  background-color: blue !important;
}

/* Archive page */
.sub-cats li,
.main-bar li {
  padding: 8px 12px;
  background-color: rgba(var(--color-primary-rgb), 0.7);
  color: var(--color-white);
  transition: all 250ms ease-in-outl;
}

.sub-cats li {
  background-color: rgba(var(--color-secondary-rgb), 1);
}

.sub-cats li a,
.main-bar li a {
  color: var(--color-white);
  text-decoration: none;
}

.main-bar li:hover {
  background-color: rgba(var(--color-primary-rgb), 1);
}

.sub-cats li:hover {
  background-color: #f95f00;
}

.show-cats-text {
  display: none;
}

div#cat-opener {
  border: 1px solid var(--color-primary);
  padding: 8px 12px;
  margin-bottom: 20px;
  width: 280px;
}

div#cat-opener i {
  color: var(--color-primary);
}

div#cat-opener:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

div#cat-opener:hover i {
  color: var(--color-white);
}

@media only screen and (max-width: 700px) {
  .hide-cats-text {
    display: none;
  }

  .show-cats-text {
    display: inline-block;
  }

  .show-main-cats {
    display: none;
  }

  .list-categories.main-bar ul {
    justify-content: flex-start;
  }

  .sub-cats li,
  .main-bar li {
    padding: 6px 8px;
  }
}

@media only screen and (max-width: 840px) {
  section.main.overview h2.archive-h2 {
    margin-bottom: 1rem;
  }
}

/* Promotions
*/

.promotions {
  margin-top: 30px;
}

.promotions-promotion {
  margin-bottom: 40px;
}

.promotion-panel {
  display: flex;
  justify-content: space-between;
}

.promotions-promotion .right-panel {
  display: flex;
  /* flex-direction: column; */
}

/* .promotion-image-panel {
	display: flex;
	width: 100px;
} */

.promotion-info-panel {
  display: flex;
  flex-direction: column;
}

.promotions-promotion .right-panel a {
  padding-bottom: 18px;
}

.promotions-promotion .right-panel span {
  display: inline-block;
  width: 22px;
  padding-right: 12px;
}

.promotions-promotion .fa-info,
.promotions-promotion .fa-euro-sign {
  color: var(--color-primary);
}

.promotions-promotion .promotion-image {
  /* height: 80px; */
  max-height: 80px;
  width: auto;
  /* max-width: 80px; */
}

@media only screen and (max-width: 700px) {
  .promotion-panel {
    flex-direction: column;
  }

  .promotion-info-panel {
    align-items: center;
    width: 100%;
  }
}

/******************************************/
/* Homepage Proposition

/

/******************************************/
section.section-proposition {
  background: linear-gradient(rgba(var(--color-primary-rgb), 0.3), rgba(var(--color-primary-rgb), 0.1));
  /* padding-top: 80px; */
  padding-top: 50px;
  /* margin-top: 80px;
  position: relative;
  height: auto;
  width: 100%;

  padding: 60px 20px;

  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(rgba(var(--color-primary-rgb), 0.3), rgba(var(--color-primary-rgb), 0.1)); */
}

section.section-proposition .container {

  position: relative;
  height: auto;
  width: 100%;

  padding: 60px 20px;

  display: flex;
  flex-wrap: wrap;

}

.proposition__left {
  /* background: green; */
  width: 50%;
  height: auto;
  padding: 0 50px 0 0;
}

.proposition__right {
  /* background: blue; */
  width: 50%;
  /* padding:10px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.proposition__right a {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {

  .proposition__left,
  .proposition__right {
    width: 100%;
  }

  .proposition__left {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  section.section-proposition {
    padding: 40px 30px;
    /* margin-top: 40px; */
  }
}

@media only screen and (max-width: 550px) {
  .proposition__right {
    grid-template-columns: 1fr;
  }

  /* section.section-proposition {
    margin-top: 20px;
  } */
}

@media only screen and (max-width: 430px) {
  section.section-proposition {
    padding: 0 20px 40px 20px;
    /* margin-top: ; */
  }
}

.proposition__right--card {
  position: relative;
  /* padding: 30px 20px 0px 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid var(--color-primary); */
  overflow: hidden;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.proposition__right--card a {

  height: 100%;
  width: 100%;
  padding: 30px 20px 46px 20px;
  position: relative;
  text-decoration: none;

}


/* .proposition__right--card i {

    color: var(--color-secondary);

    font-size: 135px;

} */
.proposition__right--card img,
.proposition__right--card svg {
  /* max-height: 170px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proposition__right--card p {
  /* padding: 14px;f */
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  color: var(--color-white);
  font-weight: 500;
}

.proposition__right--card-overlay {
  position: absolute;
  /* top: -366px; */
  top: -100%;
  left: 0;
  /* top:0; */
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* background-color: #3a723390; */
  background-color: rgb(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
}

#card-1:hover #card-overlay-1 {
  top: 0;
  left: 0;
}

#card-2:hover #card-overlay-2 {
  top: 0;
  left: 0;
}

#card-3:hover #card-overlay-3 {
  top: 0;
  left: 0;
}

#card-4:hover #card-overlay-4 {
  top: 0;
  left: 0;
}


/*
 * WAVES
 * ====================*/
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}


/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

}

/******************************************/

/* Popup                      */

/******************************************/



.cta-popup-box__outer {
  display: none;
}

.cta-popup-box {

  position: -webkit-sticky;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.cta-popup-box__cta-popup {
  position: relative;
  display: block;
  width: 45%;
  height: 50%;
  z-index: 1500;
  border: 2px solid var(--color-uisce-blue-lighter);
}

@media only screen and (max-width: 1000px) {
  .cta-popup-box__cta-popup {
    width: 70%;
  }
}

@media only screen and (max-width: 650px) {
  .cta-popup-box__cta-popup {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .cta-popup-box__cta-popup {
    height: 75vh;
  }
}


.cta-popup-box__cta-popup--image-box {
  position: relative;
  height: 100%;
  width: 100%;
}

.cta-popup-box__cta-popup--image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.cta-popup-box__cta-popup--content {

  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--color-font-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

@media only screen and (max-width: 700px) {
  .cta-popup-box__cta-popup--content {
    padding: 30px;
  }
}

@media only screen and (max-width: 450px) {
  .cta-popup-box__cta-popup--content {
    padding: 20px;
  }
}

.cta-popup-box__cta-popup--content .cta-popup-close {
  color: var(--color-white);
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}

@media only screen and (max-width: 700px) {
  .cta-popup-box__cta-popup--content .cta-popup-close {
    top: 12px;
    right: 12px;
  }
}

.cta-popup-box__cta-popup--content .wpcf7-form {
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  margin-bottom: 0;
}

.cta-popup-box__cta-popup--content h2,
.cta-popup-box__cta-popup--content p {
  text-align: center;
  color: var(--color-white);
}

.cta-popup-box__cta-popup--content h2 {
  font-size: 3.5rem;
}

.cta-popup-box__cta-popup--content p {
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 450px) {
  .cta-popup-box__cta-popup--content h2 {
    padding-top: 22px;
  }

}

.cta-popup-box__cta-popup--content .cta-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  .cta-popup-box__cta-popup--content .cta-fields {
    flex-direction: column;
  }
}


.cta-popup-box__cta-popup--content div .cta-field {
  width: 45%;
}

@media only screen and (max-width: 500px) {
  .cta-popup-box__cta-popup--content div .cta-field {
    width: 100%;
  }

}

.cta-popup-box__cta-popup--content div .cta-field input {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .cta-popup-box__cta-popup--content div .cta-field input {
    margin-bottom: 0.7rem;
  }

}

.cta-popup-box__cta-popup--content .frm-name {
  padding-right: 20px;
}


.cta-popup-box__cta-popup--content .wpcf7-text {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  border: none;
  border-bottom: 4px solid rgba(var(--color-tertiary-rgba), 0.8);
}

.cta-popup-box__cta-popup--content p:last-of-type {
  padding-top: 10px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.cta-popup-box__cta-popup--content p:last-of-type input {
  margin-bottom: 0;
}

.cta-popup-box__cta-popup--content .wpcf7-submit {
  background-color: var(--main-bg-color-overlay-dark);
  color: var(--color-white);
}

@media only screen and (max-width: 500px) {
  .cta-popup-box__cta-popup--content .wpcf7-submit {
    margin-top: 17px;
  }
}

.cta-popup-box__cta-popup--content .wpcf7-response-output {
  border-color: var(--color-tertiary);
  color: var(--color-white);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-decoration: none;
}

a.cta-popup-box__close-popup {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 14px;
  color: var(--color-white);
  text-decoration-color: var(--color-tertiary);
  position: absolute;

}

@media only screen and (max-width: 700px) {
  a.cta-popup-box__close-popup {

    bottom: 20px;
    left: 30px;


  }
}

@media only screen and (max-width: 500px) {
  a.cta-popup-box__close-popup {

    bottom: 55px;
    left: 30px;
    display: flex;
    max-width: 45%;

  }
}