/*
Theme Name: PSP
Author: Cskills
Version: 1
*/
#page-wrap
{
  position: relative;
  overflow: hidden;
}
.home .logo{
  display: none
}
.logo
{
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
}
.HeroSection
{height:100vh; width:100vw; z-index: 0; background:#000;
    overflow: hidden; display: flex;
  align-items: center; justify-content: center;

}
.HeroSection video.video
{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.HeroSection iframe {
  /* width: 115vw;
    height: 65vw;
    min-height: 110vh;
   min-width: 190vh;  */
   width: 110vw;
     height: 80vw;
     min-height: 112vh;
    min-width: 200vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   position: fixed;
   bottom: 0;
   right: 0;

   z-index: -9999;
}
.HeroSection .overlayText
{
  position: absolute;
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-bottom: 15vh;
}
.HeroSection .overlayText h1
{
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: 'almarena_monodisplay_bold';
}
.nextScroll{
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  font-size: 27px;
  line-height: 32px;

  font-family: 'almarena_monodisplay_bold';
  opacity: 0.5;
  color: #fff;
  text-align: center;
}
.nextScroll:hover{
  opacity: 1;
}
.nextScroll span{display: block;}
.loaded .nextScroll svg{
  width: 20px;
	-webkit-animation: bounce 3s;
	-moz-animation: bounce 3s;
	-ms-animation: bounce 3s;
	animation: bounce 3s;
  -webkit-animation-iteration-count: 4; /* Safari 4.0 - 8.0 */
  animation-iteration-count: 4;
	-webkit-animation-delay: 2s;
  animation-delay:4.5s;

}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-10px);}
	60% {-webkit-transform: translateY(-5px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-10px);}
	60% {-moz-transform: translateY(-5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-10px);}
	60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

