/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
  
  
}
.bodiv {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.wrapperp {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapperp 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;
}
.wrapperp i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapperp i:first-child{
  left: -22px;
}
.wrapperp i:last-child{
  right: -22px;
}
.wrapperp .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .cardp {
  cursor: grab;
  user-select: none;
}
.carousel :where(.cardp, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .cardp {
  scroll-snap-align: start;
  height: 450px;
  list-style: none;
 
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .cardp .img {
  
  height: 338px;
  width: 338px;
  border-radius: 2%;
}
.cardp .img img {
  width: 250px;
  height: 250px;
  border-radius: 5%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .cardp h2 {
  font-weight: 500;
  font-size: 150%;

  color: rgb(255, 255, 255);
  text-align: center;
  
}
.carousel .cardp span {
  color: #6A6D78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  .wrapperp .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapperp .carousel {
    grid-auto-columns: 100%;
  }
}


/* 2 Carrusel */
.bodiv2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.wrapperp2 {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapperp2 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;
}
.wrapperp2 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapperp2 i:first-child{
  left: -22px;
}
.wrapperp2 i:last-child{
  right: -22px;
}
.wrapperp2 .carousel2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel2::-webkit-scrollbar {
  display: none;
}
.carousel2.no-transition {
  scroll-behavior: auto;
}
.carousel2.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel2.dragging .cardp2 {
  cursor: grab;
  user-select: none;
}
.carousel2 :where(.cardp2, .img2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel2 .cardp2 {
  scroll-snap-align: start;
  height: 450px;
  list-style: none;
 
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel2 .cardp2 .img2 {
  
  height: 338px;
  width: 338px;
  border-radius: 2%;
}
.cardp2 .img2 img {
  width: 250px;
  height: 250px;
  border-radius: 5%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel2 .cardp2 h2 {
  font-weight: 500;
  font-size: 150%;

  color: rgb(255, 255, 255);
  text-align: center;
  
}
.carousel2 .cardp2 span {
  color: #6A6D78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  .wrapperp2 .carousel2 {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapperp2 .carousel2 {
    grid-auto-columns: 100%;
  }
}

/* 3 Carrusel */
.bodiv3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.wrapperp3 {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapperp3 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;
}
.wrapperp3 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapperp3 i:first-child{
  left: -22px;
}
.wrapperp3 i:last-child{
  right: -22px;
}
.wrapperp3 .carousel3{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel3::-webkit-scrollbar {
  display: none;
}
.carousel3.no-transition {
  scroll-behavior: auto;
}
.carousel3.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel3.dragging .cardp2 {
  cursor: grab;
  user-select: none;
}
.carousel3 :where(.cardp3, .img3) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel3 .cardp3 {
  scroll-snap-align: start;
  height: 450px;
  list-style: none;
 
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel3 .cardp3 .img3 {
  
  height: 338px;
  width: 338px;
  border-radius: 2%;
}
.cardp3 .img3 img {
  width: 250px;
  height: 250px;
  border-radius: 5%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carusel3 .cardp3 h2 {
  font-weight: 500;
  font-size: 150%;

  color: rgb(255, 255, 255);
  text-align: center;
  
}
.carusel3 .cardp3 span {
  color: #6A6D78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  .wrapperp3 .carousel3 {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapperp3 .carousel3 {
    grid-auto-columns: 100%;
  }
  
}


/* 4 Carrusel */
.bodiv4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.wrapperp4 {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.wrapperp4 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;
}
.wrapperp4 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapperp4 i:first-child{
  left: 50px;
}
.wrapperp4 i:last-child{
  right: 62px;
}
.wrapperp4 .carusel4{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100%) );
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carusel4::-webkit-scrollbar {
  display: none;
}
.carusel4.no-transition {
  scroll-behavior: auto;
}
.carusel4.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carusel4.dragging .cardp4 {
  cursor: grab;
  user-select: none;
}
.carusel4 :where(.cardp4, .img4) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carusel4 .cardp4{
  scroll-snap-align: start;
  height: 450px;
  list-style: none;
 
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carusel4 .cardp4 .img4 {
  
  height: 438px;
  width: 438px;
  border-radius: 2%;
}
.cardp4 .img4 img {
  width: 250px;
  height: 250px;
  border-radius: 5%;
  object-fit: cover;
  border: 2px solid #fff;
}


.carusel4 .cardp4 h2 {
  font-weight: 500;
  font-size: 150%;

  color: rgb(255, 255, 255);
  text-align: center;
  
}
.carusel4 .cardp4 span {
  color: #6A6D78;
  font-size: 1.31rem;
}
@media screen and (max-width: 250px) {
  .wrapperp4 .carusel4 {
    grid-auto-columns: calc((100%  ));
  }

}
@media screen and (max-width: 250px) {
  .wrapperp4 .carusel4 {
    grid-auto-columns: 100%;
  }

     }