/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
.wrapper1 {
  width: 100%;
  position: relative;
}
.wrapper1 i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper1 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper1 i:first-child{
  left: -22px;
}
.wrapper1 i:last-child{
  right: -22px;
}
.wrapper1 .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 30px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media screen and (max-width: 600px) {
  .wrapper1 .carousel{
    gap: 10px;
  }
  }
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 700px;
  list-style: none;
  background: none;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .carousel .card {
  height: 70vw;
  }
}

.card .img img {
  width: 18vw;
  height: 25vw;
  margin-top: 30px;
  border-radius: 10%;
  object-fit: cover;
  border: 4px solid #fff;
}
@media screen and (max-width: 600px) {
.card .img img {
  width:  40vw;
  height: 40vw;
}
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: white;
  font-size: 1.31rem;
}
@media screen and (max-width: 1920px) {
  .wrapper1 .carousel {
    grid-auto-columns: 27vw;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper1 .carousel {
    grid-auto-columns: 40vw;
  }
}

@media screen and (max-width: 900px) {
  .wrapper1 .carousel {
    grid-auto-columns: 85vw;
  }
}

@media screen and (max-width: 600px) {
  .wrapper1 .carousel {
    grid-auto-columns: auto;
  }
}





.prepod1 {
  width: 83vw;
}
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
.wrapper3 {
  width: 100%;
  position: relative;
}
.wrapper3 i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper3 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper3 i:first-child{
  left: -22px;
}
.wrapper3 i:last-child{
  right: -22px;
}
.wrapper3 .carousel1{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 30px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media screen and (max-width: 600px) {
  .wrapper3 .carousel1{
    gap: 10px;
  }
  }
.carousel1::-webkit-scrollbar {
  display: none;
}
.carousel1.no-transition1 {
  scroll-behavior: auto;
}
.carousel1.dragging1 {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel1.dragging1 .card1 {
  cursor: grab;
  user-select: none;
}
.carousel1 :where(.card1, .img1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel1 .card1 {
  scroll-snap-align: start;
  height: 700px;
  list-style: none;
  background: none;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .carousel1 .card1 {
  height: 70vw;
  }
}

.card1 .img1 img {
  width: 18vw;
  height: 25vw;
  margin-top: 30px;
  border-radius: 10%;
  object-fit: cover;
  border: 4px solid #fff;
}
@media screen and (max-width: 600px) {
.card1 .img1 img {
  width:  40vw;
  height: 40vw;
}
}
.carousel1 .card1 h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel1 .card1 span {
  color: white;
  font-size: 1.31rem;
}
@media screen and (max-width: 1920px) {
  .wrapper3 .carousel1 {
    grid-auto-columns: 27vw;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper3 .carousel1 {
    grid-auto-columns: 40vw;
  }
}

@media screen and (max-width: 900px) {
  .wrapper3 .carousel1 {
    grid-auto-columns: 85vw;
  }
}

@media screen and (max-width: 600px) {
  .wrapper3 .carousel1 {
    grid-auto-columns: auto;
  }
}
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
.wrapper4 {
  width: 100%;
  position: relative;
}
.wrapper4 i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper4 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper4 i:first-child{
  left: -22px;
}
.wrapper4 i:last-child{
  right: -22px;
}
.wrapper4 .carousel2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 30px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media screen and (max-width: 600px) {
  .wrapper4 .carousel2{
    gap: 10px;
  }
  }
.carousel2::-webkit-scrollbar {
  display: none;
}
.carousel2.no-transition2 {
  scroll-behavior: auto;
}
.carousel2.dragging2 {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel2.dragging2 .card2 {
  cursor: grab;
  user-select: none;
}
.carousel2 :where(.card2, .img2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel2 .card2 {
  scroll-snap-align: start;
  height: 700px;
  list-style: none;
  background: none;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .carousel2 .card2 {
  height: 70vw;
  }
}

.card2 .img2 img {
  width: 18vw;
  height: 25vw;
  margin-top: 30px;
  border-radius: 10%;
  object-fit: cover;
  border: 4px solid #fff;
}
@media screen and (max-width: 600px) {
.card2 .img2 img {
  width:  40vw;
  height: 40vw;
}
}
.carousel2 .card2 h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel2 .card2 span {
  color: white;
  font-size: 1.31rem;
}
@media screen and (max-width: 1920px) {
  .wrapper4 .carousel2 {
    grid-auto-columns: 27vw;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper4 .carousel2 {
    grid-auto-columns: 40vw;
  }
}

@media screen and (max-width: 900px) {
  .wrapper4 .carousel2 {
    grid-auto-columns: 85vw;
  }
}

@media screen and (max-width: 600px) {
  .wrapper4 .carousel2 {
    grid-auto-columns: auto;
  }
}