@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.461);
  left: 0%;
  top: 0%;
  height: 100%;
  right: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}
.carousel-caption h2 {
  font-size: 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.carousel-caption a {
  text-decoration: none;
  background-color: #0348a7;
  color: white;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 1.5rem;
}

.section1 {
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0px 9px 1px #f6eefd;
  border-bottom: 5px solid #ffc107;
  transition: all 0.5s;
  background: white;
}
.section1:hover {
  transform: translateY(20px) !important;
  transition: all 0.5s !important;
}
.section1 h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.section1 img {
  width: 60px;
  margin-bottom: 17px;
}
.section2 {
  background: #f2cf9a;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(#f2cf9ab8, #f2cf9ab8),
    url(../images/home/bg.png);
  background-size: 110% 110%;
  background-position: top;
  animation: shrink 10s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 130% 130%;
  }
  100% {
    background-size: 100% 100%;
  }
}
#particles {
  background-image: linear-gradient(#fffffff2, #fffffff2),
    url(../images/home/bgwhite.png);
  background-size: 110% 110%;
  background-position: top;
  animation: shrink 10s infinite alternate;
}
.whychits {
  background-image: linear-gradient(#ffffff3b, #ffffff3b),
    url(../images/home/bgwhite2.jpg);
  background-size: 110% 110%;
  background-position: top;
  animation: shrink 10s infinite alternate;
}
.section2 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.section2Sub {
  background: #330956;
  border-radius: 50% 50% 0px 0px;
  padding: 40px;
  color: white;
  border: 3px solid white;
  box-shadow: 0px 0px 4px 1px #330956;
}
.chitWorkDiv img {
  width: 60px;
}
.chitWorkDiv {
  gap: 25px;
  align-items: self-start;
  margin-top: 45px;
}
.chitWorkDiv h4 {
  font-size: 20px;
  font-family: "Roboto Slab", cursive;
  font-weight: 700;
}
.section3 h2 {
  font-family: "Roboto Slab", cursive;
  font-weight: 700;
  color: #330956;
  padding-bottom: 10px;
}
.chitPlanDiv {
  padding: 30px;
  border-radius: 15px;
  background: #330956;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 3px #330956;
  transition: all 0.5s;
}
.chitPlanDiv:hover {
  transform: scale(1.1);
}
.chitPlanDiv i {
  margin-right: 15px;
}
.chitPlanDiv h6 {
  color: #eab330;
}
.chitPlanDiv p {
  color: #878787;
}
.chitPlanDiv div {
  margin-top: 20px;
  text-align: center;
}
.chitPlanDiv a {
  text-decoration: none;
  color: white;
  background-color: #ea8e4e;
  padding: 7px 20px;
  border-radius: 20px;
  margin: auto;
  width: fit-content;
}
.chitPlanDiv a:hover {
  background-color: #eb8237;
  border: 2px solid white;
  box-shadow: 0px 0px 4px 0px white;
}
.chitPlan {
  background-image: linear-gradient(#f5e7ba26, #f5e7ba00),
    url(../images/home/chitplanbg.jpg);
}
.chitPlan h3 {
  font-family: "Roboto Slab", cursive;
  font-weight: 700;
  color: #330956;
  padding-bottom: 10px;
}
.whyusDiv img {
  height: 80px;
}
.whyusDiv h3 {
  font-size: 22px;
  margin-top: 25px;
}
.counterDiv {
  background-image: url(../images/home/counterBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 55px 65px 55px 65px;
}
.counterDiv::before {
  content: "";
  height: 17px;
  background-color: #cacfd6;
  position: absolute;
  bottom: -17px;
  left: 32px;
  right: 32px;
}
.counterSub img {
  height: 40px;
}
.counterSub h2 {
  color: white;
  padding-left: 10px;
  font-weight: 700;
  font-size: 32px;
}
.counterSub p {
  color: #ffffff;
  margin-top: 3px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 500;
}
.readBtn {
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  background: white;
  font-size: 15px;
  border: 1px solid #330956;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  color: black;
  text-decoration: none;
}
.readBtn::after,
.readBtn::before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.readBtn::after {
  top: -1px;
  left: -1px;
  border-top: 5px solid #330956;
  border-left: 5px solid #330956;
}
.readBtn::before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid #330956;
  border-right: 5px solid #330956;
}
.readBtn:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #ffc107;
  color: white;
}
.readBtn:hover::before,
.readBtn:hover::after {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }
  .carousel-caption h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .carousel-caption p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .carousel-caption {
    padding: 10px 12%;
  }
}
@media (max-width: 700px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 7%;
  }
  .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption a {
    padding: 7px 15px;
    margin-top: 10px;
    font-size: 12px;
  }
  .carousel-caption {
    padding: 10px 10%;
  }
}
@media (max-width: 600px) {
  .carousel-inner .carousel-item > img {
    height: 32vh;
  }
}
@media (max-width: 500px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .carousel-caption h2 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .carousel-caption p {
    font-size: 10px;
  }
  .carousel-caption {
    padding: 10px 6%;
  }
  .clientDiv {
    gap: 30px;
  }
}
