/* Google Fonts Apis CDN */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font family */
body {
  font-family: "Inter";
}
/* Testamonials Slider CSS start */
.card {
  border-radius: 20px;
  padding: 20px 60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 310px;
}
.swiper-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.swiper {
  margin: 0 auto;
  cursor: grab;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:hover {
  transform: scale(1.2) translateX(80%);
  -webkit-transform: scale(1.2) translateX(80%);
  -moz-transform: scale(1.2) translateX(80%);
  -ms-transform: scale(1.2) translateX(80%);
  -o-transform: scale(1.2) translateX(80%);
}
.swiper-button-prev:hover {
  transform: scale(1.2) translateX(-80%);
}
.swiper-button-next {
  transform: translateX(100%);
}
.swiper-button-prev {
  transform: translateX(-100%);
}
.swiper-pagination {
  transform: translateY(200%);
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background-color: #0762d9;
}
.cardbg {
  box-shadow: none;
}
/* Testamonials Slider CSS End */

/* our team Start */
.item {
  height: 400px;
}
.item {
  background-color: #f2f7fa;
  height: 400px;
  padding: 10px;
  border-right: 1px solid #e0e6eb;
}
/* our team end */

/* Book Button Custom CSS  */
#decoration {
  text-decoration: underline;
}
/* Review about the book */
.items {
  box-shadow: 2px 4px 12.5px -1px #00000040;
}

.items:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/* Review about the book end */
/* BENTLEY METHOD OF HEALING TESTIMONIALS */
.items1 {
  /* height: 430px; */
  box-shadow: 2px 4px 12.5px -1px #00000040;
}
.items1:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/* BENTLEY METHOD OF HEALING TESTIMONIALS end */
/* BENTLEY METHOD OF HEALING TESTIMONIALS second slider start*/
.items2 {
  box-shadow: 2px 4px 12.5px -1px rgba(0, 0, 0, 0.251);
  /* height: 470px; */
}
.items2:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/* BENTLEY METHOD OF HEALING TESTIMONIALS second slider start*/
