@font-face {
  font-family: 'Falling';
  src: url('../font/Capuche.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background-color: hsl(0, 0%, 95%);
  overflow-x: hidden !important;
}

.warning-message {
  display: none;
}

.Logo {
  position: relative;
  top: -5px;
  width: 40px;
  background-color: white;
  border-radius: 20px;
}

/* .custom-cursor{
  position: fixed;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #2aa22e;
  box-shadow: 0px 0px 20px rgb(0, 255, 0);
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
} */

/* .contactCard {
  background-color: hsl(0, 0%, 95%);
  border-radius: 1rem;
  box-shadow: 1px 1px 6px black;
  transition: transform .5s ease, background-color .5s ease;
}

.contactCard:hover {
  transform: scale(1.03);
  background-color: #f1fcf1;
}

.contactSvg:hover {
  fill: color(#2aa22e);
} */


/* hero section */
.contact-hero-container {
  /* background-image: linear-gradient(to bottom right, #25D267, #15957C); */
  background-image: url(../images/abt-bg.png);
  padding: 1rem;
  height: 30rem;
  /* color: #172E2D; */
  /* height: 20rem; */
}

.contact-paper {
  display: inline-block;
  animation: paperAnimation 2s ease infinite;
}

@keyframes paperAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.contact-title {
  font-size: 4rem;
  margin-top: 7rem;
  color: #217424;

}

.contact-content {
  color: black;
}

.contactBtnTop {
  text-align: center;
  border: 1px solid white;
  color: #217424;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4rem;
  background-color: #c2f0c3;
  transition: all .5s ease;
}

.contactBtnTop:hover {
  transform: translateY(-5px) scale(1.02);
  background-color: #5bcd5f;
  border: 1px solid white;
  box-shadow: 0px 0px 20px hsla(0, 0%, 0%, 0.212);
}

/* hero text responsiveness */
@media (max-width: 765px) {
  .contact-paper {
    display: block;
  }

  .contact-title {
    font-size: 2.5rem;
    color: #2aa22e;
  }
}

/* hero section */


/* left card starts*/

/* .contact-card-2 {
  background-color: hsl(0, 0%, 100%);
} */

/* input group translate animation */
.contact-form-group {
  transition: all .4s ease;
}

.contact-form-group:focus-within {
  transform: translateY(-4px);
}

/* input animation */
.formLabel {
  font-weight: 500;
}

.formInput {
  height: 3rem;
  min-height: 3rem;
  border-radius: .5rem;
  border: 1px solid hsla(0, 0%, 0%, 0.311);
  outline: none;
  padding-left: 1rem;
  transition: all .2s ease-in-out;
}

.formInput:focus {
  outline: 2px solid #2aa22e;
  box-shadow: 0px 0px 10px #2aa22e;
  border: none;
}

#additionalMessage {
  padding-top: 10px;
}

/* button styles */
.message-btn {
  /* background-color: #2aa22e; */
  background-image: linear-gradient(to bottom right, #25D267, #15957C);
  box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.249);
  color: white;
  transition: all .4s ease;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}

.message-btn:hover {
  transform: scale(1.01);
  /* background-color: hsl(122, 59%, 40%); */
  background-image: linear-gradient(to top left, #25D267, #15957C);
  color: white;
  box-shadow: 1px 1px 10px hsla(0, 0%, 0%, 0.4);
}

/* left card ends */


/* right card starts */
.contact-info-content {
  display: flex;
}

.info-emoji {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 95%);
  font-size: large;
  text-align: center;
  height: 3rem;
  width: 3rem;
  /* padding: .8rem; */
  border-radius: 50%;
  margin: 1rem;
}

.info-content p {
  color: hsl(0, 0%, 50%);
}

.right-card-btn {
  font-size: x-small;
  width: 70%;
}

/* right card ends */


#animation {
  width: 100%;
  display: flex;
  /* text-align: center; */
  align-items: center;
  /* justify-content: center; */
  /* height: 100%; */

}

/* .hero-img{
  margin-left: 150px;
  margin-top: 30px;
  height: 300px;
} */

/* contact card css */

#my-svg {
  background-color: green;
  /* width:"20px";
  height:"20px"; */
}



/* career section */
.card {
  padding: 2rem;
}

.card-header {
  background-color: #e0f8e0;
}

.green-txt {
  color: #2aa22e;
}

.job-openings-box {
  background-color: hsl(0, 0%, 95%);
  transition: all .3s ease;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.473) !important;
}

/* .job-openings-box:hover {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.381);
} */

/* for cards  */

.contact-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 3rem !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.contact-card-2 {
  height: 244px;
  /* width: 350px; */
  background: white;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card-2:hover {
  /* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    transform: translateY(-5px); */
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 8px 32px rgba(76, 175, 80, 0.15);
  background-color: #92E394;
  color: #103c15;
}

.contact-card-2:hover .card-icon {
  background-color: #92E394;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 auto 1rem;
  padding: 10px;

}

.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  background: #c2f0c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.card p {
  text-align: center;
  color: #4b5563;
}

.grid {
  display: grid;
  gap: 2rem;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.intro-section {
  background: linear-gradient(180deg, #dcfce7 0%, white 100%);
}


.warning-message-career {
  display: none;
}