* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: openSans;
  src: url("../vendor/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf");
}

@font-face {
  font-family: WWF;
  src: url("../vendor/fonts/WWF.otf");
}

body {
  font-family: openSans, sans-serif;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.space-bottom {
  margin-bottom: 65px;
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.header-wp {
  background-color: #00523b;
  height: 55px;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}

.header-wp .logo {
  position: absolute;
  top: 0;
  left: 5%;
}

.header-wp .logo img {
  /* width: 200px; */
  width: 85px;
}

.header-wp .menu-item {
  position: absolute;
  top: 14px;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-wp nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.header-wp nav ul li a {
  margin: 0 12px;
  text-decoration: none;
  color: #fff;
}

.header-wp .header-btn a {
  text-decoration: none;
  background-color: #ffc72a;
  color: #000;
  margin: 0 8px;
  padding: 19px 12px;
  transition: 0.2s;
}

.header-wp .header-btn a:hover {
  background-color: #f99d27;
  color: #000;
}

.header-wp .mobile-menu-item {
  display: none;
  position: absolute;
  top: 10px;
  right: 5%;
}

.header-wp .reg-btn a {
  text-decoration: none;
  background-color: #ffc72a;
  color: #000;
  margin: 0 8px;
  padding: 18px 12px;
  transition: 0.2s;
}

.header-wp .nav-icon i {
  color: #fff;
  font-size: 22px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
}

/* mobile header */

.header-wp-mobile {
  height: 100vh;
  width: 400px;
  padding: 20px;
  position: fixed;
  top: 0;
  left: -400px;
  background-color: #fff;
  z-index: 999999999;
  transition: 0.3s;
  overflow: scroll;
}

.header-wp-mobile.active {
  left: 0;
}

.header-wp-mobile .close-header {
  text-align: right;
}

.header-wp-mobile .close-header span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  font-size: 24px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  cursor: pointer;
  margin-left: auto;
}

.header-wp-mobile .logo {
  text-align: center;
  margin-top: 20px;
}

.header-wp-mobile .logo img {
  width: 180px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.header-wp-mobile .menu-item {
  margin-top: 20px;
  padding-left: 20px;
}

.header-wp-mobile nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-wp-mobile nav ul li {
  line-height: 44px;
  border-bottom: 1px solid #e7e7e7;
}

.header-wp-mobile nav ul li a {
  text-decoration: none;
  color: #000;
}

.header-wp-mobile .header-btn {
  margin-top: 20px;
}

.header-wp-mobile .header-btn a {
  display: block;
  text-decoration: none;
  background-color: #ffc72a;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
}

/* for main banner (swiper) */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  border: 1px solid #00523b;
  width: 14px !important;
  height: 14px !important;
}

.swiper-pagination-bullet {
  background: #03946b;
  border: 1px solid #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.main-banner {
  position: relative;
  /* height: 575px; */
  margin-top: 55px;
}

.main-banner .banner-text {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .main-banner .banner-text img {
    animation: verticalFlip 6s infinite linear;
} */

@keyframes verticalFlip {
  0%,
  100% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(360deg);
  }
}

/* about echo style */

.about-echo h2 {
  color: #00523b;
  font-weight: 900;
  font-size: 30px;
}

.about-echo h4 {
  color: #63a530;
  font-size: 28px;
  margin-top: 36px;
  font-weight: 800;
}

.about-echo .about-con p {
  font-size: 18px;
}

.about-echo .about-vision p {
  font-size: 18px;
  color: #00523b;
  font-weight: 900;
}

.about-echo .figure-box {
  color: #63a530;
  text-align: center;
}

.about-echo .figure-box span:nth-child(1) {
  font-size: 55px;
  font-weight: 500;
  font-family: WWF, sans-serif;
}

.about-echo .right-span {
  text-align: right;
}

.about-echo .right-span img {
  width: 640px;
  animation: upDownAnimation 2s infinite alternate ease-in-out;
}

/* echo jr style */

.echo-jr {
  background-color: #00523b;
}

.echo-jr-head h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.echo-jr-block .echo-jr-thumb {
  height: 120px;
  width: 120px;
  position: relative;
  z-index: 9999;
  background-color: #63a530;
  cursor: pointer;
  transition: 0.3s;
}

.echo-jr-block .echo-jr-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateX(-50%);
  background-color: #63a530;
  z-index: -999;
  height: 40px;
  width: 40px;
  rotate: 45deg;
  transition: 0.3s;
}

.echo-jr-thumb:hover {
  transform: scale(1.1, 1.1);
}

.echo-jr-block .echo-jr-thumb img {
  height: 120px;
  width: 120px;
}

.echo-jr-block .echo-jr-thumb span {
  color: #000000;
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0px 8px;
  line-height: 16px;
  display: none;
  font-size: 14px;
}

.echo-jr-block .echo-jr-thumb:hover img {
  display: none;
}

.echo-jr-thumb:hover,
.echo-jr-block .echo-jr-thumb:hover::after {
  background-color: #fff;
}

.echo-jr-block .echo-jr-thumb:hover span {
  display: block;
}

.echo-jr-block .jr-block-head {
  margin-top: 20px;
}

.echo-jr-block .jr-block-head h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.echo-jr-seperator {
  height: 1px;
  width: 100%;
  background-color: #eabd2b;
  margin: 50px 0;
}

.echo-st-head h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.echo-st-con p {
  font-size: 18px;
  color: #fff;
}

/* echo theme */

.echo-theme {
  background-color: #ffc72a;
}

.echo-theme .left-span h4,
.echo-theme .left-span p,
.echo-theme .right-span p {
  color: #00523b;
}

.echo-theme .left-span h4 {
  font-size: 28px;
  font-weight: 800;
}

.echo-theme .left-span p {
  font-size: 18px;
}

/* .echo-theme .mid-span img {
    width: 100%;
    height: 640px;
} */

.echo-theme .mid-span img {
  width: 100%;
  height: 640px;
  animation: upDownAnimation 2s infinite alternate ease-in-out;
}

@keyframes upDownAnimation {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.echo-theme .right-span img {
  border: 10px solid #fff;
}

.echo-theme .right-span p {
  font-size: 14px;
}

/* echo youth */

.echo-youth h4 {
  color: #63a530;
  font-size: 28px;
  font-weight: 800;
}

.echo-youth-btm-head {
  margin-top: 36px;
}

.echo-youth .echo-youth-con p,
.echo-youth .echo-youth-btm p {
  font-size: 18px;
}

.echo-youth .right-span img {
  width: 400px;
}

/* echo network */

.echo-nw {
  position: relative;
  background-image: url("../images/echo-network.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.echo-nw h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.echo-nw h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 46px;
  font-weight: 400;
}

.echo-nw .seperator {
  width: 230px;
  height: 7px;
  background-color: #fff;
  margin: 12px 0;
}

/* testimonial style */

.testimonial-swiper .swiper-pagination {
  bottom: 15px !important;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
  border: 1px solid #00523b;
  width: 10px;
  height: 10px;
}

.testimonial-swiper .swiper-pagination-bullet {
  background: #03946b;
  opacity: 1;
}

.testimonial .testimonial-head {
  padding-top: 20px;
  /* border-top: 2px solid #00523b; */
  text-align: center;
}

.testimonial .testimonial-head h4 {
  color: #63a530;
  font-weight: 800;
}

.testimonial .testimonial-swiper {
  padding-bottom: 80px;
}

.testimonial .testimonial-block {
  margin-top: 10px;
}

.testimonial .left-span img,
.testimonial .right-span img {
  /* width: 110px; */
  width: 146px;
}

.testimonial .divider {
  border-top: 1px solid #00523b;
  padding-bottom: 30px;
}

/* echo footer */

.echo-footer {
  background-color: #00523b;
}

.echo-footer h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.echo-footer .left-span a {
  text-decoration: underline;
}

.echo-footer span,
.echo-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.echo-footer .right-span {
  border-left: 1.5px solid #fff;
  padding-left: 50px;
}

/* registration page */

.single-page-banner {
  position: relative;
  height: 300px;
}

.single-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: #00000047;
}

.single-page-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 9999;
}

.single-page-head h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.reg-banner-bg {
  background-image: url("../images/banner-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reg-form {
  margin-top: 30px;
  width: 63%;
  background: #f3f4f4;
  padding: 40px 45px;
}

.reg-form form label {
  margin-bottom: 5px;
}

.reg-form form button[type="submit"] {
  background-color: #00523b;
  border: 1px solid #00523b;
  color: #fff;
  transition: 0.3s;
}

.reg-form form button[type="submit"]:hover {
  background-color: #fff;
  color: #00523b;
}

/* download certificate  */

.ct-form form label {
  margin-bottom: 5px;
}

.ct-form {
  margin-top: 30px;
  width: 63%;
  background: #f3f4f4;
  padding: 40px 45px;
}

.ct-form form button[type="submit"] {
  background-color: #00523b;
  border: 1px solid #00523b;
  color: #fff;
  transition: 0.3s;
}

.ct-form form button[type="submit"]:hover {
  background-color: #fff;
  color: #00523b;
}

/* supporter style */

.supporter {
  background-color: #00523b;
}

.supporter .supporter-head h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.supporter .supporter-head p {
  color: #fff;
}

.supporter .swiper-button-next,
.supporter .swiper-button-prev {
  color: #00523b !important;
}

.supporter .swiper-slide img {
  width: 180px;
}

.echo-footer {
  background-image: url(https://academy.wwfindia.org/echo/assets/images/new-images/Contact-us.jpg);
  background-size: cover;
}

.proven-to-be-excellent-content h3 {
  color: #03946b;
}

.proven-to-be-excellent-content a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 2rem;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 3px solid transparent;
  border-image: linear-gradient(to right, #fa8e2b, #72278c, #ff6553);
  border-image-slice: 1;
  max-width: max-content;
  padding: 10px 15px;
  /* border-radius: 59px; */
  transition: all 0.3s ease;
}

.proven-to-be-excellent-content a:hover {
  color: #fff; /* Change text color on hover */
  background-color: #03946b;
  border-image: none;
  transform: scale(1.05); /* Slightly enlarge the element */
}

.proven-to-be-excellent-content a:hover img {
  filter: brightness(0) invert(1);
}

.proven-to-be-excellent {
  padding: 50px 0;
}
.proven-to-be-excellent .col-md-6.first {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .proven-to-be-excellent .col-md-6 > img {
  width: 100%;
} */

.slick-prev {
  left: 0;
  z-index: 99;
}

.slick-next {
  right: 0;
  z-index: 99;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 25px;
}
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
}
.fellow-slider .slick-slide,
.mentor-slider .slick-slide {
  margin: 0 5px;
}

@media (min-width: 1200px) {
  /* .grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1rem;
  }

  .div-1 {
    grid-column: span 3;
  }
  .div-2 {
    grid-column: span 6;
  } */
}

@media (max-width: 768px) {
  /* .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .div-1,
  .div-2 {
    grid-column: span 1;
  } */

  .div-2 {
    margin-top: 1rem;
  }
}