.GreenPannel
{background: #CCE981; overflow: hidden;}

.patch
{position: absolute;
  overflow: hidden;
  width: auto;
  height: 100%;
  z-index: 0;
left: 0px;
top: 50%;
transform: translateY(-50%);}

.patch img{
    object-position: top right;
}
.GreenPannel .RowOne
{
  position: relative;
  z-index: 1;
  padding-left: 5vw;
}
.GreenPannel div.container{
  /* max-width: 1660px; */
  max-width: 100%;
  padding: 70px 20px;
  margin: 0 auto;

}

.GreenPannel h2
{
  /* font-size: 5.98vw;
  line-height: 7.03vw;
  letter-spacing: -2.3px; */
  font-size: 5.98vw;
  line-height: 6vw;
  letter-spacing: -0.11vw;
  color: #235C4E;
  letter-spacing: -2.3px;
  padding-bottom: 0px;
  font-family: 'almarena_monodisplay_bold';
}
.GreenPannel h4
{
  /* font-size: 57px;
  line-height: 57px;
letter-spacing: -1.14px;
  */
  font-size: 2.96vw;
  line-height: 2.96vw;
  color: #D56133;
  padding-left: 5vw;
  letter-spacing: -0.05vw;
  padding-bottom: 0px;
  font-family: 'almarena_monodisplay_bold';
}
.GreenPannel h4 > span{
  display: block;
  overflow: hidden;
}
.GreenPannel span{
  display: block;
  padding: 3px 0px;
  overflow: hidden;

}
.parentmask
{
  overflow: hidden;
  display: block;
  padding: 3px 0px;
}
p.parentmask{
  padding-bottom: 15px;
}
.parentmask .maskElm
{
-webkit-transform: translate3d(0,110%,0);
    transform: translate3d(0,110%,0);
    transition: transform 1s cubic-bezier(.16,.84,.44,1);
    -webkit-transition: transform 1s cubic-bezier(.16,.84,.44,1);
    -moz-transition: transform 1s cubic-bezier(.16,.84,.44,1);
    -o-transition: transform 1s cubic-bezier(.16,.84,.44,1);
    display: block;
}
/*.parentmask.animateMe .maskElm
{
  -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}
*/
.bigText + p{margin-top: -10px;}
.bigText + p.parentmask .maskElm
{
  -webkit-transform: translate3d(0,130%,0);
      transform: translate3d(0,130%,0);
}
.parentmask.animateMeTxt .maskElm, .bigText + p.parentmask.animateMeTxt .maskElm
{
 -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
}

.RowOne .TextArea
{
  /* max-width: 620px; */
  max-width: 50vw;
  padding-left: 4vw;
  padding-bottom: 15%;
}
.bigText
{display: flex;
align-items: flex-end;}

.bigText > span:nth-child(1){
  /* font-size: 43px;
  line-height: 38px;
  letter-spacing: 0.43px; */
  font-size: 2.23vw;
  line-height: 1.97vw;
  letter-spacing: 0.02vw;
  font-family: 'almarena_monodisplay_bold';
}
.bigText > span:nth-child(2){
  /* font-family: 'robotoregular';
    font-weight: 400;
    font-size: 25px;
    line-height: 28px; */
    padding-left: 5px;
    padding-bottom: 0px;
}
.birdOne
{position: absolute;
right: -3.5vw;
bottom: -4%;
width: 60%;
max-width: 1280px;
}
.RowTwo
{
  align-items: flex-end;padding-bottom: 9%;margin-top: -10%;
    z-index: 2;
    position: relative;
}
.RowTwo .videoBlock
{
  width: 60%;
  overflow: hidden;
}
.RowTwo .textblock
{
  width: 40%;
  padding: 40px 20px 20px 60px;
}
.RowTwo .PosterImage
{
  position: relative;
}
.RowTwo .mappanel
{
  position: relative;
  width: 100%;
    padding: 40px 60px 20px 60px;
}
.imgNote
{
  display: none !important;
  margin-bottom: 20px;
}
.pinch-zoom-container
{
  min-height: 56vw;
}
.RowTwo .PosterImage::before
{
  content: '';
  display: block;
  padding-top: 67%;
  position: relative;
}
.RowTwo .textblock h3, .RowTwo .mappanel h3
{
  /* font-size: 77px;
  line-height: 77px;
  letter-spacing: -1.54px; */
  font-size: 4.01vw;
  line-height: 4.01vw;
  letter-spacing: -0.08vw;
  /* font-family: 'made_coachellathin'; */
font-family: 'almarena_monodisplay_bold';
  padding-bottom: 30px;
}
.RowTwo .mappanel h3
{
  margin-top: -30px;
}
.RowTwo .textblock h3 span:nth-child(2), .RowTwo .mappanel h3{
  padding-left: 14%;
}
.RowTwo .textblock p{
  padding-left: 16%;
}
.viewGallery {
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 115px;
    height: 115px;
    background: url('images/play-Button.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 4px 2px transparent;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
    -moz-transition: all .3s cubic-bezier(.16,.84,.44,1);
    -o-transition: all .3s cubic-bezier(.16,.84,.44,1);
    transition: all .3s cubic-bezier(.16,.84,.44,1);
}
.viewGallery a{
  display: block;
  width: 100%;
  height: 100%;
}
.viewGallery a img{
  width: 0px;
  height: 0px;
  opacity: 0;
}

.toppatch
{position: absolute;
  overflow: hidden;
  width: 100%;
  height: 75%;
  z-index: 1;
left: 0px;
top: 0;}

.toppatch img{
  margin-top: -10%;
  object-position: bottom right;

}
.bottompatch
{position: absolute;
  overflow: hidden;
  width: 20%;
  height: 35%;
  z-index: 2;
right: 0px;
bottom: 0px;}
.bottompatch img.OF-cover
{
  object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom right;
}
.middlepatch
{position: absolute;
  overflow: hidden;
  width: 105%;
  height: 100%;
  z-index: 1;
right: 0px;
bottom: 0px;}


.GetintouchRow
{
  position: relative;
    background: #7ADFA9;
  padding: 50px 20px;
  /* min-height: 90vh; */
}
.GetintouchRow .container
{max-width: 1700px;
padding: 20px 20px;
position: relative;
z-index: 4;
display: flex;
margin: 0 auto;}
.GetintouchRow .container .col{
  width: 100%;
  color: #245C4E;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0px;
  font-family: 'robotoregular';
}
.GetintouchRow .container .col > div:not(:nth-child(1))
{
  margin-bottom: 30px;
}
.GetintouchRow .container > .col:nth-child(1){
width: 45%;
}
.GetintouchRow .container > .col:nth-child(2){
width: 55%;
}
.GetintouchRow .container .col_1_1 .col:last-child
{
  width: 100%;
  padding-top: 20px;
}
.GetintouchRow .container .col_1_1 .col:last-child b{display: block; padding-bottom: 10px;}
.birdTwo
{position: absolute;
/* left: -8vw;
top: -8vw; */
left: 0vw;
bottom: 0;
/* width: 50%; */
width: 500px;
max-width: 1140px;
height: 125%;
z-index: 5;
overflow: hidden;
}
.birdTwo img{
  height: 100%;
}
.GetintouchRow .container .col h2
{
  /* font-size: 120px;
  line-height: 100px;
  letter-spacing: -2.4px; */
  font-size: 6.25VW;
    line-height: 6.25VW;
    letter-spacing: -0.12px;
    padding-bottom: 3%;
    font-family: 'almarena_monodisplay_bold';
}
.parnerName
{
  font-family: 'robotomedium';
}
.GetintouchRow .container .col b{
  display: block;
  font-family: 'robotomedium';
}
.GetintouchRow .container .col a{
  color: #245C4E;
}
.GetintouchRow .container .col a:hover{
  color: #fff !important;
}
.GetintouchRow .container > .col > div.col_1_1 {
    margin-bottom: 0px;
}
.parnerLogo
{
  margin-bottom: 20px;
  height: 60px;
  width: auto;
}
.parnerLogo img{
  height: 100%;
  width: auto;
}
.home footer{display: none;}

.page-template-default
{
  background: #C5E195;
  font-size: 20px;
  line-height: 25px;
  color: #000000;

}

.pageWrapper
{
  padding: 200px 20px 80px 20px;
  margin: 0 auto;
  max-width: 1160px;
  min-height: 90vh;
  z-index: 0;

}
.pageWrapper a
{
  text-decoration: underline;
  color: #235C4E;
  cursor: pointer;
}
.pageWrapper a:hover{
  text-decoration: none;
}
.pageWrapper h1
{
  padding-bottom: 5%;
}

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
  display: block;
  clear: both;

}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
footer
{
  position: relative;
  bottom: 0px;
  padding: 60px 220px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #000;
  color: #9A988D;
  font-size: 15px;
  line-height: 20px;
}
.footerlogo
{
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);

}
.copyrighttxt
{
padding-right: 30px;
}
footer ul.footerMenu
{
  justify-content: center;
}
footer > div{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
ul.footerMenu
{
  margin: 0px 0 0 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
}
ul.footerMenu li{
  padding: 5px 4vw 5px 0px;

}
footer ul.footerMenu
{
  justify-content: center;
}
footer ul.footerMenu li{padding: 10px 20px;}
ul.footerMenu li a{
    font-family: 'robotoregular';
  font-size: 15px;
  line-height: 20px;
  color: #fff !important;
}
ul.footerMenu li a:hover, ul.footerMenu li.current_page_item a{
  color: #c5e195 !important;
}
 .home .GetintouchRow ul.footerMenu li a:hover, .home ul.footerMenu li.current_page_item a{
  color: #245C4E !important;
}
.cli-bar-message a{
  color: #fff !important;
  text-decoration: underline;
}
.cli-bar-message a:hover{
  text-decoration: none;
}
.cli-tab-container h4, .cli-tab-container h1
{
  font-family: 'robotomedium' !important;
  font-size: 30px !important;
  line-height: 30px;
}
.wt-cli-ckyes-brand-logo
{display: none !important;}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #7ADFA9 !important;
    color: #245C4E !important;
  }
  table.cookielawinfo-classic {
    font-family: 'robotoregular' !important;
    border-collapse: collapse;
    border-left: 1px solid #235C4E !important;
    border-top: 1px solid #235C4E !important;
    color: #000 !important;
}
table.cookielawinfo-classic thead tr th {
      background: #235C4E !important;
    color: #c5e195  !important;
}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {
    border-right: 1px solid #235C4E !important;
    border-bottom: 1px solid #235C4E !important;
}
.cli-switch input:checked + .cli-slider {
    background-color: #7adfa9 !important;
}
table.cookielawinfo-winter thead th, #cookie-law-info-bar {
  background: #235C4E !important;
