@import url("/sustainability/assets/stylesheet.css");

body {
  background-color: #f8f8f8;
  margin: 0;
  font-family: "DB Heavent";
}


h1 {
  font-size: 36px;
  font-weight: bold;
  color: #0057a8;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #0057a8;
  margin: 10px 0px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  color: #0057a8;
}

p,
li {
  font-family: "DB Heavent";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #242424;
}

ul {
  font-family: "DB Heavent";
  padding-left: 0;
  list-style-type: none;
}

th {
  padding: 15px;
  text-align: end;
  font-size: 30px;
  font-weight: 500;
}

table tr > td,
table tr > th {
  border-right: 2px solid #F8F8F8;
  border-bottom: 2px solid #F8F8F8;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 15px;
  text-align: center;
  font-size: 26px;
}


.container {
  margin: 0;
}

.content {
  padding: 10px 0px 30px 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.details {
  margin: 40px 0px;
}

.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal > div {
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  display: grid;
}

.bar-graph-horizontal .year {
  font-size: 26px;
  font-weight: 400;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 55px;
  overflow: hidden;
  position: relative;
  width: 0;

}

.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  font-size: 24px;
  font-weight: 400;
}

.containerGraph {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  transition: width 0.5s, height 0.5s;
  background-color: #e3e5e5;
  border-radius: 15px;
  height: 32px;
  clear: both;
}

.bar-graph-one .containerGraph::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr("data-percentage");
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.bar-graph-one .bar-one .bar {
  border-radius: 40px;
  height: 32px;
  background-color: #bed630;
  /* -webkit-animation: show-bar-one 1.2s 0.1s forwards; */
  -moz-animation: show-bar-one 1.2s 0.1s forwards;
  /* animation: show-bar-one 1.2s 0.1s forwards; */
}

.bar-graph-one .bar-two .bar {
  border-radius: 40px;
  height: 32px;
  background-color: #00b3f0;
  /* -webkit-animation: show-bar-two 1.2s 0.2s forwards; */
  -moz-animation: show-bar-two 1.2s 0.2s forwards;
  /* animation: show-bar-two 1.2s 0.2s forwards; */
}

.bar-graph-one .bar-three .bar {
  border-radius: 40px;
  height: 32px;
  background-color: #00b3f0;
  /* -webkit-animation: show-bar-three 1.2s 0.3s forwards; */
  -moz-animation: show-bar-three 1.2s 0.3s forwards;
  /* animation: show-bar-three 1.2s 0.3s forwards; */
}

.bar-graph-one .bar-four .bar {
  border-radius: 40px;
  height: 32px;
  background-color: #0057a8;
  /* -webkit-animation: show-bar-four 1.2s 0.4s forwards; */
  -moz-animation: show-bar-four 1.2s 0.4s forwards;
  /* animation: show-bar-four 1.2s 0.4s forwards; */
}

.groupButton {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 15px 25px 15px 25px;
}

.graphButton {
  color: black;
  background-color: #f8f8f8;
  border: 1px solid #AAAAAA;
  padding: 15px 25px 15px 25px;
  font-size: 28px;
  font-family: "DB Heavent", sans-serif;

  border-radius: 8px;
}
.graphButton:hover {
  background-color: #dbf4fe;
  border: none;
}

.graphButton.active {
  background-color: #0057a8;
  border: 1px solid #0057a8;
 
}
.graphButton.active p{
  color: #fff !important;
}


.content-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #111827;
  color: #ffffff;
  margin: 0 10px;
}

.circle-small {
  font-size: 16px;
  width: 268px;
  height: 268px;
  color: #ffffff;
  background-color: #0057a8;
}

.circle-small-content {
  margin-bottom: 5px;
  text-align: center;
}

.circle-medium {
  font-size: 18px;
  width: 304px;
  height: 304px;
  background-color: #00b3f0;
}

.circle-medium-content {
  margin-bottom: 5px;
  text-align: center;
}

.circle-large {
  font-size: 20px;
  width: 332px;
  height: 332px;
  background-color: #bed630;
}

.circle-large-content {
  margin-bottom: 5px;
  text-align: center;
}

.second-content li:before {
  content: "•";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
}

.remark li:before {
  content: "-";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th,
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  border-left: 2px solid #f8f8f8;
}

