.standard-block.section-space {
  margin: 80px 0;
}

.standard-block .block-button {
  background-color: var(--dark);
  padding: 10px 26px;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 19px;
}

.standard-block .block-img {
  height: 320px;
  width: 90%;
  object-fit: cover;
  border-radius: 2px;
}

.standard-block .block-text {
  margin: 3% 0;
  line-height: 1.2;
  font-size: 17px;
}

.standard-block .block-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* CTA Block */
.section-space.cta-block {
  width: 100%;
  background-color: var(--dark);
  color: #fff;
  padding: 35px 0;
}

.section-space.cta-block:last-child {
  margin: 50px 0 0;
}

.cta-block .cta-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cta-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 30px;
}

/* Reviews */
.review-section {
  margin-top: 99px;
  width: 100%;
  height: 100vh;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  overflow-y: scroll;
}

.page-id-116 .navbar-custom {
  background: #262626;
}

/* section-img */
.img-section {
  width: 100%;
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.section-content-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.content-box {
  height: auto;
  background-color: rgb(255 255 255 / 50%);
  padding: 35px 50px;
  margin-left: -10px;
  text-align: center;
  color: #000;
  border-radius: 0 2px 2px 0;
}

.section-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 55%;
  color: #000000;
  padding: 40px;
}

.section-content-middle h1 {
  font-size: 49px;
  margin-bottom: 0;
  margin-top: 0;
}

.section-content-middle a,
.section-content-middle a:hover {
  text-decoration: none;
  color: var(--orange);
}

.section-content-middle h3 {
  font-size: 31px;
  margin-bottom: 20px;
}

.orange-img-title {
  color: var(--orange);
  font-size: 4.5rem;
}

/* Underline animation */
.section-middle a {
  text-decoration: none;
}

.underline-animation {
  position: relative;
  text-decoration: none;
  text-shadow: 3px 1px 8px #00000047;
}

.underline-animation:hover::after {
  background-color: var(--orange);
}

.underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  background-color: var(--green);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.underline-animation.visible::after {
  visibility: visible;
  transform: scaleX(1);
}

/* add a delay for the animation */
.underline-animation:not(.visible)::after {
  transition-delay: 2s;
}

/* Text section */
.text-section {
  width: 100%;
  background-color: var(--light-background);
  color: #000000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-section .col-lg-6 {
  min-height: 80vh;
  padding: 190px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.orange-text-title {
  color: var(--orange);
  font-size: 4.5rem;
  text-align: right;
  margin-right: 70px;
  margin-bottom: 0;
}

.green-line {
  background-color: var(--green);
  height: 30%;
  width: 9px;
  border-radius: 4px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.text-section .text-content {
  margin-left: 70px;
}

.text-content p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-section a {
  margin-top: 15px;
  display: inline-block;
  position: absolute;
}

section.img-section .button-row {
  margin-top: 60px;
}

section.img-section .button-row a {
  margin-right: 40px;
  margin-left: 40px;
}

.page-id-349 section.img-section {
    margin-top: 100px;
}

/* Youtube embeded */
.hero,
.hero_content,
.hero .section-content-middle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero {
  overflow: hidden;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  font-weight: lighter;
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.75);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  animation: pulse 3s infinite;
}

.hero_content_play:hover {
  border-color: #fff;
  animation: none;
}

.hero_content_play:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.425rem;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

section.video-banner {
  height: 97vh;
  background-image: url("/wp-content/themes/first-nature/img/banner.png");
  background-size: cover;
  background-position: center center;
}

.hero.img-section {
  height: 100vh;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px hsla(24, 37%, 69%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0);
  }
}

.hero-content-page {
  margin-top: 250px;
}

/* Last section title visible img */
.home-img-visible h2 {
  margin-top: -250px;
}

.header-img-about-us {
  margin-top: 100px;
}

.page-id-15 .navbar-custom {
  background-color: #262626;
}

/* Review block */
.review {
  color: #fff;
  text-align: justify;
  padding: 10px 40px 0 10px;
  border-radius: 3px;
  margin: 60px 0px;
}

.review .review-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.review p {
  font-size: 17px;
}

.review-section .row {
  margin-top: 350px;
  margin-bottom: 30%;
}

/* Form */
.page-id-13 .happyforms-flex {
  max-width: 900px;
  margin: 0 auto;
}

.img-section h2,
.img-section .button-row {
  text-align: center;
}

.three-images .col-md-4 {
  background-size: cover;
  height: 900px;
  background-position: center;
}

.three-img-title {
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin-top: 40px;
  font-size: 4rem;
}
