.mainIntroPart{
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  border-radius: 65px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.generalTitleParent{
  padding-right: 60px;
}
.generalTitleParent *{
  color: #fff;
}
.generalTintroTitle{
  font-family: 'SGKara' !important;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.generalTitleParent .subtitlePart{
  max-width: 500px;
}
.faqPageUP{
  margin-bottom: -40px;
}
.aryanaFaqCat {
  background-color: #fff;
  padding: 15px 25px;
  transform: translateY(-80px);
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
}
.aryanaFaqCat .swiper-slide{
  text-align: center;
}
.aryanaFaqCat .swiper-slide a{
  min-width: 150px;
  padding: 16px 8px;
  border-radius: 100px;
  display: block;
  font-size: 16px;

}
.faq-cat{
  transition: all .4s;
}
.faq-cat.active a{
  background-color: var(--color1);
  color: #fff;
}
.faq-cat:hover a{
  background-color: var(--color1);
  color: #fff;
}
/* .faqPage{
  padding: 40px 0;
} */
@media(max-width:760px){
  .mainIntroPart{
    height: 650px;
    border-radius: 24px;
    justify-content: start !important;

  }
  .generalTitleParent{
    padding-right: 15px;
    padding-top: 30px;
  }
  .generalTintroTitle{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .aryanaFaqCat{
    max-width: unset;
  }
  .generalTitleParent .subtitlePart{
    max-width: unset;
    width: 95%;
  }
}
@media(max-width:480px){
  .generalTintroTitle{
    font-size: 2.5rem;
  }
}