* {
  box-sizing: border-box;
}

body {
  overflow: auto;
  margin: 0;
  padding: 0;
  outline: 0;
  min-height: 100%;
  scroll-behavior: smooth;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.icon {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.background-teach {
  min-height: 850px;
  background-position: 50% 50%;
  position: relative;
  background-image: url(../img/Teach.jpg);
}
.background-teach::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 500px;
}
@media only screen and (max-width: 600px) {
  .swiper-slide {
    width: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-slide {
    width: 270px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.wrapper {
  max-width: 100rem;
}

.custom-zoom-slide {
  opacity: 0.5;
  transform: scaleX(0.8) scaleY(0.8) scaleZ(1) !important;
  transition: opacity 500ms ease 0s, transform 500ms ease 0s;
}

.custom-zoom-slide.swiper-slide-active {
  opacity: 1;
  transform: scaleX(1) scaleY(1) scaleZ(1) !important;
  transition: opacity 500ms ease 0s, transform 500ms ease 0s;
}

.donation-section {
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .donation-section P {
    font-size: 1.2rem;
  }
}

.donation-section-text {
  width: 680px;
}
@media only screen and (max-width: 600px) {
  .donation-section-text {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .donation-section-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.social-icon {
  max-width: 100px;
}

.button-link {
  transition: all 300ms ease-out 0s;
  background-color: rgb(17, 115, 193);
}/*# sourceMappingURL=style.css.map */