@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
.list,
.list-right {
  flex-direction: column;
  display: flex;
}
.echo-action,
.echo-footer,
.more-reason {
  background-size: cover;
}
body {
  font-family: "Open Sans", sans-serif !important;
}
.main-banner .banner-text {
  position: absolute;
  top: 18%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.main-banner .banner-text img {
  width: 80%;
}
.more-reason .container {
  position: absolute;
  top: 5%;
}
.echo-action {
  background-image: url("https://academy.wwfindia.org/echo/assets/images/new-images/ECHO-Action-Statement.jpg");
  padding: 50px 0;
}
.theme-echo {
  background-color: #f5fff6;
  position: relative;
}
.theme-echo .left-span h2 {
  font-weight: 700;
  color: #07ad6d;
}
.theme-echo p {
  color: #00523b;
}
.challenge {
  background-color: #00523b;
  padding: 50px 0;
  color: #fff;
}
.challenge h2 {
  color: #a4f647;
  font-weight: 700;
}
.number {
  border: 3px solid #07ad6d;
  background-color: #d2ffda;
  color: #00523b;
  border-radius: 100%;
  padding: 0 7px;
}
.list {
  row-gap: 1rem;
}
.list-right {
  row-gap: 15px;
}
.border-separator {
  width: 2px !important;
  padding: 0;
  border: 1px solid #fff;
}
#echo-youth,
.more-reason {
  padding: 50px 0;
}
.green {
  color: #a4f647;
}
.more-reason .number {
  border-color: #14d7f2;
  border-width: 4px;
  font-weight: 700;
  background-color: #fff;
}
.list-new {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 10px;
}
.more-reason {
  background-image: url("https://academy.wwfindia.org/echo/assets/images/new-images/Need-more-reasons.jpg");
  height: 800px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}
.more-reason .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 90%;
}
.apply-here {
  padding: 2px 34px;
  border: 3px solid #fff;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #14d7f2;
  text-decoration: none;
  border-radius: 29px;
  color: #fff;
}
.more-reason-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.jt-s h2 {
  font-size: 1.3rem;
  font-weight: 700;
}
.challenge p,
.jt-s p,
.more-reason p {
  font-size: 1.1rem;
}
.more-reason p {
  font-size: 1.4rem;
}
.echo-footer {
  background-image: url("https://academy.wwfindia.org/echo/assets/images/new-images/Contact-us.jpg");
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .theme-echo p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) and (min-width: 1138px) {
  .theme-echo p {
    font-size: 0.7rem;
  }
}
@media (max-width: 1138px) and (min-width: 768px) {
  .theme-echo p {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .journy-span {
    flex-direction: column;
    text-align: center;
  }
  .theme-echo .left-span {
    position: static;
    margin-top: 1rem;
  }
  .theme-echo {
    padding: 50px 0;
    text-align: center;
  }
  .theme-echo .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .theme-echo br {
    display: none;
  }
  .more-reason .container {
    position: static;
  }
  .more-reason {
    background-position: center;
    height: max-content;
  }
  .more-reason p {
    font-size: 1.1rem;
  }
  .more-reason-footer {
    margin-top: 2rem;
  }
}

.about-echo .about-vision p {
  font-weight: 400;
}
/*
.list p {
  font-size: 1.4rem !important;
} */

@media (min-width: 1200px) {
  .more-reason {
    height: 1000px;
  }

  .more-reason-footer {
    margin-top: 1rem;
  }
  .more-reason-footer h2 {
    font-weight: 800;
  }
}

/* Chrome, Safari, Edge, Opera */
.commitment-form-section textarea::placeholder {
  color: #fff;
}

/* Firefox 19+ */
.commitment-form-section textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; /* required for Firefox to prevent default opacity */
}

/* Internet Explorer 10-11 */
.commitment-form-section textarea:-ms-input-placeholder {
  color: #fff;
}

/* Microsoft Edge */
.commitment-form-section textarea::-ms-input-placeholder {
  color: #fff;
}

/* Safari 4-5, Chrome 2-4, legacy Opera */
.commitment-form-section textarea::-webkit-input-placeholder {
  color: #fff;
}

.themeModalBTN {
  text-decoration: none;
  font-weight: 800;
  color: #00523b;
}

body .fancybox__container {
  z-index: 9999999;
}

#echo-theme .col-md-5 > img {
  max-height: 100%;
  /* object-fit: cover; */
  position: absolute;
  right: 0;
  width: 60%;
}

#themeReadMoreModal .modal-content .modal-body {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#themeReadMoreModal .modal-content .modal-body .list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#themeReadMoreModal .modal-content .modal-body h4 {
  font-size: 1.2rem;
}

#themeReadMoreModal .modal-content .modal-body ul {
  padding-left: 2rem;
}

.modal-header {
  background-color: #00523b;
  color: #fff;
}

.ch-w {
  max-width: 58ch;
}

.theme-download {
  color: #00523b;
  font-weight: 700;
  position: relative;
  bottom: 3rem;
  font-size: 1.5rem;
}

.container h2.my-3{
  font-weight: 800;
}