color: #c5e195  !important;
  }


  .pagenotfound svg {
      font: 200px 'Monoton';
      width: 600px;
      height:600px;
  }

  .pagenotfound {
    text-align: center;
    padding: 0px 20px 100px 20px;
    margin: 0 auto;
    max-width: 850px;
  }

  .pagenotfound h1{
    text-align: center;
    color:#235C4E;

  }

  .pagenotfound a{
     display: inline-block;
color:#235C4E;
text-decoration: underline;
  }
  .pagenotfound a:hover{
    text-decoration: none;
  }
  .pagenotfound .text {
      fill: none;
      stroke: white;
      stroke-dasharray: 8% 29%;
      stroke-width: 4px;
      stroke-dashoffset: 1%;
      animation: stroke-offset 5.5s infinite linear;
  }

  .pagenotfound .text:nth-child(1){
  	stroke: #235C4E;
  	animation-delay: -1;
  }

  .pagenotfound .text:nth-child(2){
  	stroke: #D56133;
  	animation-delay: -2s;
  }

  .pagenotfound .text:nth-child(3){
  	stroke: #c0d16e;
  	animation-delay: -3s;
  }

  .pagenotfound .text:nth-child(4){
  	stroke: #9f4c46;
  	animation-delay: -4s;
  }

  .pagenotfound .text:nth-child(5){
  	stroke: #1d2a3e;
  	animation-delay: -5s;
  }

  @keyframes stroke-offset{
  	100% {
      stroke-dashoffset: -35%;
    }
  }
