@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

body,
html {
  font-family: "Poppins", sans-serif;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  background-color: rgba(255, 255, 255);
}
.tabcontent {
  color: rgb(0, 0, 0);
  display: none;
  padding: 61px 20px;
  height: 100%;
}
.tabcontent-low {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab1 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.Donor .right img {
    position: absolute;
    width: 150%;
    mix-blend-mode: color-burn;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/* Style the buttons that are used to open the tab content */
.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 53px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent-low {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: azure;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
 */

/* .main-image {
  height: 100%;
  width: 100%;
  background-color: #9bd3e463;
  position: relative;
}
.main-text {
  position: relative;
  top: 20px;
  left: 60px;
  color: black;
  font-family: "Poppins", sans-serif;
}
#b1 {
  border: none;
  outline: 0;
  color: white;
  background-color: black;
  text-align: center;
  cursor: pointer;
  margin: 0px 4px 32px 0px;
  margin-left: 40px;
  margin-top: 30px;
  padding: 21px 48px;
  font-size: 15px;
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 20px;
  padding-right: 35px;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: -55px;
  left: -40px;
}

#b1:hover {
  background-color: #555;
  color: white;
}

#b2 {
  border: solid 1px #000;
  outline: 0;
  color: black;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  margin: 0px 4px 32px 0px;
  margin-left: 40px;
  margin-top: 30px;
  padding: 21px 48px;
  font-size: 15px;
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 20px;
  padding-right: 35px;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: -55px;
  left: -80px;
}

#b2:hover {
  color: #777;
}

.careers {
  height: 500px;
  position: relative;
  top: 100px;
  width: 100%;
  background-color: #ececec;
}

.careers img {
  float: left;
}

button {
  width: 250px;
  height: 60px;
  background-color: #bb082f;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
.mySlides {
  width: 70%;
  height: 100%;
  display: block;
  margin-left: 200px;
  margin-top: 4.5%;
}
.result {
  height: 500px;
  width: 100%;
  position: relative;
  top: 300px;
  margin: 50px 0px;
  background-color: #ececec;
}

.result img {
  float: right;
} */
