/* Existing styles remain unchanged */
/* Existing styles remain unchanged */


.grid-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top-left {
  text-align: center;
}

.sustained {
  position: relative;
  top: 5px; /* Adjust as needed */ 
  left: 50%;
  transform: translateX(-50%);
}



.bottom-text {
  text-align: center;
  margin-top: 20px;
}

.home-banner-area {
  position: relative;
}

.home-banner-area .grid-container {
  padding: 130px 5vw 3vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-template-rows: .5fr .3fr 1fr;
  gap: 20px 20px;
  grid-template-areas:
    "top-left top-right"
    "spacer spacer"
    "hero-bottom hero-bottom"
    ;
}

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

#video-bg {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.banner-title {
  font-family: "FuturaPT-Book", sans-serif;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.net-zero {
  font-family: "FuturaPT-Book", sans-serif;
  display: inline-block;
    font-size: 8vw; /* Use vw for font size */
  margin-bottom: -5vw; /* Use vw for margin adjustment */
}

.sustained {
  font-family: "IsidoraSans-Bold", sans-serif;
  color: #49a749;
  display: block;
   font-size: 8vw; /* Use vw for font size */
  margin-top: 2vw; /* Use vw for margin adjustment */
  position: relative;
  top: -3vw; /* Use vw for vertical position adjustment */
  text-align: center;
  position: relative;
  left: 96%;
  transform: translateX(-50%);
}

.home-banner-area .top-left {
  display: flex;
  align-content: center;
  grid-area: top-left;
}

.home-banner-area .top-right {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-height: 500px;
  grid-area: top-right;
}

.home-banner-area .top-left h2 {
  color: #727272;
  font-size: 3.5vw;
  text-shadow: none;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  align-self: center;
  margin: 0;
}

.home-banner-area .top-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
  margin-top: 3vw;
  justify-content: space-around;
  
}
.new-header {
  font-family: "IsidoraSans-Bold", sans-serif;
  color: white;
  font-size: 3vw;
margin-top: 16vw;
  position: relative;
  text-align: center;
}
.home-banner-area .hero-btn {
  display: flex;
  justify-content: center;
  align-content: center;
}

.home-banner-area .hero-btn a {
  font-family: 'FuturaPT-Book';
  color: #fff;
  font-size: 1.8vw;
  text-shadow: none;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, .3);
  background: #5cba3c;
  width: auto;
  padding: 10px 30px;
}

.home-banner-area .bottom-text h3 {
  margin: 24px auto 10px;
  max-width: 50%;
  text-align: center;
}

.home-banner-area .bottom-text h3 span {
  color: #49a749;
}

.home-banner-area .bottom-text p {
  font-family: 'IsidoraSans-Bold';
  color: #727272;
  font-size: 1.9vw;
  text-shadow: none;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

.home-banner-area .bottom-text p span {
  font-family: 'NEMS';
  color: #49a749;
  font-size: 1.4vw;
  text-shadow: none;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  /* Media queries for IE */
}

@media only screen and (min-width: 1980px) {
  .net-zero {
    font-size: 6vw;
    margin-bottom: 0vw;
    top: 6vw; /* Adjust vertical positioning */
  }

  .sustained {
    font-size: 6vw;
    margin-top: 2vw;
    margin-bottom: 14vw;
    top: -2vw; /* Adjust vertical positioning */
  }

  .new-header {
    font-size: 3vw;
  margin-top: 10vw;
  }


@media only screen and (max-width: 1450px) {  .new-header {
    font-size: 4vw;
    margin-top: 10vw;
  }
  /* Media queries for medium screens */
}

@media only screen and (max-width: 1250px) {/* Media query for smaller screens */

   .home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
  margin-top: 10vw;
     top: 10vw;
  justify-content: space-around;
  
}
  .net-zero {
    font-size: 8vw;
    margin-bottom: 0vw;
    top: 10vw; /* Adjust vertical positioning */
  }

  .sustained {
    font-size: 8vw;
    margin-top: 2vw;
    margin-bottom: 14vw;
    top: -3vw; /* Adjust vertical positioning */
  }

  .new-header {
    font-size: 4vw;
    margin-top: 10vw;
  }
}
  /* Media queries for smaller screens */
}

@media only screen and (max-width: 1024px) { 
   .home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
     top: 10vw;
     margin-top: 16vw;
  justify-content: space-around;
  
}
  .new-header {
    font-size: 4vw;
    margin-top: 10vw;
  }
  /* Media queries for smaller screens */
}

@media only screen and (max-width: 600px) {  .new-header {
    font-size: 4vw;
    margin-top: 16vw;
  }
  /* Media queries for small screens */
}

@media only screen and (max-width: 450px) 
{  
  .home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
   margin-top: 10vw;
  justify-content: space-around;
  
}
  .new-header {
    font-size: 4vw;
    margin-top: 26vw;
  }
  /* Media queries for extra small screens */
}

/* Media query for smaller screens */
@media only screen and (max-width: 1024px) {
 .home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
   margin-top: 16vw;
   top: 11vw;
  justify-content: space-around;
  
}

  .net-zero {
    font-size: 8vw;
    margin-bottom: 0vw;
    top: 5vw; /* Adjust vertical positioning */
  }

  .sustained {
    font-size: 8vw;
    margin-top: 2vw;
    margin-bottom: 14vw;
    top: -3vw; /* Adjust vertical positioning */
  }

  .new-header {
    font-size: 4vw;
    margin-top: 16vw;
  }
}
@media only screen and (max-width: 39px) {
 .home-banner-area .hero-bottom {
  grid-area: hero-bottom;
  display: flex;
  flex-direction: column;
   margin-top: 16vw;
   top: 10vw;
  justify-content: space-around;
  
}

  .net-zero {
    font-size: 8vw;
    margin-bottom: 0vw;
    top: 5vw; /* Adjust vertical positioning */
  }

  .sustained {
    font-size: 8vw;
    margin-top: 2vw;
    margin-bottom: 14vw;
    top: -3vw; /* Adjust vertical positioning */
  }

  .new-header {
    font-size: 4vw;
    margin-top: 26vw;
  }
}

}

}
