@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(slider.css);
:root {
  --orange-color: #f3743a;
  --yellow-color: #ffd540;
  --border-radius: 30px;
  --h2-size: 70px;
  --font-wwf: WWF;
  --h2-line-height: 1;
  --para-font-size: 25px;
  --para-line-height: 33px;
}
.second-text-second-span,
.second-text-span {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}
body {
  font-family: "Open Sans", sans-serif;
}
@font-face {
  font-family: WWF;
  src: url("../../fonts/WWF.woff2") format("woff2"),
    url("../../fonts/WWF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
header {
  background-image: url(../../Images/cutouts/menu.jpg);
  background-size: cover;
  max-height: 130px;
}
.navbar-brand img {
  position: absolute;
  z-index: 3;
  width: 8%;
  top: 0;
}
/* header .navbar .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
} */
.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: WWF;
  letter-spacing: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link.reg-btn {
  border-radius: var(--border-radius);
  border: 3px solid #fff;
  padding: 0 30px;
  animation: borderAnimation 2s infinite linear;
}
@keyframes borderAnimation {
  0% {
    border-color: var(--orange-color);
  }
  50% {
    border-color: var(--yellow-color);
  }
  100% {
    border-color: var(--orange-color);
  }
}
.navbar-expand-lg .navbar-nav .nav-link.reg-btn:hover {
  background-color: #ffd540;
}
.nav-item:has(.reg-btn) {
  display: flex;
  align-items: center;
}
.hero-section,
.root-section,
.second-section {
  position: relative;
}
.buzz-span,
.logo,
.tree {
  position: absolute;
}
.tree {
  width: 55%;
}
.tree {
  right: 0;
  top: 4%;
  z-index: 10;
}
.world-map,
footer {
  z-index: 9;
}
.logo {
  right: 5%;
  top: 10%;
  width: 50%;
}
.logo-img {
  position: absolute;
  max-width: 100%;
  right: 5rem;
  z-index: 12;
  width: 35%;
  top: 5rem;
}
.buzz-span {
  top: 5%;
  left: 10%;
  transform: translate(-10%, -10%);
  font-family: WWF;
}
.buzz,
.zzz {
  font-size: 150px;
  position: relative;
  -webkit-text-fill-color: transparent;
}
.buzz-span h2 {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}
.partners .card-body p,
.register-now span {
  font-family: WWF;
  font-size: 40px;
}
.buzz {
  background: linear-gradient(
    to bottom,
    var(--yellow-color) 40%,
    var(--orange-color) 50%,
    var(--yellow-color) 70%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 500;
  margin-top: -3rem;
}
.zzz {
  background: linear-gradient(
    to bottom,
    var(--yellow-color) 40%,
    var(--orange-color) 50%,
    var(--yellow-color) 70%
  );
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  transform: scaleX(1.2);
  animation: 1.5s ease-in-out infinite dropZ;
}
.zzz:nth-child(2) {
  font-size: 100px;
  animation-delay: 0.2s;
}
.zzz:nth-child(3) {
  font-size: 110px;
  animation-delay: 0.4s;
}
.zzz:nth-child(4) {
  font-size: 120px;
  animation-delay: 0.6s;
}
.zzz:nth-child(5) {
  font-size: 130px;
  animation-delay: 0.8s;
}
@keyframes dropZ {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.h2-sty {
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
  font-family: var(--font-wwf);
}
.p-sty {
  font-size: var(--para-font-size);
  line-height: var(--para-line-height);
}
.plants {
  position: absolute;
  bottom: -8rem;
  left: -12%;
  width: 90%;
}
.second-text-span {
  position: absolute;
  top: 4%;
}
.sign-up,
.theme-name {
  background: linear-gradient(
    to bottom,
    var(--yellow-color) 20%,
    var(--orange-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register-now {
  position: relative;
  max-width: max-content;
  border-radius: 25px;
  overflow: hidden;
}
.register-now img {
  height: 70px;
}
.register-now span {
  color: #fff;
  text-decoration: none;
  position: absolute;
  inset: 0;
  text-transform: uppercase;
  text-align: center;
}
.second-text-second-span {
  position: absolute;
  top: 45%;
  right: 19%;
}
.read-more-para a {
  color: #cd4a27;
  text-decoration: none;
  font-weight: 700;
}

.read-more-para a:hover {
  color: #fff;
}
.challenge p,
.register-text-span p span,
.third-sec-text-span p span {
  color: var(--yellow-color);
}
.root-image {
  margin-top: -2.5rem;
}
.third-sec-text-span {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  top: 5%;
  left: 5%;
  color: #fff;
}
.bg-grad,
.challenge {
  justify-content: center;
  display: flex;
}
.challenge {
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: absolute;
  cursor: pointer;
  z-index: 11;
}
.partners-sponsors {
  margin-top: -4rem;
  position: relative;
  background-image: url(../../Images/cutouts/Partner-and-sponsors.jpg);
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.challenge p {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
  font-family: WWF;
  letter-spacing: 1px;
}
.ch-1 {
  top: 37%;
  left: 8%;
}
.ch-2 {
  top: 34%;
  right: 10%;
}
.ch-3 {
  top: 50%;
  left: 50%;
}
.ch-4 {
  bottom: 20%;
  left: 33%;
}
.sem-lev {
  line-height: 0.99;
}
.ch-5 {
  bottom: 19%;
  right: 15%;
}

.bg-grad,
.register-text-span h2 {
  background: linear-gradient(
    to bottom,
    var(--yellow-color),
    var(--orange-color) 50%,
    var(--yellow-color)
  );
}
.world-text-span {
  display: flex;
  justify-content: space-between;
  position: absolute;
  gap: 3rem;
  top: 8%;
}
.world-text-span p {
  font-weight: 800;
}
.partners {
  gap: 2rem;
  justify-content: space-evenly;
  display: flex;
}
.partners .card {
  border: none;
  background-color: #0000;
}
.partners .card .card-header {
  background-color: #fff;
}
.partners .card-body {
  background: #b8cc3e;
  text-align: center;
  padding: 0;
}
.part-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.out-reach-intro h2,
.part-intro h2,
footer h2 {
  color: #fff;
}
.out-reach-intro p,
.part-intro p,
footer .container h2 + p {
  color: #fff;
  margin-top: 2rem;
}
.out-reach-con {
  margin-top: 6rem;
}
.icon-bugs {
  position: absolute;
  right: 10%;
  bottom: -3%;
  z-index: 10;
}
.register-sec {
  position: relative;
  margin-top: -6rem;
}
.register-text-span {
  font-family: WWf;
  position: absolute;
  top: 15%;
  color: #fff;
}
.register-text-span h2 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register-text-span p {
  font-size: 50px;
  line-height: 1.1;
}
.register-text-span a {
  display: flex;
  margin-top: 2rem;
}
footer {
  margin-top: -11rem;
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url(../../Images/cutouts/ANNOUNCEMENT.png);
  background-size: 100% 100%;
}
.bg-grad {
  align-items: center;
}
.footer-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-info p,
.footer-info strong {
  font-size: 25px;
  margin-bottom: 0;
  margin-left: 2rem;
  color: #4a2c00;
}
.footer-left-span .card .col-9 {
  padding: 15px 0;
  background-color: #fff;
}
.grid-div {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-auto-rows: auto;
  gap: 4rem;
}
.div1 {
  grid-column: span 2;
}

.div3 {
  grid-column: span 4;
}
.rule {
  background-color: #fff;
  border-radius: 30px;
  width: 5px;
  height: 100%;
}
.modal .modal-content {
  background-color: #4a2c00;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.modal-footer button {
  background-color: #f3743a;
  color: #fff;
}

.custom-table-row .col p,
.custom-table-row .col h5 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
/* .custom-table-row {
  gap: 3rem;
} */
.custom-table-row .col h5 {
  font-weight: 700;
}
.custom-table-row .col {
  flex-basis: 100%;
}
.custom-table {
  margin-top: 3rem;
}
.select-box.form-control {
  width: 65%;
  font-size: 30px;
}

footer .card {
  background-color: #0000;
}

.register-now::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #cd4a27;
  transition: transform 0.4s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}

.register-now:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.register-now:hover {
  color: white;
}

.challenge p {
  transition: color 0.3s ease;
}

.challenge:hover p {
  color: #cd4a27;
}
.out-reach-intro {
  position: relative;
}

.out-reach-intro .swiper-button-prev,
.out-reach-intro .swiper-button-next {
  top: 65%;
  height: 50px;
  width: 50px;
}
.out-reach-intro .swiper-button-prev {
  left: -4rem;
}
.out-reach-intro .swiper-button-next {
  right: -4rem;
}

.tranding-slider {
  margin-top: 5rem;
}
.header-sticky {
  transition: all 300ms ease-in 0s;
}
.header-sticky.sticky-top {
  animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  display: block;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.copy-foot {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-image: url(../../Images/cutouts/menu.jpg);
  background-size: cover;
}
.world-map {
  position: relative;
  margin-top: -2rem;
}

/* Insects Location */
.insect {
  position: absolute;
  right: 0;
  width: 9%;
}

.in-1 {
  bottom: 19%;
  right: 5%;
}
.in-2 {
  right: 6%;
  top: 21%;
}
.in-3 {
  left: 1%;
  top: 32%;
}
.in-4 {
  left: 10%;
  top: 39%;
}
.in-5 {
  left: 4%;
  bottom: 0;
}
.map-point {
  position: absolute;
  width: 1.5%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ultimatePulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
  }
  25% {
    transform: scale(1.2) translateY(-3px) rotate(2deg);
    opacity: 0.85;
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.7));
  }
  50% {
    transform: scale(1) translateY(0) rotate(-2deg);
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.6));
  }
  75% {
    transform: scale(1.15) translateY(-2px) rotate(1deg);
    opacity: 0.9;
    filter: drop-shadow(0 0 25px rgba(255, 0, 0, 0.9));
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.7));
  }
}

.map-point {
  animation: ultimatePulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes crawl {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(5px, -3px) rotate(5deg);
  }
  20% {
    transform: translate(-7px, 6px) rotate(-4deg);
  }
  30% {
    transform: translate(10px, -5px) rotate(3deg);
  }
  40% {
    transform: translate(-10px, 7px) rotate(-5deg);
  }
  50% {
    transform: translate(8px, -6px) rotate(4deg);
  }
  60% {
    transform: translate(-6px, 5px) rotate(-3deg);
  }
  70% {
    transform: translate(12px, -8px) rotate(6deg);
  }
  80% {
    transform: translate(-12px, 6px) rotate(-6deg);
  }
  90% {
    transform: translate(7px, -4px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes twitch {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(1deg);
  }
}

@keyframes hoverFreakout {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.2) rotate(10deg);
  }
  50% {
    transform: scale(1) rotate(-10deg);
  }
  75% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

.insect {
  position: absolute;
  animation: crawl 6s infinite linear alternate,
    twitch 0.5s infinite ease-in-out;
}

.insect:hover {
  animation: hoverFreakout 0.5s infinite ease-in-out;
}

.in-1 {
  animation-duration: 5s;
  animation-delay: 0s;
}

.in-2 {
  animation-duration: 4s;
  animation-delay: 0.5s;
}

.in-3 {
  animation-duration: 6.5s;
  animation-delay: 1s;
}

.in-4 {
  animation-duration: 5.5s;
  animation-delay: 1.5s;
}

.in-5 {
  animation-duration: 4.8s;
  animation-delay: 2s;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #4a2c00;
}

.po-1 {
  top: 52%;
  right: 40.5%;
}
.po-2 {
  right: 38%;
  top: 47%;
}
.po-3 {
  left: 33%;
  top: 55%;
}
.po-4 {
  top: 46%;
  right: 47%;
}
.po-5 {
  bottom: 35%;
  left: 51%;
}
.po-6 {
  bottom: 13%;
  left: 48%;
}
.po-7 {
  bottom: 22%;
  left: 33.5%;
}
.po-8 {
  left: 20%;
  bottom: 38%;
}
.po-9 {
  right: 21%;
  bottom: 25%;
}
.po-10 {
  top: 37%;
  right: 48%;
}
.po-11 {
  top: 45%;
  right: 43%;
}
.po-12 {
  top: 53%;
  right: 32%;
}
.po-13 {
  top: 42%;
  left: 48%;
}
.po-14 {
  top: 51%;
  right: 42%;
}
.po-15 {
  top: 57%;
  left: 47%;
}
.po-16 {
  bottom: 37%;
  right: 27%;
}
.po-17 {
  left: 33%;
  bottom: 28%;
}
.po-18 {
  bottom: 33%;
  left: 34%;
}
.po-19 {
  right: 31%;
  top: 48%;
}
.po-20 {
  top: 41%;
  right: 46.5%;
}
.po-21 {
  left: 24%;
  top: 43%;
}
.po-22 {
  top: 43%;
  right: 49%;
}
.po-23 {
  top: 57%;
  left: 45%;
}
.po-24 {
  bottom: 26%;
  left: 32%;
}
.po-25 {
  top: 44%;
  right: 30%;
}
.po-26 {
  left: 29.5%;
  bottom: 40%;
}
.po-27 {
  top: 47%;
  right: 45%;
}
.po-28 {
  top: 40%;
  right: 48%;
}
.po-29 {
  top: 39%;
  right: 49%;
}
.po-30 {
  top: 54%;
  left: 30.5%;
}
.po-31 {
  left: 30%;
  bottom: 35%;
}
.po-32 {
  top: 54%;
  right: 47%;
}
.po-33 {
  top: 46%;
  left: 46%;
}
.po-34 {
  bottom: 39%;
  right: 44%;
}
.po-35 {
  right: 16%;
  bottom: 27%;
}
.po-36 {
  top: 43%;
  left: 46.5%;
}
.po-37 {
  top: 38%;
  left: 46.5%;
}
.po-38 {
  top: 58%;
  left: 34%;
}
.po-39 {
  top: 53%;
  left: 45.5%;
}
.po-40 {
  top: 54%;
  left: 34%;
}
.po-41 {
  bottom: 18%;
  left: 40%;
}
.po-42 {
  top: 57%;
  left: 44%;
}
.po-43 {
  right: 28%;
  top: 51%;
}
.po-44 {
  top: 43%;
  right: 48%;
}
.po-45 {
  bottom: 34%;
  right: 25%;
}
.po-46 {
  top: 40%;
  left: 45.5%;
}
.po-47 {
  top: 52%;
  right: 34%;
}
.po-48 {
  bottom: 34%;
  right: 36%;
}
.po-49 {
  top: 49%;
  right: 40%;
}
.po-50 {
  top: 34%;
  left: 43%;
}
.po-51 {
  top: 45%;
  left: 49%;
}
.po-52 {
  top: 49%;
  right: 43%;
}
.po-53 {
  top: 47%;
  right: 25%;
}
.po-54 {
  bottom: 35%;
  right: 44%;
}
.po-55 {
  top: 45%;
  right: 26.5%;
}
.po-56 {
  top: 43%;
  right: 38%;
}
.po-57 {
  top: 48%;
  right: 43.5%;
}
.po-58 {
  top: 36%;
  right: 46.5%;
}
.po-59 {
  top: 50%;
  left: 46%;
}
.po-60 {
  top: 44%;
  left: 48%;
}
.po-61 {
  right: 31%;
  top: 39%;
}
.po-62 {
  left: 25%;
  top: 54%;
}
.po-63 {
  bottom: 37%;
  right: 30%;
}
.po-64 {
  bottom: 28%;
  right: 47%;
}
.po-65 {
  top: 57%;
  left: 52%;
}
.po-66 {
  top: 60%;
  left: 51%;
}
.po-67 {
  top: 38%;
  left: 48%;
}
.po-68 {
  top: 46%;
  right: 33%;
}
.po-69 {
  bottom: 17%;
  right: 15%;
}
.po-70 {
  bottom: 34%;
  right: 21%;
}
.po-71 {
  top: 50%;
  right: 37%;
}
.po-72 {
  top: 42%;
  right: 48%;
}
.po-73 {
  top: 50%;
  right: 44.4%;
}
.po-74 {
  top: 45%;
  left: 45%;
}
.po-75 {
  top: 35%;
  right: 36%;
}
.po-76 {
  bottom: 36%;
  right: 46%;
}
.po-77 {
  top: 55%;
  right: 42%;
}
.po-78 {
  top: 34%;
  left: 49%;
}
.po-79 {
  top: 43%;
  right: 50%;
}
.po-80 {
  left: 28%;
  top: 57%;
}
.po-81 {
  top: 47%;
  right: 44%;
}
.po-82 {
  top: 59%;
  right: 46%;
}
.po-83 {
  right: 30%;
  top: 54%;
}
.po-84 {
  top: 44%;
  right: 46%;
}
.po-85 {
  top: 42%;
  right: 45%;
}
.po-86 {
  bottom: 42%;
  right: 44.5%;
}
.po-87 {
  left: 18%;
  top: 50%;
}
.po-88 {
  top: 50%;
  left: 24%;
}
.po-89 {
  top: 45%;
  right: 38%;
}
.po-90 {
  left: 32%;
  top: 60%;
}
.po-91 {
  top: 53%;
  right: 43%;
}
.po-92 {
  bottom: 24%;
  right: 48%;
}
.po-93 {
  bottom: 33%;
  right: 46%;
}
.po-94 {
  left: 30%;
  top: 60%;
}

.testimonial {
  color: #fff;
  position: relative;
}
.testimonial .col-md-12 img {
  border-radius: 50%;
  /* max-height: 100px;
  max-width: 100px; */
}
.testimonial .col-md-12 p.p-sty {
  font-size: 23px;
  line-height: 1.4;
}
.testimonial .col-md-12:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.name {
  display: block;
  font-size: 19px;
  text-align: center;
  color: #4a2c00;
  margin-top: 1rem;
}

.testimonial .swiper-button-next {
  right: 0;
}
.testimonial .swiper-button-prev {
  left: 0;
}
.testimonial h2 {
  text-transform: uppercase;
}

.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
  color: #fff;
}

.testimonial > div > h6 {
  color: #000;
  font-size: 25px;
}
.testimonial .para {
  display: inline-block;
}
.testimonial .para .f-p::before {
  content: "“";
  font-size: 4em;
  font-weight: bold;
  color: #4a2c00;
  display: inline;
  line-height: 0;
  vertical-align: middle;
  margin-right: 4px;
}
.l-p {
  position: relative;
}
.testimonial .para .l-p::after {
  content: "”";
  font-size: 4em;
  color: #4a2c00;
  display: inline;
  font-weight: bold;
  line-height: 0;
  vertical-align: middle;
  margin-left: 4px;
  position: absolute;
  bottom: -1rem;
}
.main-footer {
  margin-top: 5rem;
}

.testimonial .swiper-slide {
  background-color: #4a2c00;
  border-radius: var(--border-radius);
  padding: 30px;
  border: 1px solid #b99b6d;
  background-image: url(../../Images/cutouts/Partner-and-sponsors.jpg);
  background-size: cover;
}

.testimonial-sec {
  background-image: url(../../Images/cutouts/theme-2.webp);
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: -8rem;
}

.testimonial h2 {
  color: #4a2c00;
}
.col-md-9.text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bee {
  position: absolute;
  z-index: 13;
  animation: float-buzz 2s ease-in-out infinite;
}

.bee-1 {
  right: 36%;
  animation-delay: 0s;
  top: 46.7%;
}

.bee-2 {
  right: 33%;
  top: 52%;
  animation-delay: 1s;
}

.bee-3 {
  right: 19%;
  top: 45%;
  animation-delay: 2s;
}

.bee-4 {
  top: 51%;
  right: 16%;
  animation-delay: 3s;
}

@keyframes float-buzz {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.rewards-text-span {
  position: absolute;
  width: 90%;
  top: 25%;
  z-index: 4;
}
.rewards-text-span .p-sty {
  font-size: 20px;
}

.rewards {
  position: relative;
  padding-top: 100px;
  background-image: url(../../Images/cutouts-v-2/background.png);
  background-size: cover;
  overflow: hidden;
  margin-top: -6rem;
}

.rewards h2 {
  color: #643a18;
}

.reward-plant {
  position: absolute;
}
.r-r-1 {
  bottom: 0;
  left: -7%;
}
.r-r-2 {
  bottom: 0;
  left: 3%;
}

.r-board {
  z-index: 1;
}

.r-r-3 {
  bottom: 2%;
  left: 14%;
  z-index: 6;
}

.r-l-1 {
  bottom: 0;
  right: -7%;
  z-index: 6;
  width: 30%;
}

.r-l-2 {
  right: 7%;
  z-index: 8;
  bottom: 5%;
  width: 14%;
}

.rewards-text-span .col-md-7 {
  padding-left: 6rem;
}

.reward-mob {
  background-image: url(../../Images/cutouts-v-2/background.png);
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -8rem;
}

.rewards-mobile-sec h2 {
  color: #643a18;
}
.footer-info.rep {
  border-radius: 5px;
}

.footer-info.rep a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
}
.footer-info.rep a p strong {
  margin-left: 0;
}
.custom-table-row .col-4,
.custom-table-row .col-12 {
  color: #fff;
}
.bio-blitz-btn {
  padding: 10px 15px;
  background: #f3733b;
  max-width: max-content;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 17px;
  transition: all 0.3s ease;
  border-radius: var(--border-radius);
}
.bio-blitz-btn:hover {
  background-color: #4a2c00;
  color: #fff;
}

.bio-blitz-card-con {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@keyframes blinkBackground {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffd540; /* Change to your desired blink color */
    color: #000;
  }
  100% {
    background-color: transparent;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.bli-btn {
  /* animation: blinkBackground 1.5s infinite; */
  border-radius: var(--border-radius);
  padding: 0 30px;
  background: #643a18;
}

.navbar-expand-lg .navbar-nav .nav-link.bli-btn:hover {
  color: #b8cc3e;
}

.nav-item:has(.bli-btn) {
  display: flex;
  align-items: center;
}

.footer-info.p-3 {
  border-left: 0.5px solid #00000080;
}

.partners .card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-block: 1rem;
  border-radius: var(--border-radius);
  min-width: 100%;
}

.partners .card .card-header {
  /* border-radius: var(--border-radius); */
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part-logo .row {
  padding-block: 20px;
  border-radius: var(--border-radius);
  width: 100%;
}

.part-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top-card .card-header {
  background: #b8cc3e;
  text-align: center;
  border: none;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  padding-block: 1rem;
}
.top-card {
  border-radius: var(--border-radius);
  width: 100%;
  border: none;
}
.card-body1 {
  padding: 10px 15px;
  text-align: center;
}

@media (max-width: 480px) {
  .top-card > .card-body {
    display: flex;
    justify-content: center;
  }
}
.mt-6{
  margin-top: 5rem;
}
