/*
Theme Name: Bizberg Child Theme
Theme URI: #
Author:#
Author URI:#
Description: #
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: bizberg

*/
.breadcrumb-wrapper.homepage_banner {
  display: none;
}
.header {
  position:relative;
  text-align:center;
  background: url(https://www.global500.org/wp-content/uploads/2023/03/Green-Illustrated-World-Environment.png);
  color:white;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header h1 {
  color: #fff;
  font-size: 72px;
  text-shadow: 2px 2px #4caf50;
}.header p {
  font-size: 24px;
  text-shadow: 2px 2px #4caf50;
  margin-bottom: 20px;
  margin-top: 20px;
}
button.v-gamesBtn {
  background: #356732;
  border: 3px solid #356732;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* 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);
  }
}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


.box3.col-12{
  display: flex;
  -ms-flex-flow: column;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
.secondSec {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.box3 .col-4 img {
  margin-bottom: 20px;
}

.box3 .col-4 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  color: #144f49;
}

.container.secondSec h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  color: #144f49;
}
.mysec {
  background:url(https://www.global500.org/wp-content/uploads/2023/03/bg2.png);
  
  background-position: bottom;

  background-size: cover;
}

.box3.col-12 {
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 29%, rgb(181 223 182 / 22%) 29%);
  border-radius: 20px;
  padding-bottom: 45px;
}
a.btnEnv {
  border: 2px solid green;
  padding: 8px 20px;
  color: green;
  font-weight: bold;
}
a.btnEnv:hover {
  background-color: green;
  color:#fff !important;
  margin-bottom: 40px;
}
.box3 .col-4 p {
  color: #000;
  margin-bottom: 20px;
}
.cta h2, .cta p {
  color: #fff;
  margin-bottom: 20px;

}

.cta a.btnEnv {
  color: #fff;
  border-color: #fff;
}

.cta {
    border-top: 20px solid #a76f48;
}

.thirdSec .col-12 {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.thirdSec .col-12 h2{
  font-size: 52px;
  font-weight: bold;
  color: #000;
}
.thirdSec .col-12 p {
  margin-bottom: 20px;
}


@media only screen and (max-width: 987PX) {
  .thirdSec .col-12 {
    display: block;}

    .thirdSec .col-12 img{
      height: 350px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 20px;      
    }
}

@media only screen and (max-width: 700px) {
  .box3.col-12{
    display: block;
   
  }
  .secondSec {
    display: block;
   
  
  }

  .mysec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box3 .col-4 img {
    margin-bottom: 20px;
    margin-top: 50px;
}
.box3.col-12 {
  background: transparent;
}
}