.circle-wrapper {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

.circle-small-content h2,
.circle-medium-content h2 {
  font-weight: bold;
  color: white;
  font-size: 30px;
}

.circle-small-content p,
.circle-medium-content p {
  font-weight: 400;
  color: white;
  font-size: 28px;
}

.circle-large-content h2 {
  font-weight: bold;
  color: #0057a8;
  font-size: 30px;
}

.circle-large-content p {
  font-weight: 400;
  color: #0057a8;
  font-size: 28px;
}

.chart {
  width: 600px;
  height: 300px;
  display: block;
}

.chart-title {
  font-size: "26px";
}

.numbers {
  color: #fff;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  float: left;
}

.numbers li {
  list-style: none;
  height: 150px;
  position: relative;
  bottom: 145px;
}

.numbers span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.main-logo {
  height: 124px;
  width: 679px;
  margin-bottom: 20px;
}

.gallery-envi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}

.gallery-envi img {
  width: 150px;
  height: 150px;
}

.download {
  padding: 50px 0px;
}
.download-link {
  text-decoration: none;
}

.download-link button {
  width: 400px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 1px 8px -3px #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 15px;
}

.button-text {
  margin-right: 10px;
}
.download-link button:hover {
  background-color: #dbf4ff;
}

.download p {
  color: #0057a8;
}

.section {
  justify-content: center;
  align-items: center;
}



@media (max-width: 1024px) {
  .container {
    padding: 0;
   
  }

  .content {
    padding: 40px 10px 20px 10px;
    margin-top: 0;
  }
  
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 20px;
  }


  th {
    font-size: 18px;
  }

  td {
    font-size: 18px;
    padding: 15px 10px 15px 10px;
  }
  
  table th,
  table td {
    white-space: normal;
    min-width: 50px;
  }

  .bar-graph-horizontal .year {
    font-size: 16px;
    font-weight: 400;
  }

  .circle-small-content h2,
  .circle-medium-content h2 {
    font-size: 18px;
  }

  .circle-small-content p,
  .circle-medium-content p {
    font-size: 16px;
  }

  .circle-large-content h2 {
    font-size: 18px;
  }

  .circle-large-content p {
    font-size: 16px;
  }

  .details {
    margin: 20px 0px;
  }

  .graphButton {
    font-size: 16px;
    font-family: "DB Heavent", sans-serif;
    border-radius: 8px;
  }

  .groupButton {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 5px 5px 5px 5px;
  }

  .bar-graph-horizontal > div {
    margin-top: 10px;
  }


  .content {
    max-width: 100%;
  }

  .first-content {
    display: block;
  }

  .circle-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    grid-gap: 0px;
  
  }

  .content-circle {
    align-items: center;
    justify-content: center;
  }
  .circle {
    margin: 0 5px;
  }
  .circle-small {
    font-size: 12px;
    width: 150px;
    height: 150px;
  }

  .circle-medium {
    font-size: 16px;
    width: 170px;
    height: 170px;
  }

  .circle-large {
    font-size: 20px;
    width: 200px;
    height: 200px;
  }

  .bar-graph-one .bar-one .bar,
  .bar-graph-one .bar-two .bar,
  .bar-graph-one .bar-three .bar,
  .bar-graph-one .bar-four .bar {
    height: 22px;
  }

  .containerGraph {
    height: 22px;
  }

  .main-logo {
    height: 60px;
    width: 300px;
    margin-bottom: 20px;
  }

  .gallery-envi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 0px;
    margin-top: 0px;
  }

  .gallery-envi img {
    width: 155px;
    height: 155px;
    margin: 10px 5px;
  }

  .download-link button {
    height:  100%;

  }


  .download {
    padding: 50px 0px;
  }

  .bar-graph-one .bar::after {
    font-size: 16px;
    font-weight: 400;
}
}

@media (max-width:768px){
  .circle-wrapper {
    justify-content: center;
    align-items: center;
    display: grid;
    grid-gap: 10px;
    display: grid;
    place-items: center;
    grid-gap: 10px;

    text-align: center;
    align-items: center;
    align-self: center;
  }
  .arrow-circle {
    transform: rotate(90deg);
  }

  .graphButton {
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-family: "DB Heavent", sans-serif;
    border-radius: 8px;
  }

}

@media (max-width:440px) {
  .download-link button {
  
    width: 100%;
  }

}

.icon-title,.icon-title-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-title-card > .icon-img {
  width: 47px;
  display: flex;
  align-items: center;
}

.section-box {
  margin-bottom: 30px;
  padding: 20px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px;
}

