header .bio-container .header-left .logo-wrapper,
.header .bio-container .header-left .logo-wrapper {
  display: none;
}
header.sticky-header .bio-container .header-left .logo-wrapper,
.header.sticky-header .bio-container .header-left .logo-wrapper {
  display: block;
}
.homepage .bio-extend-container {
  padding: 0 1.5rem;
}

@media only screen and (max-width: 767px) {
  .homepage .bio-extend-container {
    padding: 0 0;
  }
}

.homepage .home-banner-wrapper {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vw * (85 / 192));
}
.homepage .home-banner-wrapper:before {
  content: "";
  /* display: none; */
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 30%;
  height: 90%;
  background-image: url("/wp-content/uploads/2022/11/bio-home-video-logo.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage .home-banner-wrapper {
    height: 100vw;
  }
  .homepage .home-banner-wrapper:before {
    /*     display: none; */
    width: 50%;
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .home-banner-wrapper.desktop-banner {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .home-banner-wrapper.mobile-banner {
    display: none;
  }
}
.homepage .home-banner-wrapper .home-banner {
  height: 100%;
}
.homepage .home-banner-wrapper .home-banner h1 {
  display: none;
}
.homepage .home-banner-wrapper .home-banner .video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 0;
  position: relative;
}
.homepage .home-banner-wrapper .home-banner .video .vimeo-video {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.homepage .home-banner-wrapper .home-banner .video .video-btn {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: min(max(170px, 10.9375vw), 210px);
  height: min(max(48px, 3.125vw), 60px);
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-right: 40px;
}
.homepage .home-banner-wrapper .home-banner .video .video-btn:before {
  content: "";
  background-image: url("../images/play_btn.svg");
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: min(max(42px, 2.7083333333vw), 52px);
  right: 4px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.homepage .home-banner-wrapper .home-banner .video.play .video-btn {
  opacity: 0;
  z-index: -1;
}
.homepage .home-banner-wrapper .home-banner .video.play .vimeo-video {
  opacity: 1;
}
.homepage .bio-meaning {
  text-align: center;
}
.homepage .bio-meaning h2 {
  color: #00833c;
}
.homepage .bio-meaning .btnmore {
  background-color: #00833c;
  border-color: #00833c;
}
.homepage .bio-meaning .btnmore:hover {
  background-color: #ffffff;
  color: #00833c;
}
.homepage .bio-greece {
  display: flex;
  flex-wrap: wrap;
}
.homepage .bio-greece > * {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage .bio-greece > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage .bio-greece h2 {
    text-align: center;
  }
  .homepage .bio-greece .bio-info .btnmore {
    margin: auto !important;
  }
}
.homepage .bio-greece .bio-info {
  padding: min(max(22px, 2.6041666667vw), 50px)
    min(max(20px, 3.6458333333vw), 70px) min(max(25px, 3.125vw), 60px);
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.homepage .bio-greece .bio-info h2 {
  color: #077f77;
}
.homepage .bio-greece .bio-info .btnmore {
  margin-left: 0;
  background-color: #077f77;
  border-color: #077f77;
}
.homepage .bio-greece .bio-info .btnmore:hover {
  background-color: #ffffff;
  color: #077f77;
}
.homepage .bio-greece .bio-info-text {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .homepage .bio-greece .bio-info-text {
    max-width: 100%;
  }
}
.homepage .bio-greece .bio-info-text ul li:before {
  background-color: #4cbeb7;
}
.homepage .protected-areas {
  text-align: center;
}
.homepage .protected-areas h2 {
  color: #cc702a;
}
.homepage .protected-areas .btnmore {
  background-color: #cc702a;
  border-color: #cc702a;
}
.homepage .protected-areas .btnmore:hover {
  background-color: #ffffff;
  color: #cc702a;
}
.homepage .protected-areas .masonry {
  padding-top: min(max(25px, 3.6458333333vw), 70px);
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  grid-template-rows: calc(50% - 25px) calc(50% - 25px);
  justify-content: space-between;
  align-content: space-between;
  height: 1140px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage .protected-areas .masonry {
    height: auto;
    display: block;
  }
}
.homepage .protected-areas .masonry .single-masonry {
  display: block;
}
.homepage .protected-areas .masonry .single-masonry:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .homepage .protected-areas .masonry .single-masonry {
    margin-bottom: 25px;
  }
  .homepage .protected-areas .masonry .single-masonry:last-child {
    margin-bottom: 0;
  }
}
.homepage .protected-areas .masonry .single-masonry .bio-image {
  height: 100%;
}
.homepage .protected-areas .masonry .single-masonry:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.homepage .protected-areas .masonry .single-masonry:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.homepage .protected-areas .masonry .single-masonry:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2;
}
.homepage .protected-areas .pilot-areas h2 {
  margin: 0.91em 0;
  color: #005c83;
}
.homepage .protected-areas .pilot-areas-wrapper {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage .protected-areas .pilot-areas-wrapper {
    height: auto;
    display: block;
  }
}
.homepage .protected-areas .pilot-areas-wrapper .pilot-area {
  display: block;
}
.homepage .protected-areas .pilot-areas-wrapper .pilot-area:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .homepage .protected-areas .pilot-areas-wrapper .pilot-area {
    margin-bottom: 25px;
  }
  .homepage .protected-areas .pilot-areas-wrapper .pilot-area:last-child {
    margin-bottom: 0;
  }
}
.homepage .bio-results {
  text-align: center;
}
.homepage .bio-results h2 {
  color: #00833c;
}
.homepage .bio-results h2 span {
  color: #7cb51f;
}
.homepage .bio-results .result-wrapper {
  padding-top: min(max(15px, 3.9113428944vw), 30px);
  padding-bottom: min(max(25px, 7.8226857888vw), 60px);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  counter-reset: my-counter;
}
.homepage .bio-results .result-wrapper .single-result {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage .bio-results .result-wrapper .single-result {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .bio-results .result-wrapper .single-result {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .bio-results .result-wrapper .single-result .circle {
  width: min(max(290px, 20.8333333333vw), 400px);
  height: min(max(290px, 20.8333333333vw), 400px);
  background-color: #7cb51f;
  border-radius: 50%;
  padding: min(max(16px, 1.5625vw), 30px);
  margin-bottom: min(max(27px, 2.6041666667vw), 50px);
  margin-top: 75px;
  position: relative;
  display: flex;
}
.homepage .bio-results .result-wrapper .single-result .circle:before,
.homepage .bio-results .result-wrapper .single-result .circle:after {
  content: "";
  position: absolute;
  width: 37.5%;
  height: 37.5%;
  top: -18.75%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.homepage .bio-results .result-wrapper .single-result .circle:after {
  border: 4px dotted #ffffff;
  counter-increment: my-counter;
  padding: min(max(15px, 1.0416666667vw), 20px);
  width: calc(37.5% - min(max(30px, 2.0833333333vw), 40px));
  height: calc(37.5% - min(max(30px, 2.0833333333vw), 40px));
  line-height: 1;
  top: calc(0px - (18.75% - min(max(15px, 1.0416666667vw), 20px)));
  content: counter(my-counter);
  font-family: "PFBagueRoundPro";
  font-weight: 700;
  color: #ffffff;
  font-size: min(max(48px, 8.8657105606vw), 68px);
}
@media only screen and (max-width: 1600px) {
  .homepage .bio-results .result-wrapper .single-result .circle:after {
    font-size: min(max(48px, 8.8657105606vw), 50px);
  }
}
.homepage .bio-results .result-wrapper .single-result .circle:before {
  background-color: #00833c;
}
.homepage .bio-results .result-wrapper .single-result .circle h4 {
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 4px dotted #ffffff;
  border-radius: 50%;
  padding: min(max(15px, 2.0833333333vw), 40px);
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .homepage .bio-results .result-wrapper .single-result .circle h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage .bio-results .result-wrapper .single-result .circle h4 {
    font-size: 19px;
  }
}
.homepage .bio-results .result-wrapper .single-result .circle h4:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: min(max(60px, 4.1666666667vw), 80px);
  height: min(max(60px, 4.1666666667vw), 80px);
  background-size: contain;
  position: absolute;
  top: calc(0px - min(max(35px, 2.8645833333vw), 55px));
  left: calc(50% + min(max(20px, 1.5625vw), 30px));
  z-index: 4;
}
.homepage .bio-results .result-wrapper .single-result.forest .circle h4:before {
  background-image: url(../images/forest.svg);
}
.homepage .bio-results .result-wrapper .single-result.eagle .circle h4:before {
  background-image: url(../images/eagle.svg);
}
.homepage .bio-results .result-wrapper .single-result.bear .circle h4:before {
  background-image: url(../images/bear.svg);
}
.homepage .bio-results .result-wrapper .single-result.turtle .circle h4:before {
  background-image: url(../images/turtle.svg);
}
.homepage
  .bio-results
  .result-wrapper
  .single-result.butterfly
  .circle
  h4:before {
  background-image: url(../images/butterfly.svg);
}
.homepage .bio-results .result-wrapper .single-result.bird .circle h4:before {
  background-image: url(../images/bird.svg);
}
.homepage .bio-results .result-wrapper .btnmore {
  background-color: #00833c;
  border-color: #00833c;
}
.homepage .bio-results .result-wrapper .btnmore:hover {
  background-color: #ffffff;
  color: #00833c;
}
.homepage .yt-video {
  height: min(max(280px, 48.2291666667vw), 926px);
  background-color: #ebebeb;
}
.homepage .yt-video > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: min(1350px, 100%);
  padding: 0;
}
.homepage .yt-video > div.play {
  pointer-events: none;
}
.homepage .yt-video > div.play:before {
  position: absolute;
  content: "";
  background-color: rgb(233, 233, 233);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.homepage .yt-video > div.play .video-btn {
  opacity: 0;
  z-index: -1;
}
.homepage .yt-video > div.play video {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.homepage .yt-video .video-wrapper {
  width: 100%;
  height: 80%;
  background-position: center;
  background-size: cover;
}
.homepage .yt-video .video-wrapper #yt-video,
.homepage .yt-video .video-wrapper .ytplayer-container,
.homepage .yt-video .video-wrapper iframe {
  width: inherit !important;
  height: 100% !important;
}
.homepage .yt-video .video-wrapper #yt-video {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
  position: relative;
}
.homepage .yt-video .video-wrapper .video-btn {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: min(max(170px, 10.9375vw), 210px);
  height: min(max(48px, 3.125vw), 60px);
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-right: 40px;
}
.homepage .yt-video .video-wrapper .video-btn:before {
  content: "";
  background-image: url("../images/play_btn.svg");
  position: absolute;
  display: block;
  height: calc(100% - 4px);
  width: min(max(42px, 2.7083333333vw), 52px);
  right: 4px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.homepage .yt-video .video-wrapper.play .video-btn {
  opacity: 0;
  z-index: -1;
}
.homepage .yt-video .video-wrapper.play #yt-video {
  opacity: 1;
}
.homepage .bio-system {
  text-align: center;
  position: relative;
  background-color: #00833c;
  overflow: hidden;
}
.homepage .bio-system-info {
  position: absolute;
  top: min(max(25px, 6.09375vw), 117px);
  max-width: 973px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.homepage .bio-system img {
  min-height: 346px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .homepage .bio-system img {
    transform: scale(1.2);
    -o-object-position: 0 90%;
    object-position: 0 90%;
  }
}
.homepage .bio-system h2 {
  color: #ffffff;
}
.homepage .bio-system .btnmore {
  background-color: #077f77;
  border-color: #077f77;
}
.homepage .bio-system .btnmore:hover {
  background-color: #ffffff;
  color: #077f77;
}
.homepage .bio-news {
  text-align: center;
  margin-bottom: min(max(20px, 5.2151238592vw), 40px);
}
.homepage .bio-news h2 {
  color: #005c83;
}
.homepage .bio-news .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.homepage .bio-news .news-wrapper .slick-list {
  width: 100%;
}
.homepage .bio-news .news-wrapper .slick-list .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.homepage .bio-news .news-wrapper .news-single {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  align-items: stretch;
  /* justify-content: center; */
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
  background-color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .homepage .bio-news .news-wrapper .news-single {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage .bio-news .news-wrapper .news-single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage .bio-news .news-wrapper .news-single > div {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage .bio-news .news-wrapper .news-single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage .bio-news .news-wrapper .news-single > div {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
.homepage .bio-news .news-wrapper .news-single:hover .linkmore:after {
  right: 0px;
}
.homepage .bio-news .news-wrapper .news-single:hover .news-image img {
  transform: scale(1.1);
}
.homepage .bio-news .news-wrapper .news-single .news-image {
  overflow: hidden;
}
.homepage .bio-news .news-wrapper .news-single .news-image img {
  /* height: min(max(266px, 17.5520833333vw), 337px); */
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.homepage .bio-news .news-wrapper .news-single .news-details {
  padding: min(max(22px, 3.9113428944vw), 30px)
    min(max(15px, 3.259452412vw), 25px);
  background-color: #ebebeb;
  color: #757575;
}
.homepage .bio-news .news-wrapper .news-single .news-details .news-title {
  margin-bottom: 1em;
}
.homepage .bio-news .news-wrapper .news-single .news-details .news-date {
  font-weight: 400;
  margin-bottom: 1em;
}
.homepage .bio-news .news-wrapper .news-single .news-details .news-date span {
  font-size: 1.4em;
}
.homepage .bio-news .news-wrapper .news-single .news-details .news-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: min(max(25px, 4.5632333768vw), 35px);
}
.homepage .bio-news .news-wrapper .news-single .news-details .news-excerpt p {
  margin: 0;
}
.homepage .bio-news .news-wrapper .news-single .news-details .linkmore {
  color: #757575;
  margin: 0 auto;
  font-size: 16px;
}
.homepage .bio-news .btnmore {
  background-color: #005c83;
  border-color: #005c83;
}
.homepage .bio-news .btnmore:hover {
  background-color: #ffffff;
  color: #005c83;
}
.homepage .bio-images-slider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homepage .bio-images-slider .images-wrapper .slick-arrow {
  background-color: #00833c !important;
}

.homepage .bio-images-slider .images-wrapper .bio-image {
  position: relative;
  height: min(max(500px, 28.75vw), 552px);
}
.homepage .bio-images-slider .images-wrapper .bio-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage .bio-images-slider .images-wrapper .bio-image h3 {
  position: absolute;
  text-align: center;
  color: #ffffff;
  max-width: 850px;
  padding: 0 75px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
