.indexTitle h3 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: rgb(0, 50, 97);
   
}
.indexTitle .enTitle {
  display: flex;
  align-items: center;
}
.indexTitle .enTitle span {
  display: block;
  position: relative;
  width: 4rem;
  height: 5px;
  background: linear-gradient(90deg, rgb(0, 38, 73), rgba(0, 38, 73, 0));
  margin-right: 10px;
}
.indexTitle .enTitle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -6.6666666667px;
  width: 20px;
  height: 20px;
  background-color: rgb(0, 38, 73);
  border-radius: 100%;
}
.indexTitle .enTitle p {
  font-size: 1rem;
  margin: 0;
  color: rgb(0, 38, 73);
}

.solutionCard {
  opacity: 1;
  transition: 0.3s;
  border-radius: 1rem;
}

.solutionCard .card-title {
  font-size: 1.75rem;
}
.solutionCard .imgWrap {
  width: 100%;

 
}
.solutionCard .imgWrap img {
  width: 100%;
  height: 12rem;
  display: block;
}
.solutionCard .card-text {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.8);
}
.solutionCard .card-text::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0 0;
}
.solutionCard .ListWrap .ListHeader {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.solutionCard .ListWrap .ListHeader span {
  display: block;
  width: 25px;
  font-size: 1.75rem;
}
.solutionCard .ListWrap .ListHeader p {
  font-size: 1rem;
  margin: 0 0 0 10px;
}
.solutionCard .ListWrap ul {
  margin-left: 25px;
}
.solutionCard .ListWrap ul li {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.solutionCard .ListWrap p {
  margin-left: 35px;
  font-size: 0.9rem;
}
.solutionCard .btnSol {
  background-color: #00aeb2;
  color: #fff;
  font-weight: bold;
}
.solutionCard .saleText {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #7a0064, #f80057);
  color: #fff;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0 50rem 1rem 1rem;
}
.solutionCard .saleText span {
  color: #fff;
  width: 30px;
  margin-right: 0.5rem;
  font-size: 2rem;
}
.solutionCard .saleText h3 {
  font-size: 1rem;
  margin: 0 0.5rem 0 0;
}
.solutionCard .saleText p {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  font-style: italic;
}

.cards-hovered:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.cards-hovered .expandWrap {
  height: 118px;
  opacity: 1;
  transform: translateY(0%);
}
.cards-hovered:not(:hover) {
  opacity: 0.6;
  transform: scale(0.95);
}

.FeatCard {
  padding: 1.5rem 3rem;
  border-radius: 1.5rem;
  border: 5px solid #00AEC7;
}
.FeatCard h3 {
  text-align: center;
  font-size: 1.5rem;
}
.FeatCard .featItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 2rem;
 
 
}
.FeatCard .featItem:hover{
  background-color: #006D77;
  color: #FFF;
  transition: 0.5s;
  transform: scale(1.15);
  border-color:#006D77;
}
.FeatCard .featItem span {
  width: 100%;
  height: 55%;
  padding-top: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#base-features-container .col-6:nth-child(1) .featItem span {
  color: #00C2FF;
}
#base-features-container .col-6:nth-child(2) .featItem span {
  color: #FFA726;
}
#base-features-container .col-6:nth-child(3) .featItem span {
  color: #66BB6A;
}
#base-features-container .col-6:nth-child(4) .featItem span {
  color: #FFD54F;
}
#base-features-container .col-6:nth-child(5) .featItem span {
  color: #EC407A;
}
#base-features-container .col-6:nth-child(6) .featItem span {
  color: #AB47BC;
}
#base-features-container .col-6:nth-child(7) .featItem span {
  color: #29B6F6;
}

#select-features-container .col-6:nth-child(1) .featItem span {
  color: #00C2FF;
}
#select-features-container .col-6:nth-child(2) .featItem span {
  color: #FFA726;
}
#select-features-container .col-6:nth-child(3) .featItem span {
  color: #66BB6A;
}
#select-features-container .col-6:nth-child(4) .featItem span {
  color: #FFD54F;
}
#select-features-container .col-6:nth-child(5) .featItem span {
  color: #EC407A;
}
#select-features-container .col-6:nth-child(6) .featItem span {
  color: #AB47BC;
}
#select-features-container .col-6:nth-child(7) .featItem span {
  color: #29B6F6;
}
#select-features-container .col-6:nth-child(8) .featItem span {
  color: #FF7043;
}
#select-features-container .col-6:nth-child(9) .featItem span {
  color: #26A69A;
}
.FeatCard .featItem p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  height: 45%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.FeatCard .noteTxt {
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  border: 2px solid #00AEC7;
  color: #00AEC7;
}
.FeatCard .noteTxt p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.selectBG {
  background-color: #00AEC7;
}
.selectBG h3 {
  color: #fff;
}
.selectBG h3 span {
  background-color: #ffce00;
  color: #006989;
  margin-left: 0.5rem;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  border-radius: 5rem;
}

.linkWrap {
  display: flex;
  justify-content: end;
  align-items: center;
}
.linkWrap .linkBtn {
  background-color: #FFAD00;
  color: #006989;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5rem;
}
.linkWrap .linkBtn span {
  width: 1.5rem;
  color: #006989;
  margin-left: 0.5rem;
  transition: 0.3s;
}
.linkWrap .linkBtn span svg {
  width: 100%;
}
.linkWrap .linkBtn:hover {
  background-color: #fff;
  color: #000;
}
.linkWrap .linkBtn:hover span {
  color: #000;
  margin-left: 2rem;
}

.cpItem img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */