:root {
  --celestial-blue: #00a0e3ff;
  --tekhelet: #393185ff;
  --lavender-web: #d5d3eeff;
  --white: #ffffff;
  --black: #010101;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
  padding: 0;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  position: relative;
}
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
.dg.ac {
  display: none;
}
.navbar-brand > img {
  width: 116px;
  height: 95px;
}
.nav-link {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--black);
}
.nav-link:hover {
  color: var(--tekhelet);
}
.btn {
  background-color: var(--tekhelet);
  color: var(--white);
}
.btn:hover {
  background-color: var(--celestial-blue);
  color: var(--white);
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-icon {
  transition: transform 0.3s ease;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar .dropdown-menu {
  display: none;
  transition: all 0.3s ease;
}
.heroTitle {
  font-size: 65px;
  font-weight: medium;
  line-height: 80px;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.floatingTab,
.floatingTab2 {
  display: flex;
  width: 330px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(227, 226, 244, 0.8);
  backdrop-filter: blur(18px);
  position: absolute;
  animation: float 3s ease-in-out infinite;
}
.floatingTab {
  top: 28%;
  left: 4%;
  z-index: 1;
}
.floatingTab2 {
  top: 60%;
  left: 60%;
  z-index: 1;
}
.floatingTitle {
  font-size: 18px;
  font-weight: bolder;
}
.aboutSection {
  border-radius: 40px 40px 0px 0px;
  background: var(--lavender-web) url("./assets/images/BiggerLeaf.png")
    no-repeat left top;
  background-size: contain; /* or cover, depending on your preference */
  display: flex;
  padding: 80px 80px 9px 80px;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}

.aboutContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicesSection {
  background-color: var(--lavender-web);
  background-size: contain; /* or cover, depending on your preference */
  display: flex;
  padding: 112px 64px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  border-radius: 64px;
  background: #d5d3ee;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.servicesTitle {
  font-size: 56px;
  font-weight: medium;
}
.cardsContainer {
  align-self: stretch;
}
.card {
  border-radius: 32px 0 0 0;
}
.card-body {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.card1 {
  flex-shrink: 0;
  border-radius: 32px;
}
.serviceDesc {
  font-size: 14px;
}
.serviceSmallCard {
  box-shadow: 0px 12px 20px 0px rgba(8, 42, 12, 0.1);

  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.cardLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 32px;
  background: var(--White, #fff);
}
.cardImg {
  width: 640px;
  height: 360px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 32px;
  background: #d9d9d9;
}
.cardImg > img {
  object-fit: cover;
}

.cardLeftContent {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.cardSubText {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.cardTitle {
  color: var(--black);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  align-self: stretch;
}
.cardDescription {
  color: var(--black);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.serviceCards {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.cardRight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.cardRightTopCards {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.cardRightTopCard1 {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 32px;
  background: var(--white);
}

.cardRightBottomCards {
  display: flex;
  border-radius: 32px;
  background: var(--White, #fff);
  align-items: flex-start;
  flex: 1 0 0;
}
.cardRightBottomImg {
  width: 320px;
  border-radius: 32px;
  background: #d9d9d9;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 0;
  align-self: stretch;
}
.cardRightImage {
  height: 200px;
  border-radius: 32px;
}
.cardRightBottomContent {
  display: flex;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.badge {
  display: flex;
  padding: 4px 16px;
  align-items: flex-start;
  border-radius: 24px;
  background: rgba(213, 211, 238, 0.51) !important;
  color: var(--black);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.cta-section {
  position: relative;
  background-image: url("./assets/images/RiverCleanUoDrive.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay with transparency */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  color: #fff;
  max-width: 700px;
  padding: 20px;
  z-index: 2; /* Ensure the content is above the overlay */
}

.cta-title {
  font-size: 3rem;
  font-weight: 700;
}
/* #menu {
  width: 100%;
} */
.cta-text {
  font-size: 1.25rem;
  margin: 20px 0;
}
.footerLogo {
  width: 116px;
  height: 95px;
}
.footerSection {
  background: var(--lavender-web) url(./assets/images/waterBottom.png) repeat-x
    bottom;
}
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: ripple-animation 1s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.automattic,
.hover {
  width: 100%;
  height: 400px; /* or any size you prefer */
  background-color: #eee; /* Ensure the section is visible */
}

#wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#menu {
  width: 100%;
}
@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.animation-bubble div[class^="bubble-"] {
  height: 10px;
  width: 10px;
  position: absolute;
  background: url(./assets/images/LeafCursor.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.bubble-1 {
  bottom: -5px;
  left: 68%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -0.96s;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
.leaftTopLeft {
  left: -78px;
  top: -48px;
  width: 450px;
  animation: leafMove 5s infinite;
}
@keyframes leafMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px); /* Adjust movement as needed */
  }
  100% {
    transform: translateY(0);
  }
}
.animatedTreeBottom {
  position: absolute;
  bottom: 0px;
  left: 85%;
  /* width: 150px;
  height: 400px; */
  /* background: var(--dark-green); */
  /* border-radius: 10px; */
  /* animation: treeMove 7s infinite; */
}
/* .CTASection {
  background: url(./assets/images/waterShape.png) no-repeat top left;
  
} */
@media (max-width: 480px) {
  .navbar-brand > img {
    width: 96px;
    height: 75px;
    margin-left: 20px;
  }
  .animatedTreeBottom {
    left: 70%;
    width: 100px;
  }
  .leaftTopLeft {
    display: none;
  }
  .heroTitle {
    font-size: 45px;
    line-height: 60px;
  }
  .heroSubText {
    font-size: 14px;
  }
  .aboutSection {
    border-radius: 40px 40px 0px 0px;
    background: var(--lavender-web) url("./assets/images/BiggerLeaf.png")
      no-repeat left top;
    display: flex;
    flex-direction: column;
    padding: 40px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .cardTitle {
    font-size: 22px;
    margin-top: 10px;
  }
  .servicesTitle {
    font-size: 28px;
  }
  .servicesSection {
    gap: 20px;
    padding: 47px 15px;
  }
  .cardLeftContent {
    gap: 10px;
  }
  .cardImg {
    width: 100%;
    height: 286px;
  }
  .cta-text {
    font-size: 16px;
  }

  .floatingTab,
  .floatingTab2 {
    width: 133px;
    padding: 14px;
  }
  .floatingTitle {
    font-size: 16px;
  }
  .floatingTab {
    top: 8%;
    left: 0%;
  }
}
